@charset "UTF-8";
.header {
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 22;
  color: #fff;
  padding: .32rem 0;
  transition: all .3s ease;
}

.header .d1 .wp1 {
  padding-left: .46rem;
}

.header .logo img {
  width: 5.53rem;
}

.header .nav > ul {
  position: relative;
}

.header .nav > ul > li {
  position: relative;
  margin-left: .48rem;
}

.header .nav > ul > li > a {
  color: #fff;
  font-weight: bold;
  transition: all ease .3s;
  position: relative;
}

.header .nav > ul > li.active > a, .header .nav > ul > li:hover > a {
  color: rgba(255, 255, 255, 0.88);
}

.header .nav > ul > li .drop {
  position: absolute;
  top: 100%;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  transition: .5s;
  width: 1.2rem;
  left: 50%;
  z-index: 10000;
  transform: translateX(-50%) scaleY(0);
  transform-origin: top;
  visibility: hidden;
  overflow: hidden;
}

.header .nav > ul > li ul {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  border-radius: .04rem;
  text-align: center;
  position: relative;
  margin-top: .15rem;
  background: #fff;
}

.header .nav > ul > li ul::before {
  content: "";
  border: .1rem solid transparent;
  border-bottom: .1rem solid #fff;
  position: absolute;
  top: -.2rem;
  left: 50%;
  transform: translateX(-50%);
}

.header .nav > ul > li ul li {
  border-bottom: 1px solid #eee;
}

.header .nav > ul > li ul li a {
  padding: .14rem 0;
  font-weight: normal;
  color: #2C2B28;
  display: block;
}

.header .nav > ul > li ul li:last-child {
  border-bottom: 0;
}

.header .nav > ul > li ul li:hover {
  background: #22408B;
}

.header .nav > ul > li ul li:hover a {
  color: #fff;
}

.header .nav > ul > li ul li:nth-child(1) {
  border-radius: .04rem .04rem 0 0;
}

.header .nav > ul > li ul li:last-child {
  border-radius: 0 0 .04rem .04rem;
}

.header .nav > ul > li:hover .drop {
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) scaleY(1);
}

.header .nav > ul > li:last-child a::after {
  display: none;
}

.header .hdr .top-link {
  margin-bottom: .1rem;
}

.header .hdr .top-link a {
  margin-left: 24px;
  position: relative;
  color: #fff;
}

.header .hdr .top-link a::after {
  content: "";
  width: 1px;
  height: .12rem;
  background: #fff;
  position: absolute;
  right: -.12rem;
  top: 50%;
  transform: translateY(-50%);
}

.header .hdr .top-link a:nth-child(3)::after, .header .hdr .top-link a:nth-child(4)::after {
  display: none;
}

.header .hdr .search {
  width: 1.67rem;
  margin-right: .14rem;
  padding: 0 .11rem;
  background: rgba(255, 255, 255, 0.3);
  border-radius: .16rem;
}

.header .hdr .search .int input {
  width: 100%;
  background: none;
  color: #fff;
}

.header .hdr .search button {
  height: .32rem;
  background: none;
  margin-left: .1rem;
}

.header .hdr .search button i {
  width: .2rem;
  height: .2rem;
  display: block;
  background: url("../img/icon_search.png") no-repeat center;
  background-size: 100% 100%;
}

.header .hdr .lang a {
  color: #fff;
  transition: all ease .3s;
}

.header .hdr .lang a:hover {
  color: rgba(255, 255, 255, 0.8);
}

.header .hdr .lang span {
  margin: 0 .1rem;
}

.header .searchdown {
  display: none;
}

.header.fix {
  background: #22408B;
}

