/* 移动端头部  start */
#pages span {
  border: 1px solid #155fa0 !important;
  background-color: #155fa0 !important;
}
#pages a:hover {
  border: 1px solid #155fa0 !important;
  background-color: #155fa0 !important;
}
.m-header {
  display: none;
}
.header3 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 70px;
  padding: 0 0 0 15px;
  background: #fff;
  background-position: center;
  background-size: cover;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.5);
  box-sizing: border-box;
}

.header3-logo {
  margin: 0;
}

.header3-logo a img {
  width: 170px;
}

.header3-button {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 65px;
  height: 100%;
  margin: 0;
}

.header3-button::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #e6c390;
}

.header3-button::after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: -5px;
  border-right: #e6c390 6px solid;
  border-bottom: transparent 60px solid;
}

.header3-button .img1 {
  position: relative;
  z-index: 10;
  width: 24px;
  height: 19px;
}

.header3-button .img2 {
  display: none;
  position: relative;
  z-index: 10;
  width: 24px;
  height: 24px;
}

.button-mobile .img1 {
  display: none;
}

.button-mobile .img2 {
  display: block;
}

/* 移动端导航栏 start */
.mobile {
  position: fixed;
  z-index: 15;
  top: 70px;
  right: -110%;
  width: 100%;
  height: calc(100% - 70px);
  padding: 20px 20px 30px;
  /* background-image: -moz-linear-gradient(0, #75237d 0%, #9b3379 100%);
  background-image: -webkit-linear-gradient(0, #75237d 0%, #9b3379 100%);
  background-image: -ms-linear-gradient(0, #75237d 0%, #9b3379 100%); */
  background-color: #155fa0;
  overflow: hidden;
  overflow-y: scroll;
  transition: all 0.7s;
  box-sizing: border-box;
}

.mobile-right {
  right: 0;
}

.mobile-list1 {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 15px;
}

.mobile-list1 li {
  text-align: center;
  margin-right: 15px;
}

.mobile-list1 li a {
  font-size: 16px;
  color: #ffffff;
}

.mobile-list2 {
  width: 100%;
  margin-bottom: 25px;
}

.mobile-list2 li {
  width: 100%;
}

.mobile-list2 li .con {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.45);
}

.mobile-list2 li .con a {
  flex: 1;
  height: 60px;
  line-height: 60px;
  font-size: 16px;
  color: rgba(255, 255, 255, 1);
}

.mobile-list2 li .con .arrow {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
}

.mobile-list2 li .con .arrow img {
  width: 30px;
  height: 30px;
}

.mobile-list2 > .on > .con > .arrow > img {
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
}

.mobile-list2-ul2 {
  display: none;
  width: 100%;
}

.mobile-list2-ul2 li .con {
  border-bottom: 1px solid rgba(255, 255, 255, 0.35);
}

.mobile-list2-ul2 li .con a {
  height: 55px;
  line-height: 55px;
  padding-left: 10px;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.9);
}

.mobile-list2-ul2 li .con .arrow {
  height: 55px;
}

.mobile-list2-ul2 > .on > .con > .arrow > img {
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
}

.mobile-list2-ul3 {
  display: none;
  width: 100%;
}

.mobile-list2-ul3 li .con {
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}

.mobile-list2-ul3 li .con a {
  height: 50px;
  line-height: 50px;
  padding-left: 20px;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.8);
}

.mobile-list2-ul3 li .con .arrow {
  height: 50px;
}

.mobile-list2-ul3 > .on > .con > .arrow > img {
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
}

.mobile-list2-ul4 {
  display: none;
  width: 100%;
}

.mobile-list2-ul4 li .con {
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}

.mobile-list2-ul4 li .con a {
  height: 45px;
  line-height: 45px;
  padding-left: 30px;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.7);
}

.mobile-list2-ul4 li .con .arrow {
  height: 45px;
}

.mobile-list2-ul4 > .on > .con > .arrow > img {
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
}

.mobile form {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 20px;
}

.form-input1 {
  width: 300px;
  height: 43px;
  padding-left: 20px;
  padding-top: 14px;
  padding-bottom: 14px;
  color: #fff;
  background: rgba(255, 255, 255, 0.5);
  border-right: none;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: middle;
  border-radius: 20px 0 0 20px;
  border: none;
  box-sizing: border-box;
}

.form-input1::-webkit-input-placeholder {
  color: #fff;
}

