*,
body {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
    color: #333333;
    outline: none;
}
.clearfix {
    zoom: 1;
}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    height: 0;
    font-size: 0;
}
.content {
    max-width: 1200px;
    width: 100%;
    margin: 0px auto;
}

.snbt_header {
    position: relative;
    overflow: hidden;
    background: url(../image/banner9.png) no-repeat center;
    height: 440px;
}

.snbt_header,
.snbt_header>img {
    width: 100%;
}

.logo_tit {
    width: 1200px;
    position: absolute;
    top: 30px;
    left: 50%;
    margin-left: -600px;
    overflow: hidden;
}

.logo_tit .logo img{
    float: left;
    width: 297px;
    height: 54px;
}

.wza,
.old_gh {
    width: 150px;
    height: 50px;
    border: 2px solid #ffffff;
    border-radius: 30px;
    font-family: PingFangSC-Regular;
    font-weight: 400;
    font-size: 20px;
    color: #ffffff;
    letter-spacing: 0;
    text-align: center;
    line-height: 46px;
    display: block;
    float: right;
}

.wza {
    margin-right: 30px;
}
/* 列表 */
.section{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.section>div{
    width: 100%;
    margin: 40px 0 0 0;
    border: 1px solid #BB3536;
    padding: 20px 30px 30px 30px;
}
.right_list{
    margin: 40px auto;
    border: 1px solid #BB3536;
    padding: 20px 30px 30px 30px;
}
.list_tit{
    display: block;
    width: 100%;
    font-family: PingFangSC-Medium;
    font-weight: 500;
    font-size: 24px;
    color: #BB3536;
    letter-spacing: 0;
    margin-bottom: 20px;
}
.list_tit::before{
    content: "";
    width: 28px;
    height: 31px;
    background: url(../image/icon1.png) no-repeat center;
    display: inline-block;
    margin-right: 32px;
    vertical-align: middle;
}
.right_tit.list_tit::before{
    background: url(../image/icon2_03.png) no-repeat center;
    background-size: 100% 100%;
}
.list li{
    width: 100%;
    border-bottom: 1px dashed #999999;
    font-family: PingFangSC-Regular;
    font-weight: 400;
    font-size: 18px;
    letter-spacing: 0;
    line-height: 51px;
    float: left;
}
.list li::before{
    content: "";
    width: 3px;
    height: 3px;
    background: #BB3536;
    display: inline-block;
    margin-right: 16px;
    float: left;
    margin-top: 25px;
}
.list li a{
    max-width: 75%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: inline-block;
    float: left;
}
.list li span{
    color: #666666;
    float: right;
    display: inline-block;
}
.list li:hover a{
    color: #BB3536;
}
.streamer{
    margin: 40px auto;
    display: block;
}
.streamer img{
    width: 100%;
}
.xmss{
    border: 1px solid #BB3536;
    padding: 20px 30px 30px 30px;
}
.xmss .xmss_tit{
    font-family: PingFangSC-Medium;
    font-weight: 500;
    font-size: 24px;
    color: #BB3536;
    letter-spacing: 0;
    display: block;
}
.xmss .xmss_tit::before{
    content: "";
    width: 32px;
    height: 30px;
    background: url(../image/ico2.png) no-repeat center;
    display: inline-block;
    margin-right: 32px;
    vertical-align: middle;
}
.xmss .xmss_list>li{
    border-bottom: 1px dashed #BB3536;
    padding-bottom: 30px;
    margin-top: 30px;
    float: left;
    width: 100%;
}
.xmss .xmss_list li img{
    width: 300px;
    height: 200px;
    float: left;
}
.xmss .xmss_list li .xmss_con{
    float: right;
    width: calc(100% - 328px);
}
.xmss .xmss_list>li .xmss_con p{
    font-family: PingFangSC-Medium;
    font-weight: 500;
    font-size: 20px;
    color: #333333;
    letter-spacing: 0;
    margin-top: 10px;
}
.con_list{
    display: flex;
    justify-content: left;
    flex-wrap: wrap;
    
}
.xmss .xmss_list li .xmss_con .con_list li{
    width: 180px;
    line-height: 50px;
    background: #FEF0E4;
    border-radius: 30px;
    font-family: PingFangSC-Regular;
    font-weight: 400;
    font-size: 16px;
    color: #333333;
    letter-spacing: 0;
    text-align: center;
    border: 0;
    margin-top: 20px;
    margin-right: 30px;
    cursor: pointer;
}
.xmss .xmss_list li .xmss_con .con_list li:nth-child(4n){
    margin-right: 0;
}
.xmss .xmss_list li .xmss_con .con_list li:hover{
    background-color: #BB3536;
}
.con_list li:hover a{
    color: #ffffff;
}
.typecon{
display: flex;
    justify-content: center;
}
.typecon .coltype{
    font-size: 32px;
    font-weight: bold;
    color: #BD1A2D;
    background: #FFE0E0;
    border-radius: 20px 20px 0px 0px;
    line-height: 69px;
width: 355px;
cursor: pointer;
    margin: 0px 15px;
    text-align: center;
}
.typecon .coltype.on{
background: #BD1A2D;
color:#ffffff;
}
/* 底部 */
.zt_footer {
   
    border-top: 5px solid #BB3536 !important;
}
.zt_container {
    width: 1200px;
    margin: 0 auto;
}