@charset "UTF-8";

.news-list{
    background: url(/images/watermark.png) no-repeat;
}

.news-list p {
    height: 60px;
    line-height: 60px;
    font-family: 雅黑;
}
.news-list .cur {
    color: #4d87e9;;
}
.news-list .subnav {
    float: left;
    width: 296px;
    background: #fff;
}
.news-list .subnav ul li {
    border-bottom: 1px solid #cccccc;
}
.news-list .subnav ul li a.active {
    background-color: #4683ed;
    color: #fff;
    font-weight: 600;
}

/*版心列表中悬停样式*/
.news-list .subnav ul li a:hover{
    background-color: #4683ed;
    /*color: #fff;*/
}

.news-list .subnav ul li a {
    display: block;
    height: 43px;
    line-height: 43px;
    font-size: 12px;
    color: #333333;
    padding: 0px 27px;
}
.news-list .subnav ul li a span {
    float: right;
}
.news-list .rinfos {
    float: right;
    width: 1000px;
    background-color: #fff;
    /*设置距离footer的底部外边距*/
    margin-bottom: 40px;
}
.news-list .rinfos .title {
    height: 43px;
    margin: 0px 20px;
    border-bottom: 1px solid #cccccc;
}
.news-list .rinfos .title h3
{
    display: inline-block;
    height: 27px;
    border-bottom: 1px solid #4d87e9;
    color: #4d87e9;
    font-size: 18px;
    padding: 8px 0px;
}
.news-list .rinfos .content {
    background-color: #fff;
    min-height: 500px;
    padding: 30px;
}

.news-list .subnav ul.sec{
    display:none;
}
.news-list .subnav ul li {
    border:none;
}
.news-list .subnav ul.first li a{
    font-size: 12px;
}
.news-list .subnav ul.first>li{
    border:none;
    margin-bottom:2px;
}
.news-list .subnav ul.sec li{
    border:none;
}
.news-list .subnav ul.sec li a{
    font-size:15px;
    text-indent:1.5em;

}

.news-list .subnav ul.first>li>a{

}

.news-list .subnav ul.first>li:last-child>a{
    border:none
}


.news-list .subnav ul li.active a span {
    -ms-transform:rotate(90deg) scaleX(0.5); /* IE 9 */

    -webkit-transform:rotate(90deg) scaleX(0.5); /* Safari and Chrome */

    transform:rotate(90deg) scaleX(0.5);
    font-weight: bold;
}
