@charset "utf-8";
.floatl{
  float: left;
}
.mr24{
  margin-right: 24px;
}


/* 中心板块 */
.content{
  width: 1200px;
  margin: 50px auto;
  height: auto;
}
/* 通用标题 */
.all_tit{
  font-size: 24px;
  color: #000;
  margin-bottom: 20px;
  width: 100%;
}
.all_tit .more{
  float: right;
  cursor: pointer;
}
/* 左侧 */
.cont_left{
  width: 896px;
  margin-right: 24px;
  float: left;
}
/* 快速入口 */
.ksrk{
  width:100%;
  height: 206px;
  border-radius: 8px;
  border: 1px solid rgba(217,71,60,0.3);
  position: relative;
  overflow: hidden;
  
}
.ksrk .tit{
  width: 112px;
  height: 40px;
  background: rgba(217,71,60,0.87);
  border-radius: 8px 0px 8px 0px;
  color: #fff;
  text-align: center;
  line-height: 40px;
}
.kr_cont{
  position: relative;
}
.tab_box{
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -16px;
}
.tab_box li{
  float: left;
  height: 24px;
  font-size: 24px;
  color: #888888;
  line-height: 24px;
  margin-right: 48px;
  cursor: pointer;
}
.tab_box li:last-child{
  margin: 0;
}
.tab_box li.cur{
  color: #D9473C;
  text-decoration: underline;
}
.tab_item{
  padding-top: 40px;
}

.tab_item ul.cur{
  display: block;
}
.tab_item li{
  float: left;
  width: 14%;
  text-align: center;
}
.tab_item li .tab_item_img{
  min-height: 63px;
}

.tab_item li span{
  display: inline-block;
    width: 94px;
}
/* 通知公告 */
.tz_xw_box{
  margin-top: 48px;
  width: 100%;
}
.tz_box, .xw_box{
  width: calc(50% - 12px);
}
.tz_item{
  width: 100%;
  height: 104px;
}

.tz_item .rq{
  width: 68px;
  height: 24px;
  background: rgba(249, 221, 219, 0.6);
  border-radius: 12px;
  font-size: 14px;
  color: #222;
  line-height: 24px;
  text-align: center;
}
.tz_line{
  width: 2px;
  height: 100%;
  background: #EEEEEE;
  position: relative;
  margin: 0 16px 0 6px;
}

.tz_line span{
  position: absolute;
    top: 6px;
    left: -5px;
    width: 12px;
    height: 12px;
    border-radius: 6px;
    background: rgba(217,71,60,0.3);
}

