/*新闻资讯*/
/*$$
{
	"color":[
		{"val":"#333333","title":"默认字体颜色"},
		{"val":"#e4e4e9","title":"英文字体颜色"},
		{"val":"#666666","title":"默认字体颜色"},
		{"val":"#ffffff","title":"选中字体颜色"}
	],
	"background":[
		{"val":"#ffffff","title":"默认模块背景颜色"},
		{"val":"#075c37","title":"凸显的背景色"}
	],
	"border":[
		{"val":"#cccccc","title":"默认边框颜色"},
		{"val":"#fc7841","title":"选中边框颜色"}
	]
}
$$*/
#news_150 {
  background: url("/static/images/NP48_bg.jpg") no-repeat bottom center;
  background-size: cover;
  padding: 75px 10px 80px;
}

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

#news_150 .new_box .cont {
  display: flex;
  justify-content: space-between;
}

#news_150 .new_box .cont .cLeft {
  margin-right: 80px;
}

#news_150 .new_box .cont .cLeft .atinfo {
  margin-bottom: 40px;
}

#news_150 .new_box .cont .cLeft .atinfo .at_tit {
  position: relative;
  padding-top: 20px;
  margin-bottom: 20px;
}

#news_150 .new_box .cont .cLeft .atinfo .at_tit .at_name {
  letter-spacing: 1px;
  font-size: 28px;
  color: #333333;
  position: relative;
  z-index: 2;
  font-weight: bold;
}

#news_150 .new_box .cont .cLeft .atinfo .at_tit .at_nade {
  font-size: 50px;
  color: #e4e4e9;
  position: absolute;
  left: 0;
  top: 0;
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
  font-family: math;
}

#news_150 .new_box .cont .cLeft .atinfo .at_slo {
  font-size: 16px;
  line-height: 20px;
  color: #333333;
  margin-bottom: 38px;
  letter-spacing: 2px;
}

#news_150 .new_box .cont .cLeft .atinfo .at_line {
  width: 20px;
  height: 6px;
  display: block;
  background: #075c37;
}

#news_150 .new_box .cont .cLeft .linMore .linMoreA {
  width: 100px;
  height: 38px;
  line-height: 38px;
  color: #ffffff;
  position: relative;
  display: block;
  font-size: 14px;
  text-align: center;
  transition: 0.3s ease;
  opacity: 0.8;
}

#news_150 .new_box .cont .cLeft .linMore .linMoreA span {
  position: relative;
  z-index: 2;
}

#news_150 .new_box .cont .cLeft .linMore .linMoreA::after {
  content: '';
  width: 100%;
  height: 100%;
  background: #075c37;
  position: absolute;
  left: 0%;
  top: 0;
  border-radius: 0 19px 0 19px;
  transition: 0.3s ease;
}

#news_150 .new_box .cont .cLeft .linMore .linMoreA::before {
  content: '';
  width: 100%;
  height: 100%;
  background: #068f53;
  position: absolute;
  left: calc(50% + 5px);
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 0 19px 0 19px;
  transition: 0.3s ease;
}

#news_150 .new_box .cont .cLeft .linMore .linMoreA:hover {
  opacity: 1;
}

#news_150 .new_box .cont .cLeft .linMore .linMoreA:hover:before {
  left: calc(50% - 0px);
  height: calc(100% + 20px);
  width: calc(100% + 20px);
  opacity: 0;
}

#news_150 .new_box .cont .cRight {
  width: 0;
  flex: 1;
}

#news_150 .new_box .cont .cRight .cUl {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
}

#news_150 .new_box .cont .cRight .cUl .cLi {
  height: 190px;
  width: calc(50% - 30px);
  margin-bottom: 50px;
  position: relative;
}

#news_150 .new_box .cont .cRight .cUl .cLi .ca {
  width: 100%;
  height: 100%;
  display: block;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  background: #ffffff;
  padding: 0 30px;
  box-sizing: border-box;
  border-radius: 25px 0 25px 0;
  position: relative;
  z-index: 3;
}

#news_150 .new_box .cont .cRight .cUl .cLi .ca .caIco {
  margin-right: 25px;
}

#news_150 .new_box .cont .cRight .cUl .cLi .ca .caIco .caIcoI {
  display: block;
  width: 50px;
  height: 50px;
  background: url("/static/images/NP48_ic1.png") center center no-repeat;
  background-size: 100% 100%;
  margin-bottom: 28px;
}

#news_150 .new_box .cont .cRight .cUl .cLi .ca .caIco .caIcoL {
  width: 100%;
  height: 2px;
  background: #075c37;
  display: block;
}

#news_150 .new_box .cont .cRight .cUl .cLi .ca .caInfo {
  flex: 1;
  width: 0;
}

#news_150 .new_box .cont .cRight .cUl .cLi .ca .caInfo h2 {
  font-size: 16px;
  color: #333333;
  line-height: 24px;
  margin-bottom: 10px;
}

