/* 字体 */
@font-face {
    font-family: "SegoeUI";
    src: url(/html/class/template/fonts/SegoeUI.ttf);
    font-weight: normal;
    font-style: normal;
  }
  
  @font-face {
    font-family: "SourceHanSansCN";
    src: url(/html/class/template/fonts/SourceHanSansCN-Regular.ttf);
    font-weight: normal;
    font-style: normal;
  }
  
  /* 整体样式 */
  ::-webkit-scrollbar {
    display: none; /* Chrome Safari */
  }
  
  html {
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* IE 10+ */
  }
  
  html,
  body {
    width: 100%;
    height: auto;
    font-size: 16px;
    color: #333;
    font-family: "SourceHanSansCN", "Simhei";
    margin: 0;
    padding: 0;
    background-color: #fff;
  }
  
  @media (max-width: 1200px) {
    html,
    body {
      font-size: 14px;
    }
  }
  
  @media (max-width: 1000px) {
    html,
    body {
      font-size: 12px;
    }
  }
  
  ul,
  ol,
  span,
  p {
    margin: 0;
    padding: 0;
  }
  
  ul li,
  ol li {
    list-style-type: none;
  }
  
  a {
    text-decoration: none;
  }
  
  a:focus {
    text-decoration: none;
  }
  
  a:hover {
    text-decoration: none;
  }
  
  /* 屏幕划分尺寸 */
  @media (max-width: 1400px) {
  }
  
  @media (max-width: 1200px) {
  }
  
  @media (max-width: 1000px) {
  }
  
  
  .index-adver-box ul  {
      overflow: hidden;
      margin: 0 -10px;
      margin-top: 35px;
  }
      .index-adver-box ul li {
          padding: 0 10px;
          height: 150px;
          margin-top: 15px;
          display: inline-block;
          width: 387px;
          margin: 10px 0;
          overflow: hidden;
      }
          .index-adver-box ul li a{
              display:block;
              width:100%;
              height:100%;
          }
              .index-adver-box ul li a img{
                  width:100%;
                  height:100%;
                  object-fit:cover;
              }
  .str_wrap {
      overflow: hidden;
      /* zoom:1; */
      width: 100%;
      font-size: 12px;
      line-height: 16px;
      position: relative;
      -moz-user-select: none;
      -khtml-user-select: none;
      user-select: none;
      white-space: nowrap;
  }
  
  .str_move {
      white-space: nowrap;
      position: absolute;
      top: 0;
      left: 0;
      cursor: move;
  }
  
  .str_move_clone {
      display: inline-block;
      vertical-align: top;
      position: absolute;
      left: 100%;
      top: 0;
      margin-left:30px;
  }
  
  .str_vertical .str_move_clone {
      left: 0;
      top: 100%;
  }
  
  .str_down .str_move_clone {
      left: 0;
      bottom: 100%;
  }
  
  .str_vertical .str_move,
  .str_down .str_move {
      white-space: normal;
      width: 100%;
  }
  
  .str_static .str_move,
  .no_drag .str_move,
  .noStop .str_move {
      cursor: inherit;
  }
  
  .str_wrap img {
      max-width: none !important;
  }
              /* 公共样式 */
              /* 内宽--1200px */
              .chief {
                  width: 1200px;
                  height: 100%;
                  margin: 0 auto;
              }
  
  .gray-top {
    width: 100%;
    height: 1px;
    background: #f7f7f7;
  }
  
  .gray {
    width: 100%;
    height: auto;
    background: #f7f7f7;
  }
  
  @media (max-width: 1200px) {
    .chief {
      width: 97%;
    }
  }
  
  /* 1.页面头部 */
  header {
    width: 100%;
    height: auto;
    /* overflow: hidden; */
    box-sizing: border-box;
    padding-bottom: 80px !important;
    background: url(/html/class/template/images/header.png) no-repeat center/cover;
  }
  
  header .top {
    width: 100%;
    height: auto;
    overflow: hidden;
    box-sizing: border-box;
    padding: 10px 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: inherit;
  }
  
  header .top p {
    font-size: 14px;
    color: #fff;
    width:360px;
  }
      header .top p:nth-child(2) {
          font-size: 14px;
          color: #fff;
          width: calc(100% - 400px);
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: nowrap;
      }
  
  header .bottom {
    margin-top: 15px;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  
  header .bottom .logo {
    display: block;
  }
  
  header .bottom .logo img {
    width: 807px;
    height: 83px;
  }
  
  header .bottom .right .hotline {
    font-family: "SegoeUI";
    color: #333;
    text-align: right;
  }
  
  header .bottom .right .hotline p:nth-child(1) {
    font-size: 18px;
  }
  
  header .bottom .right .hotline p:nth-child(2) {
    font-size: 24px;
    font-weight: bolder;
  }
  
  header .bottom .right .search {
    width: 200px;
    height: 30px;
    overflow: hidden;
    background-color: #fff;
    margin-top: 5px;
    border: 1px solid #f1f1f1;
    box-sizing: border-box;
    padding: 0 7px;
  }
  
  header .bottom .right .search input {
    float: left;
    width: calc(100% - 12px);
    border: 0;
    height: 100%;
    box-sizing: border-box;
    padding: 0 5px;
    color: #999999;
    font-size: 12px;
  }
  
  header .bottom .right .search img {
    float: right;
    width: 12px;
    height: 12px;
    cursor: pointer;
    margin-top: 8px;
  }
  
  header .chief {
    position: relative;
  }
  
  header .nav {
    width: 100%;
    height: 80px;
    position: absolute;
    bottom: -120px;
    left: 0;
    background-color: #c6272b;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  
  header .nav a {
    width: 10%;
    text-align: center;
    height: 100%;
    line-height: 80px;
    display: inline-block;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
  }
  
  @media (max-width: 1200px) {
    header {
      padding-bottom: 40px;
    }
    header .bottom {
      margin-top: 23px;
    }
    header .bottom .logo img {
      width: 500px;
      height: 51px;
    }
    header .bottom .right .hotline p:nth-child(1) {
      font-size: 16px;
    }
    header .bottom .right .hotline p:nth-child(2) {
      font-size: 20px;
    }
    header .bottom .right .search {
      margin-top: 23px;
    }
    header .nav {
      height: 46px;
      bottom: -63px;
    }
    header .nav a {
      line-height: 46px;
      font-size: 16px;
    }
  }
  
  /*@media (max-width: 1000px) {
    header {
      padding-bottom: 32px;
    }
    header .top {
      flex-direction: column;
      padding: 3px 0;
    }
    header .top p {
      width: 100%;
      font-size: 12px;
      text-align: center;
    }
    header .bottom {
      flex-direction: column;
      margin-top: 5px;
    }
    header .bottom .logo img {
      width: 300px;
      height: 31px;
    }
    header .bottom .right {
      width: 100%;
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      align-items: center;
      margin-top: 13px;
    }
    header .bottom .right .search {
      padding: 0 5px;
      margin-top: 0;
    }
    header .bottom .right .hotline {
      text-align: left;
    }
    header .bottom .right .hotline p {
      line-height: 18px;
    }
    header .bottom .right .hotline p:nth-child(1) {
      font-size: 12px;
    }
    header .bottom .right .hotline p:nth-child(2) {
      font-size: 14px;
    }
    header .nav {
      height: 64px;
      bottom: -64px;
      box-sizing: border-box;
      padding: 5px 0;
    }
    header .nav a {
      width: 20%;
      height: 27px;
      line-height: 27px;
      font-size: 13px;
    }
  }
  */
  /* 2.轮播? */
  .index-swiper {
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
    margin-top: 40px;
  }
  
  .index-swiper .swiper-slide {
    position: relative;
  }
  
  .index-swiper .swiper-slide a {
    display: block;
  }
  
  .index-swiper .swiper-slide img {
    width: 100%;
    height: auto;
  }
  
  .index-swiper .swiper {
    --swiper-pagination-color: #fff; /* 两种都可? */
  }
  
  .index-swiper .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: transparent;
    opacity: 1;
    border: 2px solid #ffffff;
  }
  
  .index-swiper .swiper-pagination-bullet-active {
    width: 10px;
    height: 10px;
    background-color: #fff;
    border-radius: 50%;
  }
  
  .swiper-container-horizontal > .swiper-pagination-bullets,
  .swiper-pagination-custom,
  .swiper-pagination-fraction {
    bottom: 10px;
  }
  
  .swiper-container-horizontal
    > .swiper-pagination-bullets
    .swiper-pagination-bullet {
    margin-right: 9px;
  }
  
  @media (max-width: 1200px) {
    .index-swiper {
      margin-top: 23px;
    }
  }
  
  /*@media (max-width: 1000px) {
    .index-swiper {
      margin-top: 32px;
    }
    .swiper-container-horizontal
      > .swiper-pagination-bullets
      .swiper-pagination-bullet:not(:first-child) {
      margin-right: 5px;
    }
    .swiper-container-horizontal > .swiper-pagination-bullets,
    .swiper-pagination-custom,
    .swiper-pagination-fraction {
      bottom: 5px;
    }
    .index-swiper .swiper-pagination-bullet {
      width: 7px;
      height: 7px;
      border: 1px solid #ffffff;
    }
    .index-swiper .swiper-pagination-bullet-active {
      width: 7px;
      height: 7px;
    }
  }*/
  
  /* 3.页脚 */
  footer {
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
    background-color: #f4e7dd;
  }
  
  footer .ship {
    width: 100%;
    height: auto;
    box-sizing: border-box;
    padding: 20px 0;
    border-bottom: 1px solid #e6cab5;
  }
  
  footer .ship .chief {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  
  footer .ship a {
    display: inline-block;
    width: calc(100% / 6);
    text-align: center;
    color: #333;
    box-sizing: border-box;
    padding: 0 13px;
    font-weight: bold;
  }
  
  footer .ship a:nth-child(n + 7) {
    margin-top: 13px;
  }
  
  footer .center {
    width: 100%;
    height: auto;
    box-sizing: border-box;
    padding: 30px 0;
  }
  
  footer .center .chief {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  
  footer .center .chief div {
    height: auto;
    overflow: hidden;
    box-sizing: border-box;
    background-color: #eed8c8;
  }
  
  footer .center .logo,
  footer .center .code {
    width: 13%;
  }
  
  footer .center .link,
  footer .center .info {
    width: 33%;
    padding: 16px 43px 23px;
  }
  
  footer .center .logo {
    padding: 25px 20px;
    text-align: center;
  }
  
  footer .center .logo img {
    width: 112px;
    height: 112px;
  }
  
  footer .center .code {
    padding: 9px 25px;
    text-align: center;
  }
  
  footer .center .code img {
    width: 100px;
    height: 100px;
  }
  
  footer .center .code p {
    font-size: 12px;
    color: #333;
    margin-top: 9px;
  }
  
  footer .center .link h3 {
    color: #333;
    font-size: 14px;
  }
  
  footer .center .link .link-item {
    margin-top: 16px;
  }
  
  footer .center .link .link-item a {
    display: inline-block;
    width: 30%;
    height: 32px;
    font-size: 14px;
    line-height: 32px;
    color: #333;
  }
  
  footer .center .link .link-item a:hover {
    font-weight: bold;
  }
  
  footer .center .info p {
    font-size: 14px;
    line-height: 32px;
  }
  
  footer .copy {
    width: 100%;
    height: 40px;
    background-color: #c6272b;
    line-height: 40px;
    text-align: center;
  }
  
  footer .copy span,
  footer .copy span a {
    color: #fff;
    font-size: 14px;
  }
  
  footer .copy span:not(:last-child) {
    margin-right: 23px;
  }
  
  footer .copy span a:hover {
    font-weight: bold;
  }
  
  @media (max-width: 1200px) {
    footer .ship {
      padding: 13px 0;
    }
    footer .ship a {
      padding: 0 7px;
    }
    footer .ship a:nth-child(n + 7) {
      margin-top: 7px;
    }
    footer .center {
      padding: 15px 0;
    }
    footer .center .link,
    footer .center .info {
      width: 35%;
      padding: 16px 23px 23px;
    }
    footer .center .logo {
      padding: 40px 10px;
    }
    footer .center .logo img {
      width: 90px;
      height: 90px;
    }
    footer .center .code {
      padding: 9px 10px;
    }
    footer .copy span:not(:last-child) {
      margin-right: 13px;
    }
  }
  
  /*@media (max-width: 1000px) {
    footer .ship a {
      padding: 0 3px;
    }
    footer .ship a {
      width: calc(100% / 4);
    }
    footer .ship a:nth-child(n + 7) {
      margin-top: 0;
    }
    footer .ship a:nth-child(n + 5) {
      margin-top: 3px;
    }
    footer .center {
      padding: 20px 0;
    }
    footer .center .chief {
      flex-direction: column;
    }
    footer .center .chief div {
      background-color: transparent;
    }
    footer .center .logo,
    footer .center .code {
      width: 100%;
    }
    footer .center .link,
    footer .center .info {
      width: 100%;
      padding: 0;
    }
    footer .center .link {
      margin-top: 15px;
    }
    footer .center .info {
      margin-top: 17px;
      margin-bottom: 13px;
    }
    footer .center .logo {
      padding: 0;
    }
    footer .center .logo img {
      width: 40px;
      height: 40px;
    }
    footer .center .code {
      padding: 9px 0;
    }
    footer .center .code img {
      width: 75px;
      height: 75px;
    }
    footer .center .code p {
      margin-top: 3px;
    }
    footer .center .link h3 {
      text-align: center;
      font-size: 12px;
    }
    footer .center .link .link-item {
      margin-top: 7px;
    }
    footer .center .link .link-item a {
      width: calc(25% - 4px);
      text-align: center;
      font-size: 12px;
      height: 23px;
      line-height: 23px;
    }
    footer .center .info p {
      font-size: 12px;
      text-align: center;
      line-height: 23px;
    }
    footer .copy {
      height: auto;
      line-height: 23px;
      padding: 7px 0;
    }
    footer .copy span,
    footer .copy span a {
      font-size: 12px;
    }
    footer .copy span {
      display: block;
    }
    footer .copy span:not(:last-child) {
      margin-right: 13px;
    }
  }*/
  
  /* 4.公共部分 */
  /* 4-1.页面定位 */
  .pos {
    width: 100%;
    height: auto;
    overflow: hidden;
    text-align: left;
    padding: 28px 0;
    margin-top: 40px;
  }
  
  .pos img {
    width: 15px;
    height: 15px;
    margin-right: 5px;
    vertical-align: middle;
  }
  
  .pos span,
  .pos a {
    color: #666666;
    font-size: 14px;
  }
  
  /* 4-2.页面横幅 */
  .strea {
    display: block;
    width: 100%;
    height: auto;
  }
  
  .strea img {
    width: 100%;
    height: auto;
    object-fit: cover;
  }
  
  @media (max-width: 1200px) {
    .pos {
      margin-top: 23px;
      padding: 19px 0;
    }
    .pos img {
      margin-bottom: 2px;
      margin-right: 3px;
    }
    .strea img {
      height: 120px;
    }
  }
  
  /*@media (max-width: 1000px) {
    .pos {
      margin-top: 32px;
      padding: 9px 0;
    }
    .pos img {
      width: 13px;
      height: 13px;
      margin-bottom: 3px;
    }
    .pos span,
    .pos a {
      font-size: 12px;
    }
    .strea img {
      height: 90px;
    }
  }*/
  
  /* 5.机构概况 */
  .general {
    width: 100%;
    height: auto;
    overflow: hidden;
    box-sizing: border-box;
    padding: 0 0 90px 23px;
  }
  
  .general h3 {
    font-size: 18px;
    color: #c6272b;
    font-weight: bold;
    margin-top: 36px;
  }
  
  .general p {
    font-size: 14px;
    color: #999999;
    margin-top: 22px;
    line-height: 32px;
  }
  
  @media (max-width: 1200px) {
    .general {
      padding: 0 0 47px 0;
    }
  }
  
  /*@media (max-width: 1000px) {
    .general {
      padding: 0 0 37px 0;
    }
    .general h3 {
      font-size: 16px;
      margin-top: 23px;
    }
    .general p {
      font-size: 12px;
      line-height: 23px;
      margin-top: 7px;
    }
  }*/
  
  /* 6.人才振兴 */
  .rural {
    width: 100%;
    height: auto;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    padding-bottom: 50px;
  }
  
  .rural a {
    display: block;
    width: calc((100% / 4) - 15px);
    height: auto;
    background-color: #fff;
  }
  
  .rural a:not(:nth-child(4n)) {
    margin-right: 20px;
  }
  
  .rural a:nth-child(n + 5) {
    margin-top: 20px;
  }
  
  .rural a img {
    width: 100%;
    height: auto;
  }
  
  .rural a h3 {
    width: 100%;
    font-size: 14px;
    color: #333;
    text-align: center;
    padding: 10px 7px;
    box-sizing: border-box;
  }
  
  .rural .active h3,
  .rural a:hover h3 {
    color: #c6272b;
  }
  
  @media (max-width: 1200px) {
    .rural a {
      width: calc((100% / 4) - 8px);
    }
    .rural a:not(:nth-child(4n)) {
      margin-right: 8px;
    }
    .rural a:nth-child(n + 5) {
      margin-top: 8px;
    }
  }
  
  /*@media (max-width: 1000px) {
    .rural a {
      width: calc(50% - 3px);
    }
    .rural a:not(:nth-child(4n)) {
      margin-right: 0;
    }
    .rural a:nth-child(n + 5) {
      margin-top: 0;
    }
    .rural a:not(:nth-child(2n)) {
      margin-right: 6px;
    }
    .rural a:nth-child(n + 3) {
      margin-top: 6px;
    }
    .rural a img {
      height: 120px;
    }
    .rural a h3 {
      font-size: 12px;
      padding: 5px 3px;
    }
  }*/
  
  /* 7.数据平台 */
  .data {
    width: 100%;
    height: auto;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    padding-bottom: 50px;
  }
  
  .data a {
    display: block;
    width: calc((100% / 4) - 15px);
    height: auto;
    background-color: #fff;
  }
  
  .data a:not(:nth-child(4n)) {
    margin-right: 20px;
  }
  
  .data a:nth-child(n + 5) {
    margin-top: 20px;
  }
  
  .data a img {
    width: 100%;
    height: auto;
  }
  
  .data a div {
    padding: 15px 20px;
    box-sizing: border-box;
  }
  
  .data a h3 {
    font-size: 18px;
    color: #333;
    font-weight: bold;
  }
  
  .data a p {
    font-size: 14px;
    color: #666666;
    margin-top: 7px;
    /* 文字最多显示几? */
    overflow: hidden;
    text-overflow: ellipsis; /* 超出部分省略? */
    word-break: break-all; /* break-all(允许在单词内换行?) */
    display: -webkit-box; /* 对象作为伸缩盒子模型显示 */
    -webkit-box-orient: vertical; /* 设置或检索伸缩盒对象的子元素的排列方? */
    -webkit-line-clamp: 3; /* 显示的行? */
    max-height: 80rpx; /* 设置最大高度，根据行高，要几行乘以几? */
  }
  
  .data .active h3,
  .data a:hover h3 {
    color: #c6272b;
  }
  
  @media (max-width: 1200px) {
    .data a {
      width: calc((100% / 4) - 8px);
    }
    .data a:not(:nth-child(4n)) {
      margin-right: 8px;
    }
    .data a:nth-child(n + 5) {
      margin-top: 8px;
    }
  }
  
  /*@media (max-width: 1000px) {
    .data a {
      width: calc(50% - 3px);
    }
    .data a:not(:nth-child(4n)) {
      margin-right: 0;
    }
    .data a:nth-child(n + 5) {
      margin-top: 0;
    }
    .data a:not(:nth-child(2n)) {
      margin-right: 6px;
    }
    .data a:nth-child(n + 3) {
      margin-top: 6px;
    }
    .data a img {
      height: 120px;
    }
    .data a div {
      padding: 13px 5px;
    }
    .data a h3 {
      font-size: 14px;
      text-align: center;
    }
    .data a p {
      font-size: 12px;
      margin-top: 3px;
    }
  }*/
  
  /* 8.组织架构 */
  .tissue {
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 0 0 43px;
  }
  
  .tissue h5 {
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    color: #333;
  }
  
  .tissue .contents {
    margin-top: 27px;
    text-align: center;
  }
  
  .tissue .contents img:nth-child(1) {
    width: 384px;
    height: 150px;
    margin-right: 50px;
  }
  
  .tissue .contents img:nth-child(2) {
    width: 402px;
    height: 178px;
  }
  /*
  @media (max-width: 1000px) {
    .tissue {
      padding: 0 0 37px;
    }
    .tissue h5 {
      font-size: 18px;
    }
    .tissue .contents {
      margin-top: 19px;
    }
    .tissue .contents img {
      display: block;
      margin-left: 50%;
      transform: translateX(-50%);
    }
    .tissue .contents img:nth-child(1) {
      width: 280px;
      height: 109px;
      margin-right: 0;
    }
    .tissue .contents img:nth-child(2) {
      width: 320px;
      height: 141px;
      margin-top: 27px;
    }
  }*/
  
  /* 9.联系我们 */
  .contact {
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 0 0 43px;
  }
  
  .contact h5 {
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    color: #333;
  }
  
  .contact .info {
    margin-top: 27px;
  }
  
  .contact .info p {
    line-height: 32px;
    text-align: center;
    color: #707070;
  }
  
  .contact .msg {
    width: 45%;
    height: auto;
    overflow: hidden;
    box-sizing: border-box;
    margin: 43px auto 0;
  }
  
  .contact .msg h3 {
    text-align: center;
    color: #c6272b;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 21px;
  }
  
  .contact .msg ul li {
    width: 100%;
    height: 50px;
    padding: 0 18px;
    background-color: #fff5f5;
  }
  
  .contact .msg ul li:last-child {
    height: 156px;
  }
  
  .contact .msg ul li:hover {
    border: 1px solid #c6272b;
  }
  
  .contact .msg ul li:not(:first-child) {
    margin-top: 10px;
  }
  
  .contact .msg ul li label {
    float: left;
    font-size: 14px;
    color: #707070;
    font-weight: normal;
    width: 75px;
    height: 100%;
    line-height: 50px;
  }
  
  .contact .msg ul li input,
  .contact .msg ul li textarea {
    width: calc(100% - 75px);
    color: #707070;
    border: 0;
    height: 100%;
    background-color: #fff5f5;
    box-sizing: border-box;
    padding: 0 7px;
    color: #666;
    font-size: 14px;
  }
  
  .contact .msg ul li textarea {
    padding: 15px 0;
    resize: none;
  }
  
  .contact .msg .btns {
    width: 100%;
    color: #fff;
    height: 50px;
    line-height: 50px;
    text-align: center;
    margin-top: 20px;
    cursor: pointer;
    background-color: #c6272b;
  }
  
  @media (max-width: 1200px) {
    .contact .msg {
      width: 55%;
    }
    .contact .info {
      margin-top: 17px;
    }
    .contact .msg h3 {
      margin-bottom: 19px;
    }
  }
  
  /*@media (max-width: 1000px) {
    .contact h5 {
      font-size: 18px;
    }
    .contact .info {
      margin-top: 13px;
    }
    .contact .info p {
      line-height: 27px;
    }
    .contact .msg {
      width: 85%;
      margin: 29px auto 0;
    }
    .contact .msg h3 {
      font-size: 18px;
      margin-bottom: 13px;
    }
    .contact .msg ul li {
      padding: 0 7px;
      height: 39px;
    }
    .contact .msg ul li:last-child {
      height: 120px;
    }
    .contact .msg ul li:not(:first-child) {
      margin-top: 7px;
    }
    .contact .msg ul li label {
      font-size: 12px;
      line-height: 37px;
    }
    .contact .msg ul li label {
      width: 65px;
    }
    .contact .msg ul li input,
    .contact .msg ul li textarea {
      width: calc(100% - 65px);
      font-size: 12px;
    }
    .contact .msg ul li textarea {
      padding: 10px 0;
    }
    .contact .msg .btns {
      margin-top: 13px;
      height: 39px;
      line-height: 39px;
    }
  }*/
  
  /* 4-3.左侧侧栏 */
  .side {
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  
  .side aside {
    float: left;
    width: 251px;
    height: auto;
  }
  
  .side .side-contents {
    float: right;
    width: calc(100% - 251px);
    height: auto;
    overflow: hidden;
    padding-left: 40px;
  }
  
  .side aside h3 {
    width: 100%;
    height: 104px;
    line-height: 104px;
    color: #fff;
    font-size: 24px;
    text-align: center;
    font-weight: bold;
    background-color: #c6272b;
  }
  
  .side aside .link {
    width: 100%;
    height: auto;
  }
  
  .side aside .link a {
    display: block;
    width: 100%;
    height: 70px;
    line-height: 70px;
    color: #333;
    text-align: center;
    box-sizing: border-box;
    background-color: #fff5f5;
  }
  
  .side aside .link a:hover,
  .side aside .link .active {
    color: #c6272b;
  }
  
  .side aside .link a:not(:first-child) {
    margin-top: 2px;
  }
  
  /* 4-4.热点侧栏 */
  .side-hot {
    width: 100%;
    height: auto;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  
  .side-hot .hot {
    width: 385px;
    height: auto;
    overflow: hidden;
  }
  
  .side-hot .hot-contents {
    width: calc(100% - 385px);
    height: auto;
    padding-right: 40px;
    overflow: hidden;
  }
  
  /* 4-5.标题 */
  .title {
    width: 100%;
    height: auto;
    box-sizing: border-box;
    border-bottom: 1px solid #ffe8e8;
  }
  
  .title-tint {
    border-bottom: 1px solid #ddeffb;
  }
  
  .title a {
    display: inline-block;
    font-size: 24px;
    color: #333;
    font-weight: bold;
    box-sizing: border-box;
    padding-bottom: 19px;
  }
  
  .title .active,
  .title a:hover {
    color: #c6272b;
    border-bottom: 3px solid #c6272b;
  }
  
  .title-line a {
    border-bottom: 3px solid #c6272b;
  }
  
  .title-tint a:hover,
  .title-tint .active {
    border-bottom: 3px solid #ffe8e8;
  }
  
  .title a:not(:last-child) {
    margin-right: 41px;
  }
  
  /* 4-6.热点 */
  .hot-spot {
    width: 100%;
    height: auto;
    overflow: hidden;
    padding-bottom: 43px;
  }
  
  .hot-spot a {
    display: block;
    margin-top: 9px;
  }
  
  .hot-spot-dis a {
    margin-top: 30px;
  }
  
  .hot-spot a h5 {
    /* 超出隐藏 */
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  
  .hot-spot a h5 span:nth-child(2) {
    font-size: 14px;
    color: #333;
  }
  
  .hot-spot-dis a h5 span:nth-child(2) {
    font-size: 18px;
  }
  
  .hot-spot a h5 span:nth-child(1) {
    font-size: 18px;
    color: #c6272b;
    margin-right: 3px;
  }
  
  .hot-spot-dis a h5 span:nth-child(1) {
    font-size: 20px;
    color: #c6272b;
    margin-right: 5px;
  }
  
  .hot-spot a:hover h5 span:nth-child(2) {
    color: #c6272b;
  }
  
  .hot-spot a div {
    padding-left: 21px;
    font-size: 14px;
    line-height: 27px;
    margin-top: -5px;
    color: #666666;
    /* 文字最多显示几? */
    overflow: hidden;
    text-overflow: ellipsis; /* 超出部分省略? */
    word-break: break-all; /* break-all(允许在单词内换行?) */
    display: -webkit-box; /* 对象作为伸缩盒子模型显示 */
    -webkit-box-orient: vertical; /* 设置或检索伸缩盒对象的子元素的排列方? */
    -webkit-line-clamp: 3; /* 显示的行? */
    max-height: 80rpx; /* 设置最大高度，根据行高，要几行乘以几? */
  }
  
  @media (max-width: 1200px) {
    .side aside {
      width: 180px;
    }
    .side .side-contents {
      width: calc(100% - 180px);
      padding-left: 20px;
    }
    .side aside h3 {
      font-size: 20px;
      height: 75px;
      line-height: 75px;
    }
    .side aside .link a {
      height: 53px;
      line-height: 53px;
    }
    .side aside .link a:not(:first-child) {
      margin-top: 1px;
    }
    .side-hot .hot {
      width: 280px;
    }
    .side-hot .hot-contents {
      width: calc(100% - 280px);
      padding-right: 20px;
    }
    .title a {
      font-size: 20px;
      padding-bottom: 13px;
    }
    .title a:not(:last-child) {
      margin-right: 23px;
    }
    .title .active,
    .title a:hover {
      border-bottom: 2px solid #c6272b;
    }
    .title-line a {
      border-bottom: 2px solid #c6272b;
    }
    .title-tint a:hover,
    .title-tint .active {
      border-bottom: 2px solid #ffe8e8;
    }
    .hot-spot-dis a {
      margin-top: 15px;
    }
    .hot-spot-dis a h5 span:nth-child(2) {
      font-size: 16px;
    }
  }
  
  /*@media (max-width: 1000px) {
    .side aside {
      width: 100px;
    }
    .side .side-contents {
      width: calc(100% - 100px);
      padding-left: 7px;
    }
    .side aside h3 {
      font-size: 14px;
      height: 43px;
      line-height: 43px;
    }
    .side aside .link a {
      height: 37px;
      line-height: 37px;
    }
    .side-hot {
      flex-direction: column;
    }
    .side-hot .hot {
      width: 100%;
    }
    .side-hot .hot-contents {
      width: 100%;
      padding-right: 0;
    }
    .title a {
      font-size: 16px;
      padding-bottom: 7px;
    }
    .title a:not(:last-child) {
      margin-right: 13px;
    }
    .title .active,
    .title a:hover {
      border-bottom: 1px solid #c6272b;
    }
    .title-line a {
      border-bottom: 1px solid #c6272b;
    }
    .title-tint a:hover,
    .title-tint .active {
      border-bottom: 1px solid #ffe8e8;
    }
    .hot-spot-dis a {
      margin-top: 9px;
    }
    .hot-spot-dis a h5 span:nth-child(2) {
      font-size: 14px;
    }
    .hot-spot a h5 span:nth-child(1) {
      font-size: 16px;
      margin-right: 3px;
    }
    .hot-spot a div {
      font-size: 12px;
      line-height: 21px;
      padding-left: 17px;
      margin-top: -9px;
    }
    .hot-spot a h5 span:nth-child(2) {
      font-size: 12px;
    }
    .hot-spot a h5 span:nth-child(1) {
      font-size: 14px;
    }
    .hot-spot a {
      margin-top: 5px;
    }
  }*/
  
  /* 10.职业培训 */
  .train {
    width: 100%;
    height: auto;
    overflow: hidden;
    box-sizing: border-box;
    padding: 0 0 95px;
    font-size: 14px;
  }
  
  .train h4 {
    text-align: center;
    color: #333;
    line-height: 27px;
  }
  
  .train .time {
    margin-top: 10px;
    text-align: center;
  }
  
  .train .time p {
    display: inline-block;
  }
  
  .train .time p:nth-child(1) {
    margin-right: 32px;
  }
  
  .train .time p img {
    width: 12px;
    height: auto;
    vertical-align: middle;
    margin-bottom: 3px;
    margin-right: 7px;
  }
  
  .train .time p span {
    color: #999999;
  }
  
  .train .details {
    color: #666666;
    margin-top: 24px;
    line-height: 27px;
    /* 文字对齐 */
    text-align: justify;
    text-align-last: left;
    text-justify: inter-ideograph;
  }
  
  /*@media (max-width: 1000px) {
    .train {
      font-size: 12px;
      padding: 0 0 43px;
    }
    .train .time {
      margin-top: 7px;
    }
    .train .time p img {
      width: 11px;
      margin-right: 5px;
      margin-bottom: 2px;
    }
    .train .time p:nth-child(1) {
      margin-right: 23px;
    }
    .train .details {
      margin-top: 10px;
      line-height: 23px;
    }
  }*/
  
  /* 11.工作动? */
  .work {
    width: 100%;
    height: auto;
    overflow: hidden;
    box-sizing: border-box;
    padding: 0 0 52px;
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  
  .work .work-right {
    display: block;
  }
  
  .work .work-right img {
    width: 700px;
    height: auto;
    object-fit: cover;
  }
  
  .work .work-link {
    width: calc(100% - 700px);
    height: auto;
    overflow: hidden;
  }
  
  .work .work-link a {
    display: block;
    width: 100%;
    height: 110px;
    line-height: 110px;
    overflow: hidden;
    text-align: center;
    background: url(/html/class/template/images/work-bg.png) no-repeat center/cover;
  }
  
  .work .work-link a img {
    margin-right: 7px;
    vertical-align: middle;
    margin-bottom: 3px;
  }
  
  .work .work-link a img:nth-child(1) {
    display: none;
  }
  
  .work .work-link a img:nth-child(2) {
    display: inline-block;
  }
  
  .work .work-link a span {
    color: #333;
    font-size: 14px;
  }
  
  .work .work-link a:hover,
  .work .work-link .active {
    background: #c6272b;
  }
  
  .work .work-link a:hover img:nth-child(1),
  .work .work-link .active img:nth-child(1) {
    display: inline-block;
  }
  
  .work .work-link a:hover img:nth-child(2),
  .work .work-link .active img:nth-child(2) {
    display: none;
  }
  
  .work .work-link a:hover span,
  .work .work-link .active span {
    color: #fff;
  }
  
  .work .work-link a:nth-child(1) img {
    width: 23px;
    height: 19px;
  }
  
  .work .work-link a:nth-child(2) img {
    width: 31px;
    height: 21px;
  }
  
  .work .work-link a:nth-child(3) img {
    width: 21px;
    height: 21px;
  }
  
  @media (max-width: 1200px) {
    .work .work-right img {
      width: 582px;
    }
    .work .work-link {
      width: calc(100% - 582px);
    }
    .work .work-link a {
      height: 91px;
      line-height: 91px;
    }
  }
  
  /*@media (max-width: 1000px) {
    .work {
      flex-direction: column;
    }
    .work .work-right {
      width: 100%;
    }
    .work .work-right img {
      width: 100%;
      height: 180px;
    }
    .work .work-link {
      width: 100%;
    }
    .work .work-link a {
      height: 43px;
      line-height: 43px;
    }
    .work .work-link a img {
      margin-right: 5px;
      margin-bottom: 3px;
    }
    .work .work-link a span {
      font-size: 12px;
    }
    .work .work-link a:nth-child(1) img {
      width: 18px;
      height: 13px;
    }
    .work .work-link a:nth-child(2) img {
      width: 21px;
      height: 15px;
    }
    .work .work-link a:nth-child(3) img {
      width: 15px;
      height: 15px;
    }
  }*/
  
  /* 12.新闻资讯||政策法规 */
  .news {
    width: 100%;
    height: auto;
    overflow: hidden;
    box-sizing: border-box;
    padding: 0 0 57px;
  }
  
  .news .sub {
    width: 100%;
    height: auto;
    box-sizing: border-box;
    overflow: hidden;
    margin-bottom: 30px;
    background-color: #e3c488;
  }
  
  .news .sub a {
    display: inline-block;
    width: calc((100% / 6) - 3px);
    line-height: 50px;
    font-size: 14px;
    color: #fff;
    text-align: center;
  }
  
  .news .sub a:hover,
  .news .sub .active {
    color: #c6272b;
  }
  
  .news .news-contents a {
    display: block;
    width: 100%;
    height: auto;
    font-size: 14px;
    padding-bottom: 15px;
    box-sizing: border-box;
    border-bottom: 1px solid #ececec;
  }
  
  .news .news-contents a:not(:first-child) {
    margin-top: 28px;
  }
  
  .news .news-contents a h4 {
    color: #333;
    box-sizing: border-box;
    padding-right: 90px;
    /* 超出隐藏 */
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  
  .news .news-contents a:hover h4 {
    color: #c6272b;
  }
  
  .news .news-contents a .time {
    margin-top: 15px;
  }
  
  .news .news-contents a .time p {
    display: inline-block;
  }
  
  .news .news-contents a .time p:nth-child(1) {
    margin-right: 32px;
  }
  
  .news .news-contents a .time p img {
    width: 12px;
    height: auto;
    vertical-align: middle;
    margin-bottom: 3px;
    margin-right: 7px;
  }
  
  .news .news-contents a .time p span {
    color: #999999;
  }
  
  .news .news-contents a .details {
    color: #666666;
    margin-top: 18px;
    line-height: 27px;
    /* 文字最多显示几? */
    overflow: hidden;
    text-overflow: ellipsis; /* 超出部分省略? */
    word-break: break-all; /* break-all(允许在单词内换行?) */
    display: -webkit-box; /* 对象作为伸缩盒子模型显示 */
    -webkit-box-orient: vertical; /* 设置或检索伸缩盒对象的子元素的排列方? */
    -webkit-line-clamp: 2; /* 显示的行? */
    max-height: 80rpx; /* 设置最大高度，根据行高，要几行乘以几? */
  }
  
  /*@media (max-width: 1000px) {
    .news {
      padding: 0 0 23px;
    }
    .news .sub {
      margin-bottom: 13px;
      padding: 5px 0;
    }
    .news .sub a {
      width: calc((100% / 4) - 3px);
      line-height: 23px;
      font-size: 12px;
    }
    .news .news-contents a {
      font-size: 12px;
      padding-bottom: 13px;
    }
    .news .news-contents a:not(:first-child) {
      margin-top: 13px;
    }
    .news .news-contents a h4 {
      text-align: center;
      padding-right: 0;
    }
    .news .news-contents a .time {
      margin-top: -3px;
      text-align: center;
    }
    .news .news-contents a .time p img {
      width: 11px;
      margin-right: 5px;
      margin-bottom: 2px;
    }
    .news .news-contents a .time p:nth-child(1) {
      margin-right: 23px;
    }
    .news .news-contents a .details {
      line-height: 23px;
      margin-top: 3px;
    }
  }*/
  
  /* 13.首页 */
  /* 13-1.首页-新闻动态||政策法规||工作动? */
  .index-news {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 53px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  
  .index-news .news-swiper {
    width: 587px;
    height: auto;
    overflow: hidden;
    position: relative;
  }
  
  .index-news .right {
    width: calc(100% - 587px);
    height: auto;
    box-sizing: border-box;
    padding-left: 40px;
  }
  
  .index-news .news-swiper .swiper-slide {
    position: relative;
  }
  
  .index-news .news-swiper .swiper-slide a {
    display: block;
    position: relative;
  }
  
  .index-news .news-swiper .swiper-slide img {
    width: 100%;
    height: auto;
    object-fit: cover;
  }
  
  .index-news .news-swiper .swiper-slide a p {
    width: 100%;
    height: 50px;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: 14px;
    line-height: 50px;
    box-sizing: border-box;
    padding-left: 24px;
  }
  
  .index-news .news-swiper .swiper-slide a p span {
    width: 50%;
    display: inline-block;
    /* 超出隐藏 */
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  
  .index-news .news-swiper .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    opacity: 1;
    background-color: #fff;
  }
  
  .index-news .news-swiper .swiper-pagination-bullet-active {
    background-color: #4a5998;
  }
  
  .index-news .news-swiper .news-swiper-pagination {
    text-align: right;
  }
  
  .index-news .right .contents {
    margin-top: 13px;
  }
  
  .index-news .right .contents a {
    display: block;
    width: 100%;
    height: auto;
    padding: 13px 0;
    box-sizing: border-box;
  }
  
  .index-news .right .contents a:not(:last-child) {
    border-bottom: 1px solid #dfdfdf;
  }
  
  .index-news .right .contents a h3 p {
    display: inline-block;
    width: calc(100% - 100px);
    /* 超出隐藏 */
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #666666;
  }
  
  .index-news .right .contents a h3 span {
    float: right;
    font-size: 14px;
    color: #999999;
  }
  
  .index-news .right .contents a div {
    display: none;
    color: #666666;
    font-size: 14px;
    margin-top: 7px;
    /* 超出隐藏 */
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  
  /*.index-news .right .contents a:first-child div {
    display: block;
  }
  .index-news .right .contents a:hover div,
  .index-news .right .contents .active div {
    display: block;
  }*/
  
  .index-news .right .contents a:hover h3 p,
  .index-news .right .contents .active h3 p {
    color: #c6272b;
    font-weight: bold;
  }
  
  @media (max-width: 1200px) {
    .index-news {
      margin-top: 32px;
    }
    .index-news .news-swiper {
      width: 480px;
    }
    .index-news .right {
      width: calc(100% - 480px);
      padding-left: 30px;
    }
    .index-news .news-swiper .swiper-slide a p {
      padding-left: 13px;
      height: 43px;
      line-height: 43px;
    }
    .index-news .news-swiper .swiper-slide a p span {
      width: 75%;
    }
    .index-news .right .contents {
      margin-top: 7px;
    }
    .index-news .right .contents a {
      padding: 9px 0;
    }
    .index-news .right .contents a div {
      margin-top: 5px;
    }
  }
  
  /*@media (max-width: 1000px) {
    .index-news {
      margin-top: 13px;
      flex-direction: column;
    }
    .index-news .news-swiper {
      width: 100%;
      height: 180px;
    }
    .index-news .news-swiper .swiper-slide img {
      height: 180px;
    }
    .index-news .right {
      width: 100%;
      padding-left: 0;
      margin-top: 13px;
    }
    .index-news .news-swiper .swiper-pagination-bullet {
      width: 7px;
      height: 7px;
    }
    .index-news .news-swiper .swiper-slide a p {
      padding-left: 7px;
      height: 32px;
      line-height: 32px;
    }
    .index-news .news-swiper .swiper-slide a p span {
      width: 70%;
      font-size: 12px;
    }
    .index-news .right .contents {
      margin-top: 3px;
    }
    .index-news .right .contents a {
      padding: 7px 0;
    }
    .index-news .right .contents a h3 p {
      font-size: 13px;
    }
    .index-news .right .contents a h3 span {
      font-size: 12px;
    }
    .index-news .right .contents a div {
      margin-top: 0;
      font-size: 12px;
    }
  }*/
  
  /* 13-2.首页-乡村振兴人才||业务范畴 */
  .index-rural {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 45px 0 32px;
    display: flex;
    justify-content: space-between;
  }
  
  .index-rural .left {
    width: 388px;
    height: auto;
    overflow: hidden;
  }
  
  .index-rural .right {
    width: calc(100% - 388px);
    height: auto;
    box-sizing: border-box;
    padding-left: 40px;
  }
  
  .index-rural .left .contents a {
    display: block;
    width: 100%;
    height: auto;
    padding: 12px 90px 11px 0;
    box-sizing: border-box;
    border-bottom: 1px solid #dfdfdf;
    font-size: 14px;
    color: #333;
    /* 超出隐藏 */
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  
  .index-rural .left .contents .active,
  .index-rural .left .contents a:hover {
    color: #c6272b;
  }
  
  .index-rural .right .contents {
    margin-top: 23px;
    display: flex;
    overflow: hidden;
    align-items: center;
  }
  
  .index-rural .right .contents a {
    display: block;
    width: calc((100% / 3) - 6px);
    height: auto;
  }
  
  .index-rural .right .contents a:not(:nth-child(3n)) {
    margin-right: 9px;
  }
  
  .index-rural .right .contents a img {
    width: 100%;
    height: 100%;
    object-fit: fill;
  }
  
  @media (max-width: 1200px) {
    .index-rural {
      margin: 32px 0;
    }
    .index-rural .right {
      padding-left: 30px;
    }
    .index-rural .left .contents a {
      padding: 7px 0 6px 0;
    }
    .index-rural .right .contents a {
      width: calc((100% / 3) - 2px);
    }
    .index-rural .right .contents {
      margin-top: 20px;
    }
    .index-rural .right .contents a:not(:nth-child(3n)) {
      margin-right: 3px;
    }
  }
  
  /*@media (max-width: 1000px) {
    .index-rural {
      margin: 13px 0 19px;
      flex-direction: column;
    }
    .index-rural .left {
      width: 100%;
      order: 2;
      margin-top: 13px;
    }
    .index-rural .right {
      width: 100%;
      padding-left: 0;
      order: 1;
      margin-top: 0;
    }
    .index-rural .right .contents {
      margin-top: 7px;
    }
    .index-rural .right .contents a img {
      height: 90px;
    }
  }*/
  
  /* 13-3.首页-机构概况||专家委员介绍 */
  .index-exp {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 33px;
    display: flex;
    justify-content: space-between;
  }
  
  .index-exp .left {
    width: calc(100% - 388px);
    height: auto;
    box-sizing: border-box;
    padding-right: 40px;
  }
  
  .index-exp .right {
    width: 388px;
    height: auto;
    overflow: hidden;
  }
  
  .index-exp .left .contents {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
  }
  
  .index-exp .left .contents img {
    width: 387px;
    height: auto;
    object-fit: cover;
  }
  
  .index-exp .left .contents p {
    width: calc(100% - 387px);
    box-sizing: border-box;
    padding: 0 20px;
    font-size: 14px;
    line-height: 27px;
    /* 文字对齐 */
    text-align: justify;
    text-align-last: left;
    text-justify: inter-ideograph;
  }
  
  .index-exp .left .contents p span {
    color: #707070;
  }
  
  .index-exp .left .contents p a {
    color: #c6272b;
  }
  
  .index-exp .right .contents a {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
    background-color: #fffbfb;
    /* background-color: aquamarine; */
  }
  
  .index-exp .right .contents a img {
    width: 118px;
    height: auto;
  }
  
  .index-exp .right .contents a .desc {
    width: calc(100% - 118px);
    box-sizing: border-box;
    padding: 0 20px;
  }
  
  .index-exp .right .contents a .desc h6 {
    font-size: 18px;
    color: #333;
  }
  
  .index-exp .right .contents a .desc p {
    font-size: 14px;
    color: #666666;
    margin-top: -7px;
    /* 超出隐藏 */
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  
  .index-exp .right .contents a .desc span {
    display: block;
    font-size: 12px;
    color: #999999;
    text-align: right;
    margin-top: 5px;
  }
  
  .index-exp .right .contents a:hover .desc h6,
  .index-exp .right .contents .active .desc h6 {
    font-weight: bold;
  }
  
  .index-exp .right .contents a:hover .desc span,
  .index-exp .right .contents .active .desc span {
    color: #c6272b;
  }
  
  @media (max-width: 1200px) {
    .index-exp .left {
      padding-right: 20px;
    }
    .index-exp .left .contents img {
      width: 280px;
    }
    .index-exp .left .contents p {
      width: calc(100% - 280px);
      padding: 0 10px;
    }
    .index-exp .right .contents a {
      margin-top: 7px;
    }
    .index-exp .right .contents a img {
      width: 90px;
    }
    .index-exp .right .contents a .desc {
      width: calc(100% - 90px);
      padding: 7px 13px;
    }
    .index-exp .right .contents a .desc h6 {
      font-size: 16px;
    }
  }
  
  /*@media (max-width: 1000px) {
    .index-exp {
      margin-top: 19px;
      flex-direction: column;
    }
    .index-exp .left {
      width: 100%;
      padding-right: 0;
    }
    .index-exp .right {
      width: 100%;
      margin-top: 13px;
    }
    .index-exp .left .contents {
      margin-top: 7px;
      flex-direction: column;
    }
    .index-exp .left .contents img {
      width: 100%;
      height: 90px;
    }
    .index-exp .left .contents p {
      width: 100%;
      padding: 0 0;
      font-size: 12px;
      line-height: 23px;
      margin-top: 5px;
    }
    .index-exp .right .contents a {
      margin-top: 5px;
    }
    .index-exp .right .contents a img {
      width: 75px;
    }
    .index-exp .right .contents a .desc {
      width: calc(100% - 75px);
      padding: 5px 10px;
    }
    .index-exp .right .contents a .desc h6 {
      font-size: 14px;
    }
    .index-exp .right .contents a .desc p {
      font-size: 12px;
    }
    .index-exp .right .contents a .desc span {
      margin-top: 0;
    }
  }*/
  
  /* 13-4.首页-广告 */
  .index-adver {
    width: 100%;
    height: auto;
    box-sizing: border-box;
    overflow: hidden;
    margin-top: 32px;
    display: flex;
    overflow: hidden;
    align-items: center;
  }
  
  .index-adver a {
    display: block;
    width: calc((100% / 3) - 12px);
    height: auto;
  }
  
  .index-adver a:not(:nth-child(3n)) {
    margin-right: 18px;
  }
  
  .index-adver a img {
    width: 100%;
    height: auto;
    object-fit: fill;
  }
  
  @media (max-width: 1200px) {
    .index-adver {
      margin-top: 27px;
    }
    .index-adver a {
      width: calc((100% / 3) - 6px);
    }
    .index-adver a:not(:nth-child(3n)) {
      margin-right: 9px;
    }
  }
  
  /*@media (max-width: 1000px) {
    .index-adver {
      margin-top: 13px;
    }
    .index-adver a {
      width: calc((100% / 3) - 2px);
    }
    .index-adver a:not(:nth-child(3n)) {
      margin-right: 3px;
    }
    .index-adver a img {
      height: 75px;
    }
  }*/
  
  /* 13-5.首页-基地风采 */
  .index-mien {
    width: 100%;
    height: auto;
    box-sizing: border-box;
    overflow: hidden;
    margin: 45px 0 60px;
  }
  
  .index-mien .contents {
    margin-top: 20px;
    display: flex;
    overflow: hidden;
    align-items: center;
    flex-wrap: wrap;
  }
  
  .index-mien .contents a {
    display: block;
    width: calc((100% / 4) - 15px);
    height: auto;
  }
  
  .index-mien .contents a:not(:nth-child(4n)) {
    margin-right: 20px;
  }
  
  .index-mien .contents a img {
    width: 100%;
    height: auto;
    object-fit: fill;
  }
  
  @media (max-width: 1200px) {
    .index-mien {
      margin: 27px 0 45px;
    }
    .index-mien .contents {
      margin-top: 10px;
    }
    .index-mien .contents a {
      width: calc((100% / 4) - 7.5px);
    }
    .index-mien .contents a:not(:nth-child(4n)) {
      margin-right: 10px;
    }
  }
  
  /*@media (max-width: 1000px) {
    .index-mien {
      margin: 13px 0 37px;
    }
    .index-mien .contents a {
      width: calc((100% / 2) - 2px);
    }
    .index-mien .contents a:not(:nth-child(4n)) {
      margin-right: 0;
    }
    .index-mien .contents a:not(:nth-child(2n)) {
      margin-right: 4px;
    }
    .index-mien .contents a:nth-child(n + 3) {
      margin-top: 4px;
    }
    .index-mien .contents a img {
      height: 140px;
    }
  }*/
  
  /* 10.职业培训 */
  .newsdetail {
    width: 100%;
    height: auto;
    overflow: hidden;
    box-sizing: border-box;
    padding: 0 0 95px;
    font-size: 14px;
  }
  
  .newsdetail h4 {
    text-align: center;
    color: #333;
    line-height: 27px;
    font-size:24px;
  }
  
  .newsdetail .time {
    margin-top: 10px;
    text-align: center;
  }
  
  .newsdetail .time p {
    display: inline-block;
  }
  
  .newsdetail .time p:nth-child(1) {
    margin-right: 32px;
  }
  
  .newsdetail .time p img {
    width: 12px;
    height: auto;
    vertical-align: middle;
    margin-bottom: 3px;
    margin-right: 7px;
  }
  
  .newsdetail .time p span {
    color: #999999;
  }
  
  .newsdetail .details {
    color: #666666;
    margin-top: 24px;
    line-height: 27px;
    /* 文字对齐 */
    text-align: justify;
    /* text-align-last: left;*/
    text-justify: inter-ideograph;
  }