.tz_line::before{
  content: '';
  position: absolute;
  top: 8px;
  left: -3px;
  width: 8px;
  height: 8px;
  border-radius: 5px;
  background: #DD5D54;
}
.tz_line.tz_line01{
  top: 8px;
}
.tz_line.tz_line01 span{
  top: -2px;
}
.tz_line.tz_line01::before{
 top: 0;
}
.tz_linelast{
  height: calc(100% - 16px);
}
.tz_tit {
  width: calc(100% - 94px);
}
.tz_tit:hover p{
  color: #DD5D54;
}
.tz_tit p{
  font-size: 18px;
  color: #222;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.tz_tit div{
  font-size: 14px;
  color: #555;
  margin-top: 8px;
  line-height: 22px;

  overflow: hidden;
  display: -webkit-box;
  word-break: break-all;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
/* 新闻动态 */
.lmban{
  overflow: hidden;
  clear: both;
}
.lmban:hover .p3{
  color: #DD5D54;
}
.lmban img{
  float: left;
  margin: 0;
  width: 240px;
  height: 160px;
  margin-right: 16px;
}
.lmban .ban_r{
  width: calc(100% - 256px);
  float: right;
}
.lmban p{
  margin: 8px 0;
  line-height: 24px;
}

.lmban .p2{
  line-height: 16px;
  font-size: 14px;
  color: #888;
  border-left: 2px solid #DD5D54;
  text-indent: 10px;
  margin: 24px 0;
}
.lmban .p3{
  font-size: 18px;
  color: #333;
  line-height: 28px;

  overflow: hidden;
  display: -webkit-box;
  word-break: break-all;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;

}
.lmList{
  margin-top: 24px;
}
.lmList ul li{
  line-height: 40px;
  font-size: 16px;
  color: #555555;
  cursor: pointer;
  position: relative;
}

.lmList ul li a{
  width: calc(100% - 100px);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: inline-block;
  vertical-align: middle;
  color: #555555;
}
.lmList ul li span{
  position: absolute;
  right: 0;
  color: #888;
  font-size: 14px;
}
.lmList ul li:hover a, .lmList ul li:hover span{
  color: #DD5D54;
}

/* 右侧 */
.cont_right{
  width: 280px;
  float: right;
}
.right_item{
  width: 100%;
  height: 108px;
  margin-bottom: 24px;
  position: relative;
  padding: 16px;
  font-size: 18px;
  color: #222;
}
.right_item .r_item_img, .right_bot_item a img{
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}

.right_item a{
  width: 100%;
  height: 100%;
  display: block;
}
.right_item a img:first-child{
  float: left;
}
.right_item a img:nth-child(2){
  float: right;
}
.right_item p{
  position: absolute;
  bottom: 16px;
}
.right_bot_item{
  margin-bottom: 24px;
  width: 100%;
  height: auto;
  font-size: 18px;
  color: #222;
}
.right_bot_item a{
  width: 129px;
  height: 108px;
  text-align: center;
  position: relative;

}

.right_bot_item a div{
  margin-top: 50%;
  transform: translateY(-75%);

}
.right_bot_item a:nth-child(1){
  float: left;
}

.right_bot_item a:nth-child(2){
  float: right;
}
/* 常用文件 */
.cywj{
  width: 100%;
  height: auto;
  background:rgba(245,245,245,0.8);
  padding: 24px;
  border-radius: 8px;
  font-size: 16px;

}
.cywj .all_tit{
  font-size: 20px;
}
.cywj li {
  color: #555;
  line-height: 38px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.cywj li a{
  position: relative;
  color: #555;
}
.cywj li a::before{
  content: '';
  width: 24px;
  height: 16px;
  left: 0;
  display: inline-block;
  background-image: url(/cwb/images/wj.png);
  background-repeat: no-repeat;
}
.cywj li a:hover{
  text-decoration: underline;
}

/* 常用链接 */
.cylj{
  width: 1200px;
  margin: 0 auto 60px;
  font-size: 14px;
}

.cylj .item{
  width: 20%;
  color: #666;
  float: left;
  padding-left: 24px;
  position: relative;
}
.cylj .item::before{
  content: '';
  width: 16px;
  height: 16px;
  position: absolute;
  left: 0;
  top: 2px;
  display: block;
  background: url(/cwb/images/lj_icon.png) no-repeat;

}

/* 轮播图开始 */
.timeline {
  width: 100%;
  background-color: #fff;
  /* box-shadow: 0 5px 25px 5px rgba(0, 0, 0, 0.2); */
}
.timeline .swiper-container {
  height: 500px;
  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 .ban_item{
    position:relative;top:10%;left:15%;
}
.timeline .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  margin-right: 16px;
}

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

.timeline .swiper-button-next,.timeline .swiper-button-prev {
    background-size: 100% 100%;
    top: 50%;
    width: 60px;
    height: 60px;
    z-index: 2;
    transition: .2s;
    margin-top: -27px;
}
.timeline .swiper-button-prev {
  position: absolute;
  background-image: url("/cwb/images/lt.png");
  top: 50%;
  left: 3%;
  transform: translateY(-50%);
}

.timeline .swiper-button-next {
  position: absolute;
  top: 50%;
  right: 3%;
  transform: translateY(-50%);
  background-image: url("/cwb/images/rt.png");
}
.ban_tip{
  width: 1200px;
  height: 60px;
  background: rgba(34, 34, 34, 0.24);
  border-radius: 8px;
  position: absolute;
  bottom: 0;
  left: 50%;
  z-index: 1000;
  margin-left: -600px;
  padding: 0 16px;
  color: #fff;
  font-size: 18px;
  line-height: 60px;
}
.ban_tip img{
  margin-right: 8px;
  vertical-align: top;
  padding-top: 20px;
}
.ban_tip span.tip{
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: inline-block;
  width: calc(100% - 200px);
}


@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;
    right: 16px;
    top: 24px;
  }

}
@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%;
  }
}
/* 轮播图结束 */

