.head-image{
    width: 100%;
    overflow: hidden;
}
.head-image a{
    display:block;
    width: 100%;
    height: 100%;
    position: relative;
    left: 50%;
    margin-left: -1280px;
}

.header {
  width: 100%;
  min-width: 1280px;
  margin: 0 auto;
  text-align: center;
}

.header .header-top {
  width: 1280px;
  margin: 0 auto;
  color: #fff;
  height: 50px;
  padding: 30px 0;
}

.header .logo {
  width: 1280px;
  padding: 50px 0 180px 0;
  position: relative;
  margin: 0 auto;
}

.header .logo .logo-sub {
  position: absolute;
  bottom: -150px;
  right: 0;
}

.header .nav {
  width: 100%;
}

.header .nav .content {
  background-color: var(--main-color);
  width: 1280px;
  margin: 0 auto;
  height: 70px;
  line-height: 70px;
  display: flex;
  position: relative;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.header .nav .content::before {
  width: 0;
  height: 0;
  left: 1px;
  bottom: -11px;
  content: '';
  position: absolute;
  border-left: 13px solid transparent;
  border-right: 13px solid transparent;
  border-bottom: 13px solid var(--accent-color);
  transform: rotate(45deg);
}

.header .nav .content::after {
  width: 0;
  height: 0;
  right: 1px;
  bottom: -11px;
  content: '';
  position: absolute;
  border-left: 13px solid transparent;
  border-right: 13px solid transparent;
  border-bottom: 13px solid var(--accent-color);
  transform: rotate(-45deg);
}

.header .nav .content .menu {
  /* margin-left: 15px;
  width: 1000px; */
  width: 1200px;
  margin: 0 auto;
}

.header .nav .content .menu ul {
  display: flex;
}

.header .nav .content .menu ul li {
  position: relative;
  flex: 1;
}

.header .nav .content .menu ul li a {
  font-size: 22px;
  padding: 0 25px;
  color: #fff;
  display: block;
}

.header .nav .content .menu ul li a img {
  width: 22px;
  height: 22px;
}

.header .nav .content .menu ul li a:hover {
  background-color: var(--sub-color);
}

.header .nav .content .menu ul li > ul {
  position: absolute;
  top: 70px;
  left: 0;
  z-index: 999;
  display: none;
  box-shadow: 3px 3px 6px #999;
  background: #fff;
  width: 100%;
}

.header .nav .content .menu ul li > ul li {
  width: 100%;
  height: 45px;
  line-height: 45px;
  position: relative;
}

.header .nav .content .menu ul li > ul li::before {
  position: absolute;
  bottom: -1px;
  left: 10%;
  content: '';
  height: 1px;
  width: 80%;
  margin: 0 auto;
  background-color: #f1f1f1;
}

.header .nav .content .menu ul li > ul li:last-child::before {
  height: 0;
  content: '';
}

.header .nav .content .menu ul li > ul li a {
  color: var(--main-color);
  font-size: 14px;
}

.header .nav .content .menu ul li > ul span {
  background: #fff;
  width: 12px;
  height: 12px;
  display: block;
  position: absolute;
  right: 45%;
  top: -5px;
  transform: rotate(45deg);
}

.header .nav .content .menu ul li > ul li:hover a {
  color: #fff;
}

.header .nav .content .menu ul li:hover ul {
  display: block;
}

/*.displaynav {*/
/*  display: none;*/
/*  cursor: pointer;*/
/*}*/

.header .search {
  width: 200px;
  border-radius: 50px;
  height: 35px;
  line-height: 35px;
  margin: 0 auto;
  border: 1px solid #fff;
  background-color: #fff;
}

.header .search .search-from {
  width: 100%;
  position: relative;
}

.header .search .search-from input {
  outline: none;
  border: 0;
  height: 30px;
  line-height: 30px;
  background: transparent;
  padding: 0 10px;
  color: #333;
  font-size: 15px;
  width: 170px;
  display: inline-block;
  vertical-align: middle;
  margin-top: -5px;
  margin-left: 5px;
  position: relative;
}

.header .search .search-from .search-submit {
  background-image: url(https:/www.perd.gov.cn/static/cms/perd/image/icon-search.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-color: transparent;
  background-size: 100% 100%;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 3px;
  right: 10px;
  border: 0;
  outline: none;
  vertical-align: middle;
}

/**
 * 头条
 */
.news-top {
  background-image: url(https:/www.perd.gov.cn/static/cms/perd/image/icon-top.png);
  background-repeat: no-repeat;
  background-position: 30px 50px;
}

.news-top h2 {
  padding-top:50px;
  font-size: 40px;
  font-weight: 600;
  width: 850px;
  text-align: center;
  margin: 0 80px 0 180px;
  line-height: 50px;
  min-height: 110px;
}

.news-top h2 a {
  color: var(--main-color);
}

.news-top p {
  text-align: center;
  font-size: 18px;
  padding-bottom:20px;
}

.news-top h2 a:hover {
  color: var(--sub-color);
}

/**
 * 新闻
 */
.news-boxes {
  overflow: hidden;
}

.news-slide {
  overflow: hidden;
  width: 600px;
  height: 380px;
  position: relative;
}

.news-slide .swiper-container {
  width: 100%;
  height: 100%;
  position: relative;
  /* margin-left: auto;
  margin-right: auto; */
}
.news-slide .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff; /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.news-slide .swiper-slide img {
  width: 100%;
  height: 100%;
  max-width: 100%;
}
.news-slide .swiper-slide p {
  position: absolute;
  bottom: 10px;
  width: 100%;
  text-align: left;
  color: #fff;
  z-index: 11;
  margin: 0;
  background-color: rgba(51, 51, 51, 0.61);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 50px;
  padding-top: 12px;
  padding-left: 15px;
  font-size: 16px;
}
.news-slide .swiper-pagination {
  bottom: 10px;
  text-align: right;
  padding-right: 15px;
}

.news {
  width: 562px;
  margin-left: 20px;
}

.news .hd li {
  font-size: 28px;
}
.news .list ul li{
    display: flex;
    justify-content: space-between;
}
.news .list li a {
  width: 70%;
}

/**
 * 人大要闻
 */
.news-group {
  background-color: #f5f5f5;
  position: relative;
  padding-top: 50px;
}

.news-group .title {
  position: absolute;
  top: -20px;
}

.news-group .title h3 {
  padding: 5px 10px 0 10px;
}

.news-group .title-info {
  background-color: var(--main-color);
  color: #fff;
  width: 180px;
  text-align: center;
}
.news-group .title h3 {
  color: #fff;
}

.news-group .title span {
  width: 0;
  height: 0;
  left: 171px;
  top: 7.5px;
  content: '';
  position: absolute;
  border-left: 13px solid transparent;
  border-right: 13px solid transparent;
  border-bottom: 13px solid var(--accent-color);
  transform: rotate(225deg);
}

.news-group ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  padding: 0 40px 15px 40px;
}

.news-group ul li {
  width: 50%;
  display: block;
  height: auto;
  padding: 0;
  border: none;
  padding-left: 18px;
  background: url(https:/www.perd.gov.cn/static/cms/perd/image/s-01.png) left center no-repeat;
  list-style: none;
  line-height: 40px;
  font-size: 16px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/**
 * ad one
 */
.ad {
  margin: 10px 0;
}
.ad ul li {
  cursor: pointer;
}

.ad ul li img {
  border-radius: 2px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.ad ul li:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}

.ad-layout ul li {
  overflow: hidden;
  margin-bottom: 10px;
}

.ad-layout ul li:last-child{
    margin-bottom: 0;
}

.ad-layout ul li img {
  width: 100%;
}

.ad-flex ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.ad-flex ul li {
  width: 280.5px;
  margin-right: 20px;
  overflow: hidden;
}

.ad-flex ul li:nth-of-type(4n + 0) {
  margin-right: 0;
}

.ad-flex ul li img {
  width: 100%;
}

.ad-home-tl {
  position: relative;
  height: 100px;
  overflow: hidden;
}

.ad-home-one {
  position: relative;
  height: 100px;
  overflow: hidden;
}

.ad-home-one .swiper-slide img {
  width: 100%;
  height: 100%;
}

.ad-home-one .swiper-pagination {
  bottom: 5px;
  text-align: right;
  padding-right: 15px;
  display: flex;
  left: 50%;
  top: 90%;
}

.ad-home-one .swiper-pagination span {
  margin: 0 3px !important;
}

.ad-home-one .swiper-pagination .swiper-pagination-bullet-active {
  opacity: 1;
}

/**
 * 首页中部内容
 */
.news-layout {
  overflow: hidden;
}

.news-layout .news-left {
  width: 850px;
}

.news-layout .news-right {
  width: 292px;
}

.news-model .qwfb .tempWrap {
  width: 860px;
}

.news-flex{
  display: flex;
  justify-content: space-between;
}

/**
 * 人大会议
 */
.news-meeting-box {
  height: 150px;
  border-radius: 2px;
}

.news-meeting-box ul {
  display: flex;
  padding: 30px 50px;
}

.news-meeting-box ul li {
  width: 360.33px;
  text-align: center;
  line-height: 80px;
  font-size: 22px;
  border-radius: 5px;
  margin: 0 30px;
  position: relative;
}

.news-meeting-box ul li a::before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	opacity: 0;
	background-color: rgba(255,255,255,0.5);
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
	-webkit-transform: scale(0.5, 1);
	transform: scale(0.5, 1);
}
.news-meeting-box ul li a:hover::before{
	opacity: 1;
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1);
  cursor: pointer;
}

