﻿
/* 新闻动态 */
.notice-list{
  cursor: pointer;
  color: #000;
  width:100%;
  margin-top: 20px;
  height:163px;
}
.no_li_item{
  width:1050px;
  margin:auto;
}
.notice-list:hover, .notice-list:hover a{
  color: #fff;
}
.notice-list:hover{
  color: #fff;
}

.notice-list:hover a{
  color: #fff;
}

.notice-list::after{
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  background-image:url('../images/choose-back.png');
  background-repeat: no-repeat;
  opacity: 0;
}
.notice-list:hover::after{
  transition: all 2s;
  opacity: 1;
}
.notice-list:hover .no_li_tit, .notice-list:hover .no_li_des, .notice-list:hover .no_li_time2{
  color: #fff;
}
.notice-list:hover .notice-more{
  display: block;
}

.no_li_time1{
  float:left;width: 142px;
  height: 122px;
  font-size: 47px;
  text-align:right;
  margin-top: 18px;
  line-height: 66px;
}
.no_li_time2{
  width: 44px;
  height: 81px;
  font-size: 18px;
  float:right;
  line-height: 25px;
  color: #555555;
}
.no_li_tit{
  float:left;width: 682px;
  font-size: 28px;
  line-height:64px;
  margin-top:14px;
  margin-left:90px;
  color: #222;
}
.notice_title{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.no_li_des{
  width: 682px;
  font-size: 14px;
  color: #555555;
  line-height: 26px;
}

.notice-more{
  display: none;
  font-size:35px;
  margin-top:60px;
  float:right
}
.no_li_more{
  width: 170px;
  height: 40px;
  background: rgba(199, 199, 199, 0.1);
  border-radius: 22px;
  color: #888888;
  font-size: 20px;
  line-height:40px;
  text-align:center;
  margin:50px auto 0;
  border: 1px solid #999999;
  position: relative;
  z-index: 10000;
}
.no_li_more a{
  width: 100%;
  height: 100%;
  display: block;
  color: #888;
}

/* 学习园地 */
.xxyd_box{
  position:relative;
  width:1200px;
  margin:auto;
  padding-top:80px
}
.xxyd_content{
  width:1200px;
  margin:40px auto 0;
}
.xxyd_left{
  float: left;
  width: calc(100% - 412px);
}
.xxyd_small{
  height: 144px;
  cursor: pointer;
  margin-bottom: 20px;
}
.xxyd_small:last-child{
  margin-bottom: 0;
}

.xxyd_l_img{
  position: relative;
  width: 144px;
  height: 144px;
  float: left;
  font-size: 0;
  margin-right: 20px;
}
.xxyd_l_img img{
    width: 144px;
    height: 144px;
}
.xxyd_l_list{
  width: calc(100% - 164px);
  height: 100%;
  float: right;
  position: relative;
  line-height: 26px;
  position: relative;
  font-size: 14px;
  color: #555;
  border-bottom:1px dashed #d8d8d8;
}
.xxyd_small:first-child .xxyd_l_list{
  border-top:1px dashed #d8d8d8;

}
.xxyd_l_list_title{
  font-size: 16px;
  color: #222;
  font-weight: 600;
  margin-top: 14px;
  margin-bottom: 4px;
  overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.xxyd_l_list_des{

}

.xxyd_l_list:hover .xxyd_l_list_title a{
  color: #C2292B;
}
.xxyd_l_list_time{
  position: absolute;
  right: 0;
  bottom: 10px;
}


.xxyd_right{
  float: right;
  width: 380px;
  height: 637px;
  margin-left: 32px;
  background-image: url(../images/xxyd01.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
/* banner 区域 */
.timeline {
  width: 100%;
  background-color: #fff;
  /* box-shadow: 0 5px 25px 5px rgba(0, 0, 0, 0.2); */
}
.timeline .swiper-container {
  height: 600px;
  width: 100%;
  position: relative;
}
.timeline .swiper-wrapper {
  transition: 2s cubic-bezier(0.68, -0.4, 0.27, 1.34) 0.2s;
}
.timeline .swiper-slide {
  position: relative;
  color: #fff;
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.timeline .swiper-slide::after {
  content: "";
  position: absolute;
  z-index: 1;
  right: -115%;
  bottom: -10%;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  /* box-shadow: -230px 0 150px 60vw rgba(0, 0, 0, 0.7); */
  border-radius: 100%;
}
.timeline .swiper-slide-content {
  position: absolute;
  text-align: center;
  width: 80%;
  max-width: 310px;
  right: 50%;
  top: 13%;
  -webkit-transform: translate(50%, 0);
          transform: translate(50%, 0);
  font-size: 12px;
  z-index: 2;
}
.timeline .swiper-slide .timeline-year {
  display: block;
  font-style: italic;
  font-size: 42px;
  margin-bottom: 50px;
  -webkit-transform: translate3d(20px, 0, 0);
          transform: translate3d(20px, 0, 0);
  color: #d4a024;
  font-weight: 300;
  opacity: 0;
  transition: .2s ease .4s;
}
.timeline .swiper-slide .timeline-title {
  font-weight: 800;
  font-size: 34px;
  margin: 0 0 30px;
  opacity: 0;
  -webkit-transform: translate3d(20px, 0, 0);
          transform: translate3d(20px, 0, 0);
  transition: .2s ease .5s;
}
.timeline .swiper-slide .timeline-text {
  line-height: 1.5;
  opacity: 0;
  -webkit-transform: translate3d(20px, 0, 0);
          transform: translate3d(20px, 0, 0);
  transition: .2s ease .6s;
}
.timeline .swiper-slide-active .timeline-year {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  transition: .4s ease 1.6s;
}
.timeline .swiper-slide-active .timeline-title {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  transition: .4s ease 1.7s;
}
.timeline .swiper-slide-active .timeline-text {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  transition: .4s ease 1.8s;
}
.timeline .swiper-pagination {
  right: 15% !important;
  height: 100%;
  display: none;
  flex-direction: column;
  justify-content: center;
  font-style: italic;
  font-weight: 300;
  font-size: 18px;
  z-index: 1;
}
.timeline .ban_item{
    position:relative;top:10%;left:15%;
}
.ban_item_l01 {
    width: 167px;
    height: 28px;
    background: rgba(0, 0, 0, 0.3);
    text-align:center;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 28px;
}
.ban_item_l02{
    width: 612px;
    height: 205px;
    padding-top: 8px;
    padding-bottom: 6px;
    margin-top: 15px;
    background: rgba(0, 0, 0, 0.5);
}
.ban_item_l03{
    width: 580px;
    height: 92px;
    font-size: 33px;
    font-family: PingFang-SC-Bold, PingFang-SC;
    margin:auto;
    color: #FFFFFF;
    line-height: 46px;
}
.ban_item_l04{
    width: 580px;
    margin:0 auto 66px;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 30px;
}
.ban_item_l05{
    width: 139px;
    height: 40px;
    background: #C10913;
    border-radius: 25px;
    text-align:center;
    cursor:pointer;
    font-size: 16px;
    
    color: #FFFFFF;
    line-height: 40px;
}

.timeline .swiper-pagination-bullet {
  width: 13px;
  height: 13px;
}

.swiper-pagination-bullet{
  background: white;
  opacity: 1;
}
.swiper-pagination-bullet-active{
  background: #C10913
}


/* 新闻动态 */
.xwdt_box{
  position:relative;
  width:1200px;
  margin:60px auto 40px;
}
.xwdt_content{
  position:relative;
  width:1168px;
  margin:auto;
}
.all-title{
  width: 144px;
  height: 50px;
  font-size: 36px;
  
  color: #222222;
  line-height: 50px;
  margin: auto;
  text-align: center;
}
.all-vice-title{
  width: 100%;
  height: 28px;
  font-size: 20px;
  
  color: #888888;
  line-height: 28px;
  margin: auto;
  text-align: center;
}
.all-more{
  width: 80px;
  height: 28px;
  font-size: 20px;
  color: #888888;
  line-height: 28px;
  letter-spacing: 1px;
  position: absolute;
  top: 25px;
  right: 0;
}
.all-more a{
  color: #888;
  font-size: 16px;
}

.xinwen-right{
  float: right;
  width:569px;
}
.xinwen-big{
  cursor: pointer;
  width:571px;
  float:left;
  height: 595px;
}
.xinwen-big:hover hr{
  width:100%!important;
  transition: all 3s;
  /* border: 1px solid red; */
}
.xinwen-small:hover hr{
  width:100%!important;
  transition: all 1s;
  /* border: 1px solid red; */
}
.div1{position: relative;width:569px;}

.div1:before{
    content:"";
    display:block;
    width: 100%;
    height:100%;
    border:7px solid transparent;
    box-sizing: border-box;
    position: absolute;
}

.xinwen-big:hover .div1:before{
    border-color: #C10913;
}

.div2{
    position: relative;
    width:190px;
    float: left;
    font-size: 0;
}
.div2 img{
  width: 100%;
}
.div2:before{
    content:"";
    display:block;
    width: 100%;
    height:100%;
    border:7px solid transparent;
    box-sizing: border-box;
    position: absolute;
}
.xinwen-small:hover .div2:before{
    border-color: #C10913;
}


@media screen and (min-width: 769px) {
  .timeline .swiper-slide::after {
    right: -30%;
    bottom: -8%;
    width: 240px;
    height: 50%;
    /* box-shadow: -230px 0 150px 50vw rgba(0, 0, 0, 0.7); */
  }
  .timeline .swiper-slide-content {
    right: 30%;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 310px;
    font-size: 11px;
    text-align: right;
  }
  .timeline .swiper-slide .timeline-year {
    margin-bottom: 0;
    font-size: 32px;
  }
  .timeline .swiper-slide .timeline-title {
    font-size: 46px;
    margin: 0;
  }
  .timeline .swiper-pagination {
    display: flex;
  }
  .timeline .swiper-button-prev {
    top: 15%;
    left: auto;
    right: 15%;
    -webkit-transform: rotate(90deg) translate(0, 10px);
            transform: rotate(90deg) translate(0, 10px);
  }
  .timeline .swiper-button-prev:hover {
    -webkit-transform: rotate(90deg) translate(-3px, 10px);
            transform: rotate(90deg) translate(-3px, 10px);
  }
  .timeline .swiper-button-next {
    top: auto;
    bottom: 15%;
    right: 15%;
    -webkit-transform: rotate(90deg) translate(0, 10px);
            transform: rotate(90deg) translate(0, 10px);
  }
  .timeline .swiper-button-next:hover {
    -webkit-transform: rotate(90deg) translate(3px, 10px);
            transform: rotate(90deg) translate(3px, 10px);
  }
}
@media screen and (min-width: 1024px) {
  .timeline .swiper-slide::after {
    right: -20%;
    bottom: -12%;
    width: 240px;
    height: 50%;
    /* box-shadow: -230px 0 150px 39vw rgba(0, 0, 0, 0.7); */
  }
  .timeline .swiper-slide-content {
    left: 10%;
  }
}

.xinwen-big-title {
    width: 557px;
    margin-top:30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.xinwen-big-time{
    width: 113px;
}
.xinwen-big:hover .xinwen-big-title a{
    color: #75090F!important;
}
.xinwen-small{
  cursor: pointer;
  height: 190px;
}
.xinwen-small-box{
    width:357px;
    height: 100%;
    float:right;
    position: relative;
}
.xinwen-small-title{
    margin-top: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.xinwen-big-title, .xinwen-small-title{
    font-size: 18px;
    color: #222222;
    line-height: 25px;
}
.xinwen-big-time, .xinwen-small-time{
    color: #555;
    line-height: 34px;
    margin-bottom: 5px;
}
.xinwen-small-des, .xinwen-big-des{
    color: #555555;
    line-height: 26px;
}
.xinwen-big-des{
    margin-bottom: 20px;
}
.xinwen-small-br, .xinwen-big-br{
    width:100px;
    border:none;
    height:3px;
    background:#C10913;
    float:left;
    position: absolute;
    bottom: 0;
}

.xinwen-small:hover .xinwen-small-title a{
    color: #75090F!important;
  }
.xinwen-list{
  width: 587px;
  line-height: 36px;
  font-size: 16px;
  cursor: pointer;
  color: #222222;
}

.xinwen-list:hover .xinwen-list-title a{
  color: #75090F!important;
}

.xinwen-list-title{
    color: #222;
    float: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 465px;
}
.xinwen-list-time{
    float: right;
    color: #555;
    width: 110px;
}

.xinwen-big-title a,.xinwen-small-title a,.xinwen-list-title a{
   color:#222;
}
/* 通知公告 */
.tzgg_box{
  background-size: cover;
  background-repeat: no-repeat;
  margin-top:70px;
  background-position: center center;
  /* background:url('../images/jhk-1537520530997.png'); */
  background-repeat: no-repeat;
  width:100%;
  height:1020px;
  position: relative;
}
.tzgg_bg_pc, .tzgg_bg_mobile{
  width: 100%;
  height: 1020px;
  position: absolute;
  left: 0;
  top: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left top;
}
.tzgg_bg_mobile{
  display: none;
}
.tzgg_tit{
  margin:auto;
  position:relative;
  width:100%;
  padding-top:60px;
}

   /* 移动端样式 */
   @media screen and (max-width: 768px) {

    .xinwen-big-br, .tzgg_bg_pc, .xxyd_right{
      display: none;
    }
  
    
    /* 移动端 轮播图 */
    .timeline .swiper-container{
      height: 6rem;
    }
    .swiper-slide .ban_item{
      display: none;
    }
    .timeline .swiper-pagination{
      display: block;
      height: auto;
    }
    .swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{
      float: left;
      margin-right: 1rem;
    }

    /* 新闻动态 */
    .xwdt_box{
      width: calc(100% - 0.72rem);
      margin: 0.5rem 0.36rem 0.2rem 0.36rem;
    }
    .xwdt_content{
      width: calc(100% - 0.72rem);
      overflow: hidden;
    }
    .all-title{
      font-size: 0.42rem;
      line-height: 0.42rem;
      height: 0.42rem;
    }
    .all-vice-title, .all-more{
      font-size: 0.22rem;
    }
    .all-more{
      text-align: right;
      height: auto;
      line-height: 0rem;
      top: 0.3rem;
    }
    .xinwen-big{
      width: 100%;
      height: auto !important;
    }
    .xinwen-big .div1{
      width: 100%;
    }
    .xinwen-big .div1 img{
       width: 100% !important;
       height: 4rem !important;
     }
    .xinwen-big-title{
      width: 100%;
      margin-top: 0.2rem;
    }
    .xinwen-right{
      width: 100%;
    }
    .xinwen-right .div2{
      width: 1.9rem;
    }
    .xinwen-right .xinwen-small-box{
     width: calc(100% - 2.2rem);
    }
    .xinwen-small{
      height: 1.9rem;
    }
    .xinwen-big-title, .xinwen-small-title{
      font-size: 0.3rem;
    }
    .xinwen-small-title{
      margin-top: 0;
      white-space: nowrap;
      text-overflow: ellipsis;
      overflow: hidden;
      line-height: 0.5rem;
    }
    .xinwen-big-time, .xinwen-small-time{
      font-size: 0.24rem;
    }
    .xinwen-small-time{
      margin-bottom: 0.1rem;
      line-height: 0.42rem;

    }
    .xinwen-small-des, .xinwen-big-des{
      font-size: 0.24rem;
      line-height: 0.36rem;

    }
    .xinwen-list{
      width: 100%;
    }
    .xinwen-list-title{
      font-size: 0.3rem;
      width: calc(100% - 1.7rem);
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
    }
    .xinwen-list-time{
      font-size: 0.24rem;
      width:auto;
    }
     
     .div2 img {
       width: 100% !important;
       height:1.9rem !important;
     }

    /* 通知公告 */
    .tzgg_box{
      margin-top: 0.72rem;
      width: 100%;
      padding: 0 0.36rem 2rem;
      height: 14.2rem;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: left top;
    }
    .tzgg_bg_mobile{
      display: block;
      width: 100%;
      height: 14.2rem;
    }
    .tzgg_tit{
      padding-top: 20px;
    }
    .ttgg_tit{
      font-size: 0.42rem;
      line-height: 0.42rem;
      height: auto;
    }
    .notice-list{
      height: auto;
      overflow: hidden;
      margin-top: 0;
    }
    .notice-list:hover{
      color: #222;
    }
     .notice-list:hover a{
      color: #222;
    }
    .notice-list::after{
      content: '';
      width: 0;
      height: 0;
    }
    .notice-list:hover::after{
      opacity: 0;
    }
    .notice-list:hover .no_li_tit, .notice-list:hover .no_li_des, .notice-list:hover .no_li_time2{
      color: #222;
    }
    .notice-list:hover .notice-more{
      display: none;
    }
    .no_li_item{
      width: 100%;
    }
    .no_li_time1{
      font-size: 0.42rem;
      width: 1.4rem;
      line-height: 0.4rem;
      text-align: left;
    }
    .no_li_time2{
      font-size: 0.24rem;
    }
    .no_li_tit{
      width: calc(100% - 1.64rem);
      margin-left: 0.2rem;
      line-height: inherit;
      font-size: 0.3rem;
      font-weight: 600;
    }
    .no_li_des{
      font-size: 0.24rem;
      width: 100%;
      margin-top: 0.2rem;
      font-weight: normal;
    }
    .no_li_more{
      border-color: #c10913;
      font-size: 0.24rem;
      width: 1.8rem;
      height: 0.5rem;
      line-height: 0.5rem;
      margin-top: 0.2rem;
    }
    .no_li_more a{
      color: #c10913;
    }

    /* 学习园地 */
    .xxyd_box{
      width: 100%;
      padding-top: 0.72rem;
    }
    .xxyd_content{
      margin-top: 0.5rem;
      width: 100%;
      padding: 0 0.36rem;
    }
    .xxyd_left{
      width: 100%;
    }
    .xxyd_small{
      height:1.84rem;
      overflow: hidden;
    }
    .xxyd_l_list_time{
      bottom: 0.12rem;
    }
    .xxyd_l_img{
      width: 1.84rem;
      height: 1.84rem;
      margin-right: 0.3rem;
    }
     .xxyd_l_img img{
      width: 1.84rem !important;
      height: 1.84rem !important;
    }
    .xxyd_l_list{
      width: calc(100% - 2.14rem);
      font-size: 0.24rem;
      line-height: 0.36rem;
    }
    .xxyd_l_list_title{
      font-size: 0.3rem;
      margin-top: 0.14rem;
      margin-bottom: 0.1rem;
    }

    
  }