.banner {
  margin: .3rem 0;
}

.banner img {
  border-radius: .1rem;
}

.banner .swiper-pagination {
  text-align: right;
  padding: 0 .2rem .2rem 0;
}

.banner .swiper-pagination .swiper-pagination-bullet {
  width: 0.68rem;
  height: 0.04rem;
  opacity: 1;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 0.02rem;
  position: relative;
}

.banner .swiper-pagination .swiper-pagination-bullet::after {
  content: "";
  width: 0.04rem;
  height: 0.04rem;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  right: -0.06rem;
  top: 50%;
  transform: translateY(-50%);
}

.banner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #fff;
}

.banner .swiper-pagination .swiper-pagination-bullet:last-child::after {
  display: none;
}

.sec-type {
  border-bottom: 1px solid #eee;
  padding-bottom: .1rem;
  margin-bottom: .1rem;
}

.sec-type .cat img {
  width: .2rem;
  margin-right: 0.05rem;
}

.sec-type .cat:hover {
  color: #6E2D92;
}

.sec-type .link i {
  font-size: .14rem;
  margin-left: .05rem;
}

.news-ul li {
  padding: .055rem 0;
}

.news-ul li .tit {
  position: relative;
  padding-left: .17rem;
}

.news-ul li .tit::before {
  content: '';
  width: 0.04rem;
  height: 0.04rem;
  background: #6E2D92;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.news-ul li .time {
  width: 1.6rem;
  flex-shrink: 0;
  text-align: right;
  flex-grow: 0;
  margin-left: .5rem;
}

.news-ul li:hover .tit,
.news-ul li:hover .time {
  color: #6E2D92;
  text-decoration: underline;
}

.section1 .swiper-slide a {
  display: block;
  border-radius: .1rem;
}

.section1 .swiper-slide .pimg {
  height: 3.5rem;
  border-radius: .1rem;
}

.section1 .swiper-pagination {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 0 0 .1rem .1rem;
  bottom: 0;
  text-align: right;
  padding: .05rem .1rem .05rem 0;
}

.section1 .swiper-pagination .swiper-pagination-bullet {
  width: 0.14rem;
  height: 0.04rem;
  opacity: 1;
  border-radius: 0;
  background: rgba(255, 255, 255, 0.4);
}

.section1 .swiper-pagination .swiper-pagination-bullet-active {
  background: #fff;
}

.section1 .list1 .news-list li:nth-child(1) .tit::before, .section1 .list1 .news-list li:nth-child(2) .tit::before {
  background: #FF230A;
}

.section2 .list1:nth-child(2) {
  margin-top: .25rem;
}

.section2 .list2 li {
  margin-bottom: .23rem;
}

.section2 .list2 li .item-date {
  width: 0.7rem;
  height: 0.7rem;
  flex-shrink: 0;
  text-align: center;
  border-radius: 0.1rem;
  font-family: 'DIN';
  font-weight: bold;
  transition: all ease-in .3s;
  border: 0.01rem solid #6E2D92;
  color: #6E2D92;
}

.section2 .list2 li .item-date .date {
  font-weight: bold;
  margin-bottom: -.05rem;
}

.section2 .list2 li .item-info {
  flex: 1;
  overflow: hidden;
  padding-left: .15rem;
}

.section2 .list2 li .item-info .tit {
  color: #282828;
}

.section2 .list2 li .item-info .desc {
  color: #666;
  line-height: 1.2;
  height: 2.4em;
  margin-top: 2px;
}

.section2 .list2 li:hover .item-date {
  background: #6E2D92;
  color: #fff;
}

.section2 .list2 li:hover .item-info .tit {
  text-decoration: underline;
  color: #6E2D92;
}

.section2 .list2 li:hover .item-info .desc {
  color: #6E2D92;
}

.section2 .list3 li .item {
  height: 0.56rem;
  background: #FF8800;
  color: #fff;
  border-radius: 0.1rem;
  padding: 0 .25rem;
  transition: all ease .3s;
}

.section2 .list3 li .item img {
  max-width: .29rem;
  margin-right: .1rem;
}

.section2 .list3 li:nth-child(2) .item {
  background: #0670D1;
}

.section2 .list3 li:nth-child(3) .item {
  background: #00AC45;
}

.section2 .list3 li:nth-child(4) .item {
  background: #842EB4;
}

.section2 .list3 li:hover .item {
  opacity: .88;
}

.section3 .zz1 {
  overflow: hidden;
}

.section3 .zz1 .tempWrap {
  width: 100% !important;
}

.section3 .zz1 ul {
  white-space: nowrap;
}

.section3 .zz1 li {
  width: 16.5%;
}

.section3 .zz1 .item {
  text-align: center;
  margin: 0 .1rem;
}

.section3 .zz1 .item .item-pic {
  overflow: hidden;
}

.section3 .zz1 .item .item-pic .pimg {
  height: 0;
  padding-top: 67.7%;
}

.section3 .zz1 .item .item-tit {
  color: #282828;
  margin: .15rem 0;
}

.section3 .zz2 {
  margin: -.1rem 0;
}