/* 搜索 */
.layer {
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-out 0s;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.layer .close {
  position: absolute;
  right: 2rem;
  top: 2rem;
  width: .8rem;
  height: .8rem;
  text-align: center;
  cursor: pointer;
  color: #ccc;
}

.layer .close i {
  font-size: .4rem;
}

.layer .search_box {
  height: 45px;
  line-height: 45px;
  width: 90%;
  max-width: 550px;
  display: -ms-flexbox;
  display: flex;
  transform: translateY(-50px);
  opacity: 0;
  margin-top: -100px;
  transform: none;
  transition: all 0.5s ease-out 0s;
  opacity: 1;
}

.layer .search_box .kw {
  background: #fff;
  -ms-flex: 1;
  flex: 1;
  padding: 0 12px;
  font-size: 16px;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
}

.layer .search_box .ok {
  background: #22408B;
  color: #fff;
  width: 85px;
  text-align: center;
  font-size: 18px;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
}

.layer.showdiv {
  opacity: 1;
  visibility: visible;
}

.bgt {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.banner {
  height: 100vh;
  color: #fff;
}

.banner .swiper-container,
.banner .swiper-slide,
.banner .slide_warp {
  width: 100%;
  height: 100%;
}

.banner .swiper-slide {
  overflow: hidden;
}

.banner .swiper-pagination {
  bottom: .54rem;
  position: absolute;
  right:3rem;
  left: auto;
  width: auto;
  display: flex;
  align-items: center;
  padding-right: .2rem;
}

.banner .swiper-pagination .swiper-pagination-bullet {
  display: block;
  width: 18px;
  height: 18px;
  border-radius: 0;
  opacity: 1;
  background-color: transparent;
  margin: 0 .04rem !important;
  position: relative;
}

.banner .swiper-pagination .swiper-pagination-bullet svg {
  display: none;
  transform: rotate(-90deg);
  transform-origin: center;
}

.banner .swiper-pagination .swiper-pagination-bullet svg .circle {
  transform-origin: center;
}

.banner .swiper-pagination .swiper-pagination-bullet::before {
  content: '';
  display: block;
  width: .06rem;
  height: .06rem;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.3);
  position: absolute;
  left: 45%;
  top: 45%;
  transform: translate(-50%, -50%);
}

.banner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active svg {
  display: block;
}

.banner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active svg .circle {
  animation: 7s linear infinite anim1;
}

.banner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  background: #fff;
}

.banner .swiper-pagination::after {
  content: "";
  width: 1px;
  height: .14rem;
  background: rgba(255, 255, 255, 0.5);
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.banner .con {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  left: 0;
  top: 0;
  z-index: 1;
}

.banner .con .bgt,
.banner .con video {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  object-fit: cover;
  left: 0;
  top: 0;
}

.banner .con .slide-txt {
  padding: 0 1.2rem .44rem 1.2rem;
  position: absolute;
  left: 0;
  z-index: 2;
  bottom: 0;
  width: 100%;
  color: #fff;
}

.banner .con .slide-txt .tit {
  max-width: 70%;
}

.banner .con .slide-txt a {
  color: #fff;
}

.banner .con .slide-txt a:hover {
  color: rgba(255, 255, 255, 0.8);
}

.banner .con .slide-txt::after {
  content: "";
  width: 100%;
  height: 1.2rem;
  background: url("../img/bg_tc.png") no-repeat bottom center;
  background-size: 100% 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}

.banner .con .slide-txt .link a {
  color: rgba(255, 255, 255, 0.5);
}

.banner .con .slide-txt .link a:hover {
  color: rgba(255, 255, 255, 0.8);
}

/* section1 */
.sec-type .cat {
  margin-bottom: .24rem;
}

.sec-type .cat .en {
  color: #22408B;
  margin-bottom: 4px;
}

.sec-type .cat .en i {
  width: .19rem;
  height: 2px;
  background: #FFA435;
  margin-left: .08rem;
}

.sec-type .cat .cn {
  color: #22408B;
  font-family: "Source Han Serif CN";
}

.sec-type .more {
  color: #22408B;
  font-weight: normal;
}

.sec-type .more i {
  margin-left: .05rem;
  font-family: 'microsoft yahei';
  -webkit-animation: fadeLeft 4s linear infinite;
  -moz-animation: fadeLeft 4s linear infinite;
  -o-animation: fadeLeft 4s linear infinite;
  animation: fadeLeft 4s linear infinite;
}

.sec-type.sec-type2 .cat .en,
.sec-type.sec-type2 .cat .cn {
  color: #fff;
}

.sec-type.sec-type2 .link a {
  color: #fff;
}

.swp-dot .swiper-pagination-bullet {
  width: .24rem;
  height: .04rem;
  background: rgba(255, 255, 255, 0.2);
  margin-left: .08rem;
  opacity: 1;
  border-radius: 0;
  position: relative;
}

.swp-dot .swiper-pagination-bullet::before {
  content: "";
  width: 0;
  height: .04rem;
  background: #FFA435;
  position: absolute;
  left: 0;
  top: 0;
  transition: all ease .3s;
}

.swp-dot .swiper-pagination-bullet-active::before {
  width: 100%;
  animation: 6s linear 1 forwards anim3;
}

.section1 {
  padding: .77rem 0 .83rem;
}

.section1 .sec1-left {
  width: calc(100% - 4.32rem);
  flex-shrink: 0;
}

.section1 .sec1-left .focus {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.section1 .sec1-left .focus .item {
  position: relative;
  z-index: 1;
}

.section1 .sec1-left .focus .item::after {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.15);
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0;
}
/* .section1 .sec1-left .focus .item:hover::after { background: rgba(0, 0, 0, 0.6); } */

.section1 .sec1-left .focus .item .fitImg2 {
  height: 5.6rem;
}

.section1 .sec1-left .focus .item .item-txt {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  color: #fff;
  width: 100%;
  padding: 0 1.8rem .24rem .3rem;
}

.section1 .sec1-left .focus .item .item-txt .item-desc {
  margin-top: .12rem;
  line-height: 1.5;
}

.section1 .sec1-left .focus .jt {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: .48rem;
  height: .48rem;
  cursor: pointer;
  z-index: 2;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  transition: all ease .3s;
}

.section1 .sec1-left .focus .jt.prev {
  left: -1rem;
}

.section1 .sec1-left .focus .jt.next {
  right: -1rem;
}

.section1 .sec1-left .focus .jt:hover {
  background: white;
  box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.2);
}

