
.news{
  background: #f5f5f5;
  padding: 40px;
}
.news>h3{
  text-align: center;
  font-size: 32px;
}
.news>p{
  text-align: center;
  font-size: 16px;
  line-height: 3;
}
.news .newTab{
  width: 400px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.news .newTab span{
  background: #fff;
  font-size: 16px;
  padding: 4px 18px;
  border-radius: 20px;
  border: 1px solid #aaa;
  cursor: pointer;
}
.news .newTab span.cur{
  background: #409eff;
  border-color: #409eff;
  color: #fff;
}
.news .newCont{
  width: 1160px;
  margin: 20px auto 0;
  display: flex;
}
.news .newCont .newContL{
  width: 580px;
  margin-right: 20px;
  background: #fff;
  padding: 20px;
}
.news .newContL .newContLT{
  height: 240px;
}
.news .newContL .newContLT img{
  width: 100%;
  height: 100%;
}
.news .newContL .newContLB{}
.news .newContL .newContLB{
  margin-top: 20px;
  display: flex;
}
.news .newContL .newContLB .newContLD{
  width: 140px;
  background: #2C4295;
  color: #fff;
  padding: 10px 0;
  text-align: center;
  margin-right: 20px;
}
.news .newContL .newContLB .newContLD span{
  font-size: 24px;
}
.news .newContL .newContLB .newContLD p{
  font-size: 14px;
}
.news .newContL .newContLB .newContLC p{
  font-size: 18px;
}
.news .newContL .newContLB .newContLC p:nth-child(2){
  font-size: 14px;
  color: #666;
  margin-top: 10px;
}
.news .newContR{
  background: #fff;
  width: 100%;
}
.news .newContR .newContRl{
  width: 50%;
  float: left;
  padding: 20px;
  border: 1px solid #eee;
  display: flex;
}
.news .newContR .newContRD{
  width: 160px;
  height: 85px;
  padding: 10px 0;
  text-align: center;
  margin-right: 20px;
}
.news .newContR .newContRD span{
  font-size: 24px;
}
.news .newContR .newContRD p{
  font-size: 16px;
  color: #666;
}
.news .newContR .newContRC p{
  font-size: 18px;
}
.news .newContR .newContRC p:nth-child(2){
  font-size: 14px;
  color: #999;
  margin-top: 8px;
}
