.container{
    width: 1400px;
    margin: 0 auto;
}
.zt-header img{
    display: block;
    width: 100%;
}
.ml{
    margin-top: 15px;
    height: 80px;
    background: #FF883A;
    border-radius: 10px;
    text-align: center;
}
.ml a{
    font-size: 40px;
    font-family: 上首锐圆体;
    line-height: 80px;
    color: #FFFFFF;
}
.title{
    margin-top: 40px;
    text-align: center;
}
.item-box{
    margin: 50px 0;
}
.item-box .half{
    width: 680px;
}
.item-box > .half > ul > li{
    line-height: 60px;
    position: relative;
    border-bottom: 1px solid #eee;
    text-indent: 15px;
    text-overflow:ellipsis;
    overflow:hidden;
    white-space:nowrap;
    transition: all .4s;
}
.item-box > .half > ul > li:last-child{
    border-bottom: none;
}
.item-box > .half > ul > li::before{
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #FF883A;
}
.item-box > .half > ul > li:hover{

}
.item-box > .half > ul > li > a{
    float: left;
    font-size: 16px;
    width: 80%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    color: #333333;
}
.item-box > .half > ul > li > span{
    float: right;
    color: #949494;
}
.item-box > .half > ul > li > a:hover{
    color: #FF883A;
}
.img-box img{
    display: block;
}
.img-box > .half{
    width: 680px;
}
.img-box > .half > ul > li{
    background-color: #f6f6f6;
    margin-bottom: 52px;
}
.img-box .img-left{
    width: 160px;
}
.text-right{
    width: 520px;
    padding-left: 14px;
    text-align: left;
}
.text-right h3{
    margin: 12px 0;
    font-size: 18px;
    font-weight: bold;
    color: #FF883A;
}
.text-right ul{
    margin: 30px 0 10px;
}
.text-right ul li{
    float: left;
    width: 146px;
    line-height: 31px;
    background-color: #fff;
    margin-right: 24px;
    border-radius: 10px;
    text-align: center;
}
.text-right ul li:last-child{
    margin-right: 0;
}
.text-right ul li a{
    color: #000;
}
@media (max-width: 768px){
    .container{
        width: 100%;
        padding: 0 15px;
    }
    .title img{
        display: block;
        width: 100%;
    }
    .item-box .half{
        width: 100%;
    }
    .item-box > .half > ul > li{
        line-height: 45px;
    }
    .item-box > .half > ul > li > a {
        float: none;
        display: inline;
        overflow: inherit;
        white-space: normal;
    }
    .item-box > .half > ul > li > span{
        float: none !important;
        display: inline !important;
    }
    .item-box > .half > ul > li::before {
        top: 22px;
    }
    .img-box > .half,.img-box .img-left,.img-box img,.text-right{
        width: 100%;
    }
    .text-right ul li{
        width: 27%;
    }
}