#news_150 .new_box .cont .cRight .cUl .cLi .ca .caInfo p {
  font-size: 14px;
  color: #666666;
  line-height: 24px;
}

#news_150 .new_box .cont .cRight .cUl .cLi::after {
  width: 100%;
  height: 100%;
  background: #e6dcdc;
  content: '';
  position: absolute;
  top: 6px;
  left: 6px;
  border-radius: 25px 0 25px 0;
}

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

#news_150 .new_box .cont .cRight .cUl .cLi:hover .ca {
  background: #075c37;
}

#news_150 .new_box .cont .cRight .cUl .cLi:hover .ca .caIco .caIcoI {
  background: url("/static/images/NP48_ic2.png") center center no-repeat;
  background-size: 100% 100%;
}

#news_150 .new_box .cont .cRight .cUl .cLi:hover .ca .caIco .caIcoL {
  background: #ffffff;
}

#news_150 .new_box .cont .cRight .cUl .cLi:hover .ca .caInfo h2 {
  color: #ffffff;
}

#news_150 .new_box .cont .cRight .cUl .cLi:hover .ca .caInfo p {
  color: #ffffff;
}

#news_150 .new_box .cont .cRight .linMore {
  display: none;
  margin-top: 20px;
}

#news_150 .new_box .cont .cRight .linMore .linMoreA {
  margin: 0 auto;
  width: calc((100% - 25px) / 2);
  height: 38px;
  line-height: 38px;
  color: #ffffff;
  position: relative;
  display: block;
  font-size: 14px;
  text-align: center;
  transition: 0.3s ease;
  opacity: 0.8;
}

#news_150 .new_box .cont .cRight .linMore .linMoreA span {
  position: relative;
  z-index: 2;
}

#news_150 .new_box .cont .cRight .linMore .linMoreA::after {
  content: '';
  width: 100%;
  height: 100%;
  background: #075c37;
  position: absolute;
  left: 0%;
  top: 0;
  border-radius: 0 19px 0 19px;
  transition: 0.3s ease;
}

#news_150 .new_box .cont .cRight .linMore .linMoreA::before {
  content: '';
  width: 100%;
  height: 100%;
  background: #068f53;
  position: absolute;
  left: calc(50% + 5px);
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 0 19px 0 19px;
  transition: 0.3s ease;
}

#news_150 .new_box .cont .cRight .linMore .linMoreA:hover {
  opacity: 1;
}

#news_150 .new_box .cont .cRight .linMore .linMoreA:hover:before {
  left: calc(50% - 0px);
  height: calc(100% + 20px);
  width: calc(100% + 20px);
  opacity: 0;
}

@media (max-width: 786px) {
  #news_150 {
    padding: 50px 10px 50px;
  }
  #news_150 .new_box .cont {
    flex-wrap: wrap;
  }
  #news_150 .new_box .cont .cLeft {
    width: 100%;
    margin-right: 0;
  }
  #news_150 .new_box .cont .cLeft .atinfo {
    margin-bottom: 30px;
  }
  #news_150 .new_box .cont .cLeft .atinfo .at_tit {
    padding-top: 14px;
    margin-bottom: 10px;
  }
  #news_150 .new_box .cont .cLeft .atinfo .at_tit .at_name {
    font-size: 22px;
  }
  #news_150 .new_box .cont .cLeft .atinfo .at_tit .at_nade {
    font-size: 30px;
    font-weight: bold;
  }
  #news_150 .new_box .cont .cLeft .atinfo .at_slo {
    font-size: 12px;
    margin-bottom: 20px;
  }
  #news_150 .new_box .cont .cLeft .atinfo .at_line {
    height: 4px;
    width: 15px;
  }
  #news_150 .new_box .cont .cLeft .linMore {
    display: none;
  }
  #news_150 .new_box .cont .cRight {
    width: 100%;
  }
  #news_150 .new_box .cont .cRight .cUl .cLi {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
  }
  #news_150 .new_box .cont .cRight .cUl .cLi .ca {
    border-radius: 10px 0 10px 0;
    padding: 30px 20px;
  }
  #news_150 .new_box .cont .cRight .cUl .cLi .ca .caIco {
    margin-right: 20px;
  }
  #news_150 .new_box .cont .cRight .cUl .cLi .ca .caIco .caIcoI {
    width: 35px;
    height: 35px;
    margin-bottom: 15px;
  }
  #news_150 .new_box .cont .cRight .cUl .cLi .ca .caInfo h2 {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 6px;
  }
  #news_150 .new_box .cont .cRight .cUl .cLi .ca .caInfo p {
    font-size: 12px;
    line-height: 20px;
  }
  #news_150 .new_box .cont .cRight .cUl .cLi::after {
    border-radius: 10px 0 10px 0;
  }
  #news_150 .new_box .cont .cRight .cUl .cLi:nth-child(n + 3) {
    margin-bottom: 20px;
  }
  #news_150 .new_box .cont .cRight .linMore {
    display: block;
  }
}