/* 移动端 */
@media screen and (max-width: 768px) {
  /* 轮播图 */
  .timeline .swiper-button-next, .timeline .swiper-button-prev{
    display: none;
  }
  .timeline .swiper-container{
    height: 4rem;
  }
  .timeline .swiper-pagination {
    display: block;
    height: auto;
    right: 0;
    bottom: 0;
  }
  .timeline .swiper-pagination-bullet{
    margin-right: 0.2rem;
    width: 0.16rem;
    height: 0.16rem;
  }
  .ban_tip{
    width: 100%;
    margin: 0;
    left: 0;
    height: 0.8rem;
    font-size: 0.26rem;
    line-height: 0.8rem;
  }
  .ban_tip span.tip{
    width: 5rem;
    overflow: hidden;
    display: inline-block;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .ban_tip img{
    margin-right: 0.07rem;
    width: 0.36rem;
    padding-top: 0.26rem;
  }

  /* 内容区域 */
  .content{
    padding: 0 0.36rem;
    width: 100%;
    margin: 0.8rem auto;
  }
  .cont_left, .cont_right, .tz_box, .xw_box{
    width: 100%;
  }
  .tz_xw_box,.xw_box,.cont_right{
    margin-top: 0.8rem;
  }

  .ksrk{
    height: auto;
  }
  .kr_cont{
    padding-bottom: 0.4rem;
  }
  .ksrk .tit{
    width: 2rem;
    font-size: 0.32rem;
  }
  .tab_box{
    top: 0.4rem;
  }
  .tab_box li{
    margin-right: 0.6rem;
    font-size: 0.32rem;
  }

  .tab_item{
    padding-top: 1rem;
  }
  .tab_item li{
    width: 25%;
    font-size: 0.2rem;
    margin-top: 0.4rem;
  }
  .tab_item li .tab_item_img{
    min-height: 1rem;
  }
  .tab_item li img{
    width: 0.8rem;
  }

  .all_tit{
    font-size: 0.32rem;
    margin-bottom: 0.32rem;
  }
  /* 通知公告 */
  .tz_item{
    height: 2rem;
  }
  .tz_item .rq{
    width: 1.4rem;
    height: 0.46rem;
    border-radius: 0.2rem;
    font-size: 0.26rem;
    line-height: 0.46rem;
  }
  .tz_line{
    width: 0.04rem;
    margin: 0 0.26rem 0 0.12rem;
  }
  .tz_tit{
    width: calc(100% - 2rem);
  }
  .tz_tit p{
    font-size: 0.26rem;
  }
  .tz_tit div {
    font-size: 0.2rem;
    margin-top: 0.2rem;
    line-height: 0.4rem;
  }
  /* 新闻动态 */
  .lmban img{
    width: 3.4rem;
    height: 3rem;
    margin-right: 0.2rem;
  }
  .lmban .ban_r {
    width: calc(100% - 3.7rem);
  }
  .lmban .p2{
    font-size: 0.26rem;
    margin: 0.3rem 0;
  }
  .lmban .p3{font-size: 0.32rem;}
  .lmList ul li{
    line-height: 0.6rem;
    font-size: 0.26rem;
  }
  .lmList ul li a{
    width: calc(100% - 1.4rem);
  }
  .lmList ul li span{
    font-size: 0.2rem;
  }
  .cywj{
    padding: 0.32rem;
    font-size: 0.2rem;
  }
  .cywj .all_tit{
    font-size: 0.32rem;
  }
  .cywj li{
    line-height: 0.6rem;
  }
  .cylj{
    font-size: 0.26rem;
    margin: 0 0.36rem 0.4rem;
    width: calc(100% - 00.72rem);
  }
  .cylj .item {
    width: calc(50% - 0.4rem);
    line-height: 0.6rem;
    padding-left: 0.4rem;
    float: left;
  }
  .cylj .item::before {
    width: 0.4rem;
    height: 0.4rem;
    top: 0.1rem;
  }

  .right_item{
    padding: 0;
    height: auto;
    overflow: hidden;
    font-size:0.32rem;
  }
  .right_item .r_item_img, .right_bot_item a img{
    position: relative;
  }
  .right_item a {
    width: calc(100% - 0.72rem);
    left: 0.36rem;
    top: 0.36rem;
    position: absolute;
  }
  .right_item p{
    bottom: 0.72rem;
  }
  .right_bot_item a div{
    margin-top: 0;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    font-size: 0.32rem;
  }

}
 