﻿.swiper-pagination {
  text-align: right !important;
  padding-right: 20px;
  margin-bottom: 5px;
}

.swiper-pagination-bullet {
  background: #ffffff !important;
  opacity: 1 !important;
}

.swiper-pagination-bullet-active {
  width: 15px !important;
  background: #005faf !important;
}

body {
  background: #fefefe;
}

body .web13 {
  max-width: 1300px;
  padding: 0 20px;
  width: 100%;
}

body .slick-dots {
  left: 40px;
  z-index: 10;
}

.swiper-slide a {
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: block;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.swiper-slide .banner-tle {
  height: 40px;
  line-height: 40px;
  padding-left: 5px;
  padding-right: 60px;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  color: #ffffff;
  margin-top: -40px;
  z-index: 10;
  position: absolute;
  left: 0;
  bottom: 0;
}

.swiper-slide img {
  width: 100%;
}

.header-area {
  height: 200px;
  background: url(../images/headerbg.jpg);
  background-size: cover;
}

.header-area .header {
  display: flex;
  justify-content: space-between;
  height: 100%;
  background: url(../images/headerbg.png) no-repeat right bottom;
  background-size: auto 100%;
  align-items: center;
}

.header-area .logo a {
  max-height: 120px;
  display: block;
  max-width: 700px;
}

.header-area .logo img {
  max-height: 100%;
  max-width: 100%;
}

.header-area .logo .title {
  color: #ffffff;
  font-size: 40px;
  font-weight: bold;
  padding-left: 25px;
  padding-top: 2px;
  letter-spacing: 5px;
}

.header-area .logo .title .en {
  font-size: 13px;
  color: #ffffff;
  text-align: center;
  display: block;
}

.header-area .header-right {
  display: inline-block;
}

.header-area .header-right .header-link a {
  color: #ffffff;
  margin-right: 10px;
  font-size: 14px;
}

.header-area .header-right .search-box {
  margin-top: 10px;
}

.qrcode {
  text-align: center;
}

.qrcode > div {
  color: #ffffff;
  font-size: 12px;
  margin-top: 5px;
}

.marquee-area {
  height: 240px;
  background: #f0f0f0;
}

.img-marquee {
  width: 1150px;
  float: right;
  overflow: hidden;
  margin-top: -180px;
}

.marquee-list-left .tempWrap {
  width: 100% !important;
}

.marquee-list-left ul li {
  display: inline-block;
  margin-right: 12px;
  overflow: hidden;
}

.marquee-list-left ul li img {
  transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
}

.marquee-list-left ul li img:hover {
  transform: scale(1.1);
  -o-transform: scale(1.1);
  -webkit-transform: scale(1.1);
}

.main {
  background: #ffffff;
}

.main .ad {
  width: 100%;
}

.main {
  padding-top: 20px;
  background: transparent;
}

.submain {
  margin-bottom: 20px;
}

.main .ad img {
  width: 100%;
}

.subject-area {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
}

.subject-area .subject,
.content-add .subject {
  font: bold 22px/57px "Microsoft YaHei";
  color: #333333;
  display: inline-block;
  height: 60px;
  padding: 0 10px;
  margin-bottom: -3px;
  position: relative;
}

.subject-area .subject::after,
.content-add .subject::after {
  position: absolute;
  height: 3px;
  width: 100%;
  left: 0;
  bottom: 0;
  background-color: #005faf;
  display: block;
  content: "";
}

.subject-area .more,
.content-add .more {
  float: right;
  color: #fff;
  display: flex;
  align-items: center;
  border: 1px solid #afafaf;
  border-radius: 16px;
  font-size: 12px;
  padding: 4px 24px;
  background-color: #f39800;
}

.subject-area .more:hover,
.content-add .more:hover {
  background-color: #005faf;
  color: #fff;
}

.subject-area .more:hover::before,
.content-add .more:hover::before {
  height: 100%;
}

.conlist ul {
  display: flex;
  flex-direction: column;
}

.conlist ul li {
  padding-top: 12px;
  padding-bottom: 12px;
  border-bottom: 1px dashed #afafaf;
  font-size: 14px;
}

.conlist ul li:hover a .title {
  color: #005faf !important;
}

.conlist ul li:hover .time {
  background-color: #005faf;
  transition: all 0.5s;
}

.conlist ul li:hover .time p:nth-child(2) {
  color: #005faf;
}

.conlist ul li.flex {
  height: auto;
  flex-shrink: 0;
  border: none;
}

.conlist ul li.flex a {
  padding-left: 0;
  margin-left: 10px;
  border-bottom: 1px dashed #afafaf;
  height: 57px;
  width: calc(100% - 75px);
}

.conlist ul li.flex a::before {
  display: none;
}

.conlist ul li.flex a span {
  width: 100%;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.conlist ul li.flex a .title {
  color: #111111;
  margin-bottom: 8px;
}

.conlist ul li.flex a .thumb {
  color: #9a9a9a;
}

.conlist ul li .time {
  width: 65px;
  border-radius: 2px;
  box-shadow: 0 0 3px 2px rgba(0, 0, 0, 0.1);
  background-color: #4a9de2;
  text-align: center;
  height: 58px;
}

.conlist ul li .time p {
  padding-left: 0;
  text-align: center;
  text-indent: 0;
  margin-bottom: 0;
}

.conlist ul li .time p:first-child {
  height: 24px;
  color: #ffffff;
  font-size: 13px;
  line-height: 24px;
}

.conlist ul li .time p:nth-child(2) {
  color: #4a9de2;
  height: 30px;
  line-height: 30px;
  background-color: #ffffff;
  font-size: 22px;
  border-top: 1px solid #fff;
}

.conlist ul li .left-date {
  width: 70px;
  float: left;
  margin-bottom: 10px;
  background-color: #e9862f;
  margin-left: 10px;
  margin-right: 10px;
}

.conlist ul li .left-date .noticedate {
  font-size: 18px;
}

.conlist ul li .left-date div {
  text-align: center;
  color: #ffffff;
  padding: 5px;
}

.conlist ul li .news-right::before {
  background: unset !important;
}

.conlist ul li .news-right-abs {
  height: 30px;
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left: 20px;
  margin-bottom: 0;
}

.conlist ul li a::before {
  position: absolute;
  top: 50%;
  left: 10px;
  width: 6px;
  height: 6px;
  margin-top: -3px;
  background: #bfbfbf;
  content: "";
  border-radius: 50%;
}

.conlist ul li a {
  float: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left: 30px;
  position: relative;
  width: calc(100% - 90px);
  display: inline-block;
}

.conlist ul li .date {
  color: #676767;
  display: inline-block;
}

.conlist ul li p {
  color: #999;
  text-indent: 2em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  padding-left: 20px;
  line-height: 150%;
  margin-bottom: 10px;
}

.conlist ul li a:hover {
  color: #005faf;
}

.conlist ul li .date {
  float: right;
  padding: 0 5px;
  color: #b0b0b0;
}

.conlist ul li.first-news {
  height: auto;
}

.news .subject-area {
  margin-bottom: 0;
  border: 0;
}

.news .subject-area .subject {
  color: #005faf;
}

.news .conlist {
  padding: 0 10px;
  background-color: #005faf;
}

.news .conlist li a,
.news .conlist li span {
  color: #ffffff;
}

.news .conlist li:last-child {
  border: none;
}

.news .conlist li:hover {
  background-color: #e9862f;
}

.news .conlist li:hover a,
.news .conlist li:hover span {
  color: #ffffff;
}

.contact-us {
  padding: 20px;
  background: url("../images/i-shensu.png") no-repeat bottom 30px right 20px;
}

.contact-us p {
  background: url("../images/lxwm.jpg") no-repeat left top 8px;
  font-size: 14px;
  line-height: 30px;
  padding-left: 25px;
}

.main-area {
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
  flex-wrap: wrap;
}

.main-area .w50 {
  padding: 20px;
}

.main-area .main-left {
  display: inline-block;
}

.focuslist {
  width: 100%;
}

.focuslist .focus-item {
  width: 100%;
  height: 400px;
}

.focuslist .focus-item a {
  display: block;
  height: 100%;
  width: 100%;
  overflow: hidden;
  position: relative;
}

.focuslist .focus-item a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.focuslist .focus-item a span {
  background-color: rgba(0, 0, 0, 0.6);
  color: #ffffff;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 8px 16px;
  font-size: 14px;
  text-align: left;
  width: 100%;
}

.focuslist .slick-dots {
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  left: unset;
  right: 0;
  bottom: 10px;
}

.main-area .left-menu {
  width: 300px;
  margin-right: 30px;
  background: #f8f8f8;
}

.main-area .left-menu .menu-title {
  width: 100%;
}

.main-area .left-menu .menu-title span {
  position: relative;
  color: #ffffff;
  font-size: 22px;
  letter-spacing: 5px;
  background: #005faf url(../images/subject.png) left 10px center no-repeat;
  background-size: 40px 40px;
  width: 100%;
  height: 60px;
  line-height: 60px;
  display: block;
  padding-left: 80px;
}

.main-area .left-menu .menu-list > ul {
  background-color: #f8f8f8;
}

.main-area .left-menu .menu-list > ul > li {
  -o-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-transition-duration: 1s;
}

.main-area .left-menu .menu-list > ul > li.sub {
  position: relative;
}

.main-area .left-menu .menu-list > ul > li.sub ul {
  display: none;
}

.main-area .left-menu .menu-list > ul > li.sub::after {
  position: absolute;
  right: 10px;
  top: 15px;
  width: 20px;
  height: 20px;
  content: "";
  background: url(../images/i-up.png) no-repeat center center;
  background-size: cover;
  display: block;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}

.main-area .left-menu .menu-list > ul > li.sub.on::after {
  transform: rotate(0);
  -webkit-transform: rotate(0);
}

.main-area .left-menu .menu-list > ul a:hover,
.main-area .left-menu .menu-list > ul a.on,
.main-area .left-menu .menu-list > ul span:hover,
.main-area .left-menu .menu-list > ul span.on {
  color: #1273eb;
  padding-left: 65px;
}

.main-area .left-menu .menu-list > ul > li > a.on,
.main-area .left-menu .menu-list > ul > li > span.on {
  position: relative;
}

.main-area .left-menu .menu-list > ul > li > a.on::after,
.main-area .left-menu .menu-list > ul > li > span.on::after {
  position: absolute;
  left: 20px;
  top: 50%;
  content: "";
  background: url(../images/li-on.png) no-repeat center center;
  background-size: cover;
  -webkit-animation: roted 20s linear infinite;
  animation: roted 20s linear infinite;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  display: block;
}

.main-area .left-menu .menu-list > ul > li > a,
.main-area .left-menu .menu-list > ul > li > span {
  border-bottom: 1px solid #e7e7e7;
  padding-left: 60px;
}

.main-area .left-menu .menu-list > ul > li ul {
  background: #fcfcfc;
  padding-top: 5px;
}

.main-area .left-menu .menu-list > ul > li ul a {
  padding-left: 70px;
}

.main-area .left-menu .menu-list > ul > li ul a.on,
.main-area .left-menu .menu-list > ul > li ul span.on {
  background: url(../images/i_dot_r.png) no-repeat left 50px center;
  padding-left: 70px;
}

.main-area .left-menu .menu-list > ul > li > ul > li > a,
.main-area .left-menu .menu-list > ul > li > ul > li > span {
  transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
}

.main-area .left-menu .menu-list > ul > li > ul > li > a:hover,
.main-area .left-menu .menu-list > ul > li > ul > li > span:hover {
  padding-left: 75px;
}

.main-area .left-menu .menu-list > ul > li:first-child > a,
.main-area .left-menu .menu-list > ul > li:first-child > span {
  border-top: none;
}

.main-area .left-menu .menu-list a,
.main-area .left-menu .menu-list span {
  padding: 15px 20px;
  font-size: 16px;
  display: block;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  cursor: pointer;
}

.web13 .main-area .subpage-right {
  width: calc(100% - 320px);
  background: linear-gradient(#ffffff, rgba(255, 255, 255, 0.4));
}

.main-area .content-area {
  width: 100%;
  padding: 20px;
}

.main-area .content-area .content-add {
  border-bottom: 2px solid #afafaf;
  width: 100%;
  line-height: 40px;
  height: 40px;
}

.main-area .content-area .content-add span {
  line-height: 36px;
  height: 36px;
}

.main-area .content-area .content-add .subject {
  float: left;
  display: block;
  padding: 0 25px;
  font-weight: bold;
}

.main-area .content-area .content-add .dqwz {
  float: right;
  color: #888888;
  font-size: 14px;
}

.p20 {
  padding: 0 20px;
}

.slick-arrow {
  font-size: 0;
  border: none;
}

.slick-arrow.slick-prev {
  background: transparent url(../images/left.png) no-repeat center center;
}

.slick-arrow.slick-next {
  background: transparent url(../images/i-right.png) no-repeat center center;
}

.link-area .linklist {
  width: 100%;
  padding-top: 10px;
  padding-left: 20px;
  padding-right: 20px;
}

.link-area .linklist li {
  height: auto;
  padding-right: 8px;
  padding-left: 8px;
}

.link-area .linklist li a {
  width: 100%;
  display: block;
  border: 1px solid #ccc;
}

.link-area .linklist li a img {
  width: 100%;
}

.link-area .linklist span {
  display: block;
  width: 100%;
  text-align: center;
  color: #ffffff;
  font-size: 18px;
}

.footer-area {
  padding: 20px 0;
  text-align: center;
  font-size: 13px;
  clear: both;
  background: #005faf no-repeat;
  background-size: cover;
}

.footer-area .copy-area {
  color: #f0f0f0;
  text-align: center;
}

.web {
  width: 1200px;
  margin: 0 auto;
}

.flex-bet {
  display: flex;
  justify-content: space-between;
}

.footer-area .qrcode {
  text-align: center;
}

.footer-area .qrcode img {
  width: 130px;
}

.menu-area {
  background: #005faf;
}

.menu-area.fix {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1000;
}

.menu-area ul > li {
  display: inline-block;
  width: 10.6%;
  position: relative;
  height: 52px;
  text-align: center;
}

.menu-area ul > li > a {
  position: relative;
  height: 30px;
  margin-top: 10px;
  line-height: 30px;
  display: inline-block;
  cursor: pointer;
  transition: color 0.8s;
  -webkit-transition: color 0.8s;
  -o-transition: color 0.8s;
  -moz-transition: color 0.8s;
  text-align: center;
  color: #fff;
  font-size: 17px;
  font-weight: bold;
}

.menu-area ul > li ul {
  position: absolute;
  left: 0;
  top: 72px;
  background: #fefefe;
  box-shadow: 5px 5px 10px #888888;
  width: 100%;
  z-index: 200;
  transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  height: 0;
  overflow: hidden;
}

.menu-area ul > li ul li,
.menu-area ul > li ul li a {
  width: 100%;
  font-weight: normal;
  height: 40px;
  line-height: 40px;
  margin: 0;
}

.menu-area ul > li ul a {
  color: #333333;
  font-size: 16px;
}

.menu-area ul > li ul a:hover,
.menu-area ul > li ul a.on {
  border: none;
}

.menu-area ul > li > a:hover,
.menu-area ul > li > a.on {
  border-bottom: 1px solid #005faf;
}

.menu-area .p-nav ul > li a:hover {
  color: #005faf;
}

.menu-area ul > li:last-child > a:after {
  display: none;
}

.menu-area ul > li:hover ul {
  top: 48px;
  height: auto;
}

.adlist {
  margin-top: 30px;
}

.adlist > li {
  margin-top: 15px;
}

.adlist > li a {
  display: block;
}

.adlist > li a img {
  width: 100%;
}

#contentdetail .title {
  font-size: 18pt;
  font-weight: bold;
  color: #000000;
}

.search-box {
  margin-right: 20px;
  height: 100%;
  position: relative;
}

.search-box .search-txt {
  width: 250px;
  height: 32px;
  float: left;
  color: #999999;
  padding: 5px 50px 5px 20px;
  border-radius: 5px;
}

.searchform {
  position: relative;
}

.search-box .search-btn {
  border-radius: 0 5px 5px 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 42px;
  height: 32px;
  background: url("../images/icon-search.png") no-repeat center center #f39800;
  cursor: pointer;
}

#banner .slick-dots {
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}

.slick-dots .slick-active {
  background-color: #e49e49;
}

.slick-dots li {
  background: #e0e0e0;
}

.subpage-main {
  background: #eeefef;
}

.no_pc {
  display: none;
}

.m-menu-area {
  display: none;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  padding-top: 20px;
  z-index: 100;
  background: rgba(0, 0, 0, 0.8);
  width: 100%;
}

.m-menu-area .m-title {
  text-align: center;
  color: #ffffff;
}

.m-menu-area .m-nav {
  margin-top: 20px;
}

.m-nav > ul {
  background: #005faf;
}

.m-nav > ul ul {
  display: none;
}

.m-nav > ul > li > a,
.m-nav > ul > li > span {
  border-bottom: 1px solid #e0e0e0;
  padding-left: 20px;
}

.m-nav > ul > li > ul {
  background: #1273eb;
}

.m-nav > ul > li > ul > li > span,
.m-nav > ul > li > ul > li > a {
  padding-left: 30px;
}

.m-nav > ul > li:first-child > a,
.m-nav > ul > li:first-child > span {
  border-top: none;
}

.m-nav a,
.m-nav span {
  padding: 10px 20px;
  font-size: 14px;
  display: block;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  color: #ffffff;
}

.pb_sys_style1 .p_no_d {
  background-color: #005faf !important;
  border: 1px solid #fce5e9 !important;
}

input[name="FindButton"] {
  background: #005faf;
  color: #ffffff;
  padding: 2px 15px;
}

.searchbar {
  margin-top: 10px;
  width: 44px;
  height: 40px;
  background: #e49e49 url(../images/icon-search.png) no-repeat center center;
  display: block;
}

.searchbar.on {
  background-image: url(../images/i-close.png);
  background-size: 30px 30px;
}

.hide {
  display: none !important;
}

.zt_area {
  position: relative;
  padding-bottom: 50px;
  background-size: cover;
}

.zt_area .swiper-container {
  position: unset;
}

.zt_area .swiper-pagination {
  top: unset !important;
  bottom: -40px !important;
}

.zt_area .web13 {
  padding: 0 10px;
  position: relative;
}

.zt_area .swiper-button-prev {
  left: -20px;
  top: 75%;
  background-size: 14px 28px;
}

.zt_area .swiper-button-next {
  right: -20px;
  top: 75%;
  background-size: 14px 28px;
}

#ztlist .slick-dots {
  left: 50%;
  bottom: -20px;
}

