﻿@charset "utf-8";
.left {
  padding-right: 0.84%;
}
.right {
  padding-left: 1.667%;
}
.szfld .common_more a,
.szfhy .common_more a {
  display: inline;
}
.szfld h4 {
  color: #005293;
  font-size: 20px;
  margin-top: 10px;
}
.szfld .flex {
  justify-content: left;
}
.szfld .cont li {
  border-top: 1px solid #e1e1e1;
  padding: 20px 0 10px;
}
.szfld .cont li.sz {
  border-top: none;
}
.szfld .cont li.sz dt img {
  width: 145px;
  height: 192px;
}
.szfld .cont li .content {
  margin-right: -6%;
}
.szfld dl {
  width: 25%;
  margin: 6px 0 6px 0;
}
.szfld dl dt img {
  width: 132px;
  height: 173px;
}
.szfld dl dd {
  line-height: 36px;
  width: 132px;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  .szfld h4 {
    margin-bottom: 10px;
    margin-top: 0;
  }
  .szfld .cont li .content {
    margin-right: 0;
  }
}
@media screen and (max-width: 580px) {
  .szfld dl {
    width: 32%;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 450px) {
  .szfld dl {
    width: 49%;
    margin-bottom: 0;
  }
}
.hy a {
  display: flex;
  width: 48.5%;
  background-color: #ecf3fa;
  text-align: center;
  height: 103px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
}
.hy a:hover {
  background-color: #edf4fa;
}
.hy a img {
  display: block;
  margin-bottom: 7px;
  max-height: 38px;
}
.hy a span {
  display: block;
}
.dclx .newslist li h4 {
  padding-top: 5px;
  padding-bottom: 5px;
  line-height: 25px;
}
.dclx .newslist.twotext.dot li h4:before {
  margin-top: 16px;
}
.dclx .newslist.twotext.dot li .time {
  margin-top: 5px;
}
.column-butn a {
  display: flex;
  width: 23.4%;
  height: 94px;
  margin-top: 20px;
  background-color: #ecf3fa;
  text-align: center;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  background: url(../images/szf/c106.png) no-repeat center;
  background-size: 100% 100%;
}
.column-butn a img {
  display: block;
  margin-right: 5%;
  transition: all 0.3s;
}
.column-butn a span {
  display: block;
  font-size: 20px;
}
.column-butn a:hover img {
  margin-right: 7%;
}
@media (max-width: 768px) {
  .column-butn a {
    width: 100%;
    justify-content: flex-start;
    padding-left: 25%;
  }
}
.year {
  padding: 30px 5% 0;
  position: relative;
}
.year .box:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #E5E5E5;
  left: 0;
  top: 79px;
}
.year .swiper-slide {
  height: 80px;
  text-align: center;
}
.year .swiper-slide i,
.year .swiper-slide b,
.year .swiper-slide span {
  display: block;
}
.year .swiper-slide i {
  height: 22px;
  position: relative;
  margin-bottom: 5px;
}
.year .swiper-slide i:before {
  font-size: 12px;
  position: absolute;
  bottom: 2px;
  left: 50%;
  margin-left: -11px;
  width: 22px;
  color: #d2d2d2;
}
.year .swiper-slide b {
  color: #005293;
  margin-bottom: 18px;
}
.year .swiper-slide span {
  font-size: 20px;
  font-weight: bold;
}
.year .swiper-slide.on i:before {
  font-size: 22px;
  color: #005293;
}
.year .swiper-slide.on span {
  color: #005293;
  position: relative;
}
.year .swiper-slide.on span:before {
  content: "";
  position: absolute;
  width: 125px;
  height: 1px;
  background-color: #1E528E;
  top: -11px;
  left: 50%;
  margin-left: -62px;
}
.year .arrow {
  border: 1px solid #DCDCDC;
  border-radius: 50%;
  padding: 8px;
  cursor: pointer;
  top: 50%;
  margin-top: 6px;
  position: absolute;
  background-color: #fff;
  z-index: 55;
}
.year .layui-icon-left {
  left: 3%;
}
.year .layui-icon-right {
  right: 3%;
}
@media (max-width: 468px) {
  .year {
    padding: 30px 0 0;
  }
}
.bd > .c {
  display: none;
  transition: all 0.3s;
}
.bd > .on {
  display: block;
}
.month-box .m {
  display: none;
}
.month-box .m.on {
  display: block;
}
.month-box .hd {
  box-shadow: 0 0 10px 0 rgba(30, 82, 142, 0.2);
}
.month-box .hd span {
  cursor: pointer;
  text-align: center;
  width: 8.333333%;
  line-height: 35px;
  position: relative;
}
.month-box .hd span.on {
  background-color: rgba(81, 178, 255, 0.15);
  color: #005293;
  font-weight: bold;
}
.month-box .hd span.on:after {
  content: "";
  position: absolute;
  width: 2em;
  height: 3px;
  background-color: #1e528e;
  bottom: -1px;
  left: 50%;
  margin-left: -1em;
}
.month-box .bd {
  background-color: #fafafa;
}
.month-box .scroll {
  max-height: 330px;
  overflow-y: scroll;
  padding: 20px 23px;
  line-height: 22px;
}
.month-box .scroll p {
  margin: 6px 0;
  margin-bottom: 12px;
}
@media (max-width: 768px) {
  .month-box .hd{
    justify-content: flex-start;
  }
  .month-box .hd span {
    width: 16.6666%;
  }
.calendar .dateSelector{
padding: 10px !important;
}
.calendar .calendar_date{
margin: 15px 5px 30px 0px !important;
}
}
