.zhgw-widths{
    width: 1400px;
    margin: 0 auto;
    overflow: hidden;
}
.documents1{
    overflow: hidden;
    margin: 0 auto;
}
.zhgw-title{
    display: block;
    margin: 0 auto;
    margin-top: 43px;
}
.documents-text {
    
    margin-top: 52px;
    border-radius: 10px;
    box-sizing: border-box;
    border: 3px solid #4976af;
}
.documents-text img{
    
    width: 35.6%;
    display: block;
    margin-top: -3px;
    margin-left: -3px;
}
.documents-text div{
    width: 64%;
    
    
}
.documents-text p{
    width: 90%;
    margin-left: 45px;
    
    font-size: 16px;
    line-height: 36px;
    
    margin-top: 4%;
    text-indent: 2em;
}
.documents-text span{
    display: block;
    color:#ff4e10;
    font-size: 20px;
    font-weight: bold;
    
    margin-top: 2%;
    text-align: right;
    margin-right: 4%;
    margin-bottom: 2%;
}
.documents2{
    overflow: hidden;
    margin: 0 auto;
}
.zhgw-title2{
    width: 265px;
    height: 66px;
    margin: 0 auto;
    margin-top: 68px;
    text-align: center;
    background: url('../image/zhgw-bj1.jpg') no-repeat;
    background-size: 100% 100%;
}
.zhgw-title2 h1{
    color: #fff;
    font-size: 24px;
    line-height: 66px;
    font-weight: normal;
}
.zhgw-texts{
    color: #333;
    font-size: 16px;
    margin: 0 auto;
    line-height: 36px;
    text-indent: 2em;
    margin-top: 33px;
}
.zhgw-img2{
    display: block;
    margin: 0 auto;
    margin-top: 55px;
}
.zhgw-jclx{
    width: 100%;
    
    overflow: hidden;
    margin: 0 auto;
    margin-top: 49px;
    background: #ebf1f8;
    margin-bottom: 40px;
}
.zhgw-title3 h1{
    color: #4976af;
    font-size: 24px;
    text-align: center;
    margin-top: 20px;
}
.zhgw-title3 p{
    color: #333;
    font-size: 16px;
    margin-top: 18px;
    text-align: center;
}
.zhgw-list{
    overflow: hidden;
    margin-top: 34px;

}
.zhgw-list-left {
    
    width: 47%;
    
    margin-left: 3%;
    margin-top: 1%;
}
.zhgw-divs{
    width: 100%;
    margin-bottom: 53px;
}
.zhgw-divs img{
    float: left;
    transition: ease .3s;
}
.zhgw-divs:hover img{
    transform:scale(-1,1);
}
.zhgw-divs div{
    float: left;
    
    width: 86%;
    
    margin-left: 3%;
}
.zhgw-list-left h1{
    color: #333;
    font-size: 20px;
    margin-top: -5px;
    font-weight: normal;
}
.zhgw-list-left p{
    color: #333;
    font-size: 16px;
    margin-top: 5px;
}
.zhgw-hxys{
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
    margin-top: 49px;
}
.documents3{
    margin: 0 auto;
    overflow: hidden;
    margin-bottom: 60px;
}
.zhgw-title4{
    margin-top: 0;
}
.zhgw-imgList{
    margin-top: 35px;
}
.zhgw-divs2{
    float: left;
    
    width: 18.7%;
    min-height: 472px;
    overflow: hidden;
    
    margin-right: 1%;
    border-radius: 25px;
    border: 2px solid #959595;
}
.zhgw-divs2 div{
    width: 100%;
    height: 169px;
    overflow: hidden;
}
.zhgw-divs2 div img{
    width: 100%;
    height: 100%;
    display: block;
    margin: 0 auto;
    transition: ease .3s;
}
.zhgw-divs2:hover img{
    transform: scale(1.1);
}
.zhgw-divs2:last-of-type{
    margin-right: 0;
}
.zhgw-divs2  h1{
    color: #4976af;
    font-size: 18px;
    text-align: center;
    margin-top: 17px;
}
.zhgw-divs2 p{
    
    width: 75%;
    margin: 0 auto;
    color: #333;
    font-size: 16px;
    line-height: 30px;
    margin-top: 20px;
}
.zhgw-list1 div p{
	line-height:22px;
    margin-top: -6px;
}

@media only screen and (max-width:1439px){
    * {
        box-sizing: border-box;
    }
    .zhgw-title{
        width: 600px;
    }
    .zhgw-widths{
        width: 100%;
    }
    .documents1{
        width: 90%;
    }
    .documents-text p {
        font-size: 14px;
    }
    .documents2{
        width: 90%;
    }
    .documents3{
        width: 90%;
    }
}
@media only screen and (max-width:1366px){
    .documents-text p{
        display: -webkit-box;             
        -webkit-box-orient: vertical;     
        -webkit-line-clamp: 3;            
        overflow: hidden;   
        line-height: 30px;
    }
    .documents-text span{
        font-size: 16px;
    }
    .zhgw-divs2 p{
        display: -webkit-box;             
        -webkit-box-orient: vertical;     
        -webkit-line-clamp: 6;            
        overflow: hidden;   
    }
    .zhgw-list-left p{
        display: -webkit-box;             
        -webkit-box-orient: vertical;     
        -webkit-line-clamp: 2;            
        overflow: hidden;  

    }
}