#ztlist .dd {
  padding: 20px;
}

#ztlist .dd a {
  width: 100%;
  display: block;
  padding: 20px 10px;
  text-align: center;
  font-size: 20px;
  border-bottom: 1px solid #e49e49;
  transition: all 0.2s;
  align-items: center;
  justify-content: center;
  background: url(../images/ztbg.png) no-repeat left center;
  background-size: 40px 40px;
}

#ztlist .dd a:hover {
  border-color: #e49e49;
  color: #e49e49;
}

#ztlist .dd:nth-child(2n) a {
  border-color: #f5b00b;
  background-image: url(../images/ztbg2.png);
}

.bdlist {
  background-image: unset;
  height: 60px;
}

.bdlist .subject {
  height: 60px;
  padding-left: 40px;
  padding-right: 40px;
  cursor: pointer;
  border-bottom: 2px solid #898989;
  color: #898989;
}

.bdlist .subject.on, .bdlist .subject:hover {
  border-bottom: 2px solid #005faf;
  color: #033c95;
}

.center_subject {
  font: 22px "Microsoft YaHei";
  color: #333333;
  height: 66px;
  line-height: 60px;
  text-align: center;
}

.center_subject span {
  position: relative;
  padding-left: 40px;
  background: url(../images/i-lm.png) no-repeat left center;
}

