/* 图片列表 样式 */
.img-lists{
    max-width: 1344px;
    padding: 15px 48px 0 48px;
    margin: 0 auto;
    padding-top: 15px;
}
.img-lists ul{
    overflow: hidden;
}
.img-lists ul li{
    float: left;
    width: 300px;
    margin: 45px 17px 0 17px;
    border: 1px solid #eee;
    transition: all 0.3s;
    position: relative;
    top: 0;
}
.img-lists ul li:hover {
    box-shadow: 0 0 10px rgba(51, 51, 51, 0.16);
    top: -10px;
}
.img-lists ul li:hover  a>div p{
    color: #bb1b1b;
}
.img-lists ul li a{
    display: block;
    width: 100%;
}
.img-lists ul li a>img{
    display: block;
    width: 100%;
}
.img-lists ul li a>div{
    padding: 10px;
    font-size: 0;
}
.img-lists ul li a>div p{
    color: #333;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 5px;
}
.img-lists ul li a>div img{
    height: 14px;
    vertical-align: middle;
}
.img-lists ul li a>div span{
    font-size: 14px;
    display: inline-block;
    margin-left: 5px;
    color: #999;
    vertical-align: middle;
}


/* 文字列表 样式 */
#text-list.main{
    background: none;
}
 
.text-lists{
    margin: 0 auto;
    padding:30px 60px 0 60px;
}

.text-lists .text-ul li {
    line-height: 60px;
    border-top: 1px solid #e5e5e5;
    text-align: left;
    padding-right: 100px;
    position: relative;
    color: #999999;
    position: relative;
    transition: all 0.3s;
    top: 0;
}
.text-lists .text-ul li:nth-child(1) {
    border-top: none;
}
.text-lists .text-ul li:hover{
    top: -5px;
}
.text-lists .text-ul li a {
    padding-left: 20px;
    display: block;
    width: 90%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 16px;
    color: #333;
}
.text-lists .text-ul li a::before {
    content: "";
    position: absolute;
    border-width: 6px;
    border-style: solid;
    border-color: transparent transparent transparent #bfbfbf;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}
.text-lists .text-ul li span {
    position: absolute;
    width: 100px;
    right: 0;
    font-size: 16px;
    text-align: right;
    top: 0;
}
.text-lists .text-ul li span::after {
    content: "";
    position: absolute;
    width: 2px;
    height: 17px;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    background: #999999;
}
.text-lists .text-ul li:hover {
    color: #bb1b1b;
}
.text-lists .text-ul li:hover a {
    color: #bb1b1b;
}
.text-lists .text-ul li:hover a::before {
    border-color: transparent transparent transparent #bb1b1b;
}
.text-lists .text-ul li:hover span::after {
    background: #bb1b1b;
}




#qzrc li.n-1 .hd-data,
#qzrc li.n-5 .hd-data,
#qzrc li:hover .hd-data{
    background: #bb1b1b;
}
#qzrc li.n-1 .hd-data .line,
#qzrc li.n-5 .hd-data .line,
#qzrc li:hover .hd-data .line{
    background: #fff;
}
#qzrc li.n-1 .hd-data h3,
#qzrc li.n-5 .hd-data h3,
#qzrc li:hover .hd-data h3{
    color: #fff;
}
#qzrc li.n-1 .hd-data p,
#qzrc li.n-5 .hd-data p,
#qzrc li:hover .hd-data p{
    color: #fff;
    opacity: 0.48;
}


#qzrc li {
    width: 46%;
    float: left;
    background: #f7f7f7;
    height: 90px;
    margin: 30px 2% 5px 2%;
}

#qzrc li div{
float:left;
}
#qzrc li div.hd-data{
    width: 20%; height:90px;
    border-right: 1px solid #e5e5e5;
    vertical-align: middle;
    position: relative;
}
#qzrc li div.hd-data .line{
    position: absolute;
    width: 10px;
    height: 1px;
    background: #bb1b1b;
    left: 17px;
    top: 14px;
}
#qzrc li div.hd-data h3{
    font-size: 32px;
    color: #333;line-height: 60px;

    text-align: center;
}
#qzrc li div.hd-data p{
    font-size: 16px;
    color: #666;    text-align: center;
}
#qzrc li div.hd-title{
    width: 79%;
float:right;
    height: 60px; line-height: 60px;
padding:15px 0;
    vertical-align: middle;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
#qzrc li div.hd-title a{
    font-size: 18px;
    color: #333333;
}





