.content_container {
  width: 100%;
}

.content {
  width: 83.3%;
  min-width: 1200px;
  margin: 0 auto;
  padding-top: 53px;
  padding-bottom: 70px;
}




/* 面包屑 */
.mianbaoxue_container {
  width: 100%;
  line-height: 100px;
  padding: 0 6.25%;
  background-color: #f1f1f1;
}

.HeadPicTag {
  height: inherit;
  margin: 0 auto;
  width: 83.3%;
  color: #909090;
  font-size: 20px;
}

.HeadPicTag a {
  color: #909090;
  font-size: 20px;
}

.mianbaoxie {
  color: #909090;
  font-size: 20px;
}

/* 面包屑 */


/* 内容 */
.in_content {
  width: 100%;
  padding: 0 5%;
}

.new_content {
  width: 100%;
  border-bottom: 2px solid #D8D8D8;
  min-height: 300px;
}

.new_content img {
  width: auto;
  display: inline-block;
}


.new_content h2 {
  text-align: center;
  font-size: 26px;
  color: #323232;
  line-height: 30px;
}

.new_content .fr {
  font-size: 12px;
  color: #909090;
  line-height: 30px;
}

.show_content {
  clear: both;
  margin: 5% 0;
  overflow: hidden;
}

.show_content img,
.show_content table,
.show_content video,
.show_content div,
.show_content ul {
  max-width: 100%;
}

/* 内容 */





/* 按钮样式 */
.btn {
  font-size: 14px;
  margin: 30px auto 0;
  color: #646464;
  text-align: left;
  position: relative;
}

.btn a {
  font-size: 14px;
  color: #323232;
  line-height: 30px;
}

.back {
  overflow: hidden;
  border: 2px solid #F1F1F1;
  line-height: 20px;
  width: 75px;
  text-align: center;
}

.back a span {
  font-size: 14px;
  color: #909090;
  /* width: 100%; */
  display: block;
}

.back:hover {
  background-color: #3682CE;
}

.back:hover span {
  color: #fff;
}


@media screen and (min-width:1440px) {

  .content {
    width: 85.7%;
    padding-top: 53px;
    padding-bottom: 70px;
  }



  /* 面包屑 */
  .mianbaoxue_container {
    height: 107px;
  }

  .HeadPicTag {
    line-height: 107px;
    width: 85.7%;
    font-size: 18px;
  }

  .HeadPicTag a {
    font-size: 18px;
  }

  .HeadPicTag span {
    font-size: 18px;
  }

  /* 面包屑 */




  /* 按钮样式 */
  .btn {

    font-size: 16px;
    margin-top: 70px;

  }

  .btn a {
    font-size: 16px;

  }


}

@media screen and (min-width:1680px) {

  .content {
    width: 87.5%;
    padding-top: 53px;
    padding-bottom: 70px;
  }




  /* 面包屑 */
  .mianbaoxue_container {
    height: 122px;
  }

  .HeadPicTag {
    line-height: 122px;
    width: 87.5%;
    font-size: 20px;
  }

  .HeadPicTag a {
    font-size: 20px;
  }

  .HeadPicTag span {
    font-size: 20px;
  }

  /* 面包屑 */





  /* 按钮样式 */
  .btn {

    font-size: 18px;
    margin-top: 70px;

  }

  .btn a {
    font-size: 18px;

  }
}