#news{padding:3% 0;}
.list1{width:100%;}
.list1 ul{display:flex;justify-content:space-around;flex-wrap:wrap;}
.list1 ul li{width:calc(94% / 4);text-align:center;background:#FFFFFF;margin-bottom:1.5%;box-shadow:2px 2px 20px rgba(63,130,231,.1);padding:30px 0;border-radius:20px;height:290px;}
.list1 ul li img{width:70%;margin:10px 0 20px 0;cursor:pointer;transition:All 0.4s ease-in-out;-webkit-transition:All 0.4s ease-in-out;-moz-transition:All 0.4s ease-in-out;-o-transition:All 0.4s ease-in-out;}
.list1 ul li:hover img{transform:scale(1.1);-webkit-transform:scale(1.1);-moz-transform:scale(1.1);-o-transform:scale(1.1);-ms-transform:scale(1.1);}
.list1 ul li p{font-size:16px;}

.flex-box{display:flex;flex-wrap:wrap;justify-content:space-between;}
.flex-box .info-block{width:68.8%;border-radius:10px;}
.flex-box .pad{padding:min(30px,1.8vw);}
.flex-box .bg{background:#ffffff;border-radius:10px;box-shadow: 2px 2px 20px rgba(63,130,231,.1);}
.flex-box .info-block .h1{margin-top:10px;font-weight:normal;font-size:24px;line-height:1.4em;color:#333333;}
.flex-box .info-block .other{display:flex;margin-top:15px;border-bottom:1px solid #e7e7e7;padding-bottom:19px;justify-content:space-between;line-height:1.4em;font-size:16px;color:#888888;}
.flex-box .info-block .cont{overflow:hidden;padding:20px 0;white-space:normal;word-break:break-all;font-size:15px;line-height:2em;color:#686868;}
.flex-box .info-block .cont p{font-size:15px;}
.prenext{border-top:1px solid #e7e7e7;padding-top:35px;}
.prenext p{margin:0;font-size:16px;line-height:34px;color:#444444;}
.prenext p label{width:65px;margin-right:18px;}
.flex-box .info-right{width:28.5%;border-radius:10px;}
.flex-box::after{content:'';display:block;width:100%;padding-top:5.9%;}