.news-meeting-box ul li a {
  color: #fff;
  display: block;
}

.news-meeting-box ul li img{
  width: 28px;
  height: 28px;
  margin-right: 10px;
}

/**
 * 概况
 */

.news-survey {
  width: 380px;
  border-radius: 2px;
}

.news-survey-head {
  display: flex;
  margin: 30px 0;
}

.news-survey-head .item {
  margin: 30px;
  text-align: center;
  position: relative;
}

.news-survey-head .item.ry {
  width: 65%;
}

.news-survey-head .item.jg {
  width: 35%;
}

.news-survey-head .item .box {
  width: 60px;
  height: 60px;
  border-radius: 50px;
  margin: 0 auto;
  padding: 10px;
}

.news-survey-head .item .box img {
  width: 100%;
  height: 100%;
}

.news-survey-head .item p {
  margin-top: 10px;
  line-height: 24px;
  font-size: 18px;
  font-weight: 600;
}

.news-survey-head .item::after {
  content: '';
  width: 1px;
  height: 100px;
  position: absolute;
  top: 10px;
  right: -20px;
}

.news-survey-head .item:last-child::after {
  background: none;
}

.news-survey-group {
  padding: 0 40px;
  margin-bottom: 50px;
}

.news-survey-group ul li {
  width: 100%;
  height: 80px;
  font-size: 16px;
  text-align: center;
  margin-bottom: 30px;
  border-radius: 2px;
  padding: 10px 0;
}

.news-survey-group ul li img {
  width: 30px;
  height: 30px;
}

.news-survey-group ul li a {
  color: #fff;
  display: block;
}

.news-content {
  width: 760px;
  display: flex;
  flex-wrap: wrap;
}

.news-content .item {
  width: 360px;
  margin-right: 40px;
  margin-bottom: 20px;
}

.news-content .item:nth-of-type(2n) {
  margin-right: 0;
}

.news-content .item .title {
  font-size: 28px;
}

.news-content .item:last-child {
  margin-bottom: 0;
}

.news-content .item:nth-last-child(2) {
  margin-bottom: 0;
}

/**
 * 新闻
 */
.news-item {
  width: 571px;
}

.news-item .title {
  border-bottom: 1px solid #f1f1f1;
}

/**
 * 县区动态
 */
.news-dt .title {
  border-bottom: 1px solid #f1f1f1;
}
.news-dt .title h3 {
  color: #333;
}

/**
 * 宣传
 */
.news-publicity .news-tab .hd li {
  width: 49%;
  font-size: 28px;
}

.news-publicity .swiper-container {
  width: 100%;
  height: 100%;
}

.news-publicity .image-slide {
  width: 292px;
  float: left;
  height: 180px;
  position: relative;
  background-color: #f5f5f5;
  margin-top: 20px;
}

.news-publicity .image-slide .image-slide-box li {
  width: 292px;
  height: 180px;
  border-radius: 2px;
}

.news-publicity .image-slide .image-slide-box li img {
  width: 100%;
  height: 180px;
  border-radius: 2px;
  background-color: #f5f5f5;
}
.news-publicity .image-slide .image-slide-box li p {
  background-color: rgba(51, 51, 51, 0.61);
  padding: 10px;
  position: absolute;
  bottom: -5px;
  left: 0;
  color: rgba(255, 255, 255, 0.8);
  width: 100%;
  font-size: 16px;
  color: #fff;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
}

.news-publicity .image-slide .image-slide-box li a{
    display: block;
    width: 100%;
    height: 100%;
}

.news-publicity .image-slide .image-slide-dot span {
  display: inline-block;
  background: #fff;
  opacity: 0.5;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  margin: 0 4px;
  cursor: pointer;
}

.news-publicity .image-slide .image-slide-dot {
  height: 50px;
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 999;
  text-align: center;
}

.news-publicity .image-slide .image-slide-dot span.on {
  opacity: 1;
  background: var(--main-color);
}