.section1 .sec1-left .focus .jt.swiper-button-disabled {
  background: rgba(255, 255, 255, 0.2);
  box-shadow: none;
}

.section1 .sec1-left .focus .swiper-pagination {
  left: auto;
  width: auto;
  right: .24rem;
  bottom: .26rem;
  z-index: 1;
}

.section1 .sec1-left .focus:hover .jt.prev {
  left: .29rem;
}

.section1 .sec1-left .focus:hover .jt.next {
  right: .29rem;
}

.section1 .sec1-left .list {
  margin-top: .5rem;
}

.section1 .sec1-left .list li .item {
  box-shadow: 0px 0.02rem 0.16rem 0rem rgba(0, 0, 0, 0.16);
}

.section1 .sec1-left .list li .item .item-pic {
  margin-bottom: .1rem;
}

.section1 .sec1-left .list li .item .fitImg2 {
  height: 1.8rem;
}

.section1 .sec1-left .list li .item .item-tit {
  font-weight: bold;
}

.section1 .sec1-left .list li .item .item-desc {
  margin: .12rem 0 .18rem;
  color: #666;
}

.section1 .sec1-left .list li .item .item-date {
  color: #999;
}

.section1 .sec1-left .list li .item .item-txt {
  padding: .2rem;
}

.section1 .contbox {
  position: relative;
}

.section1 .contbox::before {
  content: "";
  width: 1px;
  height: 100%;
  background: #E5E5E5;
  position: absolute;
  top: 0;
  left: -.32rem;
}

.section1 .sec1-right {
  width: 4rem;
  padding-left: .32rem;
  flex-shrink: 0;
  margin-left: .32rem;
}

.section1 .sec1-right .sec-type .cat li {
  margin-right: .4rem;
  opacity: .5;
  cursor: pointer;
}

.section1 .sec1-right .sec-type .cat li.on {
  opacity: 1;
}

.section1 .sec1-right .sec-type .cat li:last-child {
  margin-right: 0;
}

.section1 .sec1-right .list1 {
  margin-bottom: .48rem;
}

.section1 .sec1-right .list1 li .item {
  padding: .18rem 0;
  border-bottom: 1px dashed #E5E5E5;
}

.section1 .sec1-right .list1 li .item .line {
  margin: 0 .2rem;
  color: #22408B;
}

.section1 .sec1-right .list1 li .item .date {
  flex-shrink: 0;
  text-align: center;
}

.section1 .sec1-right .list1 li .item .date .time1 {
  color: #22408B;
}

.section1 .sec1-right .list1 li .item .date .time2 {
  color: #333;
}

.section1 .sec1-right .list1 li .item .title {
  color: #333;
  font-weight: bold;
}

.section1 .sec1-right .list1 li .item:hover .title {
  color: #22408B;
}

