
.nav ul li.index {
    color: #ffffff;
    background: url("http://nr.gd.gov.cn/images/nav.jpg") no-repeat center center;
}

.pos {
    width: 1200px;
    margin: 15px auto 0;
    line-height: 40px;
    font-size: 14px;
    color: #454545;
}

.main .content {
    width: 1200px;
    margin: 10px auto;
}

.aside {
    width: 230px;
}

.aside .kjzx .itm {
    height: 80px;
    display: block;
    font-size: 18px;
    color: #3591b7;
    position: relative;
    text-align: center;
    margin: 1px 0;
    background: linear-gradient(bottom right, #d0e1f2, #daedfc);/*渐变从左上角到右下角*/
    background: -ms-linear-gradient(bottom right, #d0e1f2, #daedfc);
    background: -webkit-linear-gradient(bottom right, #d0e1f2, #daedfc);
    background: -moz-linear-gradient(bottom right,#d0e1f2, #daedfc);
}
.aside .kjzx .itm a{
    width: 98%;
    margin: 30px auto 0;
    display: inline-block;
    height: 20px;
    line-height: 20px;

}
.aside .kjzx .itm.current ,.aside .kjzx .itm.active, .aside .kjzx .itm:hover{
    background: #ffffff;
}
.aside .kjzx .itm.current a,.aside .kjzx .itm.active a, .aside .kjzx .itm:hover a {
    border-left: 4px solid #ec3259;
}

/* .aside .kjzx .itm.current:after,.aside .kjzx .itm.active:after, .aside .kjzx .itm:hover:after{
    position: absolute;
    content: '';
    width: 5px;
    top:32px;
    left: 5px;
    height: 18px;
    background: #ec3259;
} */

.main .newsList {
    width: 970px;
    min-height: 800px;
    padding-top: 10px;
    border: 1px solid #e9edf5;
    background: #ffffff;
}

ul.list li {
   
    line-height: 45px;
    height: 45px;
    padding: 0 20px;
}

ul.list li a{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 89%;
    display: inline-block;
}

ul.list li a span.line {
    width: 6px;
    border-radius: 4px;
    height: 6px;
    display: inline-block;
    vertical-align: 2px;
    background: #ec3259;
    margin-right: 10px;
}

ul.list li a:hover {
    color: #0963B9;
}

ul.list li span.time {
    font-size: 14px;
    color: #9e9e9e;
    float: right;
}

.page {
    height: 60px;
    border-top: 1px solid #F6F8FB;
    margin: 40px auto;
    padding-top: 40px;
    width: 860px;
    text-align: center;
}

.page a {
    color: #333333;
    border: 1px solid #DDDAD2;
    background: #F7F6F3;
    padding: 4px 15px;
    margin: 0 10px;
}

.page a.current {
    color: #ffffff;
    border: none;
    background: #6BB0C7;
}