@charset "UTF-8";
/**
* name: index.css
* author: lyf
* addTime: 2020.11.13
* editTime:
* description: 首页样式
***/
/********************************
****** name: g-bd
*********************************/
.g-bd {
  width: 100%; }

/********g-hd end***************/
/********************************
****** name: g-banner
*********************************/
.banner img {
  width: 100%;
  height: auto; }

.gm-intro {
  padding-bottom: 80px; }
  .gm-intro .gint-cont {
    max-width: 1400px;
    margin: 0 auto;
    padding-top: 79px;
    line-height: 0; }
    .gm-intro .gint-cont .gint-title {
      height: 36px;
      background: url(../image/index/ititle.jpg) no-repeat center center;
      }
    .gm-intro .gint-cont .gint-mont {
      margin-top: 60px; }
      .gm-intro .gint-cont .gint-mont .gim-left {
        float: left;
        width: 50%;
        padding-right: 3.5rem;
        overflow: hidden; }
        .gm-intro .gint-cont .gint-mont .gim-left img {
          transition: all 0.5s ease-out;
          /* 过度 所有css属性 1秒过度 结束慢*/
          -moz-transition: all 0.5s ease-out;
          /* Firefox 4 */
          -webkit-transition: all 0.5s ease-out;
          /* Safari 和 Chrome */
          -o-transition: all 0.5s ease-out; }
          .gm-intro .gint-cont .gint-mont .gim-left img:hover {
            transform: scale(1.1, 1.1); }
        .gm-intro .gint-cont .gint-mont .gim-left .gim-ul li {
          float: left;
          width: 30%;
          height: 130px;
          padding-top: 23px;
          margin-left: 2%;
          text-align: center;
          background: url("../image/index/tribg.jpg") no-repeat center center;
          background-size: contain; }
          .gm-intro .gint-cont .gint-mont .gim-left .gim-ul li:first-child {
            margin-left: 0; }
          .gm-intro .gint-cont .gint-mont .gim-left .gim-ul li div {
            line-height: 48px;
            font-size: 36px;
            color: #009e60; 
             font-family: Georgia;
}
          .gm-intro .gint-cont .gint-mont .gim-left .gim-ul li span {
            display: block;
            line-height: 48px;
            font-size: 18px;
            color: #333; }
        .gm-intro .gint-cont .gint-mont .gim-left .gim-font {
          margin-top: 23px;
          line-height: 36px;
          font-size: 18px;
          color: #010101; }
          .gm-intro .gint-cont .gint-mont .gim-left .gim-font.second {
            margin-top: 35px; }
          .gm-intro .gint-cont .gint-mont .gim-left .gim-font span {
            display: inline-block;
            line-height: 36px;
            color: #009e60;
            font-size: 24px; }
        .gm-intro .gint-cont .gint-mont .gim-left .gim-more {
          margin-top: 21px;
          padding-bottom: 10px;
          border-bottom: 2px solid #f1f1f1; }
          .gm-intro .gint-cont .gint-mont .gim-left .gim-more a {
            display: block;
            width: 54px;
            height: 30px;
            line-height: 30px;
            font-size: 14px;
            color: #009e60;
            background: url(../image/index/arrow.jpg) no-repeat right center; }
            .gm-intro .gint-cont .gint-mont .gim-left .gim-more a:hover {
              text-decoration: underline; }
      .gm-intro .gint-cont .gint-mont .gim-right {
        float: right;
        width: 50%;
        overflow: hidden; }
        .gm-intro .gint-cont .gint-mont .gim-right img {
          max-width: 100%;
          transition: all 0.5s ease-out;
          /* 过度 所有css属性 1秒过度 结束慢*/
          -moz-transition: all 0.5s ease-out;
          /* Firefox 4 */
          -webkit-transition: all 0.5s ease-out;
          /* Safari 和 Chrome */
          -o-transition: all 0.5s ease-out; }
          .gm-intro .gint-cont .gint-mont .gim-right img:hover {
            transform: scale(1.1, 1.1); }

.g-news {
  padding-bottom: 80px;
  background: #fafafa; }
  .g-news .gnew-cont {
    max-width: 1400px;
    margin: auto;
    padding-top: 79px; }
    .g-news .gnew-cont .gnew-title {
      height: 36px;
      background: url(../image/index/newstitle.jpg) no-repeat center center;
      }
    .g-news .gnew-cont .gnew-mont {
      margin-top: 60px; }
      .g-news .gnew-cont .gnew-mont .gnew-mleft {
        overflow: hidden;
        position: relative;
        float: left;
        width: calc( 50% - 20px );
        height: 466px; }
        .g-news .gnew-cont .gnew-mont .gnew-mleft .prev {
          position: absolute;
          display: block;
          bottom: 36px;
          left: 14px;
          width: 10px;
          height: 19px;
          z-index: 10;
          cursor: pointer;
          background: url(../image/index/arr-left.jpg) no-repeat; }
        .g-news .gnew-cont .gnew-mont .gnew-mleft .next {
          position: absolute;
          display: block;
          bottom: 36px;
          right: 14px;
          width: 10px;
          height: 19px;
          z-index: 10;
          cursor: pointer;
          background: url(../image/index/arr-right.jpg) no-repeat; }
      .g-news .gnew-cont .gnew-mont .gnew-leul {
        position: relative;
        height: 100%;
        z-index: 0; }
      .g-news .gnew-cont .gnew-mont .gnw-left {
        position: relative;
        width: 100% important;
        height: 466px;
        zoom: 1;
        vertical-align: middle; }
        .g-news .gnew-cont .gnew-mont .gnw-left img {
          max-width: 100%;
          height: 466px;
          transition: all 0.5s ease-out;
          /* 过度 所有css属性 1秒过度 结束慢*/
          -moz-transition: all 0.5s ease-out;
          /* Firefox 4 */
          -webkit-transition: all 0.5s ease-out;
          /* Safari 和 Chrome */
          -o-transition: all 0.5s ease-out; }
          .g-news .gnew-cont .gnew-mont .gnw-left img:hover {
            transform: scale(1.1, 1.1); }
        .g-news .gnew-cont .gnew-mont .gnw-left .font {
          position: absolute;
          left: 0;
          right: 0;
          bottom: 0;
          width: 100%;
          height: 90px;
          padding-left: 40px;
          padding-right: 40px;
          line-height: 90px;
          text-align: center;
          color: #fff;
          font-size: 18px;
          background: rgba(0, 0, 0, 0.2);
          white-space: nowrap;
          /*内容超宽后禁止换行显示*/
          overflow: hidden;
          /*超出部分隐藏*/
          text-overflow: ellipsis;
          /*文字超出部分以省略号显示*/ }
      .g-news .gnew-cont .gnew-mont .gnw-right {
        float: right;
        width: 50%; }
        .g-news .gnew-cont .gnew-mont .gnw-right li {
          width: 100%;
          min-height: 140px;
          padding: 20px 0;
          margin-top: 20px;
          background: #fff; }
          .g-news .gnew-cont .gnew-mont .gnw-right li:first-child {
            margin-top: 0; }
          .g-news .gnew-cont .gnew-mont .gnw-right li:hover {
            box-shadow: 0 0 10px 0 rgba(0, 158, 98, 0.1); }
          .g-news .gnew-cont .gnew-mont .gnw-right li .date {

float: left;
    width: 110px;
    height: 86px;
    padding-top: 16px;
    border-right: 1px solid #ebebeb;
    padding: 8px 0;
    margin-top: 7px;


}
            .g-news .gnew-cont .gnew-mont .gnw-right li .date div {
              line-height: 36px;
              font-size: 24px;
              font-weight: bold;
              color: #06a064;
              text-align: center; }
            .g-news .gnew-cont .gnew-mont .gnw-right li .date span {
              display: block;
              line-height: 36px;
              font-size: 18px;
              color: #06a064;
              text-align: center; }
          .g-news .gnew-cont .gnew-mont .gnw-right li .gnew-detail {
            float: left;
            width: calc( 100% - 110px);
            padding: 0 20px; }
            .g-news .gnew-cont .gnew-mont .gnw-right li .gnew-detail .title {
              display: block;
              width: 100%;
              line-height: 30px;
              text-align: left;
              font-size: 18px;
              color: #000;
              white-space: nowrap;
              /*内容超宽后禁止换行显示*/
              overflow: hidden;
              /*超出部分隐藏*/
              text-overflow: ellipsis;
              /*文字超出部分以省略号显示*/ }
        .g-news .gnew-cont .gnew-mont .gnw-right li:hover{
           background:#009e60 url(../image/list_bbb.jpg);
        }
        .g-news .gnew-cont .gnew-mont .gnw-right li:hover .gnew-detail .title {
                color: #fff; 
                font-weight:bold;
        }
        .g-news .gnew-cont .gnew-mont .gnw-right li .gnew-detail .detail {
              display: block;
              width: 100%;
              line-height: 30px;
              padding-top: 11px;
              color: #999;
              font-size: 14px;
              display: -webkit-box;
              overflow: hidden;
              text-overflow: ellipsis;
              -webkit-line-clamp: 2;
              -webkit-box-orient: vertical; 
              height:70px;
         }
         .g-news .gnew-cont .gnew-mont .gnw-right li:hover .gnew-detail .detail {
                color: #fff; 
         }
         .g-news .gnew-cont .gnew-mont .gnw-right li:hover .date span{
                color: #fff; 
         }
         .g-news .gnew-cont .gnew-mont .gnw-right li:hover .date div{
                color: #fff; 
          }
          .g-news .gnew-cont .gnew-mont .gnw-right li:hover .date{
                border-right: 1px solid #fff;
         }

.g-stu {
  width: 100%;
  min-height: 680px;
  background: url(../image/index/student.jpg) no-repeat top center;
  /*     @media screen and (min-width:992px) and (max-width:1024px) {
          .gst-cont {
              //overflow: hidden;
              overflow:visible;
              position: relative;
              max-width: 1400px;
              margin: 0 auto;
              padding-top: 79px;
          .gst-mont {
              height:403px;
              li {
                  float: left;
                  width:32% !important;
              }
          }
      }
  } */ }
  .g-stu .gst-cont {
    overflow: visible;
    position: relative;
    max-width: 1400px;
    margin: 0 auto;
    padding-top: 79px; }
    .g-stu .gst-cont .tempWrap {
      width: 100% !important; }
    .g-stu .gst-cont .gst-title {
      height: 36px;
      margin-bottom: 60px;
      background: url(../image/index/stutitle.jpg) no-repeat center center;
      }
    .g-stu .gst-cont .gst-mont {
      max-width: 1400px;
      height: 403px;
      margin-bottom: 2rem;
      overflow: visible;
      zoom: 1; }
      .g-stu .gst-cont .gst-mont li {
        float: left;
        width: calc(25% - 16px) !important;
        margin-left: 8px;
        margin-right: 8px;
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 14px;
        padding-bottom: 23px;
        border-radius: 10px;
        background: #fff; }
        .g-stu .gst-cont .gst-mont li:hover {
          background: rgba(255, 255, 255, 0.8); }
          .g-stu .gst-cont .gst-mont li:hover .font {
            color: #333; }
        .g-stu .gst-cont .gst-mont li .mtitle {
          display: block;
    line-height: 29px;
    height: 62px;
    width: 100%;
    letter-spacing: 0.5px;

    font-size: 18px;
    color: #000;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 8px;

}
        .g-stu .gst-cont .gst-mont li:hover .mtitle {
         font-weight:bold;
}
        .g-stu .gst-cont .gst-mont li .font {
          padding-top: 11px;
          letter-spacing: 0.4px;
          line-height: 30px;
          font-size: 14px;
          color: #999;
          border-top: 1px solid #f1f1f1; 
 
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5; /* 限制显示三行 */
    -webkit-box-orient: vertical;

}
        .g-stu .gst-cont .gst-mont li .date {
          margin-top: 10px;
          line-height: 36px;
          font-size: 14px;
          color: #06a064; }
        .g-stu .gst-cont .gst-mont li .more a {
          display: block;
          width: 54px;
          height: 26px;
          line-height: 26px;
          font-size: 14px;
          color: #009e60;
          background: url(../image/index/arrow.jpg) no-repeat right center; }
          .g-stu .gst-cont .gst-mont li .more a:hover {
            text-decoration: underline; }
    .g-stu .gst-cont .chanbtn {
      width: 200px;
      height: 20px;
      margin: 25px auto 0; }
      .g-stu .gst-cont .chanbtn .next {
        float: right;
        width:89px;
        height:19px;
        background: url(../image/next.png) no-repeat center center;
        cursor: pointer;
        background-size: 70%;
        }
      .g-stu .gst-cont .chanbtn .prev {
        float: left;
        width:89px;
        height:19px;
        background: url(../image/prev.png) no-repeat center center;
        cursor: pointer;
        background-size: 70%;
        }

.g-depart .gde-cont {
  max-width: 1400px;
  margin: 0 auto;
  padding-top: 79px; }
  .g-depart .gde-cont .gde-title {
    height: 36px;
    background: url(../image/index/depatitle.jpg) no-repeat center center;
    }
  .g-depart .gde-cont .gde-mont {
    max-width: 1400px;
    margin-top: 60px;
    padding-bottom: 80px; }
    .g-depart .gde-cont .gde-mont li {
      float: left;
      width: calc(20% - 20px);
      margin-right: 20px;
      padding-bottom: 23px;
      border-top: 3px solid #009e60;
      background: #fafafa; }
      .g-depart .gde-cont .gde-mont li:first-child {
        margin-left: 0; }
      .g-depart .gde-cont .gde-mont li:hover {
        background: #ffffff !important;
        box-shadow: 0 0 10px 0 rgba(51, 51, 51, 0.1); }
      .g-depart .gde-cont .gde-mont li .stitle {
        height: 74px;
        line-height: 74px;
        font-size: 24px;
        color: #000;
        text-align: center; }
      .g-depart .gde-cont .gde-mont li .img {
        width: 100%;
        height: auto; }
        .g-depart .gde-cont .gde-mont li .img img {
          width: 100%;
          height: 187px; }
      .g-depart .gde-cont .gde-mont li .sfont {
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 11px;
        line-height: 30px;
        font-size: 16px;
        color: #999; 
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;

}
      .g-depart .gde-cont .gde-mont li .smore {
        margin-top: 7px;
        padding-left: 20px; }
        .g-depart .gde-cont .gde-mont li .smore a {
          display: block;
          width: 54px;
          height: 26px;
          line-height: 26px;
          font-size: 14px;
          color: #009e60;
          background: url(../image/index/arrow.jpg) no-repeat right center; }
          .g-depart .gde-cont .gde-mont li .smore a:hover {
            text-decoration: underline; }

.g-ser {
  background: #fafafa; }
  .g-ser .gse-mcont {
    max-width: 1400px;
    margin: 0 auto;
    padding-top: 79px;
    padding-bottom: 80px; }
    .g-ser .gse-mcont .gser-title {
      height: 36px;
      background: url(../image/index/sertitle.jpg) no-repeat center center;
      }
    .g-ser .gse-mcont .gser-mont {
      padding-left: 340px;
      min-height: 490px;
      margin-top: 60px;
      background: url(../image/index/serbg.jpg) no-repeat left top; }
      .g-ser .gse-mcont .gser-mont li {
        float: left;
        width: 510px;
        height: 150px;
        padding-top: 30px;
        margin-left: 20px;
        margin-bottom: 20px;
        background: #fff;
        padding-bottom: 30px;
        }
        .g-ser .gse-mcont .gser-mont li:hover {
          box-shadow: 0 0 10px 0 rgba(0, 158, 98, 0.1);  
          background:#009e60 url(../image/list_bbb.jpg);
}
        .g-ser .gse-mcont .gser-mont li .date {
          float: left;
          height: 88px;
          width: 110px;
          padding-top: 11px;
          border-right: 1px solid #f1f1f1;
          text-align: center;
          padding-bottom: 11px;
          }
          .g-ser .gse-mcont .gser-mont li .date div {
            line-height: 36px;
            font-size: 24px;
            color: #06a064; }
.g-ser .gse-mcont .gser-mont li:hover .date div {
     color:#fff;
}
          .g-ser .gse-mcont .gser-mont li .date span {
            display: block;
            line-height: 36px;
            font-size: 18px;
            color: #06a064; }
.g-ser .gse-mcont .gser-mont li:hover .date span {
     color:#fff;
}
        .g-ser .gse-mcont .gser-mont li .mscont {
          float: left;
          width: 339px;
          margin-left: 21px; }
          .g-ser .gse-mcont .gser-mont li .mscont .title {
            height: 90px;
            line-height: 30px;
            font-size: 18px;
            color: #000; }
 .g-ser .gse-mcont .gser-mont li:hover .mscont .title{
      font-weight:bold;
      color:#fff;
}
          .g-ser .gse-mcont .gser-mont li .mscont .more {
            padding-right: 20px;
            margin-top: 34px; }
            .g-ser .gse-mcont .gser-mont li .mscont .more a {
              float: right;
              width: 54px;
              height: 26px;
              line-height: 26px;
              font-size: 14px;
              color: #009e60;
              background: url(../image/index/arrow.jpg) no-repeat right center; }
              .g-ser .gse-mcont .gser-mont li .mscont .more a:hover {
                text-decoration: underline; }

/********g-banner end***************/
/**********搜索页*************/
.g-sear-main {
  width: 100%; }

.g-sear-main .gsear-cont {
  width: 1200px;
  margin: 0 auto;
  padding-top: 24px; }

.g-sear-main .gsear-cont .gsear-title {
  height: 24px;
  text-align: left;
  padding-left: 30px;
  line-height: 24px;
  font-size: 18px;
  color: #333; }

.g-sear-main .gsear-cont .gsear-title span {
  color: #f00; }

.g-sear-main .gsear-cont .search_list {
  margin-top: 0;
  padding: 0 30px; }

.g-sear-main .gsear-cont .search_list li {
  padding-bottom: 30px;
  padding-top: 30px;
  border-bottom: 1px solid #e7e7e7; }

.g-sear-main .gsear-cont .search_list li:hover {
  cursor: pointer; }

.g-sear-main .gsear-cont .search_list li:hover .mcont .title {
  color: #5d96f8; }

.g-sear-main .gsear-cont .search_list li:hover img {
  transform: scale(1.2, 1.2);
  -ms-transform: scale(1.2, 1.2);
  -moz-transform: scale(1.2, 1.2);
  -webkit-transform: scale(1.2, 1.2);
  -o-transform: scale(1.2, 1.2); }

.g-sear-main .gsear-cont .search_list li .imglink {
  float: left;
  width: 220px;
  height: 146px;
  overflow: hidden; }

.g-sear-main .gsear-cont .search_list li .imglink a {
  display: block;
  width: 220px;
  height: 146px; }

.g-sear-main .gsear-cont .search_list li .imglink a img {
  width: 220px;
  height: 146px;
  overflow-x: hidden;
  overflow-y: hidden;
  position: relative;
  z-index: 1;
  transition-delay: 0s;
  transition-duration: 1s;
  transition-property: all;
  transition-timing-function: ease;
  moz-transition-delay: 0s;
  -moz-transition-duration: 1s;
  -moz-transition-property: all;
  -moz-transition-timing-function: ease;
  -webkit-transition-delay: 0s;
  -webkit-transition-duration: 1s;
  -webkit-transition-property: all;
  -webkit-transition-timing-function: ease;
  -o-transition-delay: 0s;
  -o-transition-duration: 1s;
  -o-transition-property: all;
  -o-transition-timing-function: ease; }

.g-sear-main .gsear-cont .search_list li .mcont {
  float: left;
  width: 860px;
  margin-left: 38px; }

.g-sear-main .gsear-cont .search_list li .mcont .title {
  display: block;
  font-size: 18px;
  color: #222;
  line-height: 50px; }

.g-sear-main .gsear-cont .search_list li .mcont .title:hover {
  color: #5d96f8; }

.g-sear-main .gsear-cont .search_list li .mcont .cont {
  height: 48px;
  font-size: 14px;
  color: #808080;
  line-height: 24px; }

.g-sear-main .gsear-cont .search_list li .mcont .date {
  display: inline-block;
  height: 24px;
  line-height: 24px;
  margin-top: 5px;
  color: #999;
  font-size: 14px; }

/*# sourceMappingURL=index.css.map */