.infobox .artical_top{
    overflow: hidden;
    padding-bottom: 46px;
    border-bottom: 1px solid #85CBBF70;
}
.infobox .news_imgs{
    width: 175px;
    height: 237px;
    border-radius: 10px;
    float: left;
    margin-right: 38px;
}
.infobox .news_imgs img{
    width: 100%;
    height: 100%;
}
.infobox .news_con{
    width: calc( 100% - 213px);
    float: left;
    color: #005E60;
}
.infobox .news_con>div{
    line-height: 24px;
}
.infobox .news_title{
    font-size: 30px;
    line-height: 34px;
    margin-top: 20px;
    margin-bottom: 20px;
}
.infobox .news_f2{
    margin-bottom: 20px;
}
.infobox .artical_bottom .wp_articlecontent>ul>li{
    color: #005E60;
    padding: 30px 0;
}
.infobox .artical_bottom .wp_articlecontent>ul>li:first-child p{
    text-indent: 2em;
}
.infobox .artical_bottom h1{
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 30px;
    padding-left: 35px;
    line-height: 30px;
    background: url(images/h1.png) no-repeat left center;
}
.infobox .artical_bottom span,
.infobox .artical_bottom p{
    font-size: 16px;
    font-weight: normal;
    line-height: 30px;
}
.infobox .artical_bottom span:nth-child(3n-1){
    margin-right: 50px;
}
.infobox .artical_bottom .wp_articlecontent>ul>li li{
    padding: 20px 0 15px;
    border-bottom: 1px dashed #005E6070;
}
.infobox .artical_bottom .wp_articlecontent>ul>li li:nth-child(2){
    padding-top: 0;
}
.infobox .artical_bottom .wp_articlecontent>ul>li li:last-child{
    border: none;
}
.infobox .artical_bottom h2{
    font-weight: normal;
    font-size: 18px;
    margin-bottom: 15px;
}
.infobox .wp_articlecontent .list-paddingleft-2{
    padding-left: 0;
}
@media screen and (max-width:550px){
    .infobox .artical_bottom span{
        display: block;
    }
}
@media screen and (max-width:489px){
    .infobox .news_imgs{
        width: 90%;
        height: auto;
        margin:0 5%;
    }
    .infobox .news_con{
        width:100%;
    }
}