@font-face {
  font-family: myFont;
  src: url(../font/PingFangSCRegular.ttf);
  font-weight: 400;
  font-style: normal;
}
.news_banner {
  overflow: hidden;
  background: url(../images/index_linshi3.jpg) center center;
  width: 100%;
  max-width: 1920px;
  height: 200px;
  margin: 0 auto;
}
.news_banner .text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  width: 1178px;
  height: 200px;
  margin: 0 auto;
  padding-right: 22px;
}
.news_banner .text h1 {
  font-weight: 400;
  text-align: right;
  padding: 57px 0 10px;
  font-size: 48px;
  font-family: sourceHanSansCN;
  color: #fff;
  height: 71px;
  line-height: 71px;
  letter-spacing: 1px;
  margin: 0;
}
.news_banner .text span {
  display: block;
  width: 90px;
  height: 4px;
  background: #fff;
  border-radius: 5px;
  margin: 10px 5px 0 102px;
}
.news_tabs {
  height: 68px;
}
.common_underline {
  color: #3071b9;
  font-weight: 600;
  border-bottom: 2px solid #3071b9;
}
.news_content {
  width: 1160px;
  margin: 0 auto;
}
.news_left {
  width: 260px;
  font-family: PingFangSC-Regular, myFont;
}
.news_right {
  width: 860px;
  margin-left: 40px;
}
.left_select {
  height: 45px;
  line-height: 45px;
}
.left_select_img {
  width: 18px;
  vertical-align: sub;
  cursor: pointer;
}
.left_select ul li {
  float: left;
  margin-right: 20px;
}
.left_select_yes {
  color: #3071b9;
  font-weight: 600;
  cursor: pointer;
}
.left_select_outer {
  cursor: pointer;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #333c42;
}