.shipinxinwen .image-slide-box ul li span {
  display: block;
  width: 48px;
  height: 48px;
  background: url(https:/www.perd.gov.cn/static/cms/perd/image/icon-video.png) no-repeat center center;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -24px;
  margin-left: -24px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.shipinxinwen .image-slide-box ul li:hover span {
  transform: scale(1.15);
  -webkit-transform: scale(1.15);
  -moz-transform: scale(1.15);
  -ms-transform: scale(1.15);
  -o-transform: scale(1.15);
}

/**
 * 底部
 */

.footer {
  background-color: #f1f1f1;
  padding: 50px 0 30px 0;
}

.footer .layout {
  background: none;
}

.footer-box {
  padding: 0 100px;
  display: flex;
  background-color: #e7e7e7;
  box-sizing: border-box;
  border-radius: 10px;
}

.footer-box .item {
  margin: 0 20px;
  padding: 40px 10px;
  font-size: 14px;
}

.biaoshi {
  width: 180px;
  background-color: #e7e7e7;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.biaoshi img {
  width: 70px;
}

.copyright {
  width: 500px;
}

.copyright span {
  margin: 0 10px;
}

.copyright span img {
  height: 14px;
  width: 14px;
}

.ewm{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100px;
}

.footer-link {
  width: 100%;
  margin: 0 auto 30px auto;
}

.footer-link ul {
  display: flex;
}

.footer-link ul li {
  width: 295.5px;
  margin-right: 25px;
  text-align: center;
  position: relative;
  background: #fff url(https:/www.perd.gov.cn/static/cms/perd/image/icon-down.png) no-repeat 240px center;
  text-align: center;
  border: 1px solid #ddd;
  cursor: pointer;
}

.footer-link ul li:last-child {
    margin-right: 0;
}

.footer-link ul li dl {
  display: none;
  width: 276.75px;
  height: auto;
  max-height: 340px;
  overflow-y: scroll;
  background-color: #fff;
  border: 1px solid #ccd1d3;
  position: absolute;
  left: -1px;
  background-color: #fff;
  bottom: 30px;
  z-index: 1000;
  padding: 10px 0;
}

.footer-link ul li:hover dl {
  display: block;
}

.footer-link ul li dl::-webkit-scrollbar {
  width: 3px;
  height: 10px;
}

.footer-link ul li dl::-webkit-scrollbar-thumb {
  border-radius: 5px;
  /* -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); */
  background-color: rgba(47, 47, 47, 0.39);
}

.footer-link ul li dl::-webkit-scrollbar-track {
  /* -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1); */
  background-color: #f1f1f1;
}

/**
 * 专题
 */
.new-special {
  overflow: hidden;
}

.new-special-box {
  position: relative;
}

.new-special-box .tempWrap {
  width: 1182px !important;
}

.new-special-box ul li {
  width: 280.5px;
  height: 100px;
  margin-right: 20px;
  overflow: hidden;
  border-radius: 2px;
}

.new-special-box ul li img {
  width: 280.5px;
  height: 100px;
  background-color: #f5f5f5;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.new-special-box ul li:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}

.new-special-box .prev,
.new-special-box .next {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -25px;
  display: block;
  width: 32px;
  height: 40px;
  background: url(https:/www.perd.gov.cn/static/cms/perd/image/slider-arrow.png) -110px 5px no-repeat;
  filter: alpha(opacity=50);
  opacity: 0.5;
}

.new-special-box .next {
  left: auto;
  right: 0;
  background-position: 8px 5px;
}

.new-special-box .prev:hover,
.new-special-box .next:hover {
  filter: alpha(opacity=100);
  opacity: 1;
}

.new-special-box .prevStop {
  display: none;
}

.new-special-box .nextStop {
  display: none;
}

/**
 * news-public
 */
.news-public {
  /* background-color: #f5f5f5; */
  display: flex;
}

.news-public .news-gb {
  width: 850px;
}

.news-public .news-zz {
  width: 320px;
}

.news-public .news-extend {
  width: 292px;
}

.news-public .news-gb .title,
.news-public .news-zz .title,
.news-public .news-extend .title {
  border-bottom: 1px solid #f1f1f1;
}

.news-public .item {
  margin-right: 40px;
}

.news-public .item:last-child {
  margin-right: 0;
}

.news-public .title {
  color: var(--main-color);
}

.news-public .news-gb ul {
  display: flex;
  padding: 20px 5px 0 5px;
}

.news-public .news-gb ul li {
  width: 150px;
  margin-right: 10px;
  border: 1px solid #f1f1f1;
  overflow: hidden;
}

.news-public .news-gb ul li img {
  width: 100%;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.news-public .news-gb ul li:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}

.news-public .news-gb ul li:last-child {
  margin-right: 0;
}

.news-public .news-zz ul {
  padding: 20px 0 0 0;
}

.news-public .news-zz ul li {
  background-color: #fff;
  border: 1px solid #f1f1f1;
  display: none;
}
.news-public .news-zz ul li:first-child{
	display: block;
}
.news-public .news-zz ul li a {
  display: flex;
}

.news-public .news-zz ul li .image {
  width: 150px;
  height: 214px;
  overflow: hidden;
}

.news-public .news-zz ul li .image img {
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.news-public .news-zz ul li:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}

.news-public .news-zz ul li .title {
  display: block;
  margin-top: 65px;
  text-align: center;
  color: #333;
  margin-left: auto;
  margin-right: auto;
}

.news-public .news-zz ul li .title h3 {
  font-size: 18px;
  font-weight: 600;
}

.news-public .news-zz ul li .title p{
    font-size: 14px;
}

.news-public .news-zz ul li:hover .title {
  color: var(--main-color);
}

.news-public .news-zz ul li span {
  font-size: 14px;
  color: #999;
  font-weight: normal;
}

.news-public .news-extend ul {
  padding: 10px 0 0 0;
}

.news-public .news-extend ul li {
  width: 100%;
  display: inline-block;
  text-align: center;
  height: 61.2925px;
  line-height: 61.2925px;
  /*height: 47px;
  line-height: 47px;*/
  margin-bottom: 10px;
  background-color: rgb(228, 228, 228);
  font-size: 18px;
  border-radius: 2px;
}

.news-public .news-extend ul li:last-child {
  margin-bottom: 0;
}

.news-public .news-extend ul li a {
  display: block;
  width: 100%;
  height: 100%;
}

.news-public .news-extend ul li img {
  width: 100%;
  height: 100%;
}

/**
 * 聚合页面布局
 */
.new-group {
  overflow: hidden;
}

/*** 聚合标题 ***/
.new-group .new-box .title {
  display: flex;
  line-height: 50px;
  position: relative;
  position: relative;
  width: 100%;
}

.new-group .new-box .title h3 {
  font-weight: 600;
  padding: 0 15px 0 0;
  font-size: 28px;
  color: var(--main-color);
  background-color: #fff;
  z-index: 2;
}

.new-group .new-box .title h3 a {
  color: var(--main-color);
}

.new-group .new-box .title::before {
  content: '';
  height: 5px;
  width: 100%;
  background-color: #f1f1f1;
  position: absolute;
  top: 25px;
}

.new-group .new-box .title h3 img {
  width: 28px;
  height: 28px;
  margin-top: -5px;
}

.new-group .new-box .title span {
  margin-left: auto;
  background-color: #fff;
  z-index: 9;
  padding-left: 20px;
}

.new-group .new-box .title span a {
  font-size: 14px;
  color: #999;
}

/*** 聚合列表 ***/
.new-group .list ul li {
  display: flex;
}

.new-group .list ul li a {
  width: 80%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.new-group .list ul li span {
  margin-left: auto;
}

/*** 聚合幻灯 ***/
.new-group .new-slide {
  height: 350px;
}

.new-group .new-slide .swiper {
  height: 350px;
}

.new-group .new-slide .swiper .swiper-slide {
  position: relative;
  border-radius: 2px;
}

.new-group .new-slide .swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  border-radius: 2px;
}

.new-group .new-slide .swiper .swiper-pagination {
  text-align: right;
  right: 10px;
  left: auto;
  bottom: 10px;
}

.new-group .new-slide .swiper .swiper-slide a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}

.new-group .new-slide .swiper .swiper-slide p {
  position: absolute;
  bottom: 0;
  font-size: 20px;
  color: #fff;
  width: 100%;
  height: 52px;
  line-height: 52px;
  text-indent: 29px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  background-color: rgba(51, 51, 51, 0.71);
}

.new-group .new-slide .swiper .swiper-pagination-bullet-active {
  background-color: var(--sub-color);
}

/*** 聚合图片 ***/
.new-group .new-image-box ul {
  display: flex;
}

.new-group .new-image-box ul li {
  padding-left: 0;
  width: 380px;
  margin-right: 15px;
  height: 230px;
  position: relative;
  display: none;
}

.new-group .new-image-box ul li:first-child{
	display: block;
}

.new-group .new-image-box ul li a {
  width: 100%;
}

.new-group .new-image-box ul li img {
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.new-group .new-image-box ul li p {
  position: absolute;
  bottom: 0;
  background-color: rgba(51, 51, 51, 0.71);
  padding: 0 10px;
  left: 0;
  color: rgba(255, 255, 255, 0.8);
  width: 100%;
  font-size: 16px;
}

/*** 聚合图片/视频 ***/
.new-group .new-video-box {
  position: relative;
}

.new-group .new-video-box ul {
  display: flex;
}

.new-group .new-video-box ul li {
  padding-left: 0;
  width: 280.5px;
  margin: 0;
  margin-right: 15px;
  height: 160px;
  position: relative;
}

.new-group .new-video-box ul li a {
  width: 100%;
}

.new-group .new-video-box ul li img {
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.new-group .new-video-box ul li p {
  position: absolute;
  bottom: 0;
  background-color: rgba(51, 51, 51, 0.71);
  padding: 0 10px;
  left: 0;
  color: rgba(255, 255, 255, 0.8);
  width: 100%;
  font-size: 16px;
}

.new-group .new-video-box ul li.video span {
  display: block;
  width: 48px;
  height: 48px;
  background: url(https:/www.perd.gov.cn/static/cms/perd/image/icon-video.png) no-repeat center center;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -24px;
  margin-left: -24px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.new-group .new-video-box ul li.video:hover span {
  transform: scale(1.15);
  -webkit-transform: scale(1.15);
  -moz-transform: scale(1.15);
  -ms-transform: scale(1.15);
  -o-transform: scale(1.15);
}

.new-group .new-video-box ul li.video:hover img {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}

.new-group .new-video-box ul li:hover p {
  color: #fff;
}

.new-group .new-video-box ul li:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}

.new-group .new-video-box ul li:last-child{
  margin-right: 0;
}

/*** 聚合tab ***/
.new-group .new-tab {
  width: 100%;
}

.new-group .new-tab .hd ul {
  display: flex;
  width: 900px;
  margin: 10px auto;
  align-items: center;
  justify-content: center;
}

.new-group .new-tab .hd ul li {
  width: 200px;
  line-height: 45px;
  border: 1px solid #f1f1f1;
  text-align: center;
  margin-right: 30px;
  font-size: 20px;
  font-weight: 600;
  cursor: pointer;
}

.new-group .new-tab .hd ul li a {
  display: block;
}

.new-group .new-tab .hd ul li:last-child {
  margin-right: 0;
}

.new-group .new-tab .hd ul li.on {
  background-color: var(--main-color);
  color: #fff;
}

.new-group .new-tab .hd ul li.on a {
  color: #fff;
}

.new-data .new-data-box ul{
  display: flex;
  padding: 15px;
}

.new-data .new-data-box ul li{
  margin-right: 40px;
  box-shadow: 0px 0px 5px #ddd;
}

.new-data .new-data-box ul li:last-child{
  margin-right: 0;
}

.work .block ul li{
  background-image: url(https:/www.perd.gov.cn/static/cms/perd/image/icon-dan.png);
  background-repeat: no-repeat;
  background-position: left top;
}

.work .block ul li:hover{
  -moz-box-shadow: 0px 0px 10px #dedede;
  -webkit-box-shadow: 0px 0px 10px #dedede;
  box-shadow: 0px 0px 10px #dedede;
  transition: all 2s;
}

.interactive .new-opinion {
  width: 100%;
  padding: 20px 15px;
  border: 1px solid #f1f1f1;
}

.interactive .new-opinion .title h3 {
  background: none;
}

.interactive .new-opinion .title::before {
  background: none;
}

.interactive .new-opinion .list ul li {
  padding-left: 0;
  background: none;
  border-bottom: 1px solid #f1f1f1;
  margin-bottom: 15px;
  padding-bottom: 15px;
}

.interactive .new-opinion .list ul li:last-child {
  border: none;
  padding: 0;
  margin: 0;
}

.interactive .new-opinion .list ul li a {
  width: 100%;
}

.interactive .new-opinion .list ul li .info {
  display: flex;
  align-items: center;
}

.interactive .new-opinion .list ul li .info .status {
  display: inline-block;
  vertical-align: middle;
  height: 30px;
  line-height: 30px;
  border: 1px solid transparent;
  padding: 0 18px;
  color: #fff;
  white-space: nowrap;
  text-align: center;
  font-size: 14px;
  border-radius: 2px;
  cursor: pointer;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  margin-right: 15px;
}

.interactive .new-opinion .list ul li .info .status-of {
  border: var(--main-color);
}

.interactive .new-opinion .list ul li .info .status-end {
  border-color: var(--sub-color);
  color: var(--sub-color);
}

.interactive .new-opinion .list ul li .info .titles {
  font-size: 20px;
  width: 65%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.interactive .new-opinion .list ul li .info .time {
  margin-left: auto;
  font-size: 14px;
  color: #999;
}

.interactive .new-link ul {
  display: flex;
}

.interactive .new-link ul li {
  display: inline-block;
  /*width: 374px;*/
  width: 576px;
  height: 114px;
  margin-right: 30px;
  border: 1px solid var(--sub-color);
  font: 28px / 114px 微软雅黑;
  transition: all 0.5s ease 0s;
  border-bottom: 3px solid var(--sub-color);
}

.interactive .new-link ul li a {
  color: var(--sub-color);
  display: block;
}

.interactive .new-link ul li span {
  display: inline-block;
  height: 114px;
  margin-left: 90px;
  margin-right: 20px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.interactive .new-link ul li:last-child {
  margin-right: 0;
}

.interactive .new-link ul li .img {
  width: 60px;
  height: 60px;
  background-color: var(--sub-color);
  border-radius: 50px;
  position: absolute;
  top: 25px;
  left: 20px;
  line-height: 60px;
  text-align: center;
}

.interactive .new-link ul li .img img {
  width: 40px;
  height: 40px;
}

.interactive .new-link ul li a {
  display: flex;
  position: relative;
}

.interactive .new-magazine {
  width: 100%;
}

.interactive .new-magazine .new-magazine-box {
  padding: 15px 8px;
}

.interactive .new-magazine ul {
  display: flex;
}

.interactive .new-magazine .new-magazine-item {
  background-color: #fff;
  box-shadow: 0px 0px 5px #ddd;
  width: 374px;
  margin-right: 15px;
  display: none;
}
.interactive .new-magazine .new-magazine-item:first-child{
	display: block;
}

.interactive .new-magazine .new-magazine-item:last-child {
  margin-right: 0;
}

.interactive .new-magazine .new-magazine-item a {
  display: flex;
}

.interactive .new-magazine .new-magazine-item .image {
  width: 150px;
  height: 214px;
  overflow: hidden;
}

.interactive .new-magazine .new-magazine-item .image img {
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.interactive .new-magazine .new-magazine-item .titles {
  width: 220px;
  display: block;
  margin-top: 65px;
  text-align: center;
  color: #333;
}

.interactive .new-magazine .new-magazine-item .titles h3 {
  font-size: 18px;
  font-weight: 600;
}

.interactive .new-magazine .new-magazine-item .titles span {
  font-size: 14px;
  color: #999;
  font-weight: normal;
}

.interactive .new-magazine .new-magazine-item:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}

.interactive .new-magazine .new-magazine-item:hover .titles {
  color: var(--main-color);
}

.list-box .title {
  display: flex;
  line-height: 50px;
  position: relative;
  width: 100%;
  border: none;
}

.list-box .title::before {
  content: '';
  height: 5px;
  width: 100%;
  background-color: #f1f1f1;
  position: absolute;
  top: 25px;
}

.list-box .title h3 {
  font-weight: 600;
  padding: 0 20px 0 0;
  font-size: 28px;
  color: var(--main-color);
  background-color: #fff;
  z-index: 2;
}

.list-box .default-box li {
  line-height: 50px;
  font-size: 18px;
}

.list-box .default-box li:nth-of-type(5n + 0) {
  border-bottom: 1px solid #f1f1f1;
  margin-bottom: 15px;
  padding-bottom: 15px;
}

.list-box .default-box li:last-child {
  border: none;
}

.list-box .info-box li {
  background: none;
  padding: 20px 0;
  border-bottom: 1px solid #f5f5f5;
}

.list-box .info-box li:last-child {
  border: none;
}

.list-box .info-box li .titles {
  font-size: 18px;
  letter-spacing: 1px;
  line-height: 28px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.list-box .info-box li p {
  line-height: 22px;
  margin: 15px 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  color: #777;
  font-size: 14px;
  letter-spacing: 1px;
}

.list-box .info-box li span {
  color: #9f9f9f;
  height: 20px;
  font-size: 12px;
}

.list-box .info-box li .detail {
  line-height: 22px;
  margin: 15px 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  color: #777;
  font-size: 16px;
  letter-spacing: 1px;
}
.list-box .info-box li .detail em {
  font-size: 12px;
}
.list-box .info-box li .detail .em {
  display: inline-block;
  padding: 0 10px;
  background-color: #efefef;
  color: #0c0300;
  letter-spacing: 2px;
  margin-left: -5px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
.list-box .info-box li .detail-right {
  color: #9f9f9f;
  height: 20px;
  font-size: 12px;
  float: right;
}
.list-box .info-box li .detail-right em {
  margin: 0 2px;
}

.list-box .info-box li .detail-left .zhuanlan {
  display: inline-block;
  padding: 0 10px;
  background-color: var(--main-color);
  color: #fff;
  border-radius: 10px;
}

.list-box .image-box {
  display: flex;
  flex-wrap: wrap;
  padding: 20px 0;
}

.list-box .image-box li {
  width: 284.25px;
  margin-right: 15px;
  margin-bottom: 30px;
  border: 1px solid #f1f1f1;
}

.list-box .image-box li:nth-of-type(4n + 0) {
  margin-right: 0;
}

.list-box .image-box li .img {
  width: 100%;
  height: 180px;
}

.list-box .image-box li .img img {
  width: 100%;
  height: 100%;
}

.list-box .image-box li .titles {
  height: 100px;
  padding: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.list-box .video-box li {
  display: block;
  position: relative;
}

.list-box .video-box li .titles {
  height: auto;
}

.list-box .video-box li span {
  display: block;
  width: 48px;
  height: 48px;
  background: url(https:/www.perd.gov.cn/static/cms/perd/image/icon-video.png) no-repeat center center;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -24px;
  margin-left: -24px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.list-box .video-box li .titles {
  white-space: nowrap;
  display: block;
}

.list-box .video-box li:hover span {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}

.book .book-box {
  display: flex;
  flex-wrap: wrap;
  margin-top: 50px;
}

.book .book-box li {
  width: 394px;
  text-align: center;
  position: relative;
  margin-bottom: 60px;
}

.book .book-box li:nth-of-type(4n + 0) {
  margin-right: 0;
}

.book .book-box li .img {
  width: 200px;
  height: 290px;
  margin: 0 auto;
  box-shadow: 0px 0px 15px 2px #ccc;
  -webkit-box-shadow: 0px 0px 15px 2px #ccc;
  border-radius: 0 10px 10px 0;
  position: relative;
}

.book .book-box li .img::after {
  content: '';
  position: absolute;
  top: 0;
  left: 10px;
  bottom: 0;
  width: 3px;
  background: rgba(0, 0, 0, 0.06);
  box-shadow: 1px 0 3px rgb(255 255 255 / 10%);
}

.book .book-box li .img img {
  width: 100%;
  height: 290px;
  border-radius: 0 10px 10px 0;
  box-shadow: 0px 0px 15px 2px #ccc inset;
}

.book .book-box li .titles {
  text-align: center;
  padding: 10px;
}

/**
 * 文章详情
 */

.content .title {
  font-size: 30px;
  color: #1a1a1a;
  text-align: center;
  line-height: 40px;
  margin: 30px 40px 15px 40px;
  font-weight: bold;
}
.content .sub-title {
  font-size: 18px;
  color: #363636;
  text-align: center;
  margin: 10px 40px;
}

.content .info {
  text-align: center;
  background: url(https:/www.perd.gov.cn/static/cms/perd/image/s_tit_bg.png) repeat-x bottom;
  color: #3d3c43;
  margin-bottom: 10px;
  position: relative;
  padding-bottom: 10px;
}

.content .info span {
  font-size: 12px;
  color: #999;
  margin-right: 5px;
}

.content .info span a{
    margin: 0 2px;
}

.content .detail {
  margin: 30px 15px;
  font-size: 16px;
  line-height: 160%;
  font-weight: 400;
  text-decoration: none;
  text-align: left;
  padding: 20px 10px;
  overflow: hidden;
}
.content .detail p img {
  margin-bottom: 15px;
  max-width: 100%;
}
.content .detail p span img {
  max-width: 100%;
}
.content .detail p {
  margin: 15px 0;
}
.content .detail img {
  max-width: 100%;
}

.content .detail .dplayer {
  max-width:800px;
  margin: 0 auto 30px auto;
}
.content .detail .copy{
    margin-top: 50px;
    padding-top: 15px;
    text-align: right;
}
.content .detail .copy p{
    margin: 0;
    font-size: 14px;
}
.page {
  margin: 30px 15px;
  font-size: 16px;
  line-height: 160%;
  font-weight: 400;
  text-decoration: none;
  text-align: left;
  padding: 20px 10px;
  overflow: hidden;
  color: #666;
}

.page p img {
  margin-bottom: 15px;
  max-width: 100%;
}

.page p span img {
  max-width: 100%;
}

.page p {
  margin: 15px 0;
}

.page img {
  max-width: 100%;
}

/**
 * 专题
 */
.special .special-list {
  margin: 0 auto;
}

.special .special-list ul {
  display: flex;
  flex-wrap: wrap;
}

.special .special-list ul li {
  width: 295.5px;
  overflow: hidden;
  border-radius: 2px;
  margin-bottom: 50px;
  text-align: center;
}
.special .special-list ul li .img {
  width: 280px;
  margin: 0 auto;
  height: 100px;
}

.special .special-list ul li .img img {
  width: 100%;
  height: 100%;
}

.special .special-list ul li .text {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0 10px;
}

#special .banner {
  width: 100%;
  height: 580px;
  position: relative;
}

#special .banner .logo {
  position: absolute;
  top: 50px;
  left: 20%;
}

#special .banner .logo img {
  width: 300px;
  height: 72px;
}

#special .banner img {
  display: block;
  border: 0;
  width: 100%;
  height: 580px;
}

#special .default-special-box ul li {
  margin: 20px 0;
  padding-bottom: 20px;
  border-bottom: 1px solid #f1f1f1;
}

#special .default-special-box ul li:last-child {
  border: none;
}

#special .default-special-box ul li .text h3 {
  font-size: 26px;
  margin-bottom: 5px;
}

#special .default-special-box ul li .text .intro {
  font-size: 18px;
  color: #999;
}

#special .default-special-box ul li .text .meta {
  font-size: 14px;
  color: #999;
}

