﻿/*公用*/
.clear
{
    clear: both;
}

/*default.aspx*/
.default
{
    width: 1000px; 
    text-align:center;
}
.default .column1
{
    float: left;
    width: 222px;
}
.default .column2
{
    float: left;
    clear: right;
    width: 566px;
}

.default .column3
{
    float: left;
    clear:right;
    width: 226px;
}

.default .column
{
    float: none;
    width: 100%;
}
.default .dnewslist
{
    width: 280px;
    text-align: left;
    margin: 0;
    padding: 0;
}
.default .dnewslist ul
{
    width: 280px;
    list-style: none;
    padding: 0;
    margin: 0;
}
.default .dnewslist ul li
{
    text-align: left;
    padding-left: 5px;
    background-image: url(../Images/line.gif);
    background-position: bottom;
    background-repeat: repeat-x;
}
.default .dnewslist ul li a
{
    padding-top: 6px;
    width: 250px;
    height: 22px;
    display: block;
    color: #000;
    text-decoration: none;
}

.default .dnewslist ul li a:hover
{
    color: #0066CC;
}


/*ShowNews.aspx*/
.ntitle
{
    font-size: 14px;
    font-weight: bold;
}
.ntime
{
    font-size: 12px;
    color: #666666;
    padding-right: 100px;
}
.ninfo
{
    font-size: 12px;
    line-height: 200%;
}

.shownews
{
    width: 795px;
}
.shownews .column1
{
    float: left;
    width: 225px;
}
.shownews .column2
{
    float: right;
    width: 568px;
}
.shownews .column
{
    float: none;
    width: 100%;
}
.shownews .dnewslist
{
    width: 280px;
    text-align: left;
    margin: 0;
    padding: 0;
}
.shownews .dnewslist ul
{
    width: 280px;
    list-style: none;
    padding: 0;
    margin: 0;
}
.shownews .dnewslist ul li
{
    text-align: left;
    padding-left: 5px;
    background-image: url(../Images/line.gif);
    background-position: bottom;
    background-repeat: repeat-x;
}
.shownews .dnewslist ul li a
{
    padding-top: 10px;
    width: 250px;
    height: 22px;
    display: block;
    color: #000;
    text-decoration: none;
}

.shownews .dnewslist ul li a:hover
{
    color: #0066CC;
}

/*WebNews.aspx*/
.newslist
{
    width: 510px;
    text-align: left;
    margin: 0;
    padding: 0;
}
.newslist ul
{
    width: 510px;
    list-style: none;
    padding: 0;
    margin: 0;
}
.newslist ul li
{
    text-align: left;
    padding-left: 5px;
    background-image: url(../Images/line.gif);
    background-position: bottom;
    background-repeat: repeat-x;
}
.newslist ul li a
{
    padding-top: 10px;
    width: 480px;
    height: 26px;
    display: block;
    color: #000;
    text-decoration: none;
}

.newslist ul li a:hover
{
    color: #0066CC;
}

.sampleUrl a
{
    display: block;
    color: #000;
    text-decoration: none;
}

.sampleUrl a:hover
{
    color: #0066CC;
}


/*新闻详细信息*/
.Details
{
    width: 1000px;
}
.Details .column1
{
    float: left;
    width: 225px;
}
.Details .column2
{
    float: right;
    width: 772px;
}
.Details .column
{
    float: none;
    width: 100%;
}

/*用户中心*/
.usercenter
{
    border: solid 1px #9BBAC7;
}

.usercenter tr th
{
    background-image: url(../images/title-bg.gif);
    height: 25px;
}

.usertable
{
    background-color:#ECE9D8;
}

.usertable tr td
{
    background-color:#ffffff;
}

.mycenter
{
    background-color:#9BBAC7;
    height:520px;
}
.mycenter .td1
{
    background-color:#ffffff;
    padding:1px 10px 20px;
}
.mycenter .td2
{
    background-color:#ffffff;
    text-align: left; 
    padding: 1px 10px 20px
}

