
#box01{border-bottom: 1px solid #DADADA;}
.con-item{
    padding-bottom: 52px;
    margin-bottom: 33px;
}
.con-item .news{
    box-shadow: 0 3px 18px 0 #0000001a;
    margin-bottom: 33px;
}
.con-item .news_imgs{
    width: 31.5%;
    height: 248px;
    float: left;
}
.con-item .news_con{
    float: left;
    width: 68.5%;
    height: 248px;
    box-sizing: border-box;
    padding: 45px 27px 40px 40px;
}
.con-item .news_title{
    font-size: 28px;
     color: #333333;
     margin-bottom: 20px;
}
.con-item .news_intro{
    font-size: 17px;
    color: #494949;
    line-height: 1.5;
}
@media screen and (max-width: 767px){
    .con-item{margin-bottom:30px;padding-bottom:10px;}
    .con-item .news_imgs{width:40%;height:200px;}
    .con-item .news_con{width:60%;padding:40px 20px;height:200px;}
    .con-item .news_title{font-size:18px;}
    .con-item .news_intro{font-size:14px;}
}
@media screen and (max-width: 479px){
    .con-item .news_imgs{width:40%;height:150px;}
    .con-item .news_con{width:60%;padding:10px 20px;height:150px;}
}