/**
 * 二级页面专属样式
 **/
.bottomPart{height: 245.45px;}
.secondaryContent{width: 100%;background: #296BC1;}
.content2{padding: 10px;}
.leftContent a{color: #000;float:right;}
.contentContainer{width: 1100px;margin: 0 auto 5%;background: #FFF;}
.contentList{margin: 1% 0 2%;background: #FFFFFF;height: 97%;}
.leftContent, .rightContent{padding: 0 3%;}
.leftContent{float: left;height: 100%;width: 70.9%;border-right: 1px solid #DDD;}
.rightContent{float: left;height: 100%;width: 16.5%;margin-top: 0.2%;}
.rightContent a{color: #000;}
.leftTitle p{padding: 15px 0 !important;color: #B1221B;font-weight: bolder;font-size: 1.5rem;font-size:22px;}
.leftList li{padding: 2.1% 0;}
.leftTime{float: right;color: #BDBDBD;}
.pagination{margin-top: 4%;height: 45px;}
.pagination span{margin: 0 1%;}
.arrow{color: #AAAAAA;}
.pageNo{width: 70%;float: left;}
.pageNo li, .pageToNo li{float: left;}
.pageNo li{padding: 6px;cursor: pointer;margin: 0 2px;}
.pageToNo{width: 30%;float: right;}
.pageTo{margin-top: 5px;}
.pageToNo li{margin-right: 4%;}
.goStyle{padding: 2%;background: #DDD;float: right;cursor:pointer}
.pageToNo input{border: 1px solid #DDD;padding: 3%;outline: none;width: 101px;height: 20px;}

.rightContent h3{
    text-align: center;
    margin: 2% 0px;
    padding: 7%;
    border-bottom: 1px solid #DDD;
}

.rightContent h3{
    cursor: pointer;
}

.rightContent h3 a{
    color: #B1221B;
    text-decoration: none;
    font-size: 1.3rem;
    font-weight: bold;
}

.rightContent li{
    text-align: center;
}

.headPage, .endPage{
    background: #FF8000;
    border: 1px solid #FF9B36;
    color: #fFF;
}

.rightContent ul{
    display: none;
}

.rightContent ul li a{
    text-decoration: none;
    margin-bottom: 10px;
    display: inline-block;
    text-align: left;
    margin-left: 16px;
    width: 86%;
}

.rightContent ul li a:hover{
    color: #B1221B;
}

.pageNumber{
    border: 1px solid #D4DFE6;
    color: #FF8000;
}

.numberWidth{
    width: 14px;
    text-align: center;
}

.nowPage{
    background: rgba(0,0,0,0);
    color: #000;
    font-weight: bold;
    border: 0;
}

.sunMaven{
    color: #000 !important;
    font-weight: normal !important;
    font-size: 16px !important;
    border: 0 !important;
    padding: 2.5% !important;
}

#one ul, #two ul, #three ul, #four ul, #five ul{
    display: none;
}

#one a, #two a, #three a, #four a, #five a{
    text-decoration: none;
}

#one a:hover, #two a:hover, #three a:hover, #four a:hover, #five a:hover{
    color: #B1231C !important;
}

.bottomSize{
    font-size: 16px;
    display: inline-block;
}

.rightContent li:hover{
    cursor:pointer
}