html {
  background-color: #f6f6f6;
}
.banner {
  min-width: 1193px;
  height: 400px;
  background-image: url(../../images/banner_news.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.content {
  width: 1193px;
  min-height: 1074px;
  margin: 0 auto;
  padding: 20px 0;
}
.content .flexBox_l {
  min-width: 134px;
  height: 460px;
}
.content .flexBox_l .flexBox_l_hd {
  padding: 5px;
  border-radius: 5px;
  height: 400px;
  box-sizing: border-box;
  background-color: #fff;
}
.content .flexBox_l .flexBox_l_hd .head {
  height: 50px;
  line-height: 50px;
  background-color: #1380eb;
  border-radius: 5px;
  color: #fff;
  text-align: center;
}
.content .flexBox_l .flexBox_l_hd .head img {
  vertical-align: middle;
  margin-top: -2.7%;
  margin-right: 5px;
}
.content .flexBox_l li a {
  display: block;
  text-align: center;
  height: 50px;
  line-height: 50px;
  color: #7e7e7e;
  font-size: 15px;
  padding: 0 20px;
  border-bottom: 1px solid #eaeaea;
  box-sizing: border-box;
  cursor: pointer;
  position: relative;
}
.content .flexBox_l li .active {
  color: #1380eb;
}
.content .flexBox_l li:first-child {
  border: none;
}
.content .flexBox_l .flexBox_l_ft {
  height: 50px;
  line-height: 50px;
  border-radius: 5px;
  background-color: #fff;
  color: #7e7e7e;
  font-size: 15px;
  margin-top: 10px;
  text-align: center;
  cursor: pointer;
}
.content .flexBox_l .flexBox_l_ft img {
  vertical-align: middle;
  margin-right: 5px;
}
.content .news {
  padding-left: 10px;
}
.content .news .head {
  text-align: left;
  color: #222;
  font-size: 18px;
  padding: 10px 0;
  box-sizing: border-box;
}
.content .news .head img {
  vertical-align: middle;
  margin: 0 5px;
  margin-top: -0.7%;
}
.content .news .head p {
  line-height: 24px;
}
.content .news .head span {
  font-size: 18px;
}
.content .news .head .flex {
  background-image: url(../../images/bg_product_1.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.content .news .info {
  min-height: 775px;
  padding: 25px;
  box-sizing: border-box;
  background-color: #fff;
}
.content .news .info .back {
  padding-bottom: 10px;
  text-align: right;
}
.content .news .info .back a {
  color: #1380eb;
  font-size: 15px;
}
.content .news .info .info_head h3 {
  text-align: center;
  font-size: 24px;
  color: #000;
  padding: 10px 0;
  letter-spacing: 0.06em;
}
.content .news .info .info_head p {
  color: #b2b2b2;
  font-size: 14px;
  text-align: center;
}
.content .news .info .info_head p span {
  margin-left: 40px;
}
.content .news .info .info_main {
  margin-top: 30px;
  padding: 0 40px;
  box-sizing: border-box;
}
.content .news .info .info_main p {
  color: #616161;
  font-size: 15px;
  text-indent: 2em;
  line-height: 1.6;
}
.active::before {
  content: '';
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-left: 8px solid #d5d5d5;
  border-bottom: 6px solid transparent;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
