.banner{width: 100%;}
.banner img{width: 100%; display: block;}

.news{width: 1400px;margin:0 auto; padding-top: 80px;padding-bottom: 20px;}
.news .news_type{display: flex; justify-content: flex-start;align-items: center;width: 100%; margin-bottom: 80px;}
.news .news_type li{width: 160px; text-align: center; line-height: 50px; font-size: 18px;margin-right: 60px;background: #E6E6E6;}
.news .news_type li:last-child{margin-right: 0;}
.news .news_type li a{color: #333333; display: block;}
.news .news_type li.on{background: #134B9F; }
.news .news_type li.on a{color: #fff; }

.news ul{width: 100%}
.news ul li{display:flex;align-items:stretch;-webkit-align-items:stretch;flex-wrap:wrap;width:100%; border-bottom: 1px dashed rgba(0,0,0,0.2); padding-bottom: 40px; margin-bottom: 40px;}
.news ul li .li_left{width: 30%;border-radius: 10px;}
.news ul li .li_left img{width: 100%; border-radius: 10px;}
.news ul li .li_right{width: 70%; padding-left: 30px;padding-top: 15px;}
.news ul li .li_right dl{ font-size: 24px; padding-bottom: 15px;}
.news ul li .li_right dl a{ color:#333333;}
.news ul li .li_right dl a:hover{ color: #134B9F;}
.news ul li .li_right dt{color: #999999; font-size: 14px;line-height: 1;}
.news ul li .li_right dd{ font-size: 16px; color: #555555;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden; line-height: 1.6;padding-top: 25px;}
.news ul li .li_right .look{background: #134B9F; width: 160px; text-align: center; border-radius: 5px; line-height: 45px; font-size: 16px; margin-top: 50px;}
.news ul li .li_right .look a{color: #fff; display: block;display: flex; justify-content: center;align-items: center;}
.news ul li .li_right .look img{width: 14px; height: 14px; display: block; margin-left: 5px;}

/*新闻详情*/
.newshow{width: 1400px;margin: 0 auto;padding-bottom: 150px;padding-top: 80px;}
.newshow .title{ font-size: 20px; color: #000; padding-bottom: 15px; line-height: 1.5;text-align: center;}
.newshow .time{ font-size: 12px; color: #999; text-align: center;}
.newshow .content{font-size: 16px; color: #666; line-height: 1.8; padding-top: 60px;}
.newshow .content img{ max-width: 100%; }


.newshow .other{width: 100%;border-top:1px dashed rgba(0,0,0,0.2);padding-top: 55px; display:flex;align-items:stretch;-webkit-align-items:stretch;flex-wrap:wrap;margin-top: 55px;}
.newshow .other li{text-align: center; font-size: 16px;line-height: 1; border:1px solid #999999;width: 30%; margin-right: 5%;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;padding:15px 20px;}
.newshow .other li:last-child{margin-right: 0}
.newshow .other li:hover{background: #134B9F;border:1px solid #134B9F;}
.newshow .other li a{color: #666666;}
.newshow .other li:hover a{color: #ffffff;}