/**
 * 单页
 */
#single .single-header {
  width: 100%;
  height: 380px;
  position: relative;
}

#single .single-header .logo {
  position: absolute;
  top: 50px;
  left: 20%;
}

#single .single-header .logo img {
  width: 300px;
  height: 72px;
}

#single .single-header .title {
  text-align: center;
  font-size: 70px;
  color: #fff;
  font-weight: 600;
  position: absolute;
  top: 300px;
  left: 50%;
  transform: translate(-50%, -50%);
}

#single .single-box {
  padding: 50px 0;
}

#single .single-detail {
  display: flex;
  flex-wrap: wrap;
}

#single .no {
  justify-content: center;
  align-items: center;
}

#single .single-detail li {
  width: 220.4px;
  margin-right: 20px;
  margin-top: 40px;
  text-align: center;
}

#single .single-detail li:nth-of-type(5n + 0) {
  margin-right: 0;
}

#single .single-detail li img {
  width: 127px;
  height: 170px;
  border: 1px solid #f1f1f1;
}

#single #layPage {
  text-align: center;
}

#single #layPage a:hover {
  color: var(--main-color);
}

#single .search {
  margin-bottom: 50px;
}

#single .search form {
  display: flex;
}

#single .search form .item {
  display: flex;
  margin-right: 20px;
}

