.container{
    width: 1400px;
    margin: 0 auto;
}
.zt-header img{
    display: block;
    width: 100%;
}
.zt-header{
    background-color: #c1e5ff;
}
.ml{
    margin-top: 19px;
    text-align: center;
}
.spyp-title{
    background: url('../images/spyp-title-bg.png') center no-repeat;
    height: 46px;
    padding-left: 24px;
}
.spyp-title a{
    display: block;
    line-height: 46px;
    font-size: 28px;
    font-weight: bold;
    color: #2FA5F8;;
}
.item-box{
    margin: 38px 0;
}
.item-box .half{
    width: 680px;
}
.item-box > .half > ul{
    margin-top: 15px;
}
.item-box > .half > ul > li{
    line-height: 50px;
    position: relative;
    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: #999;
}
.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 > li{
    float: left;
    margin-right: 21px;
}
.img-box > li:last-child{
    margin-right: 0;
}
.img-box > li>img{
    display: block;
}
@media (max-width: 768px) {
    .container {
        width: 100%;
        padding: 0 15px;
    }

    .title img {
        display: block;
        width: 100%;
    }
    .ml 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 > li{
        width: 100%;
        margin-right: 0;
        margin-top: 15px;
    }
    .img-box > li img{
        display: block;
        width: 100%;
    }
}