.section1 .sec1-right .list1 li:first-child .item {
  padding-top: 0;
}

.section1 .sec1-right .list1 li:last-child .item {
  border-bottom: none;
  padding-bottom: 0;
}

.section1 .sec1-right .party .hot {
  position: relative;
  z-index: 1;
}

.section1 .sec1-right .party .hot .fitImg2 {
  height: 2.2rem;
}

.section1 .sec1-right .party .hot::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0%, transparent 100%);
  z-index: 1;
}

.section1 .sec1-right .party .hot .item-tit {
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  bottom: 0;
  z-index: 2;
  color: #fff;
  padding: .16rem;
}

.section1 .sec1-right .party .list li {
  margin-top: .24rem;
}

.section1 .sec1-right .party .list li .item .cat {
  color: #22408B;
  margin-bottom: .1rem;
}

.section1 .sec1-right .party .list li .item .tit {
  color: #333;
}

.section1 .sec1-right .party .list li .item:hover .tit {
  color: #22408B;
}

.section1 .sec1-right .party .list li:first-child {
  margin-bottom: .2rem;
}

.gbox2 {
  position: relative;
  z-index: 0;
}

.gbox2 .zs1 {
  position: absolute;
  left: 0rem;
  top: 50%;
  transform: translateY(-50%);
  width: 3.04rem;
  z-index: -1;
}

.gbox2::before {
  content: "";
  width: 100%;
  height: 11.66rem;
  background: #22408B;
  position: absolute;
  left: 0;
  z-index: -1;
  top: 1.6rem;
}

.section2 .col1 {
  position: relative;
  z-index: 2;
}

.section2 .col1 .link {
  margin: .44rem 0 1.3rem 0;
}

.section2 .col1 .focus {
  color: #fff;
}

.section2 .col1 .focus .line {
  margin: 0 .16rem;
  width: .64rem;
  height: 1px;
  background: #fff;
}

.section2 .col1 .focus .share a {
  width: .4rem;
  height: .4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
}

.section2 .col1 .focus .share a img {
  width: .21rem;
  opacity: .6;
}

.section2 .col1 .focus .share li {
  position: relative;
  margin-right: .24rem;
}

.section2 .col1 .focus .share li .qrcode {
  position: absolute;
  display: none;
  left: 50%;
  transform: translateX(-50%);
  width: 1.5rem;
  height: 1.5rem;
  background: #fff;
  padding: .05rem;
  border-radius: .05rem;
}

.section2 .col1 .focus .share li .qrcode img {
  width: 100%;
}

.section2 .col1 .focus .share li:hover a img {
  opacity: 1;
}

.section2 .col1 .focus .share li:hover .qrcode {
  display: block;
}

.section2 .card {
  position: relative;
}

.section2 .card::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.9) 0%, transparent 100%);
  z-index: 1;
}

.section2 .card .fitImg2 {
  height: 3.66rem;
}

.section2 .card .item-txt {
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  z-index: 2;
  color: #fff;
  padding: 0 .34rem;
  box-sizing: border-box;
}

.section2 .card .item-txt .time {
  color: rgba(255, 255, 255, 0.5);
}

.section2 .card .item-txt .tit {
  margin: .12rem 0 .32rem;
  font-weight: bold;
}

.section2 .card .item-txt .wx .txt {
  padding-bottom: .13rem;
  border-bottom: .04rem solid #FFA435;
}

.section2 .card .item-txt .wx .txt img {
  width: .2rem;
  margin-right: .08rem;
}

.section3 {
  padding-top: 1.48rem;
}

.section3 .col1 {
  width: 42.13%;
}

.section3 .col1 .sec-type {
  padding-right: .4rem;
  margin-bottom: .3rem;
}

.section3 .col1 .contbox {
  background: #FFFFFF;
  box-shadow: 0px 0.08rem 0.32rem 0rem rgba(0, 0, 0, 0.16);
  padding: .8rem .5rem .48rem .5rem;
  height: 5.22rem;
}

.section3 .col1 .contbox .tit {
  font-weight: bold;
}

.section3 .col1 .contbox .desc {
  margin: .24rem 0 .48rem;
  color: #666;
  line-height: 2;
  -webkit-line-clamp: 4;
}

.section3 .col1 .contbox .link {
  margin-bottom: .4rem;
}

