.container{
    width: 1400px;
    margin: 0 auto;
}
.zt-header img{
    display: block;
    width: 100%;
}

.title{
    text-align: center;
}
.item-box{
    margin: 50px 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 > .half{
    width: 680px;
    height: 307px;
}
.sqzn{
    padding: 93px 40px 40px;
    background: url('../images/snbt-sqzn-bg.png') center no-repeat;
}
.sqzn li{
    float: left;
    background-color: #7CD745;
    width: 278px;
    height: 48px;
    text-align: center;
    margin: 0 10px 15px;
    border-radius: 24px;
}
.sqzn li a{
    display: block;
    height: 48px;
    line-height: 48px;
    font-size: 18px;
    color: #FFFFFF;
}
.jdqd{
    padding: 89px 52px 0 37px;
    background: url('../img/snbt-jdqd-bg.png') center no-repeat;
}
.sqzn li.two a{
    line-height: 20px;
    font-size: 16px;
    padding: 5px 40px 0;
}
.jdqd img{
    padding: 7px;
    background-color: #90CA6D;
    border-radius: 50%;
    vertical-align: middle;
    margin-right: 8px;
}
.jdqd p{
    line-height: 43px;
}
.title-bg{
    height: 76px;
    color: #fff;
    line-height: 57px;
    font-size: 28px;
    background: url('../img/xczx-title-bg.png') center no-repeat;
}
.title-bg a{
	color: #fff;
}
@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;
    }
    .half img{
        display: block;
        width: 100%;
    }
}

