.mb20 {
  margin-bottom: 20px;
}

.mb31 {
  padding-bottom: 15px;
  /* border-bottom: 1px solid var(--gray-border); */
  margin-bottom: 15px;
}

.mb31-noborder {
  /* margin-bottom: 31px; */
}

.bl15 {
  /* border-left: 1px solid var(--gray-border); */
  padding-left: 15px;
  box-sizing: border-box;
}

.blml15 {
  /* margin-left: 15px; */
  border-left: 1px solid var(--gray-border);
  padding-left: 15px;
  box-sizing: border-box;
}

.banner {
  display: block;
  margin-bottom: 20px;
}

.banner img {
  width: 100%;
  height: 200px;
}

.main-slider {
  position: relative;
}

.main-slider .images .img {
  position: relative;
  float: left;
}

.main-slider .images .img.out-of-sight {
  height: 0;
  opacity: 0;
}

.main-slider .images .img img {
  width: 100%;
}

.main-slider .img {
  background-position: 50% 0%;
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0;
  transition: opacity 0.5s;
}

.main-slider .img.img-1 {
  opacity: 1;
}
.pingtaispan {
    position: relative;
    top: -50px !important;
    font-size: 15px;
    color: #fff;
    text-align: center;
    display: block;
}
.pingtai span {
    position: relative;
    top: -40px;
    font-size: 15px;
    color: #fff;
    text-align: center;
    display: block;
}

.pingtai div{
    width: 19%;
}
.pingtai img{
   width: 100%; 
}
.main-slider .btn {
  width: 4em;
  height: 4em;
  top: 50%;
  margin-top: -2em;
}

.main-slider .slider-tags {
  margin: 0 auto;
  display: grid;
  column-gap: 20px;
  grid-template-columns: repeat(3, 1fr);

  position: absolute;
  bottom: 10px;
  width: 800px;
  left: calc(50% - 400px);
}

.main-slider .slider-tags .slider-tag {
  display: block;
  text-align: center;
  color: #fff;
  background: var(--primary-color);
  padding: 20px 0px;
  opacity: 0.6;
}

.main-slider .slider-tags .slider-tag.cur {
  opacity: 1;
}

.main-slider .slider-tags .slider-tag svg {
  width: 48px;
  height: 48px;
  margin: 0 auto;
}
.slider-box {
  padding-right: 20px;
}

.media {
  display: flex;
  position: relative;
  padding-bottom: 5px;
  margin-top: 5px;
  align-items: center;
}

.media .media-meta {
  color: var(--secondary-text);
  font-size: 12px;
  white-space: nowrap;
}

.media .media-body {
  width: 100%;
  min-height: 22px;
  transition: color 0.3s;
}

.media .media-body:hover {
  color: var(--primary-color);
}