.center_subject span::after, .center_subject span::before {
  position: absolute;
  top: 50%;
  display: block;
  content: "";
  height: 1px;
  width: 20vw;
  background-color: #005faf;
}

.center_subject span::before {
  left: 160px;
}

.center_subject span::after {
  right: 160px;
}

.bg {
  background: #ffffff url(../images/bottombg.jpg) no-repeat center bottom;
  background-size: 100% auto;
  padding-bottom: 40px;
  display: flex;
  flex-direction: column;
}

.worksubject {
  font-size: 22px;
  position: relative;
  padding-bottom: 20px;
  margin-top: 20px;
}

.worksubject span {
  position: absolute;
  left: 50%;
  top: 0;
  z-index: 2;
  transform: translateX(-50%) translateY(-50%);
}

.worksubject em {
  position: absolute;
  left: 50%;
  top: 0;
  z-index: 0;
  font-size: 40px;
  color: #ededed;
  transform: translateX(-50%) translateY(-50%);
}

.bottombg {
  position: relative;
  padding-bottom: 40px;
}

.bottombg::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: url(../images/bottombg.png) no-repeat bottom -50% center;
}

.bottombg .main-area {
  position: relative;
  z-index: 1;
}

.article-detail .detail {
  padding: 20px;
}

.article-detail .detail .name {
  width: 100%;
  text-align: center;
  font-size: 1.25vw;
  line-height: 1.562vw;
  font-weight: 400;
}

