.content {
  /* width: 1200px; */
  /* margin: 0 auto; */
  min-width: 1200px;
}
.flex {
  display: flex;
}
/* 新闻 企业标题样式 */
.title {
  font-size: 20px;
  font-family: MicrosoftYaHei-Bold-, MicrosoftYaHei-Bold;
  font-weight: 700;
  color: #333333;
  line-height: 19px;
  margin-left: 10px;
  line-height: 20px;
  border-bottom: px solid #eee;
}
/* 新闻企业标题红线样式 */
.red {
  /* display: inline-block; */
  line-height: 25px;
  width: 4px;
  height: 20px;
  background: #e70516;
  border-radius: 0px 0px 0px 0px;
  opacity: 1;
}
.head_border {
  border-bottom: 2px solid #eee;
  height: 26px;
}
//鼠标滑过a标签的样式
a:hover {
  color: #ff0000;
}
.active {
  background-color: #ff0000 !important;
  color: #fff;
}
/* 以上是公共样式 */

/* =============头部样式 */
.head_logo {
  height: 72px;
  width: 288px;
  line-height: 120px;
  /* margin-right:58px; */
}
.head_nav li {
  height: 72px;
  line-height: 72px;
  padding: 0 21px;
}
.head_nav li:last-child {
  border-right: 1px solid #c8c8c8;
}
.head_nav li a {
  width: 32px;
  height: 21px;
  font-size: 16px;
  font-weight: normal;
  /* color: #FF0000; */
  color: #121a24;
  line-height: 72px;
}
.head_nav li a:hover {
  color: #ff0000;
}
.head_img {
  height: 72px;
  line-height: 85px;
  margin-left: 19px;
}
/* ==============nav图片 */
.navImg {
  height: 150px;
}
.navImg img {
  height: 150px;
  width: 100%;
  min-width: 1200px;
}

/* 主体 */
.main {
  background-color: #f8f8f8;
}
.main .container {
  width: 1200px;
  margin: 0 auto;
  box-sizing: border-box;
  overflow: visible;
  position: relative;
}
.main_list {
  margin-top: 57px;
  width: 200px;
  height: 112px;
  background: #ffffff;
  border-radius: 0px 0px 0px 0px;
  opacity: 1;
}
.main_list_title {
  position: absolute;
  top: -45px;
  z-index: 10;
  background-color: #1181d8;
  text-align: center;
  width: 200px;
  height: 90px;
  line-height: 90px;
  font-size: 22px;
  font-family: Microsoft YaHei-Bold, Microsoft YaHei;
  font-weight: bold;
  color: #ffffff;
}

.main_list a {
  font-style: normal;
  display: inline-block;
  width: 200px;
  height: 56px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  line-height: 56px;
  text-align: center;
}
.main_list a:hover {
  background-color: #ff0000;
  color: #fff;
}
.main_text {
  /* background-color: #fff; */
  width: 968px;
  /* height:760px; */
  margin-top: 19px;
  margin-left: 32px;
  padding-bottom: 75px;
}
.main_text_title_left {
  margin-right: 6px;
}
.main_text_cont {
  background-color: #fff;
  margin-top: 19px;
  padding-top: 42px;
}

.main_cont_title {
  text-align: center;
  height: 29px;
  font-size: 22px;
  font-family: MicrosoftYaHei-Bold-, MicrosoftYaHei-Bold;
  font-weight: 700;
  color: #000000;
  line-height: 22px;
  margin-bottom: 41px;
}
.main_cont_img img {
  width: 100%;
}
.main_cont_text {
  /* padding-left:30px; */
  margin: 0 auto;
  width: 885px;
  /* height: 260px; */
  font-size: 16px;
  font-family: MicrosoftYaHei-, MicrosoftYaHei;
  font-weight: normal;
  color: #666666;
  line-height: 36px;
}
/* .main_cont_text div:nth-child(1){
      color: #1181d8;
      font-weight:700;
  } */
