/*新闻中心*/
/*$$
{
	"color":[
		{"val":"rgba(0, 0, 0, 0.2)","title":"英文标题字体颜色"},
		{"val":"#b93936","title":"中文标题字体颜色"},
		{"val":"#3c3c3c","title":"模块内容的默认字体颜色"},
		{"val":"#ffffff","title":"模块内容鼠标划过的字体颜色"}
	],
	"background":[
		{"val":"#ffffff","title":"默认背景颜色"},
		{"val":"#b93936","title":"凸显的背景色/选中的模块颜色"},
		{"val":"#da9896","title":"凹显的背景色"},
		{"val":"#eeeeee","title":"模块背景颜色"}
	],
	"border":[
		{"val":"#b93936","title":"默认边框颜色"}
	]
}
$$*/

#news_150 {
  background: #ffffff url("/static/images/CP24_bg.jpg") repeat center center;
  background-size: cover;
  padding: 65px 10px 50px;
  animation: movebg 8s linear infinite;
}

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

#news_150 .new_box .newCont {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
}

#news_150 .new_box .newCont .nMenu {
  width: 150px;
  margin-right: 5%;
}

#news_150 .new_box .newCont .nMenu li {
  margin-bottom: 30px;
  width: 140px;
  height: 54px;
  line-height: 54px;
}

#news_150 .new_box .newCont .nMenu li a {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  position: relative;
}

#news_150 .new_box .newCont .nMenu li a span {
  font-size: 18px;
  color: #3c3c3c;
  display: block;
  width: 100%;
  height: 100%;
  background: #eeeeee;
  border-radius: 20px 0 20px 0;
  position: relative;
  z-index: 3;
  overflow: hidden;
  transition: 0.3s ease;
}

#news_150 .new_box .newCont .nMenu li a::after {
  background: #da9896;
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 20px 0 20px 0;
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: 0.3s ease;
  opacity: 0;
}

#news_150 .new_box .newCont .nMenu li:hover a span, #news_150 .new_box .newCont .nMenu li:nth-child(1) a span {
  background: #b93936;
  color: #ffffff;
}

#news_150 .new_box .newCont .nMenu li:hover a::after, #news_150 .new_box .newCont .nMenu li:nth-child(1) a::after {
  left: 10px;
  opacity: 1;
}

#news_150 .new_box .newCont .nCbox {
  flex: 1;
  width: 0;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

#news_150 .new_box .newCont .nCbox li {
  width: calc(50% - 10px);
  height: 190px;
  margin-right: 20px;
  margin-bottom: 20px;
  border-radius: 35px 0 35px 0;
  background: #eeeeee;
  overflow: hidden;
  position: relative;
  transition: 0.3s ease;
}

#news_150 .new_box .newCont .nCbox li a {
  display: block;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  padding: 35px 25px;
  box-sizing: border-box;
  color: #3c3c3c;
  position: relative;
  z-index: 3;
}

#news_150 .new_box .newCont .nCbox li a .ncle {
  width: 150px;
  margin-right: 10px;
  position: relative;
}

#news_150 .new_box .newCont .nCbox li a .ncle .times .day {
  font-size: 20px;
  white-space: nowrap;
  line-height: 25px;
  margin-bottom: 3px;
}

#news_150 .new_box .newCont .nCbox li a .ncle .times .year {
  font-size: 16px;
  line-height: 20px;
}

#news_150 .new_box .newCont .nCbox li a .ncle::after {
  width: 50%;
  height: 2px;
  background: #b93936;
  content: '';
  position: absolute;
  bottom: 10px;
  left: 0;
}

#news_150 .new_box .newCont .nCbox li a .ncri {
  display: flex;
  align-content: space-between;
  flex-wrap: wrap;
}

#news_150 .new_box .newCont .nCbox li a .ncri .title {
  font-size: 20px;
  line-height: 25px;
  width: 100%;
  font-weight: 600;
}

#news_150 .new_box .newCont .nCbox li a .ncri .des {
  width: 100%;
  font-size: 16px;
  line-height: 30px;
  max-height: 60px;
  overflow: hidden;
}

#news_150 .new_box .newCont .nCbox li:nth-child(2n) {
  margin-right: 0;
}

#news_150 .new_box .newCont .nCbox li::after {
  background: #eeeeee;
  width: 0;
  height: 0;
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  opacity: 0;
}

#news_150 .new_box .newCont .nCbox li:hover {
  box-shadow: 0 0 20px 1px #da9896;
  border-radius: 0 0 0 0;
}