.section3 .col1 .contbox .link a {
  transition: all ease .3s;
  border-radius: .24rem;
  background: #F5F6FA;
  padding: .15rem .26rem;
  color: #22408B;
}

.section3 .col1 .contbox .link a:hover {
  background: #22408B;
  color: #fff;
}

.section3 .thumbs .item {
  overflow: hidden;
  border: .04rem solid transparent;
  transition: all ease .3s;
}

.section3 .thumbs .item .fitImg {
  padding-top: 64.28%;
}

.section3 .thumbs .swiper-slide.active .item {
  border: .04rem solid #FFA435;
}

.section3 .gallery {
  margin-top: .05rem;
  position: relative;
  padding-right: .2rem;
  padding-top: .2rem;
}

.section3 .gallery .fitImg2 {
  height: 6.17rem;
}

.section3 .gallery::before {
  content: "";
  background: #FFA435;
  width: 96%;
  height: .2rem;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
}

.section3 .gallery::after {
  content: "";
  background: #FFA435;
  width: .2rem;
  height: 96%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
}

.section4 {
  padding: .72rem 0 .88rem;
}

.section4 li .item {
  text-align: center;
  width: 1.54rem;
  height: 1.54rem;
  flex-shrink: 0;
  border-radius: 50%;
  transition: all ease .3s;
}

.section4 li .item .icon {
  width: .6rem;
  height: .6rem;
}

.section4 li .item .icon img {
  max-height: 100%;
}

.section4 li .item .tit {
  color: #3D3D3D;
  margin-top: .12rem;
}

.section4 li .item:hover {
  background: #F5F6FA;
}

/* footer */
.footer {
  /* background: #021334; */
  background: #22408B;
  color: rgba(255, 255, 255, 0.6);
  padding: .68rem 0 .5rem;
}

.footer a {
  color: rgba(255, 255, 255, 0.6);
}

.footer a:hover {
  color: rgba(255, 255, 255, 0.8);
}

.footer .links {
  flex-shrink: 0;
  width: 20%;
}

.footer .links .tit {
  font-family: 'Source Han Serif CN';
  color: #fff;
  margin-bottom: .17rem;
}

.footer .links ul li {
  margin-bottom: .14rem;
}

.footer .qrcode {
  flex-shrink: 0;
  text-align: center;
  padding-left: .48rem;
}

.footer .qrcode li img {
  width: 1.2rem;
}

.footer .qrcode li p {
  color: rgba(255, 255, 255, 0.6);
  margin-top: .1rem;
}

.footer .qrcode li:nth-child(2) {
  margin-left: .56rem;
}

.footer .copyright {
  line-height: 1.8;
  position: relative;
  text-align: center;
  max-width: 11rem;
  padding: 0 1rem;
}

.footer .copyright::before, .footer .copyright::after {
  content: "";
  width: 1px;
  height: 1.6rem;
  background: rgba(255, 255, 255, 0.1);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.footer .copyright::before {
  left: 0;
}

.footer .copyright::after {
  right: 0;
}

.footer .copyright .logo {
  margin-bottom: .24rem;
}

.footer .copyright .logo img {
  width: 5.3rem;
}

.footer .copyright .text p {
  margin: .06rem 0;
}

/* 新闻列表 */
.inner-slide {
  height: 3.4rem;
  position: relative;
  z-index: 1;
}

.inner-slide::before {
  content: "";
  z-index: -1;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.7);
}

.inner-slide .slide-txt {
  width: 100%;
  position: absolute;
  z-index: 1;
  color: #fff;
  left: 0;
  bottom: .4rem;
}

.inner-slide .slide-txt .crumbs {
  margin-top: .2rem;
}

.inner-slide .slide-txt .crumbs a {
  color: #fff;
}

.inner-slide .slide-txt .crumbs a:hover {
  color: rgba(255, 255, 255, 0.8);
}

.main {
  background: #F5F6FA;
}

.main .subcat {
  background: #fff;
}

.main .subcat li {
  margin-right: .1rem;
}

.main .subcat li a {
  padding: .24rem .55rem;
  color: #333;
  display: block;
  transition: all ease .3s;
  position: relative;
}

.main .subcat li a::after {
  content: "";
  width: 0;
  height: .04rem;
  background: #FFA435;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: all ease .3s;
}