#single .search form .item .name {
  width: 120px;
  text-align: right;
  line-height: 38px;
}

#single .search form .item button {
  background-color: var(--main-color);
}

#single .single-info {
  padding: 40px 40px 40px 40px;
  font-size: 15px;
  text-align: center;
  display: flex;
}

#single .single-info .photo {
  width: 150px;
  margin-top: 50px;
}

#single .single-info .photo img {
  width: 100%;
  border: 1px solid #f1f1f1;
}

#single .single-info .info-box {
  text-align: left;
  margin-left: 20px;
}

#single .single-info .info {
  display: flex;
  margin-bottom: 10px;
}

#single .single-info h3 {
  font-size: 24px;
  font-weight: 600;
}

#single .single-info .info .title {
  width: 80px;
  text-align: justify;
  text-align-last: justify;
  position: relative;
  margin-right: 15px;
}

#single .single-info .info .title::after {
  content: ':';
  position: absolute;
  right: -6px;
}

#single .single-detail table tr{
    cursor: pointer;
}

#single .single-post {
  padding: 40px 40px 40px 40px;
  font-size: 15px;
}

#single .single-post .title{
    font-size: 24px;
    font-weight: 600;
    text-align: center;
}

#single .single-post .nubmer{
    text-align: center;
}

#single .single-post .info{
    border: 1px solid #f1f1f1;
    padding: 15px;
    margin: 15px 0;
}

#single .single-post .info p{
    font-weight: 600;
    font-size: 18px;
}

#single .single-post .info .con span{
    margin-right: 15px;
}

#single .single-post .info .con span:last-child{
    margin-right: 0;
}

#single .single-post .content .titles{
    font-weight: 600;
    font-size: 18px;
}

#single .single-post .reply{
text-align:left;
}

#single .single-post .reply .titles{
font-size:18px;
font-weight:600;
margin-bottom:15px;
text-align:left;
}

#single .single-post .reply .item{
margin-bottom:12px;
padding:10px 12px;
border:1px solid #eee;
border-radius:6px;
background:#fafafa;
text-align:left;
}

#single .single-post .reply .item p{
margin:4px 0;
font-size:14px;
color:#333;
line-height:1.6;
}

.new-survey .news-meeting .news-meeting-box ul li{
  width: 481px;
}