.article-detail .detail .publish {
  text-align: center;
  margin: 0.58rem 0;
  font-size: 0.83vw;
}

.article-detail .detail .contents {
  margin-top: 20px;
}

.article-detail .detail div {
  overflow-x: auto;
}

.article-detail .detail p {
  width: 100%;
  background: transparent !important;
}

.article-detail .detail p img {
  max-width: 100%;
}

.article-detail .detail table {
  margin: 0 auto;
  caption-side: top;
  width: 100%;
  border-collapse: collapse;
  empty-cells: hide;
  border: 1px solid #333;
  max-width: 100%;
}

.article-detail .detail table img {
  height: auto !important;
}

@media screen and (max-device-width: 1000px) {
  .no_mobile {
    display: none !important;
  }
  body .web13 {
    padding: 0;
  }
  .main {
    background: #ffffff;
  }
  .no_pc {
    display: block !important;
  }
  .web {
    width: 100%;
  }
  body > div {
    width: 100%;
  }
  #p-search {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 20;
    margin: 0 auto;
    padding: 200px 20px 40px 20px;
    width: 100%;
  }
  #p-search .searchform {
    position: relative;
  }
  #p-search.on {
    display: block;
    background-color: rgba(0, 0, 0, 0.8);
  }
  #p-search form {
    width: 100%;
  }
  #p-search.search-box {
    margin: 0;
  }
  #p-search.search-box .search-txt {
    width: 100%;
  }
  .main-area {
    flex-direction: column;
  }
  .main-area > div {
    width: 100% !important;
  }
  .main-area .main-right {
    margin-top: 20px;
  }
  .main-area .content-area {
    display: flex;
    flex-direction: column;
    margin-top: 0;
  }
  .main-area .content-area .content-add {
    float: left;
    padding: 0 8px;
    height: auto;
  }
  .main-area .content-area .content-add span {
    height: auto;
    line-height: 150%;
  }
  .main-area .content-area .content-add .dqwz {
    float: left;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .main-area .content-area .conlist {
    padding: 20px 8px;
  }
  .conlist ul li .click {
    float: right;
  }
  #contentdetail {
    padding: 8px;
  }
  #contentdetail .title {
    margin: 0 0 20px 0;
  }
  .swiper-wrapper img {
    /* width: 100%; */
    min-width: 100%;
    height: 30vh;
    object-fit: cover;
  }
  .conlist ul li {
    height: unset;
  }
  .header-area {
    height: auto;
    border-bottom: 1px solid #817378;
  }
  .header-area .header {
    height: auto;
    position: relative;
  }
  .header-area .logo {
    padding-top: 20px;
    width: 100%;
    padding-bottom: 20px;
    padding-left: 8px;
  }
  .header-area .logo a {
    width: 100%;
    float: left;
  }
  .header-area .logo img {
    width: 80%;
    float: left;
    height: auto;
  }
  .header-area .logo .line {
    display: none;
  }
  .header-area .logo .title {
    clear: both;
    float: left;
    padding-left: 50px;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 20px;
    height: 30px;
    line-height: 30px;
  }
  .header-area .logo .title .en {
    font-size: 9px;
    color: #ffffff;
    text-align: center;
    display: block;
    font-weight: normal;
    letter-spacing: 0px;
  }
  .navbar-toggle {
    position: fixed;
    z-index: 210;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
  }
  .navbar-toggle .navbar {
    border-color: #e49e49;
    background: #e49e49 url(../images/i-menu.png) no-repeat center center;
    background-size: 30px 30px;
    width: 44px;
    height: 40px;
  }
  .navbar-toggle.on {
    top: 4%;
  }
  .navbar-toggle.on .navbar {
    opacity: 1;
    background-image: url(../images/i-close.png);
  }
  .navbar-toggle .navbar .icon-bar {
    width: 30px;
    height: 2px;
    background-color: #f0f0f0;
    margin: 6px 2px;
  }
  .copy-area > div {
    width: 100% !important;
    float: left;
  }
  .footer-area .copy-area p {
    text-align: left;
    padding: 0 20px;
  }
  #ztlist .dd {
    padding: 10px;
  }
  #ztlist .dd a {
    background-size: 20px 20px;
    font-size: 16px;
  }
  .footer-area .copy-area p span {
    display: block;
    margin: 0;
  }
  .conlist ul li a {
    padding-left: 5px;
  }
  .conlist ul li a::before {
    left: 0;
    width: 4px;
    height: 4px;
  }
  .main-area .w50,
  .main-area .content-area {
    padding: 10px;
  }
  .article-detail .detail .name {
    font-size: 16px;
    line-height: 200%;
    margin: 10px 0;
  }
}

@media screen and (max-device-width: 800px) {
  .flex-bet {
    flex-direction: column;
  }
}

@media screen and (max-device-width: 500px) {
  .header-area .logo img {
    width: 100%;
  }
  .header-area .header-right {
    padding-right: 8px;
  }
  .main-area .content-area .conlist,
  .article-detail .detail {
    padding: 0;
  }
}

@-webkit-keyframes roted {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

@keyframes roted {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.pb20 {
  padding-bottom: 20px;
}