.main .subcat li:hover a, .main .subcat li.on a {
  background: #22408B;
  color: #fff;
  font-weight: bold;
}

.main .subcat li:hover a::after, .main .subcat li.on a::after {
  width: 100%;
}

.main .list {
  padding: .4rem 0;
}

.main .list li .item {
  padding: .35rem .25rem;
  background: rgba(255, 255, 255, 0.8);
}

.main .list li .item .item-date {
  flex-shrink: 0;
  width: 1.4rem;
  text-align: right;
  font-family: 'DIN';
  font-weight: bold;
  position: relative;
  padding-right: .24rem;
  margin-right: .24rem;
}

.main .list li .item .item-date::after {
  content: "";
  width: 1px;
  height: .48rem;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background: #E5E5E5;
}

.main .list li .item .item-date .date {
  color: #22408B;
}

.main .list li .item .item-date .year {
  color: #999;
}

.main .list li .item .item-tit {
  color: #333;
  line-height: 1.6;
}

.main .list li .item:hover .item-tit,
.main .list li .item:hover .item-time {
  color: #22408B;
}

/* list */
/* pages */
/*
.pages {
  margin-top: .4rem;
  font-size: .13rem;
}

.pages .total {
  color: #616775;
}

.pages li {
  margin: 0 .06rem;
}

.pages li a,
.pages li span {
  min-width: .32rem;
  height: .32rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #333947;
  transition: all ease .3s;
  border-radius: .04rem;
  box-sizing: border-box;
  border: 1px solid #E1E3E5;
}

.pages li:hover a,
.pages li:hover span, .pages li.on a,
.pages li.on span {
  color: #fff;
  background-color: #22408B;
}

.pages ul {
  padding: 0 .2rem;
}

.pages .jump {
  color: #616775;
}

.pages .jump .ipt {
  margin: 0 .1rem;
  width: .4rem;
  height: .32rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: .04rem;
  box-sizing: border-box;
  border: 1px solid #E1E3E5;
}
*/

/* 详情 */
.detail {
  padding: .48rem 0 .72rem;
}

.detail .right-side {
  flex-shrink: 0;
  width: 4rem;
  margin-left: .24rem;
}

.detail .right-side .cont {
  background: #fff;
  padding: .4rem .24rem .32rem .24rem;
}

.detail .right-side .side-tit {
  color: #3D3D3D;
}

.detail .right-side .side-list li {
  margin-top: .32rem;
}

.detail .right-side .side-list li .item .time {
  color: #22408B;
  margin-bottom: .06rem;
}

.detail .left-cont {
  flex: 1;
  overflow: hidden;
  padding: .4rem .56rem;
  background: rgba(255, 255, 255, 0.8);
}

.detail .left-cont .news-tit {
  font-weight: bold;
  letter-spacing: normal;
  color: #333;
  text-align: center;
}

.detail .left-cont .news-attr {
  color: #666;
  padding: .24rem 0;
  border-bottom: 1px solid #D8D8D8;
}

.detail .left-cont .news-attr .dd {
  margin: 0 .2rem;
}

.detail .left-cont .news-cont {
  padding: .32rem 0;
  line-height: 2;
}

.detail .left-cont .news-cont img {
  max-width: 100% !important;
  height: auto !important;
}

.detail .left-cont .news-cont p,
.detail .left-cont .news-cont span {
  white-space: normal !important;
}

.kefu {
  width: .8rem;
  height: 2.44rem;
  border-radius: .4rem;
  background: #22408B;
  position: fixed;
  right: .24rem;
  top: 50%;
  z-index: 22;
  transform: translateY(-50%);
}

.kefu li {
  text-align: center;
}

.kefu li a {
  padding: .18rem 0;
  display: block;
  color: #fff;
  position: relative;
}

.kefu li a .icon img {
  width: .3rem;
}

.kefu li a .icon img.i2 {
  display: none;
}

.kefu li a::after {
  content: "";
  width: .32rem;
  height: .02rem;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  background: rgba(255, 255, 255, 0.1);
}

.kefu li:hover a {
  color: #FFA435;
}

.kefu li:hover .icon img.i1 {
  display: none;
}

.kefu li:hover .icon img.i2 {
  display: inline-block;
}

.kefu li:last-child a::after {
  display: none;
}