.form-input2 {
  width: 59px;
  height: 43px;
  border-style: none;
  outline: none;
  background: #e6c390 !important;
  border-left: none;
  background-image: url("/DFS/template/7/images/search_01.png") !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  vertical-align: middle;
  border-radius: 0 20px 20px 0;
  cursor: pointer;
  border: none;
}
.ena {
  font-size: 14px;
  color: #fff;
  display: flex;
  align-items: center;
}
.ena img {
  margin-right: 10px;
}
/* 移动端栏目 */
.ejlm {
  display: none;
  width: 100%;
  margin: 10px 0;
}
.ejlm h2 {
  width: 100%;
  color: #fff;
  height: 50px;
  line-height: 50px;
  font-size: 16px !important;
  background: url(/DFS/template/7/images/lmqh.png) no-repeat right 0.8rem center #155fa0;
  padding: 0 10px;
  box-sizing: border-box;
  background-size: 35px 35px;
}
.ejlm .wp {
  max-width: 100%;
}
.ejlm ul {
  display: none;
  background: #155fa0;
  padding: 10px;
}
.ejlm ul li {
  width: 100%;
  line-height: 40px;
}
.ejlm ul li.active a {
  padding-left: 10px;
  color: #e6c390;
}
.ejlm ul li a {
  padding-left: 10px;
  color: #fff;
}
/* 搜索 */
.search_img {
  width: 1.7188vw;
  height: 5.2083vw;
  float: right;
}
.search_img:hover {
  cursor: pointer;
}
.search_form {
  display: none;
  width: 16.4063vw;
  height: 3.125vw;
  background: #f2f2f2;
  clear: both;
  z-index: 900;
  position: absolute;
  right: 17.1875vw;
}
.search01 {
  width: 12.5vw;
  height: 2.0833vw;
  line-height: 2.0833vw;
  border: none;
  background: #fff;
  margin: 0.5208vw 0vw 0.5208vw 0.5208vw;
  text-indent: 0.2604vw;
  float: left;
  font-size: 0.8333vw;
  color: #6c4466;
}
.search02 {
  width: 2.3958vw;
  height: 2.0833vw;
  background-image: url(/DFS/template/7/images/search_01.png);
  background-color: #6a005f;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 1.0938vw;
  border: none;
  float: left;
  padding: 0vw;
  margin: 0.5208vw 0vw;
  cursor: pointer;
}
.fixednav .search_form {
  top: 5.4vw;
}
/* 移动端导航栏 end */

