/*新闻中心*/
/*$$
{
	"color":[
		{"val":"rgba(45, 68, 148, 0.12)","title":"英文标题"},
		{"val":"#333333","title":"中文标题/新闻模块默认颜色"},
		{"val":"#2f4494","title":"凸显颜色"}
	],
	"background":[
		{"val":"#ffffff","title":"默认背景颜色"},
		{"val":"#2f4494","title":"凸显颜色"},
		{"val":"#f9ac6b","title":"凸显选中颜色"}
		
	],
	"border":[
		{"val":"#2f4494","title":"默认边框颜色"},
		{"val":"#f9ac6b","title":"选中边框颜色"}
	]
}
$$*/
#news_150 {
  padding: 30px 10px 20px;
}

#news_150 .new_box {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

#news_150 .new_box .all_tit {
  text-align: center;
  position: relative;
  padding-top: 16px;
}

#news_150 .new_box .all_tit h2 {
  font-size: 36px;
  color: #333333;
  font-weight: bold;
  line-height: 40px;
  white-space: nowrap;
}

#news_150 .new_box .all_tit h2 span {
  position: relative;
  z-index: 2;
  padding-bottom: 2px;
}

#news_150 .new_box .all_tit h2 span::after {
  content: '';
  height: 14px;
  width: 100%;
  background: #f9ac6b;
  position: absolute;
  border-radius: 14px 14px 14px 14px;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 0);
  z-index: -1;
}

#news_150 .new_box .all_tit p {
  font-size: 44px;
  color: rgba(45, 68, 148, 0.12);
  text-transform: uppercase;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
  font-weight: bold;
  white-space: nowrap;
}

#news_150 .new_box .cont {
  width: 100%;
  margin-top: 55px;
}

#news_150 .new_box .cont .news_Ul {
  width: 100%;
  background: #f4f7ff;
  padding: 20px 20px;
  margin-bottom: 30px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

#news_150 .new_box .cont .news_Ul .news_li {
  width: calc((100% - 25px ) / 2);
  margin-bottom: 25px;
  height: 160px;
  background: #ffffff;
  transition: 0.3s ease;
}

#news_150 .new_box .cont .news_Ul .news_li .news_a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 12px 12px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-content: center;
}

#news_150 .new_box .cont .news_Ul .news_li .news_a .news_imgs {
  width: 40%;
  max-width: 180px;
  height: 100%;
  margin-right: 20px;
  overflow: hidden;
}

#news_150 .new_box .cont .news_Ul .news_li .news_a .news_imgs .news_img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: 0.3s ease;
}

#news_150 .new_box .cont .news_Ul .news_li .news_a .news_info {
  flex: 1;
  width: 0;
  height: 100%;
}

#news_150 .new_box .cont .news_Ul .news_li .news_a .news_info .info_h2 {
  font-size: 16px;
  color: #333333;
  line-height: 30px;
  position: relative;
  padding-bottom: 5px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

#news_150 .new_box .cont .news_Ul .news_li .news_a .news_info .info_h2::after {
  width: 30px;
  height: 2px;
  background: #2f4494;
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  transition: 0.3s ease;
}

#news_150 .new_box .cont .news_Ul .news_li .news_a .news_info .info_p {
  font-size: 14px;
  color: #333333;
  line-height: 22px;
  max-height: 44px;
  margin-top: 14px;
  overflow: hidden;
}

#news_150 .new_box .cont .news_Ul .news_li .news_a .news_info .info_more {
  margin-top: 12px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
}

#news_150 .new_box .cont .news_Ul .news_li .news_a .news_info .info_more .info_morea {
  line-height: 24px;
  padding: 0 10px;
  font-size: 14px;
  color: #2f4494;
  display: block;
  border-radius: 12px;
  border: #2f4494 1px solid;
  transition: 0.3s ease;
}

#news_150 .new_box .cont .news_Ul .news_li:nth-child(n + 3) {
  margin-bottom: 0;
}

#news_150 .new_box .cont .news_Ul .news_li:hover {
  box-shadow: 0 0 10px 1px rgba(47, 68, 148, 0.2);
}

#news_150 .new_box .cont .news_Ul .news_li:hover .news_a .news_imgs .news_img {
  transform: scale(1.1);
}

#news_150 .new_box .cont .news_Ul .news_li:hover .news_a .news_info .info_h2::after {
  background: #f9ac6b;
  transform: scaleX(1.5);
}

#news_150 .new_box .cont .news_Ul .news_li:hover .news_a .news_info .info_more .info_morea {
  background: #f9ac6b;
  color: #f9ac6b;
  border: #f9ac6b 1px solid;
  color: #ffffff;
}

#news_150 .new_box .cont .moreShowas {
  width: 100%;
}

#news_150 .new_box .cont .moreShowas .moreShowa {
  display: block;
  margin: 0 auto;
  height: 44px;
  line-height: 44px;
  background: #2f4494;
  width: 130px;
  text-align: center;
  color: #ffffff;
  border-radius: 44px;
  letter-spacing: 1px;
  font-size: 14px;
  opacity: 0.9;
  transition: 0.3s ease;
}

#news_150 .new_box .cont .moreShowas .moreShowa:hover {
  opacity: 1;
  width: 150px;
}

@media (max-width: 786px) {
  #news_150 .new_box .all_tit {
    padding-top: 6px;
  }
  #news_150 .new_box .all_tit h2 {
    font-size: 24px;
  }
  #news_150 .new_box .all_tit h2 span::after {
    height: 8px;
  }
  #news_150 .new_box .all_tit p {
    font-size: 32px;
  }
  #news_150 .new_box .cont {
    margin-top: 35px;
  }
  #news_150 .new_box .cont .news_Ul {
    padding: 10px;
  }
  #news_150 .new_box .cont .news_Ul .news_li {
    height: 120px;
    width: 100%;
    margin-bottom: 10px;
  }
  #news_150 .new_box .cont .news_Ul .news_li .news_a {
    padding: 5px;
  }
  #news_150 .new_box .cont .news_Ul .news_li .news_a .news_imgs {
    margin-right: 10px;
  }
  #news_150 .new_box .cont .news_Ul .news_li .news_a .news_info .info_h2 {
    font-size: 14px;
    line-height: 25px;
  }
  #news_150 .new_box .cont .news_Ul .news_li .news_a .news_info .info_p {
    font-size: 12px;
    line-height: 20px;
    max-height: 40px;
    margin-top: 8px;
  }
  #news_150 .new_box .cont .news_Ul .news_li .news_a .news_info .info_more {
    margin-top: 8px;
  }
  #news_150 .new_box .cont .news_Ul .news_li .news_a .news_info .info_more .info_morea {
    font-size: 12px;
    line-height: 20px;
  }
  #news_150 .new_box .cont .news_Ul .news_li:nth-child(3) {
    margin-bottom: 10px;
  }
  #news_150 .new_box .cont .moreShowas .moreShowa {
    width: 110px;
    height: 36px;
    background: #2f4494;
    color: #ffffff;
    margin: 0 auto;
    display: block;
    font-size: 12px;
    line-height: 36px;
    border-radius: 36px;
    text-align: center;
  }
}
