#content .content .content_bottom  .content_nav img{
    max-width: 100%;
    margin-bottom: 20px;
}
#content  p{
    font-size: 16px;
    line-height: 2;
    margin-top: 5px;   
}
.ach img {
    width: 100%;
    margin-top: 0px;
    cursor: pointer;
}
.zs .col-12 div{
    border: 1px solid #e6e6e6;
}
.zs p{
    bottom: 20px;
    text-align: center;
    height: 60px;
    line-height: 60px;
}
.zs .col-12 div {
    overflow: hidden;
}
.zs .col-12 div:hover img{
    transition-duration: 0.5s;
    transform: scale(1.1);
}
@media (min-width: 1200px){
    .zs .col-12 div img{
        max-height: 360px;
    }
    .zs .col-12 div{
        line-height: 360px;
    }
}
@media (max-width: 1200px) and (min-width:992px){
    .zs .col-12 div{
        line-height: 400px;
    }
    .zs .col-12 div img{
        max-height: 400px;
    }
}

@media (max-width: 992px) and (min-width:768px){
    .zs .col-12 div{
        line-height: 460px;
    }
    .zs .col-12 div img{
        max-height: 460px;
    }
}
@media (max-width: 768px){
    .zs .col-12 div{
        line-height:auto;
    }
}

/*联系我们*/
p{
    font-size: 16px;
    line-height: 24px;
    margin-top: 5px;
}
#content .content .content_bottom h1{
    font-size:24px;
    font-weight:800;
    color:#488772;
    line-height:32px;
    position: relative;
}
#content .content .content_bottom h2{
    font-size:18px;
    font-weight:800;
    color:#488772;
    line-height:34px;
    position: relative;
}
@media(min-width:1200px){
    #content .content .content_bottom h2{
        line-height:40px;
    }
}
#content .content .content_bottom h2 span{
    font-size: 18px;
    color: #333;
    font-weight: normal;
}
@media (max-width:767px){
    #content .content .content_bottom h1 {
        font-size: 20px;
    }
    #content .content .content_bottom h2,
    #content .content .content_bottom h2 span{   
        font-size: 16px;
    }

}
/*新闻*/
#content .content .content_bottom .content_nav .bottom{  
    margin-top: 30px;
    margin-bottom: 30px;
}
#content .content .content_bottom .content_nav .bottom h3{
    text-align: center;
    font-size: 18px;
}

.text-secondary{
    margin-top: 4px;
    margin-bottom: 10px;
}

.page span:hover{
    color: #488772;
}
.page p:hover{
    color: #488772;
}
.page{
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
}
.page span{
    font-size: 13px;
    color: #666666;
    font-weight: normal;
    line-height: 1.7em;
    cursor: pointer;
}
.page p{
    font-size: 13px;
    color: #666666;
    font-weight: normal;
    line-height: 1.7em;
    cursor: pointer;
}
.page p:hover{
    color: #488772;
}
.page i{
    color: #c2c2c2;
}
.page span:hover i{
    color: #488772;
}
.page p:hover i{
    color: #488772;
}
#content .content .content_bottom .content_nav .ach .list{
	border: 1px solid #e6e6e6;
}
.news-box{
	border-bottom: 1px solid #e0e0e0;
	line-height: 100px;
	padding-bottom: 20px;
    margin-bottom: 20px;
    font-size: 16px;
}
.news-box img{
	width: 100%;
	max-height: 160px;
}
.news-box span{
	float: right;
}

@media (max-width:767px){
	.news-box{
		font-size: 14px;
		line-height: 1.2;
	}
	.news-box img{
		width: 95px;
		height: 74px;
	}
	.news-box .col-8{
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
		line-height: 80px;
	}
}