.section3 .zz2 .item {
  height: 1.4rem;
  background: linear-gradient(90deg, #802F8E 0%, #2A27A6 100%);
  border-radius: 0.1rem;
  position: relative;
  padding: 0 .26rem 0 .38rem;
  color: #fff;
}

.section3 .zz2 .item img {
  width: .62rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: .12rem;
}

.section3 .zz2 .item .link i {
  font-size: .2rem;
}

.section3 .zz2 .item:hover {
  opacity: .88;
}

.links {
  margin: .35rem 0 .5rem;
}

.links .links-tit {
  margin-bottom: .2rem;
}

.links li {
  width: 100%;
  max-width: 3.8rem;
}

.links li .item {
  position: relative;
}

.links li .item .item-tit {
  width: 100%;
  height: 0.44rem;
  background: #fff;
  border-radius: 0.1rem;
  border: 0.01rem solid #ddd;
  transition: all ease .3s;
  cursor: pointer;
}

.links li .item .item-tit i {
  color: #6E2D92;
  font-size: .14rem;
  margin-left: .1rem;
  transition: all ease .3s;
}

.links li .item .drop {
  width: 100%;
  position: absolute;
  display: none;
  left: 0;
  border-radius: 0.1rem;
  top: .43rem;
  padding: .06rem 0;
  background: #fff;
  border: 1px solid #6E2D92;
  text-align: center;
  z-index: 2;
}

.links li .item .drop .dl {
  max-height: 2.23rem;
  overflow-y: auto;
}

.links li .item .drop .dd a {
  height: .29rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.links li .item .drop .dd:hover {
  background: #6E2D92;
}

.links li .item .drop .dd:hover a {
  color: #fff;
}

.links li:hover .item-tit {
  border-color: #6E2D92;
  color: #6E2D92;
}

.links li:hover .item-tit i {
  transform: rotate(-180deg);
}

.links li:hover .drop {
  display: block;
}

.sidebar {
  width: 2.5rem;
  margin-right: .45rem;
}

.sidebar ul {
  background: #F6F6F6;
}

.sidebar li .tit {
  padding: .14rem .2rem .14rem .25rem;
  cursor: pointer;
}

.sidebar li .tit i {
  transition: all ease .3s;
}

.sidebar li .sub {
  background: #fff;
  padding: .1rem .25rem;
  display: none;
  border-left: .02rem solid #6E2D92;
}

.sidebar li .sub .dd a {
  padding: .1rem 0;
  display: block;
  color: #666;
}

.sidebar li .sub .dd:hover a, .sidebar li .sub .dd.on a {
  color: #6E2D92;
  text-decoration: underline;
}

.sidebar li.on .tit {
  background: linear-gradient(165deg, #802F8E 0%, #2A27A6 100%);
  color: #fff;
}

.sidebar li.on .tit a {
  color: #fff;
}

.sidebar li.on .tit i {
  transform: rotate(-90deg);
}

.main-cont .wz {
  color: #999;
}

.main-cont .wz a {
  color: #999;
}

.main-cont .wz a:hover {
  color: #6E2D92;
}

.news {
  padding: .4rem 0 .2rem;
}

.news .news-list li {
  padding: .3rem 0;
  border-bottom: 1px solid #eee;
}

.news .news-list li .item .item-date {
  width: 1.3rem;
  flex-shrink: 0;
  text-align: center;
  font-family: 'DIN';
  font-weight: bold;
}

.news .news-list li .item .item-date .date {
  color: #6E2D92;
}

.news .news-list li .item .item-date .year {
  color: #666;
  font-weight: normal;
}

.news .news-list li .item .item-info .tit {
  margin-bottom: .15rem;
}

.news .news-list li .item .item-info .desc {
  color: #666;
}

.pages {
  padding: 0;
}

.pages .total {
  margin-right: .1rem;
}

.pages li {
  margin: 0 2px;
  border: 1px solid rgba(204, 204, 204, 0.8);
}

.pages li a {
  min-width: .36rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: .36rem;
  padding: 0 .14rem;
}

.pages li:hover {
  border-color: #2A27A6;
}

.pages li.disabled {
  border-color: #ccc;
}

.pages li.disabled a {
  color: #ccc;
}

.pages li.on a {
  background: linear-gradient(165deg, #802F8E 0%, #2A27A6 100%);
  color: #fff;
}

.detail {
  background: #fff;
}

.detail .det1 {
  padding: .2rem 0 .4rem;
  background: #F6F2FF;
}

.detail .det1 .crumbs {
  color: #666;
}

.detail .det1 .crumbs a {
  color: #666;
}

.detail .det1 .crumbs a:hover {
  color: #0670D1;
}

.detail .det1 .news-tit {
  margin: .4rem 0 .2rem;
}

.detail .det1 .news-time {
  color: #999;
}

.detail .det1 .news-time span {
  margin: 0 .1rem;
}

.detail .det2 .news-cont {
  padding: .4rem 0;
  line-height: 1.8;
}

.detail .det2 .news-cont img {
  max-width: 100% !important;
  height: auto !important;
}

.detail .det2 .share {
  padding-bottom: .4rem;
  border-bottom: 1px solid #eee;
}

.detail .det2 .share .tit {
  margin-right: .1rem;
}

.detail .det2 .share a {
  width: 0.56rem;
  height: 0.56rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: .3rem;
  margin: 0 .15rem;
}

.detail .det2 .share a.icon-wechat {
  color: #43AB35;
  background: rgba(67, 171, 53, 0.16);
}

.detail .det2 .share a.icon-wechat:hover {
  background: #43ab35;
}

.detail .det2 .share a.icon-qq {
  color: #1C9BEC;
  background: rgba(28, 155, 236, 0.16);
}

.detail .det2 .share a.icon-qq:hover {
  background: #1c9bec;
}

.detail .det2 .share a.icon-weibo {
  color: #E41523;
  background: rgba(228, 21, 35, 0.16);
}

.detail .det2 .share a.icon-weibo:hover {
  background: #e41523;
}

.detail .det2 .share a:hover {
  color: #fff;
}

.detail .det2 .sxp {
  padding: .45rem 0;
}