/* 内容页 样式 */

.cont-tit{
    padding: 30px 0 20px 0;
    border-bottom: 1px solid #e5e5e5;
    text-align: center;
}
.cont-tit h3{
    color: #333;
    font-size: 24px;
}
.cont-tit p {
    font-size: 0;
    margin-top: 25px;
}
.cont-tit p img{
    display: inline-block;
    vertical-align: middle;
    height: 16px;
    margin-right: 5px;
}
.cont-tit p .liulan{
    margin-left: 50px;
}
.cont-tit p span{
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    color: #999;
}

.cont-body{
    padding: 0 0 20px 0;
}
.cont-body p{
    text-indent: 2em;
    font-size: 16px;
    line-height: 36px;
    color: #666;
    margin: 20px 0;
}
.cont-body img{
   /* display: block;*/
    max-width:800px;
/*width:100%;*/
height:auto !important;
    margin: 0 auto;
}


/* 党史学习 样式 */
.hot-new{
    padding: 30px;
    background: #fff;
    overflow: hidden;
}
.new-switch{
    float: left;
    width: 62%;
}
.new-switch .slideBox{
    position: relative;
}
.new-switch .slideBox ul li a img{
    display: block;
    width: 100%;
}
.new-switch .slideBox ul li a{
    display: block;
    position: relative;
}
.new-switch .slideBox ul li a p{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    line-height: 65px;
    background: rgba(59, 61, 65, 0.6);
    padding-left: 20px;
    padding-right: 140px;
    color: #fff;
    font-size: 18px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.switch-arrow{
    position: absolute;
    bottom: 0;
    right: 0;
    font-size: 0;
}
.switch-arrow a{
    display: inline-block;
    width: 65px;
    height: 65px;
    line-height: 65px;
    text-align: center;
    font-size: 0;
    background: #3b3d41;
}
.switch-arrow a:hover{
    background: #b5282e;
}
.switch-arrow a img{
    display: block;
    margin: 22px auto;
    height: 20px;
}
.new-list{
    width: 35%;
    float: right;
}
.new-list h2{
    font-size: 30px;
    color: #333;
    overflow: hidden;
    font-weight: normal;
}
.new-list h2 img{
    height: 40px;
    vertical-align: bottom;
}
.new-list h2 a{
    float: right;
    color: #666666;
    font-size: 16px;
    line-height: 40px;
}
.new-list h2 a:hover{
    color: #b5282e;
}
.new-list ul{
    margin-top: 15px;
}
.new-list ul li {
    border-top: 1px solid #e5e5e5;
    position: relative;
    left: 0;
    transition: all 0.3s;
}
.new-list ul li:nth-child(1){
    border-top: none;
}
.new-list ul li a{
    font-size: 16px;
    color: #333;
    line-height: 58px;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.new-list ul li:hover{
    left: 10px;
}
.new-list ul li:hover a{
    color: #b5282e;
}






.s8{
    position: relative;
    margin-left: 40px;
}
 
.s8 ul{
    /* overflow: hidden; */
    margin-left: 20px !important;
    border-left: 1px solid #d8d8d8;
}
.s8 ul li{
    position: relative;
    margin-left: 10px;
    /* padding-left: 30px; */
}
.s8 ul li::after{
    content: "";
    display: block;
    clear: both;
}
.s8 ul li>img{
    position: absolute;
    left: -24px;
    top: 50%;
    width: 24px;
    height: 24px;
    transform: translateY(-50%);
}
.s8 ul li div{
    float: left;
    box-sizing: border-box;
    width: 45%;
    margin: 30px 2.5%;
    background: #f6f6f6;
    border-right: 5px solid #ac1617;
    padding: 25px 20px;
    cursor: pointer;
}
.s8 ul li div:hover{
    background: #ac1617;
}
.s8 ul li div:hover h3{
    color: #fff;
}
.s8 ul li div:hover p{
    color: #fff;
}
.s8 ul li div a{
    display: block;
    width: 100%;
    text-align: left;
}
.s8 ul li div a h3{
    font-size: 20px;
    color: #ac1617;
}
.s8 ul li div a p{
    color: #666;
    font-size: 16px;
    margin-top: 10px;
}











@media screen and (max-width: 1440px){
    .img-lists ul li{
        width: 23%;
        margin: 35px 0.85% 0 0.85%;
    }
}
@media screen and (max-width: 1200px){
    .new-list ul li a{
        line-height: 55px;
    }
}
@media screen and (max-width: 1024px){
    .img-lists{
        padding-left: 0;
        padding-right: 0;
    }
    .img-lists ul li{
        width: 30%;
        margin: 35px 1.5% 0 1.5%;
    }
    .img-lists ul li a>div p{
        font-size: 14px;
    }
    .img-lists ul li a>div img{
        height: 12px;
    }
    .img-lists ul li a>div span{
        font-size: 12px;
    }
    .cont-tit{
        padding: 0 0 15px 0;
    }
    .cont-tit h3{
        font-size: 20px;
    }

    .new-switch .slideBox ul li a p{
        line-height: 50px;
        padding-right: 120px;
        font-size: 16px;
    }
    .switch-arrow a{
        width: 50px;
        height: 50px;
    }
    .switch-arrow a img{
        height: 16px;
        margin: 17px auto;
    }
    .new-list h2{
        font-size: 24px;
    }
    .new-list h2 a{
        line-height: 30px;
    }
    .new-list h2 img{
        height:30px;
    }
    .new-list ul li a{
        line-height: 45px;
        font-size: 14px;
    }

.cont-body img{    max-width:95%;}



.s8 ul li div{
        width: 47%;
        padding: 15px;
        margin: 15px 1.5%;
    }
    .s8 ul li div a h3{
        font-size: 16px;
    }
    .s8 ul li div a p{
        font-size: 14px;
    }
    .s8{
        margin-left: 0;
    }


     
}

@media screen and (max-width: 850px){
    
#qzrc li {
    width: 100%;
}
}
@media screen and (max-width: 768px){
    
    .img-lists ul li{
        width: 47%;
        box-sizing: border-box;
        margin: 20px 1.5% 0 1.5%;
    }
    .img-lists ul li a>div p{
        font-size: 14px;
    }
    .text-lists{
        padding: 30px 30px 0 30px;
    }
    .text-lists .text-ul li a{
        font-size: 14px;
    }
    .text-lists .text-ul li span{
        font-size: 14px;
    }
    .cont-tit{
        padding: 0 0 10px 0;
    }
    .cont-tit h3{
        font-size: 18px;
    }
    .cont-tit p img{
        height: 14px;
    }
    .cont-tit p span{
        font-size: 14px;
    }
    .cont-body p{
        font-size: 14px;
    }

    .new-switch{
        float: none;
        width: 100%;
    }
    .new-list{
        float: none;
        width: 100%;
        margin-top: 20px;
    }
    .new-list ul li a{
        font-size: 12px;
    }
.cont-body img{
    display: block;
}
    
}
@media screen and (max-width: 480px){
    .img-lists ul li{
        width: 96%;
        margin: 20px 2% 0 2%;
    }
    .text-lists{
        padding: 30px 15px 0 15px;
    }
    .text-lists .text-ul li a{
        font-size: 12px;
    }
    .text-lists .text-ul li span{
        width: 80px;
        font-size: 12px;
    }
    .text-lists .text-ul li span::after {
        height: 12px;
    }
    .cont-tit{
        padding: 0 0 10px 0;
    }
    .cont-tit h3{
        font-size: 14px;
    }
    .cont-tit p img{
        height: 12px;
    }
    .cont-tit p span{
        font-size: 12px;
    }
    .cont-body p{
        font-size: 12px;
        line-height: 30px;
        margin: 10px 0;
    }
    .cont-tit p .liulan{
        margin-left: 20px;
    }

    .hot-new{
        padding:20px;
    }
    .new-switch .slideBox ul li a p{
        line-height: 35px;
        font-size: 12px;
        padding-right: 100px;
    }
    .switch-arrow a{
        width: 35px;
        height: 35px;
    }
    .switch-arrow a img{
        height: 13px;
        margin: 11px auto;
    }
    .new-list h2{
        font-size: 16px;
    }
    .new-list h2 img{
        height: 26px;
    }
    .new-list h2 a{
        font-size: 12px;
        line-height: 26px;
    }
   .s8 ul li div a h3{
        font-size: 14px;
    }
    .s8 ul li div a p{
        font-size: 12px;
    }
    
}

.vsbcontent_img{text-align: center;}


.sxt{padding:15px 0; margin-top:15px; border-top:1px dotted #bbb;}
.sxt p{display:block; width:100%; height:34px; font-size:15px; line-height:34px; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; color:#333;}




