@charset "utf-8";
/* CSS Document */


.news{background:#F5F5F5;padding:50px 0;}
.news_nav{width: 100%;background: #fff;margin-bottom: 20px;}
.news_nav ul{display: flex;justify-content: flex-start;align-items: center;flex-flow: row nowrap;width: 100%;overflow: hidden;}
.news_nav ul li{line-height: 50px;margin:4px 20px 0 40px;}
.news_nav ul li a{display: inline-block;font-size: 18px;color: #767578;border-bottom: 4px #fff solid;}
.news_nav ul li.action span{display: inline-block;font-weight: bold;font-size: 22px;color: #2E3231;border-bottom: 4px #3ABEB7 solid;}
.news_nav ul li:hover a{color: #2E3231;}

.news_top{padding:30px 0;display: flex;justify-content: space-between;align-items: center;background: #fff;border-bottom:#F5F5F5 1px solid;}
.news_top p{padding:5px 40px;}
.news_top p b{line-height: 50px;font-weight: bold;font-size: 28px;color: #2E3231;}
.news_top p a{display: inline-block;margin-left:20px;padding:0 20px;line-height: 30px;font-size: 14px;color: #767578;border: 1px solid #767578;border-radius:6px;transition: all 0.3s linear;}
.news_top p a:hover{color: #0E987E;border: 1px solid #0E987E;}
.news_top p a.action{color: #0E987E;border: 1px solid #0E987E;font-weight: bold;}

.news_ul{padding:15px 0;display: flex;justify-content: space-between;align-items: center;background: #fff;border-bottom:#F5F5F5 1px solid;}
.news_ul p{padding:5px 40px;}
.news_ul p a{display: inline-block;margin-right:20px;padding:0 20px;line-height: 30px;font-size: 14px;color: #767578;border: 1px solid #767578;border-radius:6px;transition: all 0.3s linear;}
.news_ul p a:hover{color: #0E987E;border: 1px solid #0E987E;background: #f3f4f5;}
.news_ul p a.action{color: #0E987E;border: 1px solid #0E987E;}

.news_main{padding:30px 40px;background:#fff;margin-bottom:20px;}

.news_main_list1{padding:10px 0;}
.news_main_list1 ul{display: flex;justify-content: space-between;align-items: stretch;flex-flow:row wrap;}
.news_main_list1 ul li{width: calc((100% - 90px)/4);margin-bottom: 30px;box-sizing: border-box;}
.news_main_list1 ul li a{display: inline-block;width: 100%;height: 100%;border: 1px solid #CBCDD4;box-sizing: border-box;overflow: hidden;display: flex;flex-direction: column;}
.news_list1_pic{width: 100%;height: auto;max-height:300px;overflow: hidden;flex: auto;border-bottom: 1px solid #CBCDD4;position: relative;}
.news_list1_pic img{width: 100%;height:100%;object-fit: contain;transition: all 0.3s linear;}
.news_list1_pic:hover img{transform: scale(1.05);}
.news_list1_cover{position: absolute;left:0;top:0;width: 100%;height: 100%;display: flex;justify-content: center;align-items: center;background: rgba(40,43,45,0.4);opacity: 0;transition: all 0.3s linear;}
.news_list1_cover i{font-size: 70px;color:#fff;position: relative;width:70px;height:70px;}
.news_list1_cover i::before{z-index: 2;position: absolute;top:0px;left:0px;}
.news_list1_cover i::after{position: absolute;top:10px;left:8px;width: 45px;height: 45px;border-radius: 50%;background: rgba(0,0,0,0.8);content: '';z-index: 1;}
.news_main_list1 ul li:hover .news_list1_cover{opacity: 1;}
.news_list1_info{padding:10px 20px;flex: 1;}
.news_list1_info p{padding:5px 0;text-align: left;}
.news_list1_info p b{display: inline-block;width:100%;line-height: 35px;font-size: 18px;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.news_list1_info p span{font-size: 14px;color: #767578;line-height: 25px;}
.news_list1_info2 p b{line-height:30px;font-size: 15px;font-weight:normal;}
.news_list1_info_li{display: flex;justify-content: space-between;align-items: stretch;}
.news_list1_info_li span{display: inline-block;font-size: 16px;color: #767578;}
.news_list1_info_li span i.eye{display: inline-block;padding-right: 5px;font-size: 16px;line-height:30px;width: 17px;}
.news_list1_info_li span i.eye img{width: 100%;float: left;}
.news_list1_info_li span i.icon{background: #109995;font-size: 16px;width:30px;height:30px;line-height:30px;color: #fff;text-align: center;}
.news_list1_info_li span i.icon img{width: 100%;float: left;}

.news_main_list2{padding:10px 0;}
.news_main_list2 ul li{padding-bottom: 50px;margin-bottom: 50px;border-bottom: 1px solid #CBCDD4;display: flex;justify-content: space-between;align-items: stretch;}
.news_list2_pic{width:260px;height:auto;display: flex;justify-content: center;align-items: center;margin-top:10px;max-height:200px;overflow: hidden;}
.news_list2_pic a{display: inline-block;width: 100%;height: 100%;}
.news_list2_pic a img{width: 100%;height: 100%;transition: all 0.3s linear;object-fit: cover;}
.news_list2_pic:hover img{transform: scale(1.05);}
.news_list2_info{width: calc(100% - 290px);text-align: left;position: relative;min-height:170px;}
.news_list2_info p{padding:5px 0;}
.news_list2_info p b{line-height: 35px;font-size: 20px;font-weight: bold;}
.news_list2_info p span{line-height: 30px;font-size: 16px;color: #767578;}
.news_list2_info p:last-child{position: absolute;left: 0;bottom: 0;padding-bottom: 0;}
.news_list2_info p>a{display: inline-block;padding:0 30px;line-height: 37px;background: linear-gradient( 90deg, #34B9AF 0%, #069074 100%);border-radius: 2px;color:#fff;}

.news_main_list3{padding:10px 0;}
.news_main_list3 ul{display: flex;justify-content: space-between;align-items: stretch;flex-flow:row wrap;}
.news_main_list3 ul li{width: calc((100% - 150px)/4);margin-bottom: 40px;box-sizing: border-box;}
.news_list3_pic{width: 100%;overflow: hidden;border: 1px solid #109995;}
.news_list3_pic img{width: 100%;float: left;transition: all 0.3s linear;}
.news_list3_pic:hover img{transform: scale(1.05);} 
.news_list3_info{padding:15px 0;}
.news_list3_info p b{display: inline-block;width:100%;line-height: 60px;font-size: 16px;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.news_list3_info p span{display: inline-block;line-height: 40px;padding:0 40px;border-radius:20px;border: 1px solid #C4D9D9;background: #F0F0F0;font-size: 16px;color:#2E3231;}
.news_list3_info p span i{font-size: 16px;padding:0 10px;}
.news_list3_info p span:hover{color:#fff;background: #109995;}

.news_main_list4{padding:10px 0;}
.news_main_list4 ul li{padding-bottom: 30px;margin-bottom: 40px;display: flex;justify-content: space-between;align-items: flex-start;}
.news_list4_pic{width:260px;height:auto;display: flex;justify-content: center;align-items: center;margin-top:10px;}
.news_list4_pic img{width: 100%;float: left;transition: all 0.3s linear;}
.news_list4_pic:hover img{transform: scale(1.05);}
.news_list4_info{width: calc(100% - 290px);display: flex;justify-content: space-between;align-items:flex-start;border-bottom: 1px solid #CBCDD4;padding-bottom: 30px;}
.news_main_list4 ul li:hover .news_list4_info{border-bottom: 1px solid #109995;} 
.news_list4_info_l{width: calc(100% - 150px);text-align: left;}
.news_list4_info_l p{padding:5px 0;}
.news_list4_info_l p b{line-height: 35px;font-size: 20px;font-weight: bold;}
.news_list4_info_l p span{line-height: 30px;font-size: 14px;color: #767578;}
.news_list4_info_r{width:150px;display: flex;justify-content: flex-end;align-items:flex-start;margin:10px 0;}
.news_list4_info_r div:first-child{width: 35px;margin:15px 30px;height:0px;background: #109995;}
.news_main_list4 ul li:hover .news_list4_info_r div:first-child{height:1px;}
.news_list4_info_r p{line-height: 30px;text-align: left;}
.news_list4_info_r p b{font-weight: bold;font-size: 34px;color: #2E3231;}
.news_list4_info_r p span{font-weight: bold;font-size: 14px;color: #767578;margin:0 2px;}
.news_list4_info_r p i{font-size: 16px;color: #767578;margin:0 5px;}
.news_main_list4 ul li:hover .news_list4_info_r p b,.news_main_list4 ul li:hover .news_list4_info_r p span,.news_main_list4 ul li:hover .news_list4_info_r p i{color: #109995;}






