.clearfix:after {
    content: "\20";
    display: block;
    height: 0;
    clear: both;
}

.clearfix {
    *zoom: 1;
    _zoom: 1
}
* {
    box-sizing: content-box;
}

html,
body {
    padding: 0;
    margin: 0;
    background-color: #fff;
    color: #333;
}

a:link,
a:visited,
a:hover{
    text-decoration: none;
}

.head {
    height: 562px;
    background: #950000 url("../images/ts/head_bg.jpg") no-repeat center center;
}

.body {
    width: 1200px;
    margin: auto;
    font-size: 14px;
}

.toutiao {
    background-color: #ffefab;
    color: #ff2a00;
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: center;
    gap: 50px;
    padding: 20px 50px;
}

.toutiao .title {
    flex: 1;
    text-align: center;
}

.toutiao .title a:link,
.toutiao .title a:visited,
.toutiao .title a:hover {
    color: #ff2a00;
    text-decoration: none;
    font-weight: bold;
}

.toutiao .m {
    font-size: 32px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.toutiao .s {
    font-size: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.redian {
    width: 100%;
    background-color: #fffae6;
    display: flex;
    justify-content: space-between;
    height: 410px;
    padding: 30px 20px 0 20px;
    box-sizing: border-box;

}

.redianLeft,
.redianRight {
    width: 50%;
    height: 380px;
}
.redianLeft{
    padding: 0 0 0 0;
}
.redianLeft img{
    width: 520px;
    height: 320px;
}

.dongtai {
    background-color: #fffae6;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: flex-start;
    padding: 0 65px;
}



.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    border-width: 2px;
}

.rdTitle {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 13px;
    font-weight: 600;
    padding: 0 30px;
}

.rdTitle img {
    height: 29px;
}

.rdText {
    font-size: 14px;
    font-weight: 400;
}

.rdText ul{
    margin: 0;
    list-style: none;
}
.rdText ul li {
    padding: 6px 40px 6px 0;
}
.rdText ul li a{
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 18px;
    text-decoration: none;
}
.rdText ul li a:link,
.rdText ul li a:visited,
.rdText ul li a:hover{
    color: #333;
}

.headerPartition {
    background-color: #fffae6;
    padding: 40px 65px 30px 65px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.headerPartition img {
    height: 32px;
}

.lines {
    border-top: 4px solid #ff4200;
    width: 30%;
}

/*  app foot */
.app_foot {
    position: relative;
    background-color: #be2b22;
    color: #fff;
    padding: 30px 0;
    font-size: 12px;
}


.app_foot .info {
    position: relative;
    width: 1200px;
    margin: auto;
    padding: 0 0 50px 0;
}

.app_foot .info .info_l {
    float: left;
}

.app_foot .info .info_r {
    float: right;
}

.app_foot .info .info_l > .logo {
    width: 80px;
}

.app_foot .info .info_l > div {
    float: left;
}

.app_foot .info .info_l > div.copyright {
    line-height: 20px;
    padding-left: 46px;
    margin-top: 4px;
}

.app_foot .info .info_l > div.copyright span {
    font-size: 14px;
    display: block;
    font-weight: 700;
    margin-bottom: -7px;
}

.app_foot .info .info_r div {
    margin-bottom: 10px;
}

.app_foot .info .info_r div a {
    color: #fff !important;
    margin-right: 30px;
}

.app_foot .info .info_r div a:hover {
    color: #fff !important;
}

.app_foot .info .info_r {
    padding: 5px 0 18px 0;
    line-height: 20px;
}

.foot_ba {
    position: absolute;
    bottom: 19px;
    left: 126px;
}

.foot_ba span {
    display: inline-block;
    height: 20px;
    line-height: 20px;
    float: left;

}

.foot_sm {
    position: absolute;
    bottom: 0px;
    left: 126px;
}

.tjts > div{
    position: relative;
    width: 1070px;
    margin: auto;
    margin-top:30px;
}
.tjts .mySwiper{
    overflow: hidden;
}

.tjts .mySwiper .swiper-slide img {
    display: block;
    width: 340px;
    height: 430px;
    /* object-fit: cover; */
}
.tjts .mySwiper a{
    text-decoration: none;
}

.tjts .mySwiper  .contnet{
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    color: black;
}

.tjts .swiper-button-next{
    background: url(../images/ts/right.png);
    width: 42px !important;
    height: 110px !important;
    border-radius: 3px;
    right: -50px !important;
}
.tjts .swiper-button-next:after{
    display: none;
}


.tjts .swiper-button-prev{
    background: url(../images/ts/left.png);
    width: 42px !important;
    height: 110px !important;
    border-radius: 3px;
    left: -50px !important;
}
.tjts .swiper-button-prev:after{
    display: none;
}


.class_banner{
    position: relative;
    box-sizing: border-box;
    height: 200px;
    margin-bottom: 20px;
    margin-top: 20px;
}
.class_banner .cbl{
    position: absolute;
    left: 0;
    top: 0;
    width: 50px;
}
.class_banner .cbr{
    position: absolute;
    right: 0;
    top: 0;
    width: 1130px;
    height: 170px;
}
.class_banner > a{
    position:absolute;
    color: black;
    right: 0;
    top: 180px;
}

.class_banner .classSwiper{
    overflow: hidden;
}

.class_banner .classSwiper .swiper-slide img {
    display: block;
    width: 370px;
    height: 170px;
    /* object-fit: cover; */
}
.class_banner .classSwiper a{
    text-decoration: none;
}

.class_banner .classSwiper .content{
    display: none;
}



.class_banner .swiper-button-prev{
    background: url(../images/ts/left.png);
    width: 42px !important;
    height: 110px !important;
    border-radius: 3px;
    left: -50px !important;
}
.class_banner .swiper-button-prev:after{
    display: none;
}

.swiper-container {
    width: 520px;
    height: 381px;
    background-color: #fff;
}
.swiper-wrapper {
}
.swiper-pagination-bullet-active {
    background: #fff !important;
}
.swiper-container .banner_box {
    position: relative;
    width: 100%;
    height: 100%;
}
.swiper-container .banner_box .banner_tips {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 48px;
    line-height: 48px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    background-color: rgba(255, 0, 0, 0.5);
}





.zx_swiper {
    width: 520px; height: 320px; position:relative;
    overflow: hidden;
    background-color: #fff;
}
.zx_swiper .banner_box {
    position: relative;
    width: 100%;
    height: 100%;
}
.zx_swiper .banner_box .banner_tips {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 48px;
    line-height: 48px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    background-color: rgba(255, 0, 0, 0.5);
}

