.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;
}

/* 以上是公共样式 */

/* =============头部样式 */
.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;
}
/* ==========主体样式 */
.detail{
    background-color: #f8f8f8;
}
.detail .container {
  margin-top: -20px;
  background-color:#fff;
  padding-bottom: 75px;
}

.detail_title {
    margin-top:37px;
    margin-bottom: 19px;
  text-align: center;
  height: 29px;
  font-size: 22px;
  font-family: Microsoft YaHei-Bold, Microsoft YaHei;
  font-weight: bold;
  color: #000000;
  line-height: 22px;
}
.detail_date {
    padding-bottom: 17px;
  text-align: center;
  margin:0 auto;
  border-bottom: 1px solid #e2e2e2;
  width: 986px;
  font-size: 12px;
  font-family: MicrosoftYaHei-, MicrosoftYaHei;
  font-weight: normal;
  color: #333333;
  line-height: 19px;
}
.detail_text {
    width:903px;
    margin:0 auto;
  font-size: 14px;
  font-family: MicrosoftYaHei-, MicrosoftYaHei;
  font-weight: normal;
  color: #666666;
  line-height: 26px;
  margin-top:26px;
}
.detail_img  {
    text-align: center;
    margin-top:35px;
    /* width:874px; */
/* margin:0 auto; */
}
.detail_img img{
  width:874px;
  height:604px;
}