.new-survey .item {
  width: 100%;
}

.new-survey .item {
  display: flex;
  margin-bottom: 50px;
}

.new-survey .item .name {
  width: 180px;
  margin-right: 50px;
  background: var(--main-color);
  height: 30px;
  color: #fff;
  font-size: 20px;
  text-align: center;
  line-height: 30px;
  display: inline-block;
  vertical-align: top;
  font-weight: bold;
}

.new-survey .item .info {
  width: 952px;
}

.new-survey .item .info ul {
  display: flex;
  flex-wrap: wrap;
}

.new-survey .item .info ul li {
  width: 317.33px;
  text-align: center;
  margin-bottom: 20px;
}

.new-survey .item .info ul li .img {
  width: 120px;
  margin: 0 auto;
}

.new-survey .item .info ul li img {
  border: 4px solid #efefef;
  width: 100%;
  height: 150px;
}

.person-box .item {
  width: 100%;
}

.person-box .person-info {
  display: flex;
  width: 900px;
  margin: 50px auto;
  background-color: #f5f5f5;
  padding: 50px;
}

.person-box .person-info .image {
  width: 230px;
  height: 305px;
  border: 4px solid #efefef;
  display: inline-block;
  vertical-align: middle;
}

.person-box .person-info .image img {
  width: 100%;
  height: 100%;
}

.person-box .person-info .detail {
  margin-left: 50px;
  width: 580px;
}

.person-box .person-info .detail .info-box .info {
  display: flex;
  font-size: 18px;
}

.person-box .person-info .detail .info-box .info h3 {
  font-size: 24px;
  font-weight: 600;
}

.person-box .person-info .detail .info-box .info .titles {
  width: 15%;
  text-align: justify;
  text-align-last: justify;
  position: relative;
  margin-right: 20px;
  line-height: 35px;
}

.person-box .person-info .detail .info-box h3 {
  font-size: 28px;
  font-weight: 600;
}

.person-box .person-info .detail .info-box .info .titles::after {
  content: ':';
  position: absolute;
  right: -6px;
}

.person-box .person-info .detail .info-box .info span {
  line-height: 35px;
  font-weight: 600;
  letter-spacing: 2px;
  width: 75%;
}

.person-box .person-list ul {
  width: 100%;
}

.person-box .person-list ul li {
  padding: 5px 0 5px 15px;
}

.person-box .person-list ul li a {
  font-size: 18px;
}

.person-division {
  border-bottom: 1px solid #f1f1f1;
}

.single-map ul li {
  margin-bottom: 80px;
}

.single-map ul li .one {
  width: 100%;
  line-height: 50px;
  padding: 0 15px;
}

.single-map ul li .one a {
  font-size: 20px;
}
.single-map ul li .two ul {
  display: flex;
  flex-wrap: wrap;
}

.single-map ul li .two ul li {
  padding: 0 20px;
  min-width: 150px;
  margin-bottom: 10px;
  position: relative;
  text-align: center;
}

.single-map ul li .two ul li::after {
  content: '|';
  position: absolute;
  right: 0;
}

.single-map ul li .two ul li:last-child::after {
  content: '';
}

.lists{
  overflow: hidden;
}

.lists .sidebar{
  width: 280px;
  border:1px solid #f1f1f1;
}

.lists .sidebar .title{
  width: 100%;
  height: 50px;
  line-height: 50px;
  font-size: 20px;
  text-align: center;
  color: #fff;
}
.lists .sidebar .title{
  position: relative;
  padding: 0 10px;
}

.lists .sidebar ul{
  margin-top: 10px;
  padding: 0 10px;
}

.lists .sidebar ul li{
  line-height: 50px;
  border-bottom: 1px solid #f1f1f1;
  text-align: center;
}

.lists .list-box{
  width: 862px;
}

.lists .list ul li{
  display: flex;
  justify-content: space-between;
}

.tszs{
    width: 100%;
}

.tszs .list ul{
    justify-content: space-between;
    flex-wrap: wrap;
    display: flex;
}

.tszs .list ul li{
    width: 581px;
    margin-right: 20px;
}

.tszs .list ul li:nth-child(2n){
    margin-right: 0;
}

@media screen and (min-width: 2560px) {
}

