/*模块一 begin*/
.row1 .box1 .list{margin-bottom: 60px}
.row1 .box1 .list>.tit{color: #333;line-height: 40px}
.row1 .box1 ul li{margin-top: 40px}
.row1.Latest .con{border: 1px solid #e1e1e1;}

@media only screen and (max-width: 1370px){
    .row1 .box1 ul li {margin-top: 30px;}
}
@media only screen and (max-width: 1250px){
    .row1 .box1 ul li {margin-top: 20px;}
    .row1 .box1 .list {margin-bottom: 30px;}
}
@media only screen and (max-width: 768px){
    .row1 .box1 .list>.tit {line-height: 26px;font-size: 18px;}
}

/*模块一 end*/