@media screen and (max-width: 768px) {
  .news-index-wrap .small-news-list > a span {
    margin-right: 0px !important;
  }
  .news-index-wrap .small-news-list > a .time {
    min-width: 90px;
    overflow: auto;
  }
  #pages a.previous {
    position: relative;
    top: 0px;
    width: 20px;
    height: 32px;
    border-radius: 5px;
    border: 1px solid #dddddd;
  }

  #pages a.next {
    width: 20px;
    height: 32px;
    border-radius: 5px;
    border: 1px solid #dddddd;
    position: relative;
    top: 0px;
  }
  #pages span {
    width: 20px;
    height: 32px;
    border-radius: 5px;
    padding-left: 3px;
    padding-right: 3px;
  }
  #pages a {
    width: auto;
    height: 34px;
    height: 32px;
    border-radius: 5px;
    border: 1px solid #dddddd;
    padding: 0;
  }
  /* #pages-num {
    width: 20px;
    height: 32px;
    border-radius: 5px;
    border: 1px solid #dddddd;
  } */

  #pages font a {
    width: 46px;
    height: 32px;
  }
  body {
    zoom: 0% !important;
    width: 100% !important;
  }
  .hd {
    height: auto;
  }
  .tou {
    height: 75px !important;
  }
  .ejlm {
    display: block;
  }
  .ws {
    width: 95%;
  }
  .header-wrap {
    display: none !important;
  }
  .m-header {
    display: block !important;
  }
  .headh5 {
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 999;
  }
  .w {
    width: 95%;
  }
  .footer-right {
    display: none;
  }
  .footer > div > div {
    width: 100%;
    height: auto;
    display: flex;
  }
  .footer {
    min-width: 100%;
    width: auto;
    height: auto;
    box-sizing: border-box;
  }
  .footer-left {
    width: 100%;
    margin: 15px;
    padding-bottom: 15px;
  }
  body .swiper-wrap,
  .about-left {
    display: none;
  }

  /* 栏目 */
  .ms-search {
    width: 100%;
    box-sizing: border-box;
  }
  .main-ctr-page {
    width: 100%;
    display: flex;
    margin: 5px auto;
    flex-direction: column;
  }
  .nav-ty {
    width: 100% !important;
    height: 40px;
  }
  .channel_arccontent {
    width: 100%;
    overflow: hidden;
    font-family: arial;
  }
  .news-detail-wz {
    width: 100%;
  }
  .sub-page {
    min-width: 95%;
    width: 95%;
    margin: 0 auto;
    border-bottom: 1px solid #ccc;
  }
  .channel-content-title {
    width: 100% !important;
  }
  html,
  body {
    height: 100%;
    font-size: 16px;
  }
  .footer-bottom {
    width: 100% !important;
    height: auto !important;
  }
  .footer-bottom > span {
    line-height: 30px;
  }
  .channel-content-title {
    font-size: 22px;
  }
  .channel_arccontent,
  .channel_arccontent p,
  .channel_arccontent span,
  .channel_arccontent p span,
  .news-detail-content,
  .news-detail-content p,
  .news-detail-content span,
  .news-detail-content p span {
    font-size: 16px;
    line-height: 2;
    color: #333333;
    word-break: break-all;
    text-wrap-mode: wrap !important;
  }
  .channel_arccontent table td,
  .news-detail-content table td {
    border-left: 1px solid #ccc !important;
    border-top: 1px solid #ccc !important;
    padding-left: 2px !important;
  }
  .channel_arccontent table,
  .news-detail-content table {
    border-right: 1px solid #ccc !important;
    border-bottom: 1px solid #ccc !important;
  }
  .channel_arccontent img,
  .channel_arccontent p img,
  .channel_arccontent span img,
  .channel_arccontent p span img,
  .news-detail-content img,
  .news-detail-content p img,
  .news-detail-content span img,
  .news-detail-content p span img {
    max-width: 100% !important;
    height: auto !important;
  }
  .news-detail-content {
    width: 95%;
    margin: 0 auto;
    border-bottom: 1px solid #ccc;
  }
  .news-detail-title-author {
    margin-bottom: 15px;
  }

  .lianjie {
    width: 100%;
    justify-content: space-between;
  }
  .nav-ty > div:first-child {
    font-size: 18px;
  }
  .xxlist-news-item-ctr {
    width: 100%;
  }
  .xxlist-news-item-ctr > div:first-child {
    width: 70%;
    width: calc(100% - 85px);
  }
  .channel-arcgrid {
    width: 100%;
  }
  .channel-arcgrid > li {
    width: 48%;
    margin-bottom: 20px;
  }
  .channel-arcgrid > li > a > img {
    width: 100%;
    height: 160px;
  }
  .channel-arcgrid-context > p {
    width: 90%;
    height: 48px;
    margin: 15px;
  }
  .channel-arcgrid-context {
    width: 100%;
  }
  .channel-arcgrid-context > div {
    width: 85%;
    margin: 5px;
  }
  .channel-pictrue-main {
    width: 100%;
    min-height: calc(100% - 150px);
  }
  .channel-pictrue {
    width: 100%;
    height: auto;
  }
  .channel-pictrue-left {
    display: flex;
    width: 100%;
  }
  .channel-pictrue-left > span {
    width: 100%;
    height: auto;
    margin: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 1;
  }
  .channel-pictrue > a > img {
    display: none;
  }
  .channel-pictrue-left > div {
    margin: 15px;
  }
  .channel-pictrue-left > div {
    display: none;
  }
  .about-right {
    width: 100%;
  }
  .about-intrudoction-top {
    width: 100%;
    height: auto;
    flex-direction: column;
  }
  .about-intrudoction-top > div > p {
    width: 100%;
    height: auto;
    font-size: 16px;
    margin-bottom: 20px;
  }
  .about-intrudoction-top > img {
    width: 100%;
    height: auto;
    margin-left: 0;
    margin-top: 15px;
  }
  .about-intrudoction > p {
    width: 100%;
    height: 23px;
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 22px;
    line-height: 20px;
  }
  .imsa {
    width: 100% !important;
    height: auto !important;
  }
}
@media screen and (max-width: 660px) {
  .lianjie > a > img {
    width: 220px;
  }
}
@media screen and (max-width: 500px) {
  .lianjie > a {
    margin: 20px;
    width: 100%;
  }
  .lianjie > a > img {
    width: 100%;
  }
  .channel-arcgrid > li {
    width: 100%;
  }
  .channel-arcgrid-context > p {
    height: auto;
  }
  .channel-arcgrid-context {
    width: 100%;
    height: auto;
    margin-bottom: 15px;
  }
}
