@charset "UTF-8";
.breadcrumbs {
  width: 100%;
  height: 64px;
  line-height: 64px;
  background: #FBFBFB; }
  .breadcrumbs-content {
    width: 1440px;
    margin: 0 auto;
    width: 1200px;
    margin: 0 auto; }
    @media (max-width: 1247.98px) {
      .breadcrumbs-content {
        width: 96%; } }
  .breadcrumbs-item {
    font-size: 18px;
    font-weight: 400;
    color: #333333;
    line-height: 22px; }
    .breadcrumbs-item.active {
      font-weight: bold; }
  .breadcrumbs img {
    margin: 0 35px; }

.banner {
  position: relative;
  margin-top: 71px;
  padding-bottom: 53px; }
  .banner .bg {
    background: url("/imgs/about/pic_guanyuyurun.jpg") no-repeat top;
    background-size: cover;
    width: 100%;
    height: 482px;
    overflow: hidden; }
    @media (max-width: 1247.98px) {
      .banner .bg {
        height: 382px; } }
  .banner .slogan {
    width: 1200px;
    margin: 0 auto;
    color: #fff; }
    @media (max-width: 1247.98px) {
      .banner .slogan {
        width: 96%; } }
    .banner .slogan .title {
      margin-top: 195px;
      font-size: 44px;
      font-weight: bold;
      font-style: italic;
      color: #FFFFFF;
      height: 53px;
      letter-spacing: 0.3rem; }
      @media (max-width: 1247.98px) {
        .banner .slogan .title {
          margin-top: 160px; } }
    .banner .slogan .subTitle {
      margin-top: 17px;
      font-size: 20px;
      font-weight: 200;
      color: #FFFFFF;
      line-height: 30px;
      letter-spacing: 0.15rem; }

.tabs-container {
  box-sizing: border-box;
  border-bottom: 1px solid #E7E7E7;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 62px;
  height: 53px;
  background: #FBFBFB;
  z-index: 2; }
  .tabs-container .tabs-content {
    position: relative;
    display: flex;
    align-items: center;
    line-height: 53px;
    width: 1200px;
    height: 53px;
    margin: 0 auto; }
    @media (max-width: 1247.98px) {
      .tabs-container .tabs-content {
        width: 96%; } }
    .tabs-container .tabs-content .tabs-item {
      display: flex;
      justify-content: center;
      align-items: center;
      padding: 0 30px !important;
      color: #333333;
      font-size: 1rem; }
      .tabs-container .tabs-content .tabs-item.tabs-item:first-child {
        padding-left: 0 !important; }
      @media (max-width: 1247.98px) {
        .tabs-container .tabs-content .tabs-item {
          padding: 0 30px !important;
          font-size: .875rem; } }
    .tabs-container .tabs-content img {
      width: 7px;
      height: 13px; }
    .tabs-container .tabs-content .tab {
      float: left;
      margin-right: 5%;
      padding: 0 4px;
      color: #000;
      transition: all 0.5s ease;
      font-size: 1rem; }
      @media (max-width: 1247.98px) {
        .tabs-container .tabs-content .tab {
          margin-right: 3%;
          font-size: .875rem; } }
      @media (max-width: 991.98px) {
        .tabs-container .tabs-content .tab {
          font-size: .75rem;
          margin-right: 3%; } }
    .tabs-container .tabs-content .tab-slider {
      position: absolute;
      left: 0;
      bottom: 0;
      width: 0;
      height: 3px;
      background: #4079E2;
      transition: left 0.6s ease; }

.tabs-container--top {
  position: fixed !important;
  top: 0; }

/* 全局样式 */
* {
  margin: 0;
  padding: 0; }

html {
  font-size: 16px;
  overflow-x: hidden; }
  @media (max-width: 991.98px) {
    html {
      font-size: 12.4px; } }
  @media (max-width: 767.98px) {
    html {
      font-size: 12.4px; } }
  @media (max-width: 575.98px) {
    html {
      font-size: 10px; } }

a {
  text-decoration: none;
  cursor: pointer; }

img {
  border: 0; }

/* 主菜单 */
.main {
  position: fixed !important;
  background-color: white !important;
  top: 0;
  left: 0;
  right: 0; }

.head .nav .menu ul li > a {
  color: #333333 !important; }

/* 内容 */
.container {
  width: 100%; }
  .container .tabs {
    width: 100%;
    position: relative;
    z-index: 99; }
    .container .tabs .banner .bg {
      width: 100%;
      background: url("/imgs/news/banner.jpg") no-repeat top;
      background-size: cover; }
    .container .tabs .banner .runner {
      width: 100%;
      background: url("/imgs/banner_jiaruyurun_runner.png") no-repeat;
      background-position: center 0;
      background-size: cover;
      height: 482px;
      overflow: hidden; }
      @media (max-width: 1247.98px) {
        .container .tabs .banner .runner {
          height: 382px; } }

/* 横向列表 */
.horlist {
  display: block;
  float: left;
  width: 100%;
  padding: 6rem 0;
  background-color: #fff; }

.horlist-main {
  width: 75rem;
  margin: auto; }
  @media (max-width: 1247.98px) {
    .horlist-main {
      width: 96%; } }

.horlist-main-title {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  height: 1.875rem;
  line-height: 1.875rem;
  align-items: center; }

.horlist-main-title h2 {
  float: left;
  display: inline;
  font-size: 1.875rem;
  font-weight: bold;
  font-style: italic;
  color: #333333;
  line-height: 1.875rem; }

.horlist-main-title p {
  display: inline;
  font-size: 1rem;
  font-weight: 400;
  color: #333333;
  letter-spacing: 0.015625rem; }

.horlist-main-title img {
  width: 0.4375rem;
  height: 0.8125rem;
  margin-left: 0.75rem; }

.horlist-main-content-table {
  width: 32.5%;
  margin-top: 2.5rem;
  float: left; }

.horlist-main-content-table-img img {
  width: 100%;
  height: 15.625rem; }

.horlist-main-content-table-title {
  padding: 0 0.9375rem; }

.horlist-main-content-table-title h3 {
  min-height: 3.125rem;
  max-height: 3.2rem;
  font-size: 1.25rem;
  letter-spacing: 0.03125rem;
  font-weight: 550;
  color: #333333;
  margin: 1.5rem 0;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 1.6rem;
  white-space: pre-wrap; }

.horlist-main-content-table-intro {
  padding: 0 0.9375rem; }

.horlist-main-content-table-intro p {
  min-height: 2.4rem;
  max-height: 2.4rem;
  font-size: 1rem;
  letter-spacing: 0.0125rem;
  font-weight: 400;
  color: #333333;
  margin-bottom: 1.625rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 1.2rem;
  white-space: pre-wrap; }

.horlist-main-content-table-date {
  padding: 0 0.9375rem; }

.horlist-main-content-table-date p {
  font-size: 1rem;
  color: #666666; }

/* 纵向列表 */
.verlist {
  display: block;
  float: left;
  width: 100%;
  padding: 6rem 0;
  background-color: #fbfbfb; }

.verlist-main {
  width: 75rem;
  margin: auto; }
  @media (max-width: 1247.98px) {
    .verlist-main {
      width: 96%; } }

.verlist-main-title {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  height: 1.875rem;
  line-height: 1.875rem; }

.verlist-main-title h2 {
  float: left;
  display: inline;
  font-size: 1.875rem;
  font-weight: bold;
  font-style: italic;
  color: #333333;
  line-height: 1.875rem; }

.verlist-main-title p {
  display: inline;
  font-size: 1rem;
  font-weight: 400;
  color: #333333;
  letter-spacing: 0.015625rem; }

.verlist-main-title img {
  width: 0.4375rem;
  height: 0.8125rem;
  margin-left: 0.75rem; }

.verlist-main-content {
  width: 100%; }

.verlist-main-content-table {
  width: 100%;
  margin-top: 2.5rem;
  float: left; }

.verlist-main-content-table-title h3 {
  font-size: 1.25rem;
  font-weight: 550;
  color: #333333;
  line-height: 1.8rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  white-space: pre-wrap; }

.verlist-main-content-table-date p {
  margin-top: 0.9375rem;
  font-size: 1rem;
  color: #999999;
  line-height: 0.8125rem; }

.verlist-main-content-table-intro p {
  min-height: 3.5rem;
  max-height: 3.5rem;
  margin-top: 1.125rem;
  font-size: 1rem;
  font-weight: 400;
  color: #666666;
  line-height: 1.625rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  white-space: pre-wrap; }

/*分页按钮组*/
.verlist-main-dividepage-main {
  width: 75rem;
  margin: auto; }
  @media (max-width: 1247.98px) {
    .verlist-main-dividepage-main {
      width: 96%; } }

.verlist-main-dividepage {
  float: right;
  height: 2.4375rem;
  margin-top: 3rem;
  border: 0.0625rem solid #e7e7e7; }

.verlist-main-dividepage ul {
  height: 1.875rem;
  margin: 0.3125rem 0.375rem; }

.verlist-main-dividepage ul a {
  align-items: center;
  vertical-align: middle;
  line-height: 1.875rem; }

.verlist-main-dividepage ul img {
  width: 0.4375rem;
  height: 0.8125rem; }

.verlist-main-dividepage li {
  list-style-type: none;
  float: left;
  width: 1.875rem;
  height: 1.875rem;
  text-align: center;
  font-size: 0.75rem;
  font-weight: 400;
  color: #333333;
  display: flex;
  align-items: center;
  justify-content: center; }

.verlist-main-dividepage li:hover {
  background-color: #4079e2;
  opacity: 0.4;
  color: #ffffff; }

.verlist-main-dividepage .active {
  background-color: #4079e2;
  color: #ffffff;
  border-bottom: 0rem; }

.verlist-main-dividepage .fobid {
  pointer-events: none; }

.verlist-main-dividepage .gray {
  color: gray;
  opacity: 0.3; }

/* 底部 */
.footer {
  display: block;
  float: left;
  width: 100%;
  height: 6.125rem;
  background: #eeeeee; }

/* 内容区域 */
.content {
  display: block;
  float: left;
  width: 100%;
  padding: 6rem 0; }

.content-main {
  display: block;
  width: 75rem;
  margin-left: auto;
  margin-right: auto; }
  @media (max-width: 1247.98px) {
    .content-main {
      width: 96%; } }
  .content-main h1 {
    font-size: 1.875rem;
    font-weight: bold;
    color: #333333;
    white-space: pre-wrap; }
  .content-main p {
    font-size: 0.875rem;
    color: #666666;
    margin-top: 1.3125rem; }
  .content-main .divider {
    margin-top: 1.875rem;
    border-bottom: 0.0625rem solid #e7e7e7; }
  .content-main article {
    padding-top: 1.875rem; }

.verlist-main-content {
  width: 100%;
  height: 800px; }