#news_150 .new_box .newCont .nCbox li:hover::after {
  background: #b93936;
  width: 100%;
  height: 100%;
  opacity: 1;
  border-radius: 0;
}

#news_150 .new_box .newCont .nCbox li:hover a {
  color: #fff;
}

#news_150 .new_box .newCont .nCbox li:hover .ncle::after {
  background: #ffffff;
}

#news_150 .new_box .showAMo {
  width: 100%;
  margin-top: 10px;
  display: none;
}

#news_150 .new_box .showAMo .showAMoA {
  border-radius: 5px 5px 5px 5px;
  width: 50%;
  max-width: 150px;
  margin: 0 auto;
  line-height: 40px;
  border:#b93936 1px solid ;
  background: none;
  color: #b93936;
  text-align: center;
  display: block;
  font-size: 14px;
}

#news_150 .new_box .row_tit {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

#news_150 .new_box .row_tit .al21Ti .enname {
  font-size: 60px;
  font-family: Impact5;
  color: rgba(0, 0, 0, 0.2);
  line-height: 60px;
}

#news_150 .new_box .row_tit .al21Ti .cnname {
  font-size: 35px;
  color: #b93936;
  font-weight: bold;
}

#news_150 .new_box .row_tit .mores {
  position: relative;
  width: 140px;
  line-height: 38px;
  border:#b93936 1px solid ;
  font-size: 16px;
  color: #b93936;
  overflow: hidden;
  border-radius: 4px;
}

#news_150 .new_box .row_tit .mores .showmore {
  display: block;
  text-align: center;
  color: inherit;
  transition: 0.3s linear;
  position: relative;
  z-index: 2;
}

#news_150 .new_box .row_tit .mores::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 120px;
  background: #b93936;
  opacity: 0;
  transform: scale(0);
  transition: 0.3s linear;
  border-radius: 50%;
}

#news_150 .new_box .row_tit .mores:hover::after {
  opacity: 1;
  transform: scale(1.5);
}

#news_150 .new_box .row_tit .mores:hover .showmore {
  color: #ffffff;
}

@keyframes movebg {
  0% {
    background-position: center 0;
  }
  100% {
    background-position: center -200vh;
  }
}

@media (max-width: 786px) {
  #news_150 {
    padding: 30px 10px 30px;
  }
  #news_150 .new_box .newCont {
    flex-wrap: wrap;
    margin-top: 30px;
  }
  #news_150 .new_box .newCont .nMenu {
    width: 100%;
    display: flex;
    justify-content: center;
  }
  #news_150 .new_box .newCont .nMenu li {
    width: 30%;
    max-width: 140px;
    margin-right: 20px;
    height: 45px;
    line-height: 45px;
    margin-bottom: 20px;
  }
  #news_150 .new_box .newCont .nMenu li a span {
    font-size: 14px;
  }
  #news_150 .new_box .newCont .nMenu li:last-child {
    margin-right: 0;
  }
  #news_150 .new_box .newCont .nCbox {
    flex: none;
    width: 100%;
  }
  #news_150 .new_box .newCont .nCbox li {
    width: 100%;
    height: auto;
    margin-right: 0;
    border-radius: 20px 0 20px 0;
  }
  #news_150 .new_box .newCont .nCbox li a {
    padding: 30px 20px;
    justify-content: flex-start;
  }
  #news_150 .new_box .newCont .nCbox li a .ncle {
    width: 80px;
  }
  #news_150 .new_box .newCont .nCbox li a .ncle .times .day {
    font-size: 16px;
    line-height: 20px;
  }
  #news_150 .new_box .newCont .nCbox li a .ncle .times .year {
    font-size: 12px;
  }
  #news_150 .new_box .newCont .nCbox li a .ncri .title {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 15px;
  }
  #news_150 .new_box .newCont .nCbox li a .ncri .des {
    font-size: 12px;
    line-height: 20px;
  }
  #news_150 .new_box .showAMo {
    display: block;
  }
  #news_150 .new_box .row_tit {
    display: flex;
    justify-content: center;
    align-items: flex-end;
  }
  #news_150 .new_box .row_tit .al21Ti {
    text-align: center;
  }
  #news_150 .new_box .row_tit .al21Ti .enname {
    font-size: 28px;
    line-height: 30px;
  }
  #news_150 .new_box .row_tit .al21Ti .cnname {
    font-size: 24px;
  }
  #news_150 .new_box .row_tit .mores {
    display: none;
  }
}