@media screen and (max-width: 1024px) {
	.body{
    background-size: contain;
  }
  .head-image a{
    left: 0;
    margin-left: 0;
  }
  .head-image img{
    width: 100%;
  }
  .header{
    min-width: 100%;
  }
  .header .header-top{
    width: 100%;
    padding: 10px;
    display: none;
  }
  .header .header-top .fl{
    display: none;
  }
  .header .header-top .fr{
    float: none;
  }
  .header .logo{
    width: 100%;
    padding: 10px 0 20px 0;
  }
  .header .logo img{
    width: 100%;
  }
  .header .search{
    width: 100%;
  }
  .header .nav .content{
    width: 100%;
    height: auto;
    line-height: 40px;
  }
  .header .nav .content::before,.header .nav .content::after{
    display: none;
  }
  .header .nav .content .menu{
    width: 100%;
  }
  .header .nav .content .menu ul{
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  .header .nav .content .menu ul li{
    width: 33.33%;
    flex: none;
  }
  .header .nav .content .menu ul li a img{
    display: none;
  }
  .header .nav .content .menu ul li a{
    padding: 0;
    font-size: 16px;
  }
  .header .nav .content .menu ul li:first-of-type{
    /*display: none;*/
  }
  .header .nav .content .menu ul li:hover ul{
    display: none;
  }
  .wrap{
    width: 100%;
  }
  .layout{
    padding: 15px;
  }
  .news-top{
    background: none;
    padding: 0;
  }
  .news-top h2{
    width: 100%;
    margin: 0;
    font-size: 28px;
    line-height: normal;
  }
  .news-top p{
    font-size: 16px;
  }
  .news-slide{
    width: 100%;
    height: 450px;
  }
  .news-slide .swiper-slide p{
  	bottom: 3px;
  }
  .news{
    width: 100%;
    margin: 20px 0 0 0;
  }
  .news .hd li.on a{
    font-weight: normal;
  }
  .news .list ul li{
    display: flex;
    justify-content: space-between;
  }
  .news .list li a{
    width: 70%;
  }
  .ad-home-one{
    height: 80px;
  }
  .news-meeting-box{
    height: auto;
  }
  .news-meeting-box ul{
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    padding: 15px;
  }
  .news-meeting-box ul li{
    width: 100%;
    margin: 0 0 10px 0;
  }
  .new-survey .news-meeting .news-meeting-box ul li{
  	width: 100%;
  }
  .news-survey{
    width: 100%;
  }
  .news-survey.fl{
    float: none;
  }
  .news-content{
    width: 100%;
    overflow-y: scroll;
    flex-flow: nowrap;
    margin-top: 20px;
  }
  .news-content .item{
    margin-bottom: 0;
    margin-right: 20px;
    width: 90%;
  }
  .news-content .item:nth-of-type(2n) {
    margin-right: 20px;
  }
  .news-item{
    width: 100%;
  }
  .news-item.fr{
    margin-top: 10px;
  }
  .news-item.fl,.news-item .fr{
    float: none;
  }
  .ad-flex ul{
    overflow-x: scroll;
  }
  .ad-flex ul li{
		width: 48%;
    margin: 1%;
  }
  .ad-home-tl{
    height: 80px;
  }
  .ad-home-tl img{
    width: 100%;
    height: 100%;
  }
  .news-publicity .news-tab .hd li{
  	width: 100%;
  }
  .news-public .news-gb ul li {
    width: 33.33%;
  }
  .news-layout .news-left,.news-layout .news-right{
    width: 100%;
  }
  .news-layout .news-left.fl,.news-layout .news-right.fr{
    float: none;
  }
  .news-layout .news-left .list ul li{
    display: flex;
    justify-content: space-between;
  }
  .news-layout .news-left .list ul li a{
    width: 75%;
  }
  .news-layout .news-right{
    margin-top: 10px;
  }
  .news-flex{
    display: block;
  }
  .news-flex .news-item{
      margin-bottom: 10px;
  }
  .news-public{
    flex-wrap: wrap;
  }
  .news-public .news-gb,.news-public .news-zz,.news-public .news-extend{
    width: 100%;
  }
  .news-public .item{
    margin: 0;
    margin-bottom: 20px;
  }
  .news-public .news-zz ul{
  	display: flex;
  }
  .news-public .news-zz ul li{
    display: block;
    width: 48%;
    margin: 1%;
  }
  .footer-link{
    display: none;
  }
  .biaoshi{
    display: none;
  }
  .copyright{
    width: 100%;
  }
  .copyright span{
    margin: 0 5px 0 0;
    width: 100%;
    display: block;
  }
  .copyright p:last-child span{
    display: inline-block;
    width: auto;
  }
  .ewm{
    display: none;
  }
  .footer-box{
    padding: 0;
  }
  .footer-box .item{
    padding: 15px 0;
    margin: 0 10px;
    text-align: center;
  }
  .footer{
    padding: 20px 0;
  }
  .new-special{
    width: 100%;
  }
  .new-group .new-box .title h3{
    padding: 0;
    font-size: 22px;
  }
  .new-survey .item{
    flex-wrap: wrap;
    margin-bottom: 15px;
  }
  .new-survey .item .info{
    width: 100%;
    margin-top: 10px;
  }
  .new-survey .item .info ul li{
    width: 50%;
  }
  .person-box .person-info{
    width: 100%;
    margin: 0;
    flex-wrap: wrap;
    padding: 15px;
  }
  .person-box .person-info .image{
    margin: 0 auto;
  }
  .person-box .person-info .detail{
    margin: 0;
  }
  .person-box .person-list ul li{
    padding: 0 0 0 15px;
  }
  .new-group .new-tab .hd ul{
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
    width: auto;
    padding: 0 20px;
    align-items:inherit;
    justify-content:inherit;
  }
  .new-group .new-tab .hd ul li{
    padding: 0 10px;
  }
  .new-group .new-slide .swiper .swiper-slide p{
    font-size: 16px;
  }
  .new-group .new-slide,.new-group .new-slide .swiper{
    height: 450px;
  }
  .new-group .new-image-box ul li{
    margin: 1%;
    width: 48%;
    height: auto;
    display: block;
  }
  .new-group .new-video-box ul{
    flex-wrap: wrap;
  }
  .new-group .new-video-box ul li{
    width: 48%;
		margin: 1%;
  }
  .interactive .new-link ul{
    flex-wrap: wrap;
  }
  .interactive .new-link ul li{
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .interactive .new-link ul li span{
      font-size: 20px;
  }
  .interactive .new-opinion .list ul li .info{
    flex-wrap: wrap;
  }
  .interactive .new-opinion .list ul li{
    height: auto;
    line-height: normal;
  }
  .new-data .new-data-box ul{
    flex-wrap: wrap;
  }
  .new-data .new-data-box ul li{
		width: 48%;
    margin: 1%;
  }
  .new-data .new-data-box ul li img{
  	width: 100%;
  }
  .interactive .new-magazine .new-magazine-item{
    width: 48%;
    margin: 1%;
    display: block;
  }
  .new-data .new-data-box ul{
    padding: 5px;
  }
  .list-box .default-box li{
    line-height: 35px;
  }
  .news-publicity .image-slide{
  	width: 100%;
  	height: 480px;
  }
  
  .news-publicity .image-slide .image-slide-box li{
  	width: 100%;
  	height: 480px;
  }
  .news-publicity .image-slide .image-slide-box li img{
  	height: 480px;
  }

  /*.list-box ul li {*/
  /*  display: flex;*/
  /*  justify-content: space-between;*/
  /*}*/
  .list-box .image-box li{
    width: 48%;
    margin: 1%;
  }
  .list-box .image-box li .img{
  	height: 280px;
  }
  .new-focus{
    margin-top: 10px;
  }
  .new-focus .list ul, .new-county .list ul,.new-video-box .list ul,.release .list ul,.interactive .list ul{
    margin: 0;
  }
  .content .title{
    margin: 10px 0;
  }
  .content .detail{
    margin: 15px 0;
  }
  .book .book-box li{
    width: 50%;
    justify-content: center;
    margin-bottom: 20px;
  }
  .book .book-box li .img{
    width: 100%;
    height: 220px;
  }
  .book .book-box li .img img{
    height: 100%;
  }
  .book .book-box li .titles{
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  #special .banner,#special .banner img{
    height: auto;
  }
  #special .banner .logo{
    top: 10px;
    left: 1%;
  }
  #special .banner .logo img{
    width: 80px;
    height: auto;
  }
  #special .default-special-box ul li{
    margin: 10px 0;
    padding-bottom: 10px;
  }
  #special .default-special-box ul li .text h3{
    font-size: 20px;
  }
  #special .default-special-box ul li .text .intro{
    height: 50px;
    line-height: 25px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
  .lists .sidebar{
    width: 100%;
  }
  .lists .list-box{
    width: 100%;
  }
  #single .single-header{
    height: 120px;
  }
  #single .single-header .logo{
    top: 10px;
    left: 1%;
  }
  #single .single-header .logo img{
    width: 80px;
    height: auto;
  }
  #single .single-header .title{
    font-size: 20px;
    top: 80px;
    width: 100%;
  }
  #single .single-box{
    padding: 0 0 50px 0;
  }
  #single .search form{
    flex-wrap: wrap;
    display: block;
    padding: 10px;
    border: 1px solid #f1f1f1;
  }
  #single .search form .item{
    margin-bottom: 5px;
    margin-right: 0;
  }
  #single .search form .item .name{
    width: 120px;
    text-align: left;
  }
  #single .search form .item .layui-form-select{
    width: 100%;
  }
  #single .single-detail li{
    margin-top: 15px;
    width: 50%;
    margin-right: 0;
  }
  #single .layui-layer{
    width: 100% !important;
  }
  #single .search form .item button{
    width: 100% !important;
  }
  .content .detail p img {
    height: auto !important;
  }
  .person-box .person-info .detail{
      width: 100%;
  }
  .person-box .person-info .detail .info-box .info .titles{
      width: 25%;
  }
  .person-box .person-info .detail .info-box .info span{
      width: 75%;
  }
  .special .special-list ul li .img{
    height: auto;
  }
  .tszs{
    width: 100%;
	}
	
	.tszs .list ul{
	  justify-content: space-between;
	  flex-wrap:wrap-reverse;
	  display: flex;
	}
	
	.tszs .list ul li{
	  width: 100%;
	}
}