.nianyue {
  text-align: center;
  width: 115px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.day {
  font-size: 28px;
  font-weight: 700;
  /* margin-bottom: 10px; */
  position: relative;
}
.day::after {
  content: "";
  position: absolute;
  bottom: 3px;
  left: 50%;
  transform: translateX(-50%);
  width: 132%;
  height: 1px;
  background-color: #ccc;
}
.yue {
  font-size: 12px;
  /* margin-top: 10px; */
}

.box-title {
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 20px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.box-title .more {
  /* display: block; */
  position: absolute;
  right: 5px;
  top: 50%;
  font-size: 14px;
  line-height: 20px;
  font-weight: normal;
  margin-top: -10px;
}
.box-border .box {
  padding: 15px;
}
.sub-titles {
  display: inline-flex;
  font-size: 26px;
  line-height: 2;
  color: #999;
  position: relative;
}
.sub-titles:before {
  content: "";
  width: 2px;
  height: 26px;
  position: absolute;
  left: -15px;
  top: 50%;
  background-color: #e6baa1;
  margin-top: -13px;
}

.sub-titles li.active {
  color: var(--default-text);
}
.sub-titles li:hover {
  color: var(--primary-color);
}
.sub-titles li {
  margin-right: 49px;
  transition: 0.3s color;
  cursor: pointer;
  position: relative;
}
.sub-titles li:before {
  content: "/";
  width: 1px;
  height: 100%;
  position: absolute;
  right: -20px;
  top: 8px;
  color: var(--gray-border);
  font-size: 40px;
  line-height: 40px;
}
.sub-titles li:last-child:before {
  display: none;
}
.sub-titles li span {
  color: #999;
  margin-left: 5px;
  font-size: 16px;
}
.box-border > div + div > .box {
  position: relative;
  &:before {
    content: "";
    height: 100%;
    width: 1px;
    position: absolute;
    left: 0px;
    top: 0;
    border-left: 1px solid var(--gray-border);
  }
}
.list-box .media {
  display: flex;
  align-items: center;
}

.list-box .media-body {
  min-height: auto;
  transition: color 0.3s;
}

.list-box .media-body:hover {
  color: var(--primary-color);
}

.list-box .media .media-body {
  width: 85%;
  padding-left: 22px;
  box-sizing: border-box;
}

.list-box .media .media-meta {
  margin: 0 0 0 auto;
}

.list-box .media:before {
  content: " ";
  width: 6px;
  height: 6px;
  left: 8px;
  display: block;
  top: 8px;
  transition: all 0.3s;
  background: var(--primary-color);
  position: absolute;
  border-radius: 50%;
  z-index: 3;
}

.calendar-news-box .news-item {
  position: relative;
}

.calendar-news-box .news-item .media-meta {
  position: absolute;
  border: 1px solid var(--primary-color);
  border-radius: 2px;
  left: 0px;
  top: 0px;
  padding: 5px;
  margin: 0px;
}

.calendar-news-box .news-item .media-meta span {
  display: block;
  text-align: center;
}

.calendar-news-box .news-item .media-meta .day {
  color: var(--primary-color);
  font-weight: bold;
  font-size: 20px;
}

.calendar-news-box .news-item .media-body {
  padding-left: 65px;
  box-sizing: border-box;
  min-height: 60px;
}

.text-divider .more {
  font-size: 12px;
  color: var(--primary-color);
}
.evolution-box {
  /* border-bottom: 1px solid var(--gray-border); */
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.announce-box .media-body,
.news-box .media-body {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-line-clamp: 1;
  font-size: 16px;
  line-height: 22px;
  color: #666;
  margin-right: 10px;
}
/* .announce-box .media:before {
  content: " ";
  width: 9px;
  height: 9px;
  left: -20px;
  display: block;
  top: 0;
  transition: all 0.3s;
  background: var(--gray-border);
  position: absolute;
  border-radius: 50%;
  z-index: 3;
}
.announce-box .media .media-meta {
  margin: 5px 0 0 0;
}

 */
.slider-box {
  box-sizing: border-box;
}

.slider-box .slider-container {
  width: 100%;
  overflow: hidden;
  min-height: 280px;
}

.slider-box .slider-container .images {
  overflow: hidden;
  width: 10000px;
  display: flex;
}

.slider-box .slider-container .images .img {
  width: 100%;
  position: absolute;
  display: none;
  opacity: 0;
  transition: opacity 0.5s;
}

.slider-box .slider-container .images .img.img-1 {
  opacity: 1;
  display: block;
}

.slider-box .slider-container .images .img img {
  width: 100%;
  height: 230px;
  display: block;
  object-fit: cover;
}

.slider-box .slider-container .images .img .media {
  padding-top: 15px;
}

.slider-box .slider-container .images .img .media .media-title {
  text-align: center;
  font-size: 16px;
  transition: color 0.3s;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 22px;
}

.slider-box .slider-container .images .img .media .media-title:hover {
  color: var(--primary-color);
}

.slider-box .slider-container .images .img .media .media-meta {
  text-align: center;
}

.slider-box .slider-container .images .img .media .media-meta .date {
  color: var(--secondary-text);
}

.slider-box .slider-container .btn {
  bottom: 74px;
}

.horizon-news-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.horizon-news-box .news-item {
  flex: 0 0 22%;
  padding: 15px 2%;
  /* border-right: 1px solid var(--gray-border); */
  border-bottom: none;
  box-sizing: border-box;
  background: #fff;
  border-top: #8c1515 4px solid;
  box-shadow: 0px 0px 0.18rem 0px rgba(0, 0, 0, 0.22);
  height: 200px;
  margin: 0 10px 20px;
}

.horizon-news-box .news-item:last-child {
  border-right: none;
}

.horizon-news-box .news-item .media-meta {
  margin: 5px 0 0 0;
}

.horizon-news-box .news-item .avatar {
  width: 100%;
  height: 210px;
  margin-bottom: 15px;
  object-fit: cover;
}

.horizon-news-box .news-item:hover {
  box-shadow: 0 0 20px #a1a1a1;
  -webkit-box-shadow: 0 0 20px #a1a1a1;
  -o-box-shadow: 0 0 20px #a1a1a1;
  -moz-box-shadow: 0 0 20px #a1a1a1;
}

/********************
3. ???|??a�????????|?…???…a�????￥???±?￠a???￠???§???¤???o
********************/
.wrapper {
  width: 1200px;
  margin: 0 auto;
}
.achievements .upper {
  background: #f3f3f3;
}

.achievements .lower {
  background: url(../images/bg-category-section.jpg) 50% 50% no-repeat;
  padding: 70px 0 90px 0;
}

.achievements .wrapper {
  position: relative;
  display: flex;
}

.achievements .upper .img-area img {
  width: 378px;
  height: 230px;
  position: relative;
  top: 60px;
}

.achievements .upper .text-section {
  padding: 90px 0px;
  padding-left: 60px;
}

.achievements .upper .btn-area {
  align-content: center;
  align-items: center;
  display: flex;
  justify-content: flex-end;
  position: relative;
  width: 100%;
  flex-wrap: wrap;
  box-sizing: border-box;
  height: 100%;
}

.achievements .upper .btn-area .btn {
  padding: 10px 30px;
  background: var(--primary-color);
  color: #fff;
  border-radius: 5px;
}

.achievements .lower .achievement-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  row-gap: 20px;
  column-gap: 20px;
}

.achievements .lower .achievement-grid .btn {
  padding: 10px 25px;
  background: #fff;
  color: var(--primary-color);
  box-sizing: border-box;
  border-radius: 3px;
  border-bottom: 3px solid #fff;
  transition: 0.5s all;
  display: flex;
}

.achievements .lower .achievement-grid .btn:hover {
  border-bottom: 3px solid var(--special-color);
}

.achievements .lower .achievement-grid .btn .icon {
  width: 40px;
  height: 40px;
  margin-right: 20px;
}

.achievements .lower .achievement-grid .btn .text {
  line-height: 40px;
}

.friend-links {
  overflow: hidden;
}

.friend-links .link {
  transition: color 0.3s;
  float: left;
  min-width: 23%;
  padding: 0 20px 20px 0;
}

.friend-links .link:hover {
  color: var(--primary-color);
}
/* 列表页面 */
.main-section {
  background: url(../imgs/transparent.jpg) no-repeat;
  padding-top: 0px;
  padding: 0px 0;
}

.news-list-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  min-height: 850px;
}

.news-list-wrapper .category {
  width: 380px;
  background: #f2f2f2;
  font-size: 16px;
  padding-bottom: 100px;
}

.news-list-wrapper .category .menu-list {
  width: 380px;
  margin: 0px 0px 0px 0px;
}

.news-list-wrapper .category .menu-list .menu-item {
  line-height: 52px;
  margin-top: 5px;
  font-size: 18px;
  background: #dedede;
  padding-left: 20px;
}

.news-list-wrapper .category .menu-list .menu-item.sub-item {
  width: 340px;
  padding-left: 40px;
}

.news-list-wrapper .category .menu-list .menu-item a {
  display: block;
  width: 100%;
  height: 100%;
}

.news-list-wrapper .category .menu-list .menu-item:hover {
  background: #8c1515;
}

.news-list-wrapper .category .menu-list .menu-item:hover a {
  color: #fff;
}

.news-list-wrapper .category .menu-list .menu-title {
  /* margin-top: 5px; */
  /* padding-left: 20px; */
  font-size: 20px;
  line-height: 110px;
  background: #8c1515;
  color: #fff;
  text-align: center;
}

.news-list-wrapper .category .menu-list .menu-title a {
  color: #fff;
  display: block;
  width: 100%;
  height: 100%;
}

.news-list-wrapper .details {
  flex: 1;
  min-width: 0;
  margin: 50px 0px 0px 50px;
  font-size: 16px;
  padding-bottom: 50px;
}

.news-list-wrapper .details .position {
  width: 100%;
  border-bottom: #8c1515 1px solid;
  position: relative;
  margin-bottom: 20px;
}

.news-list-wrapper .details .position .local-text {
  position: absolute;
  right: 0px;
  background: #fff;
  padding-left: 10px;
  border-left: 2px solid #8c1515;
  font-size: 14px;
  line-height: 20px;
  top: -10px;
}

.news-list-wrapper .details .title {
  font-size: 20px;
  line-height: 30px;
  font-weight: bold;
  color: #8c1515;
  margin-bottom: 15px;
}

.news-list-wrapper .details .infos {
  width: 100%;
  text-align: left;
  color: #b4b4b4;
  font-size: 16px;
  padding-bottom: 15px;
}

.news-list-wrapper .details .news {
  width: 100%;
  position: relative;
  border-bottom: 1px solid var(--gray-border);
}

.news-list-wrapper .details .news:hover {
  box-shadow: 0 0 20px #a1a1a1;
  -webkit-box-shadow: 0 0 20px #a1a1a1;
  -o-box-shadow: 0 0 20px #a1a1a1;
  -moz-box-shadow: 0 0 20px #a1a1a1;
}

.news-list-wrapper .details .news .topic {
  padding-left: 10px;
  /* width: 830px; */
  margin-right: 120px;
  display: block;
  line-height: 45px;
  text-overflow: ellipsis;
  overflow: hidden;
}

.news-list-wrapper .details .news .date {
  position: absolute;
  display: block;
  right: 8px;
  top: 0px;
  line-height: 45px;
  color: var(--secondary-text);
}

.news-list-wrapper .details .news .topic i {
  margin-right: 5px;
  font-style: normal;
}
.close-box {
  margin: 20px 0;
  text-align: right;
}
.horizon-news-box {
  display: flex;
  flex-wrap: wrap;
}

.horizon-news-box .news-item {
  flex: 1 0 20%;
  padding: 10px 10px 10px 40px;
  transition: 0.3s box-shadow;
  border-right: 1px solid var(--gray-border);
  margin-bottom: 20px;
  border-bottom: none;
  box-sizing: border-box;
}

.horizon-news-box .news-item:last-child {
  border-right: none;
}

.horizon-news-box .news-item .media-meta {
  margin: 10px 0 0 0;
}

.horizon-news-box .news-item .avatar {
  width: 100%;
  height: 130px;
  margin-bottom: 15px;
  object-fit: cover;
}

.horizon-news-box .news-item:hover {
  box-shadow: 0 0 20px #a1a1a1;
  -webkit-box-shadow: 0 0 20px #a1a1a1;
  -o-box-shadow: 0 0 20px #a1a1a1;
  -moz-box-shadow: 0 0 20px #a1a1a1;
}

.pagination {
  margin-top: 20px;
}
.pagination ul {
  display: flex;
}

.pagination ul li {
  font-size: 16px;
  line-height: 30px;
  border: 1px solid var(--mask-color);
  padding: 0px 15px;
  border-radius: 3px;
  margin-right: 20px;
}

.pagination ul li.cur {
  background-color: var(--primary-color);
}

.pagination ul li.cur a {
  color: #fff;
}

.pagination ul li:hover {
  background-color: var(--primary-color);
}

.pagination ul li:hover a {
  color: #fff;
}

.next {
  text-align: right;
}
@media screen and (max-width: 1280px) {


  /* 首页 */
  .box-title .more {
    right: -5px;
    /* top: 34px; */
  }
  .sub-titles li {
    font-size: 14px;
    text-align: center;
    margin-right: 18px;
  }
  .sub-titles li:before {
    content: "/";
    width: 1px;
    height: 100%;
    position: absolute;
    right: -9px;
    top: 8px;
    color: var(--gray-border);
    font-size: 19px;
    line-height: 16px;
}
  .sub-titles li span {
    margin-left:0px;
    display: none;
  }
  .announce-box {
    /* margin-top: 40px; */
  }
  .announce-box:before {
    content: "";
    position: absolute;
    top: 20px;
    width: 100%;
    /* border-top: 1px solid var(--gray-border); */
  }
  .main-section .row.mb31:first-child {
    border-bottom: none;
  }
  /* 头部 */
  .desktop-header {
    /* background: #8C1515; */
    height: 40px;
    padding: 0px;
  }
  .desktop-header .top-inner {
    padding: 0;
    height: 100%;
    width: 100%;
  }
  .desktop-header .top {
    height: 100%;
    display: inline-block;
    background-image: none;
    width: 100%;
    padding-right: 66px;
    box-sizing: border-box;
  }
  .desktop-header .wrapper {
    width: 100%;
    min-width: 0;
    box-sizing: border-box;
  }
  .desktop-header.active {
    padding: 0px;
  }
  .desktop-header .logo-anchor {
    flex: 0;
  }
  .desktop-header .logo-anchor img {
    width: 26%;
    min-width: 150px;
  }
  .desktop-header .nav-row {
    display: none;
  }
  .ydnav {
    display: block;
  }
  .ydnav .menuicon {
    display: block;
  }
  .wrapper {
    width: auto;
    padding: 0px 10px;
  }
  .zkicon {
    background: url(../images/icon/zkicon.png) no-repeat;
    width: 13px;
    height: 13px;
    background-size: 100%;
    display: inline-block;
    float: right;
    position: relative;
    top: 7px;
  }
.slider-box .slider-container .btn {
    top:65%
}
.slider-box .slider-container {
  min-height: 317px;
}
  
  .sqicon {
    background: url("../images/icon/sqicon.png") no-repeat;
    width: 13px;
    height: 2px;
    background-size: 100%;
    position: relative;
    top: 13px;
  }
.pingtaispan {
    position: relative;
    top: -39px !important;
    font-size: 15px;
    color: #fff;
    text-align: center;
    display: block;
}
  .pingtai span {
    position: relative;
    top: -32px;
    font-size: 12px;
    color: #fff;
    text-align: center;
    display: block;
}

.pingtai div{
    width: 48%;
}
.pingtai img{
   width: 100%; 
}

  /* 列表页面 */
  .main-section {
    padding: 0 10px;
  }
  .category {
    display: none;
  }
  .news-list-wrapper .details {
    margin: 50px 10px 0px 10px;
  }
  /* 底部 */
  .container {
    width: auto;
    padding: 0 10px;
  }
  .serBox span {
    position: relative;
    top: 3px;
  }
  .shareList {
    float: none;
    width: 200px;
    margin: 0 auto 20px;
  }
  .xiaoqu {
    float: none;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
  }
  .xiaoqu b {
    display: inline;
  }
  .footlink {
    margin-top: auto;
    float: none;
    width: 100%;
    margin-bottom: 20px;
  }
  .footkslj {
    float: none;
    margin-bottom: 20px;
    position: relative;
    right: auto;
    margin-top: 0;
  }
  .footTop {
    padding: 20px 0;
  }
  .shareList li {
    margin-top: 0;
  }
  .date3 {
    top: 10px;
  }
  .date4 span {
    font-size: 20px;
  }
  .xiaoqu p {
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 14px;
  }
  .footlink li {
    width: 30%;
  }
  .select_boxH {
    width: 47%;
    margin-left: 0%;
    float: left;
  }
  /* .footTop{display: none} */
  .ydfoot {
    background: url("./image/footbg.png") no-repeat center bottom #8c1515;
    padding: 20px 0;
    display: block;
  }
  .shareList li {
    width: 30px;
    height: 30px; /* background: url("./image/icon/shareicon.png") no-repeat; */
    float: left;
    background-size: cover;
  }
  .shareList li.weibo {
    background-position: 0 0;
  }
  .shareList li.weixin {
    background-position: -33px 0;
  }
  .shareList li.youxiang {
    background-position: -65px 0;
  }
  .shareList li.shipin {
    background-position: -100px 0px;
  }
  .banner #slick1 .slick-dots li {
    width: 10px;
    height: 10px;
    background-size: cover;
    margin: 0 3px;
  }
  .ywTxt {
    padding: 10px;
  }
  .ywTxt h2 {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .date2 {
    width: 50px;
  }
  .date2 span {
    font-size: 16px;
    height: 30px;
    line-height: 30px;
  }
  .date2 b {
    font-size: 12px;
  }
  .footTop .wrapper > .fl,
  .footTop .wrapper > .fr {
    float: none;
  }
  .box-border > div + div > .box {
    position: relative;
    &:before {
      content: "";
      height: 100%;
      width: 1px;
      position: absolute;
      left: 0px;
      top: 0;
      border-left: 0px;
    }
  }
  .blml15 {
    border-left: 0px;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
  }
  .news-list-wrapper .details .news .date {
    position: absolute;
    display: block;
    right: 8px;
    top: 0px;
    line-height: 45px;
    color: var(--secondary-text);
    font-size: 12px;
  }
  .news-list-wrapper .details .news .topic i {
    display: none;
  }
  .news-list-wrapper .details .news .topic {
    padding-left: 0px;
    width: 77%;
  }
  .news-list-wrapper .details {
    font-size: 1em;
  }
  .next {
    text-align: left;
  }
  .slider-box {
    padding: 0px 12px;
  }
  .announce-box .media:before {
    display: none;
  }

  .bl15 {
    border-left: 0px solid var(--gray-border);
    padding-left: 15px;
    box-sizing: border-box;
  }
  .list-box .media:before {
    display: none;
  }
  .list-box .media .media-body {
    width: 80%;
    padding-left: 0px;
    box-sizing: border-box;
  }
  .ml10 {
    margin-left: 10px;
  }
  .news-box {
  }
}
@media screen and (max-width: 700px) {
  .main-slider .btn {
    width: 30px;
    height: 30px;
    top: 50%;
    margin-top: -15px;
  }
  .horizon-news-box .news-item {
    flex: 0 0 95%;
  }
  .list-box {
    margin-top: 20px;
  }
  /* 头部 */
  .desktop-header .logo-anchor img {
    width: 35%;
    min-width: 140px;
  }
  .top-inner .sinput {
    min-width: 95px;
  }
  .search{
    fill: gray;
  }
  /* 底部 */
  .select_box {
    width: 100%;
    margin-left: 0;
    float: left;
  }
  .select_box p {
    cursor: pointer;
    display: block;
    line-height: 40px;
    height: 40px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.3);
    padding-right: 40px;
    padding-left: 20px;
    background: url(../image/icon/footkslj.png) no-repeat 95% center;
    width: auto;
    color: #ccc;
  }
}
@media screen and (min-width: 1280px) {
  .media:last-of-type {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
  }
}