.banner{min-width: 1200px;width: 100%;height: 150px;background-image: url('../images/news.jpg');background-position: center center; background-repeat: no-repeat;}
.h1_title{display: flex;flex-direction: row;align-items: baseline;}
.h1_title span{display: block;}
.h1_title .title{position: relative;font-size: 25px;font-weight: 600;padding-left: 10px;border-left: 3px solid #000;}
.about{margin-top: 30px;}
.h1_title .desc{padding-left: 10px;color: #595758;}


.service{min-width: 1200px;width: 100%;background-color: #607dbf;height: 220px;margin-top: 30px;align-items: center;display: flex;flex-direction: row;justify-content: space-between;}
.service .content{align-items: center;display: flex;flex-direction: row;justify-content: space-between;color: #fff;}
.service .content h1{line-height: 50px;}

.news_list{margin-top: 30px;justify-content:flex-start; flex-wrap: wrap;display: flex;flex-direction: row;}
.news_list .news_list_li{display: flex;flex-direction: column;flex-basis:23%;border: 2px solid #dcdddd;justify-content: center;text-align: center;padding: 20px 0;margin: 0 10px;margin-bottom: 20px;}
.news_list .news_list_li:hover{border: 0;box-shadow: 0 3px 12px rgba(0, 0, 0, 0.1);}
.news_list .news_list_li img{width: 240px;height: 148px;}
.news_list .news_list_li .title{width: 95%;height: 30px;line-height: 30px;overflow: hidden;font-size: 16px;text-align: center;font-weight: 600;margin:0 auto;margin-top: 10px;margin-bottom: 10px;}
.news_list .news_list_li .desc{color: #595757;width: 96%;margin: 0 auto;margin-bottom: 10px;display: block;height: 100px;overflow: hidden;}
.news_list .news_list_li .news_more{width: 100px;padding: 5px 0;background-color: #607dbf;margin: 0 auto;color: #fff;}


.title1,.time{text-align: center;}
.time{padding: 20px 0;}
.content_in_1{width: 98%;margin: 0 auto;}

.news_list_class{display: flex;flex-direction: row;width: 98%;margin: 0 auto;border-bottom: 1px solid #000;padding-bottom: 20px;margin-top: 30px;box-sizing: border-box;}
.news_list_class a{margin: 0 10px;font-size: 16px;}
.news_list_class .current{color: #607dbf;font-weight: 600;}