@media screen and (max-width: 750px) {
  .body{
    background-size: contain;
  }
  .head-image a{
    left: 0;
    margin-left: 0;
  }
  .head-image img{
    width: 100%;
  }
  .header{
    min-width: 100%;
  }
  .header .header-top{
    width: 100%;
    padding: 10px;
    display: none;
  }
  .header .header-top .fl{
    display: none;
  }
  .header .header-top .fr{
    float: none;
  }
  .header .logo{
    width: 100%;
    padding: 10px 0 20px 0;
  }
  .header .logo img{
    width: 100%;
  }
  .header .search{
    width: 100%;
  }
  .header .nav .content{
    width: 100%;
    height: auto;
    line-height: 40px;
  }
  .header .nav .content::before,.header .nav .content::after{
    display: none;
  }
  .header .nav .content .menu{
    width: 100%;
  }
  .header .nav .content .menu ul{
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  .header .nav .content .menu ul li{
    width: 33.33%;
    flex: none;
  }
  .header .nav .content .menu ul li a img{
    display: none;
  }
  .header .nav .content .menu ul li a{
    padding: 0;
    font-size: 16px;
  }
  .header .nav .content .menu ul li:first-of-type{
    /*display: none;*/
  }
  .header .nav .content .menu ul li:hover ul{
    display: none;
  }
  .wrap{
    width: 100%;
  }
  .layout{
    padding: 15px;
  }
  .news-top{
    background: none;
    padding: 0;
  }
  .news-top h2{
    width: 100%;
    margin: 0;
    font-size: 28px;
    line-height: normal;
  }
  .news-top p{
    font-size: 16px;
  }
  .news-slide{
    width: 100%;
    height: 220px;
  }
  .news{
    width: 100%;
    margin: 20px 0 0 0;
  }
  .news .hd li.on a{
    font-weight: normal;
  }
  .news .list ul li{
    display: flex;
    justify-content: space-between;
  }
  .news .list li a{
    width: 70%;
  }
  .ad-home-one{
    height: 50px;
  }
  .news-meeting-box{
    height: auto;
  }
  .news-meeting-box ul{
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    padding: 15px;
  }
  .news-meeting-box ul li{
    width: 100%;
    margin: 0 0 10px 0;
  }
  .news-survey{
    width: 100%;
  }
  .news-survey.fl{
    float: none;
  }
  .news-content{
    width: 100%;
    overflow-y: scroll;
    flex-flow: nowrap;
    margin-top: 20px;
  }
  .news-content .item{
    margin-bottom: 0;
    margin-right: 20px;
    width: 90%;
  }
  .news-content .item:nth-of-type(2n) {
    margin-right: 20px;
  }
  .news-flex{
    display: block;
  }
  .news-flex .news-item{
      margin-bottom: 10px;
  }
  .news-item{
    width: 100%;
  }
  .news-item.fr{
    margin-top: 10px;
  }
  .news-item.fl,.news-item .fr{
    float: none;
  }
  .ad-flex ul{
    overflow-x: scroll;
    height: 130px;
  }
  .ad-flex ul li{
    width: 100%;
    margin: 0;
  }
  .ad-home-tl{
    height: 50px;
  }
  .ad-home-tl img{
    width: 100%;
    height: 100%;
  }
  .news-layout .news-left,.news-layout .news-right{
    width: 100%;
  }
  .news-layout .news-left.fl,.news-layout .news-right.fr{
    float: none;
  }
  .news-layout .news-left .list ul li{
    display: flex;
    justify-content: space-between;
  }
  .news-layout .news-left .list ul li a{
    width: 75%;
  }
  .news-layout .news-right{
    margin-top: 10px;
  }
  .news-public{
    flex-wrap: wrap;
  }
  .news-public .news-gb,.news-public .news-zz,.news-public .news-extend{
    width: 100%;
  }
  .news-public .item{
    margin: 0;
    margin-bottom: 20px;
  }
  .news-public .news-zz ul li{
    width: 99%;
  }
  .footer-link{
    display: none;
  }
  .biaoshi{
    display: none;
  }
  .copyright{
    width: 100%;
  }
  .copyright span{
    margin: 0 5px 0 0;
    width: 100%;
    display: block;
  }
  .copyright p:last-child span{
    display: inline-block;
    width: auto;
  }
  .ewm{
    display: none;
  }
  .footer-box{
    padding: 0;
  }
  .footer-box .item{
    padding: 15px 0;
    margin: 0 10px;
  }
  .footer{
    padding: 20px 0;
  }
  .new-special{
    width: 100%;
  }
  .new-group .new-box .title h3{
    padding: 0;
    font-size: 22px;
  }
  .new-survey .item{
    flex-wrap: wrap;
    margin-bottom: 15px;
  }
  .new-survey .item .info{
    width: 100%;
    margin-top: 10px;
  }
  .new-survey .item .info ul li{
    width: 50%;
  }
  .person-box .person-info{
    width: 100%;
    margin: 0;
    flex-wrap: wrap;
    padding: 15px;
  }
  .person-box .person-info .image{
    margin: 0 auto;
  }
  .person-box .person-info .detail{
    margin: 0;
  }
  .person-box .person-list ul li{
    padding: 0 0 0 15px;
  }
  .new-group .new-tab .hd ul{
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
    width: auto;
    padding: 0 20px;
    align-items:inherit;
    justify-content:inherit;
  }
  .new-group .new-tab .hd ul li{
    padding: 0 10px;
  }
  .new-group .new-slide .swiper .swiper-slide p{
    font-size: 16px;
  }
  .new-group .new-slide,.new-group .new-slide .swiper{
    height: 240px;
  }
  .new-group .new-image-box ul li{
    margin-right: 0;
  }
  .new-group .new-video-box ul{
    flex-wrap: wrap;
  }
  .new-group .new-video-box ul li{
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .interactive .new-link ul{
    flex-wrap: wrap;
  }
  .interactive .new-link ul li{
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .interactive .new-link ul li span{
      font-size: 20px;
  }
  .interactive .new-opinion .list ul li .info{
    flex-wrap: wrap;
  }
  .interactive .new-opinion .list ul li{
    height: auto;
    line-height: normal;
  }
  .new-data .new-data-box ul{
    flex-wrap: wrap;
  }
  .new-data .new-data-box ul li{
    margin-right: 0;
    margin-bottom: 10px;
    width: 100%;
  }
  .interactive .new-magazine .new-magazine-item{
    width: 100%;
    margin-right: 0;
    display: none;
  }
  .new-data .new-data-box ul{
    padding: 5px;
  }
  .list-box .default-box li{
    line-height: 35px;
  }
  .news-public .news-zz ul li{
  	display: none;
  }
  .news-publicity .image-slide{
  	width: 100%;
  	height: 180px;
  }
  
  .news-publicity .image-slide .image-slide-box li{
  	width: 100%;
  	height: 180px;
  }
  .news-publicity .image-slide .image-slide-box li img{
  	height: 180px;
  }
  .new-group .new-image-box ul li{
  	display: none;
  	width: 100%;
  	margin: 0;
  }
  /*.list-box ul li {*/
  /*  display: flex;*/
  /*  justify-content: space-between;*/
  /*}*/
  .list-box .image-box li{
    width: 100%;
    margin-right: 0;
  }
  .new-focus{
    margin-top: 10px;
  }
  .new-focus .list ul, .new-county .list ul,.new-video-box .list ul,.release .list ul,.interactive .list ul{
    margin: 0;
  }
  .content .title{
    margin: 10px 0;
  }
  .content .detail{
    margin: 15px 0;
  }
  .book .book-box li{
    width: 50%;
    justify-content: center;
    margin-bottom: 20px;
  }
  .book .book-box li .img{
    width: 100%;
    height: 220px;
  }
  .book .book-box li .img img{
    height: 100%;
  }
  .book .book-box li .titles{
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  #special .banner,#special .banner img{
    height: auto;
  }
  #special .banner .logo{
    top: 10px;
    left: 1%;
  }
  #special .banner .logo img{
    width: 80px;
    height: auto;
  }
  #special .default-special-box ul li{
    margin: 10px 0;
    padding-bottom: 10px;
  }
  #special .default-special-box ul li .text h3{
    font-size: 20px;
  }
  #special .default-special-box ul li .text .intro{
    height: 50px;
    line-height: 25px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
  .lists .sidebar{
    width: 100%;
  }
  .lists .list-box{
    width: 100%;
  }
  #single .single-header{
    height: 120px;
  }
  #single .single-header .logo{
    top: 10px;
    left: 1%;
  }
  #single .single-header .logo img{
    width: 80px;
    height: auto;
  }
  #single .single-header .title{
    font-size: 20px;
    top: 80px;
    width: 100%;
  }
  #single .single-box{
    padding: 0 0 50px 0;
  }
  #single .search form{
    flex-wrap: wrap;
    display: block;
    padding: 10px;
    border: 1px solid #f1f1f1;
  }
  #single .search form .item{
    margin-bottom: 5px;
    margin-right: 0;
  }
  #single .search form .item .name{
    width: 120px;
    text-align: left;
  }
  #single .search form .item .layui-form-select{
    width: 100%;
  }
  #single .single-detail li{
    margin-top: 15px;
    width: 50%;
    margin-right: 0;
  }
  #single .layui-layer{
    width: 100% !important;
  }
  #single .search form .item button{
    width: 100% !important;
  }
  .content .detail p img {
    height: auto !important;
  }
  .person-box .person-info .detail{
      width: 100%;
  }
  .person-box .person-info .detail .info-box .info .titles{
      width: 25%;
  }
  .person-box .person-info .detail .info-box .info span{
      width: 75%;
  }
  .special .special-list ul li .img{
    height: auto;
  }
  .tszs{
    width: 100%;
	}
	
	.tszs .list ul{
	  justify-content: space-between;
	  flex-wrap:wrap-reverse;
	  display: flex;
	}
	
	.tszs .list ul li{
	  width: 100%;
	}
	.content .detail .dplayer{
	    width: 100%;
	}
}