.rl-head {
    width: 100%;
    height: 400px;
    background: url(../images/ztzl/head_b_rl.png) center no-repeat;
    background-size: 100% 100%;
    overflow: hidden;
}
.rl-head > div {
    width: 1200px;
    margin: 10px auto;
}
.rl-head .pc {
    width: 480px;
}
.rl-head .m {
    display: none;
}
.rl-container {
    background: linear-gradient(180deg, #F9D7BE 0%, #FFFFFF 100%);
}
.rl-container .content {
    width: 1200px;
    margin: 0 auto;
    padding-top: 50px;
}
.rl-container .til {
    position: relative;
    height: 57px;
    line-height: 57px;
    margin-bottom: 20px;
    font-size: 30px;
    color: #fff;
    text-align: center;
    background: url(../images/ztzl/bt_b.png) center no-repeat;
}
.rl-container .til .more {
    position: absolute;
    bottom: -20px;
    right: 0;
    font-size: 16px;
    color: #C93F39;
}
.img-swiper {
    width: 578px;
    height: 325px;
    float: left;
    text-align: center;
}
.img-swiper .swiper-slide {
    display: inline-block;
    position: relative;
}
.img-swiper .swiper-slide img {
    width: 100%;
    height: 100%;
}
.img-swiper .title-bottom {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 45px;
    line-height: 45px;
    padding-left: 25px;
    background-color:  rgba(0, 0, 0, .68);;
    box-sizing: border-box;
    text-align: left;
}
.img-swiper .title-bottom a {
    display: inline-block;
    width: 350px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #fff;
}
.pagination {
    position: absolute;
    z-index: 20;
    right: 17px;
    bottom: 14px;
}
.swiper-pagination-switch {
    display: inline-block;
    width: 24px;
    height: 6px;
    background: #fff;
    margin: 0 3px;
    cursor: pointer;
}
.swiper-active-switch {
    width: 49px;
    background-color: #F0A553;
}
.rl-container .news-list {
    float: left;
    width: 49%;
    margin-left: 24px;
   /* margin-top: 20px;*/
}
.rl-container .news-list li{
    height: 40px;
    line-height: 40px;
    padding: 7px 0 0 0;
}
.rl-container .news-list li img {
    vertical-align: middle;
    margin-top: -30px;
}
.groups {
    margin-top: 50px;
    padding-bottom: 20px;

}
.list-group {
    float: left;
    width: 31%;
    margin-left: 39px;
}
.list-group:first-child {
    margin-left: 0;
}
.list-group .til {
    position: relative;
    height: 57px;
    line-height: 57px;
    font-size: 30px;
    color: #fff;
    text-align: center;
    background: url(../images/ztzl/bt_b2.png) center no-repeat;
}
.list-group .til .more {
    position: absolute;
    bottom: -20px;
    right: 0;
    font-size: 16px;
    color: #C93F39;
}
.list-group .news-list {
    width: 100%;
    margin: 0;
}
.list-group .news-list a {
    width: 95%;
}
.foot-container,.foot,.mobile-foot {
    background-color: #EA5D27;
}
.foot-container {
    margin-top:0;
}
.detail-container.ztzl .page_num a:hover, .detail-container.ztzl .page_num a.current {
    background-color: #EA5D27;
}
/*文章页*/
.detail-container.ztzl {
    width: auto;
    margin: 0;
    padding: 20px 0;
    background-color: unset;
    background: linear-gradient(180deg, #F9D7BE 0%, #FFFFFF 100%);
}
.detail-container.ztzl .detail-content{
    width: 1200px;
    margin: 0 auto;
    background-color: #fff;
    padding: 0;
}
.detail-container.ztzl .news-nr .repeatX {
    background: unset;
    border-bottom: 1px solid #dcdcdc;
}
.detail-container.ztzl .detail-content .BreadcrumbNav {
    padding: 2% 3% 0 3%;
}
.detail-container.ztzl .detail-content .news-nr {
    padding: 0 3% 2% 3%;
}
@media screen and (max-width: 991px) {
    .rl-head {height: 285px;background: url(../images/ztzl/head_m_rl.png) center no-repeat;background-size: 100% 100%;}
    .rl-head > div {width: 100%;}
    .rl-head .pc {display: none;}
    .rl-head .m {display: block;height: 48px;margin-left: 10px;}
    .rl-container .content {width: 100%;padding-top: 0;}
    .rl-container .content > div {padding: 2% 3%;}
    .rl-container .content > .til {background: url(../images/ztzl/bt_b_m.png) center no-repeat; background-size: 100%;font-size: 16px;}
    .list-group .til {background: url(../images/ztzl/bt_b2_m.png) center no-repeat;}
    .img-swiper {width: 100%;}
    .rl-container .news-list {width: 100%;margin: 0;}
    .list-group {width: 100%;margin-left: 0;margin-top: 20px;}
    .detail-container.ztzl .detail-content {width: auto;}
}