.zt-con-box{
    width: 1200px;
    margin: 0 auto;
}
.zt-top-box{
    padding: 25px;
    background: #fff;
    margin-bottom: 30px;
}
.zt-top-left{
    width: 510px;
    height: 330px;
    border-radius: 20px;
    overflow: hidden;
    text-align: center;
    float: left;
}
.zt-top-left img{
    width: 100%;
    height: 330px;
}
.zt-top-right{
    width: 578px;
    float: right;
}
.zt-top-tit{
    width: 576px;
    height: 54px;
    background: url(https://static.wowfan.net/static/img/zt-line-bg.png) no-repeat 0 0;
    margin-bottom: 28px;
    position: relative;
    margin-top: 5px;
}
.zt-top-tit h1{
    color: #ff8f19;
    font-size: 24px;
    height: 54px;
    line-height: 54px;
    max-width: 500px;
    overflow: hidden;
    padding-left: 20px;
}
.dy-tips{
    width: 54px;
    height: 74px;
    background: url(https://static.wowfan.net/static/img/dy-tips.png) no-repeat 0 0;
    position: absolute;
    right: 0;
    top:0;
}
.zt-top-info{
    color: #555555;
    font-size: 15px;
    line-height: 28px;
    height: 56px;
    width: 100%;
    margin-bottom: 10px;
    overflow-y: auto;
}
.zt-top-info::-webkit-scrollbar {
    width: 4px;
}
.zt-top-info::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgba(0,0,0,0.2);
}
.zt-top-info::-webkit-scrollbar-track {
    border-radius: 0;
    background: rgba(0,0,0,0.1);
}
.zt-top-info span{
    display: none;
}
.zt-top-time{
    color: #aaaaaa;
    font-size: 14px;
    margin-bottom: 20px;
}
.zt-top-time em{
    display: inline-block;
    width: 14px;
    height: 14px;
    background: url(https://static.wowfan.net/static/img/hot-l-time.png) no-repeat 0 0;
    background-size: 100% 100%;
    margin-right: 10px;
    vertical-align: top;
    margin-top: 3px;
}
.zt-top-relation{
    color: #555555;
    font-size: 15px;
}
.relation-box {
    width: 100%;
    height: 46px;
    overflow: hidden;
    padding-top: 15px;
}
.relation-box a{
    display: inline-block;
    padding: 5px 14px;
    font-size: 14px;
    border-radius: 5px;
    border: 1px solid #ccc;
    margin-right:10px;
    color: #555555;
    margin-bottom: 10px;
}
.relation-box a:hover{
    transform: translateY(-10px);
    transition: transform 0.5s;
}
.relation-1,.relation-4{
    color: #ff4d6b !important; 
    border: 1px solid #ff4d6b !important; 
}
.relation-2,.relation-5{
    color: #ff8b1e !important; 
    border: 1px solid #ff8b1e !important; 
}
.relation-3,.relation-6{
    color: #46c664 !important; 
    border: 1px solid #46c664 !important; 
}
.more-btn{
    display: block;
    width: 100%;
    height: 42px;
    text-align: center;
    line-height: 42px;
    background: #f0f0f0;
    font-size: 15px;
    color: #787878;
    border: 1px solid #e5e5e5;
    margin-top: 20px;
    border-radius: 5px;
}
.more-btn:hover{
    background: #787878;
    color: #fff;
}
.zt-item-box{
    width: 1200px;
    padding: 25px;
    background: #fff;
    width: 1200px;
    overflow: hidden;
    margin-bottom: 26px;
}
.zt-item-list{
    width: 1240px;
}
.zt-item{
    width: 365px;
    margin-right: 25px;
    border: 1px solid #e5e5e5;
    border-radius: 15px;
    overflow: hidden;
    position: relative;
    padding: 20px 20px 15px;
    float: left;
    margin-bottom: 26px;
}
.item-top{
    margin-bottom: 10px;
}
.item-img{
    float: left;
    width: 100px;
    height: 100px;
    overflow: hidden;
    display: block;
    border-radius: 15px;
    margin-right: 13px;
}
.item-img img{
    width: 100%;
    height: 100%;
}
.item-r{
    float: left;
    width: 210px;
}
.item-tit{
    display: block;
    width: 100%;
    color: #333333;
    font-size: 16px;
    overflow: hidden;
    height: 30px;
    line-height: 30px;
    margin-bottom: 5px;
}
.item-type{
    color: #999999;
    font-size: 14px;
    margin-bottom: 8px;
}
.item-load{
    color: #ff8f19;
    /*text-align: center;*/
    width: 122px;
    height: 32px;
    line-height: 32px;
    display: block;
    border: 1px solid #ff8f19;
    border-radius: 5px;
    font-size: 14px;
}
.item-load em{
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url(https://static.wowfan.net/static/img/load-tips.png) no-repeat 0 0;
    vertical-align: middle;
    margin-right: 10px;
}
.item-info{
    color: #999999;
    font-size: 14px;
    height: 56px;
    width: 100%;
    line-height: 28px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.item-1::after{
    display: block;
    content: "";
    width: 80px;
    height: 80px;
    background: url(https://static.wowfan.net/static/img/tips-1.png) no-repeat 0 0;
    position: absolute;
    left: 0;
    top: 0;
}
.item-2::after{
    display: block;
    content: "";
    width: 80px;
    height: 80px;
    background: url(https://static.wowfan.net/static/img/tips-2.png) no-repeat 0 0;
    position: absolute;
    left: 0;
    top: 0;
}
.item-3::after{
    display: block;
    content: "";
    width: 80px;
    height: 80px;
    background: url(https://static.wowfan.net/static/img/tips-3.png) no-repeat 0 0;
    position: absolute;
    left: 0;
    top: 0;
}
.zt-item:hover{
    border:1px solid #ff8f19;
}
.item-tit:hover{
    color: #ff8f19;
}
.item-load:hover{
    background: #ff8f19;
    color: #fff;
}
.item-load:hover em{
    background: url(https://static.wowfan.net/static/img/load-tips.png) no-repeat 0 -14px;
}
.item-info1,.item-btn{
    display: none;
}
.box-tit{
    width: 100%;
    border-bottom: 1px solid #e5e5e5;
    height: 40px;
    margin-bottom: 20px;
}
.box-tit em{
    display: inline-block;
    width: 5px;
    height: 20px;
    background-color: #ff8f19;
    border-radius: 10px;
    vertical-align: top;
    margin-right: 10px;
    margin-top:4px;
}
.box-tit span{
    vertical-align: top;
    color: #333333;
    font-size: 20px;
    font-weight: bold;
}
.hot-zt-box,.newest-zt-box{
    background: #ffffff;
    margin-bottom: 26px;
    padding: 20px;
}
.hot-zt-list{
    width: 100%;
    height: 128px;
    overflow: hidden;
}
.hot-zt-list ul{
    width: 1240px;
}
.hot-zt-list ul li{
    width: 216px;
    height: 128px;
    overflow: hidden;
    border-radius: 10px;
    float: left;
    margin-right: 20px;
    
}
.hot-zt-list ul li a{
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}
.hot-zt-list ul li a img{
    width: 100%;
    height: 100%;
    display: block;
}
.zt-mask{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 36px;
    line-height: 36px;
    text-align: center;
    overflow: hidden;
    background: rgba(0,0,0,0.5);
    color: #fff;
}
.hot-zt-list ul li:hover{
    box-shadow: 0 0 10px #cccccc;
    
}
.hot-zt-list ul li:hover img{
    transform:scale(1.2);
    transition: transform 0.5s;
}
.newest-zt{
    width: 100%;
    overflow: hidden;
}
.newest-zt ul{
    width: 1240px;
}
.newest-zt ul li{
    width: 330px;
    height: 26px;
    margin-right: 68px;
    margin-bottom: 10px;
    float: left;
}
.newest-zt ul li a{
    display:block;
    width: 100%;
    height: 100%;
}
.newest-zt ul li a em{
    display: inline-block;
    vertical-align: top;
    width: 6px;
    height: 6px;
    border: 1px solid #e5e5e5;
    margin: 11px 15px 0 1px;
    transform: rotate(45deg);
}
.newest-zt ul li a span{
    display: inline-block;
    vertical-align: top;
    width: 226px;
    height: 100%;
    line-height: 26px;
    color: #555555;
    font-size: 15px;
}
.newest-zt ul li a i{
    display: inline-block;
    vertical-align: top;
    color: #999999;
    font-size: 14px;
    line-height: 26px;
    float: right;
}

.newest-zt ul li:hover span,.newest-zt ul li:hover i{
    color: #ff8f19;
}
.newest-zt ul li:hover em{
    border: 1px solid #ff8b1e;
}
@media screen and (max-width : 1024px) {
    .zt-top-left{
        float: none;
        width: 100%;
        height: 295px;
        border-radius:0;
    }
    .zt-top-left img{
        width: 100%;
        height: 295px;
    }
   
    .zt-top-box{
        padding: 0;
        height: 295px;
        overflow: hidden;
        position: relative;
    }
    .zt-top-right{
        float: none;
        position: relative;
        width: 100%;
        left: 0;
        bottom: 224px;
        height: 100%;
        z-index: 1;
        background: rgba(0,0,0,0.6);
    }
    .zt-top-tit{
        width: 100%;
        background: none;
        color: #fff;
        height: auto;
        margin-bottom: 0;
    }
    .zt-top-tit h1{
        color: #fff;
        padding-left: 10px;
        height: 30px;
        font-size: 18px;
        line-height: 30px;
        width: 80%;
    }
    .dy-tips{
        display: none;
    }
    .zt-top-info span{
        display: inline;
        color:  #ff8f19;
    }
    .zt-top-info{
        width: 96%;
        margin-left: 2%;
        color: #cfcfcf;
        font-size: 12px;
        /* height: 50px; */
        line-height: 21px;
        height: auto;
    }
    .zt-top-time {
        position: absolute;
        right: 2%;
        font-size: 12px;
        color: #cfcfcf;
    }
    .zt-top-time em{
        display: none;
    }
    .zt-item-box,.newest-zt ul{
        padding: 0;
        width: 100%;
    }
    .zt-item-list{
        width: 100%;
        padding-top: 10px;
    }
    .zt-item{
        width: 94%;
        margin-right: 0;
        margin: 0 3% 10px;
        float: none;
        padding: 10px 14px;
    }
    .item-info1,.item-btn{
        display: block;
    }
    .item-info,.item-load{
        display: none;
    }
    .item-top{
        display: flex;
        margin-bottom: 0;
    }
    .item-img{
        float: none;
        width: 70px;
        height: 70px;
    }
    .item-type{
        margin-bottom: 5px;
    }
    .item-info1{
        color: #aaaaaa;
        font-size: 12px;
        width: 100%;
        height: 15px;
        line-height: 15px;
        text-overflow: ellipsis;
        white-space:nowrap;
        overflow: hidden;
    }
    .item-r{
        float: none;
        flex: 1;
        width: 39%;
    }
    .item-1::after,.item-2::after,.item-3::after{
        width: 60px;
        height: 60px;
        background-size: 100% 100%;
    }
    .item-tit{
        color: #555555;
        font-size: 15px;
        margin-bottom: 0;
    }
    .box-tit{
        margin-bottom: 15px;
        border: none;
        height: 20px;
    }
    .box-tit span{
        font-weight: normal;
        font-size: 18px;
    }
    .hot-zt-box, .newest-zt-box{
        padding: 15px 10px;
        margin-bottom: 10px;
    }
    .hot-zt-list ul{
        width: 100%;
        zoom: 1;
        overflow-x: scroll;
        display: flex;
    }
    .hot-zt-list ul li{
        flex-shrink: 0;
    }
    .newest-zt ul li{
        width: 100%;
        margin-right: 0;
    }
    .item-btn{
        width: 56px;
        height: 26px;
        background: #ff8f19;
        color: #fff;
        text-align: center;
        line-height: 26px;
        border-radius: 5px;
        font-size: 13px;
        margin-top: 20px;
    }
    .zt-item-box{
        margin-bottom: 10px;
    }
    .slide-down{
        width: 14px;
        height: 14px;
        background: url(https://static.wowfan.net/static/img/slide-down.png) no-repeat 0 0;
        background-size: 100% 100%;
        position: absolute;
        right: 10px;
        bottom: 18px;
        display: none;
    }
    .slide-up{
        transform: rotate(-180deg);
    }
    .hauto{
        height: 100%;
        bottom: 100%;
    }
    .hauto .zt-top-info{
        display: block;
    }
    .relation-box,.more-btn,.zt-top-relation{
        display: none;
    }
    .w1200 {
        max-width: 960px;
    }
    
}
@media screen and (max-width: 980px){
    .header-zt .navBox {
        padding-top: 10px;
        padding-bottom: 0;
        display: flex;
        flex-direction: column;
    }
    .w1200 {
        margin-left: 10px;
        margin-right: 10px;
    }
    .header-zt .nav {
        margin-top: 10px;
        display: flex;
    }
    .header-zt .nav li {
        flex: 1;
        text-align: center;
    }

}
@media screen and (max-width: 768px){
    .header-zt .navBox .logo img {
        height: 40px;
    }
    .header-zt .nav li {
        height: 40px;
        line-height: 40px;
    }
}
@media screen and (max-width: 640px) {
    .zt-con-box{
        width: 100%;
    }
    .zt-top-left img{
        width: 100%;
        height: 225px;
    }
   
    .zt-top-box{
        padding: 0;
        height: 225px;
        margin-bottom: 10px;
    }
    .zt-top-left{
        height: 225px;
    }
    .top {
        display: none;
    }
}
@media screen and (max-width: 430px){
   
}
