/* .tab-brief>.hd li.on a {
  color: #1B5ABA;
}

.tab-brief>.hd li:after {
  content: '';
  position: absolute;
  width: 0;
  bottom: -1px;
  left: 0;
  height: 2px;
  background: #1B5ABA;
  transition: all .3s;
  -webkit-transition: all .3s;
  overflow: hidden;
}

.infolist li:hover a,
.infolist li a:hover {
  color: #358ad9;
}
a:hover,
a:focus {
  color: #1B5ABA;
}
.zcsearch {
  display: inline-block;
  width: 120px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  background-color: #1760AD;
  vertical-align: middle;
  cursor: pointer;
  margin-left: 2.7%;
}
.reset {
  display: inline-block;
  width: 120px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  vertical-align: middle;
  cursor: pointer;
  background-color: #689EE3;
  margin-left: 6px;
}
.xxgk-item li:hover a {
  color: #1B5ABA;
  font-weight: bold;
}
.question-til {
  color: #1B5ABA;
  font-size: 18px;
  font-weight: 700;
  text-indent: 2em;
}
.zxwd-body .carousel-pagination span.active {
  background-color: #2A82E4;
} 

.infolist li:hover span {
  color: #358ad9;
}

.infolist.dot li:hover a:before {
  background: #358ad9;
}
*/

/* red start */
.infolist.dot li:hover a:before {
  background: #dd4343;
}

.infolist li:hover span {
  color: #dd4343;
}

.tab-brief > .hd li.on a {
  color: #dd4343;
}

.tab-brief > .hd li:after {
  content: "";
  position: absolute;
  width: 0;
  bottom: -1px;
  left: 0;
  height: 2px;
  background: #dd4343;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  overflow: hidden;
}

.infolist li:hover a,
.infolist li a:hover {
  color: #dd4343;
}

a:hover {
  color: #dd4343;
}

.zcsearch {
  display: inline-block;
  width: 120px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  background-color: #dd4343;
  vertical-align: middle;
  cursor: pointer;
  margin-left: 2.7%;
}

.reset {
  display: inline-block;
  width: 120px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  vertical-align: middle;
  cursor: pointer;
  background-color: #ff7171;
  margin-left: 6px;
}

.xxgk-item li:hover a {
  color: #dd4343;
  font-weight: bold;
}

.question-til {
  color: #dd4343;
  font-size: 18px;
  font-weight: 700;
  text-indent: 2em;
}

.zxwd-body .carousel-pagination span.active {
  background-color: #dd4343;
}

/* red end */
body {
  color: #333333;
  font-size: 16px;
  font-family: Microsoft YaHei, Simsun, SimHei, Arial;
  -webkit-text-size-adjust: none;
  min-width: 320px;
}

body,
div,
ul,
ol,
ul,
li,
ol,
dl,
dd,
dt,
form,
span,
p,
textarea {
  margin: 0;
  padding: 0;
  list-style: none;
}

address,
caption,
cite,
code,
dfn,
th,
var {
  font-style: normal;
  font-weight: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

input {
  padding-top: 0;
  padding-bottom: 0;
}

input::-moz-focus-inner {
  border: none;
  padding: 0;
}

select,
input {
  vertical-align: middle;
}
.images{
      display: flex;
    gap: 20px;
}

.images a img{
  min-height: 80px;
}
select,
input,
textarea {
  margin: 0;
}

input[type="text"],
input[type="password"],
textarea {
  outline-style: none;
  -webkit-appearance: none;
}

button,
input,
select,
textarea {
  font-family: inherit;
}

textarea {
  resize: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

th,
td {
  padding: 0;
}

img,
a img {
  border: 0;
  margin: 0;
  padding: 0;
}

img {
  border: none;
  border: 0;
  max-width: 100%;
}

a {
  outline-style: none;
  color: #000;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

a:focus {
  outline: none;
  -moz-outline: none;
}

input:focus,
textarea:focus {
  outline: none;
}

.clearfix {
  zoom: 1;
}

.clearfix:before,
.clearfix:after {
  display: table;
  line-height: 0;
  content: "";
}

.clearfix:after {
  clear: both;
}

.mt30 {
  margin-top: 30px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb40 {
  margin-bottom: 40px;
}

/* grid */
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  display: table;
  content: " ";
}

.container:after,
.container-fluid:after,
.row:after {
  clear: both;
}

.container {
  margin-right: auto;
  margin-left: auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body.nores {
  min-width: 1440px;
}

.container {
  width: 1400px;
}

.container.container-width1200 {
  width: 1200px;
}

@media (max-width: 1500px) {
  body.nores {
    min-width: 1280px;
  }

  .container {
    width: 1400px;
  }
}

@media (max-width: 1480px) {
  .container {
    width: 1170px;
    min-width: 320px;
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (max-width: 1280px) {
  body:not(.nores) .container {
    width: 970px !important;
  }

  body:not(.nores) .container {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (max-width: 992px) {
  body:not(.nores) .container {
    width: 750px !important;
  }
}

@media (max-width: 768px) {
  body:not(.nores) .container {
    width: auto !important;
  }
}

.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  margin-right: -15px;
  margin-left: -15px;
}

.row > [class*="col-"] {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.row-space0 {
  margin-right: 0;
  margin-left: 0;
}

.row-space0 > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

.row > [class*="col-md-"] {
  float: left;
}

.col-md-8 {
  width: 66.66666667%;
}

.col-md-4 {
  width: 33.33333333%;
}

@media (max-width: 1280px) {
  body:not(.nores) .row > [class*="col-lg-"] {
    float: none;
    width: auto !important;
  }

  body:not(.nores) .row > [class*="col-lg-push"] {
    left: auto;
  }

  body:not(.nores) .row > [class*="col-lg-pull"] {
    right: auto;
  }

  body:not(.nores) .row > [class*="col-lg-offset"] {
    margin-left: 0%;
  }

  body:not(.nores) .row:not(.row-space0) {
    margin-right: -10px;
    margin-left: -10px;
  }

  body:not(.nores) .row:not(.row-space0) > [class*="col-"] {
    padding-right: 10px;
    padding-left: 10px;
  }
}

@media (max-width: 992px) {
  body:not(.nores) .row > [class*="col-md-"] {
    float: none;
    width: auto !important;
  }

  body:not(.nores) .row > [class*="col-md-push"] {
    left: auto;
  }

  body:not(.nores) .row > [class*="col-md-pull"] {
    right: auto;
  }

  body:not(.nores) .row > [class*="col-md-offset"] {
    margin-left: 0%;
  }
}

@media (max-width: 768px) {
  body:not(.nores) .row > [class*="col-sm-"] {
    float: none;
    width: auto !important;
  }

  body:not(.nores) .row > [class*="col-sm-push"] {
    left: auto;
  }

  body:not(.nores) .row > [class*="col-sm-pull"] {
    right: auto;
  }

  body:not(.nores) .row > [class*="col-sm-offset"] {
    margin-left: 0%;
  }
}

body {
  padding: 0;
  margin: 0 auto;
  font-size: 16px;
  font-family: "Microsoft Yahei";
  color: #333;
  width: 100%;
  zoom: 1;
  word-wrap: break-word;
  background-color: #fff;
  line-height: 1.32;
}

input::-webkit-input-placeholder {
  color: #cccccc;
}

.tab-brief > .hd {
  border-bottom: 1px solid rgba(87, 150, 217, 0.4);
}

.tab-brief > .hd ul {
  float: left;
}

.tab-brief > .hd li {
  float: left;
  position: relative;
  padding: 0 0 14px;
  font-size: 1.5em;
  color: #666666;
  font-weight: bold;
}

.tab-brief > .hd li + li {
  margin-left: 30px;
}

.tab-brief > .hd li a {
  color: #808080;
}

.tab-brief > .hd li.on:after {
  width: 100%;
}

.tab-brief > .hd .more {
  padding-top: 3px;
  float: right;
}

.tab-brief > .hd .more a {
  color: #999999;
  font-size: 16px;
}

.tab-brief .bd > .item .infolist {
  margin-top: 10px;
}

.js-tab > .bd > * + * {
  display: none;
}

.m-com-more {
  clear: both;
  margin-top: 20px;
  text-align: center;
  line-height: 40px;
  background-color: #f5f5f5;
  border-radius: 5px;
  display: none;
}

.m-com-more a {
  color: #666;
}

.m-com-more a:hover {
  color: #333;
}

/*列表*/
.infolist {
  clear: both;
  margin-top: 10px;
}

.infolist li {
  position: relative;
  line-height: 55px;
  overflow: hidden;
  vertical-align: top;
}

.infolist li a {
  float: left;
  position: relative;
  max-width: 100%;
  font-size: 18px;
  color: #000;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
}

.infolist li,
.infolist li a {
  -moz-box-sizing: border-box;
  -welit-box-sizing: border-box;
  box-sizing: border-box;
}

.infolist li .time {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
  font-size: 18px;
  color: #333;
}

.infolist li a br {
  display: none;
}



.infolist.col2 li {
  float: left;
}

.infolist.col2 li {
  width: 50%;
}

.infolist.ymd li {
  padding-right: 140px;
}

.infolist.md li {
  padding-right: 60px;
}

.infolist.dot li a {
  padding-left: 18px;
}

.infolist.dot li a:before {
  content: "";
  /* position:absolute; */
  display: inline-block;
  /* left:0; */
  top: 50%;
  margin-top: -2px;
  width: 5px;
  height: 5px;
  margin-left: -18px;
  margin-right: 13px;
  margin-bottom: 3px;
  background: #ccc;
}



.infolist.col2 li,
.infolist.col3 li,
.infolist.col4 li {
  float: left;
}

.infolist.col2 li {
  width: 50%;
}

.infolist.col3 li {
  width: 33.33333%;
}

.infolist.col4 li {
  width: 25%;
}

.infolist.space20 {
  margin-left: -10px;
  margin-right: -10px;
}

.infolist.space20 li {
  padding-left: 10px;
  padding-right: 10px;
}

.infolist.space20 li .time {
  right: 10px;
}

.infolist.space20.infolist.md li {
  padding-right: 70px;
}

.infolist.space20.infolist.ymd li {
  padding-right: 110px;
}

.infolist.space30 {
  margin-left: -15px;
  margin-right: -15px;
}

.infolist.space30 li {
  padding-left: 15px;
  padding-right: 15px;
}

.infolist.space30 li .time {
  right: 15px;
}

.infolist.space30.infolist.md li {
  padding-right: 75px;
}

.infolist.space30.infolist.ymd li {
  padding-right: 115px;
}

.infolist.space40 {
  margin-left: -20px;
  margin-right: -20px;
}

.infolist.space40 li {
  padding-left: 20px;
  padding-right: 20px;
}

.infolist.space40 li .time {
  right: 20px;
}

.infolist.space40.infolist.md li {
  padding-right: 80px;
}

.infolist.space40.infolist.ymd li {
  padding-right: 120px;
}

.infolist.mulit li a {
  position: static;
  float: none;
  padding-left: 0;
  max-width: none;
  white-space: normal;
}

.infolist.mulit li .time {
  position: static;
  display: inline-block;
}

.infolist.mulit li a:before {
  top: 23px;
  margin-top: 0;
}

.infolist.mulit.dot li {
  padding-left: 18px;
}

.infolist.split5n li:nth-child(5n) {
  margin-bottom: 15px;
  padding-bottom: 25px;
  border-bottom: 1px dashed #e5e5e5;
}

@media (max-width: 1280px) {
  .res.infolist.icon li {
    width: 33.33%;
  }
}

@media (max-width: 992px) {
  .res.infolist.icon li a {
    height: 160px;
  }
}

@media (max-width: 768px) {
  .infolist.col2,
  .infolist.col3,
  .infolist.col4 {
    margin-left: 0;
    margin-right: 0;
  }

  .infolist.col2 li,
  .infolist.col3 li,
  .infolist.col4 li {
    width: 100%;
    padding-left: 0;
  }

  .infolist.md[class*="space"] li {
    padding-right: 60px;
  }

  .infolist.ymd[class*="space"] li {
    padding-right: 100px;
  }

  .res.infolist.meta li .tit,
  .res.infolist.meta li .meta-data,
  .res.infolist.meta li .tit > a {
    float: none;
    display: inline;
    max-width: none;
  }

  .res.infolist.meta li .meta-data {
    margin-right: 10px;
  }

  .res.infolist.meta li .meta-data a {
    position: relative;
    padding-right: 0;
    padding-left: 10px;
    margin-left: 10px;
  }

  .res.infolist.meta li .meta-data a:before {
    top: 0;
    margin-top: 4px;
  }

  .res.infolist.meta li .meta-data a:first-child {
    margin-left: 0;
    padding-left: 0;
  }

  .res.infolist.meta li .meta-data a:first-child:before {
    display: none;
  }

  .res.infolist.meta li .tit > a {
    position: static;
    padding-left: 0;
    padding-right: 12px;
    white-space: normal;
  }

  .res.infolist.meta li .time {
    position: static;
    display: inline-block;
  }

  .res.infolist.meta.dot li {
    padding-left: 18px;
    padding-right: 0;
  }

  .res.infolist.meta li .tit > a:before {
    top: 20px;
    margin-top: 0;
  }
}

@media (max-width: 640px) {
  .res.infolist.icon li {
    width: 50%;
  }

  .res.infolist.icon li a {
    margin: 10px 10px 0;
  }
}

@media (max-width: 480px) {
  .res.infolist li {
    padding-right: 0 !important;
    position: relative;
  }

  .res.infolist li a {
    position: static;
    float: none;
    max-width: none;
    padding-left: 0;
    padding-right: 12px;
    white-space: normal;
    font-size: 14px;
  }

  .res.infolist li .time {
    position: static;
    display: inline-block;
    float: right;
    font-size: 14px;
  }

  .res.infolist li a:before {
    top: 13px;
    margin-top: 0px;
  }

  /*10+padding*/
  .res.infolist.line li a:before {
    top: 24px;
  }

  .res.infolist.dot li {
    padding-left: 18px;
    line-height: 28px;
    padding: 10px 0 10px 18px;
    border-bottom: 1px solid #ccc;
  }

  .res.infolist.icon li a {
    height: 120px;
  }

  .res.infolist.icon li a i {
    margin: 20px auto 0;
  }
}

/* 当前位置crumb */
.crumb {
  padding-top: 30px;
  padding-bottom: 20px;
}

.crumb h2 {
  padding-left: 28px;
  line-height: 28px;
  font-size: 1em;
  font-weight: normal;
  color: #666666;
  background: url(../images/zwgk/icon_position.png) no-repeat left 3px;
  background-size: 16px 21px;
}

.crumb h2 em {
  font-style: normal;
}

.crumb h2 span a {
  margin: 0 5px;
}

.crumb h2 span > a:first-child {
  margin-left: 0;
}

.crumb a {
  color: #666666;
}

.crumb a:hover {
  color: #2354af;
}

/* .crumb span{color: #2354AF;} */
.crumb.gray {
  padding-top: 5px;
  background: #f5f5f5;
}

.crumb.gray h2 {
  padding: 15px 15px 15px 30px;
  background-position: 0 3px;
}

/* .crumb 白色前景 */
.crumb.white h2 {
  color: #fff;
  background-image: url(../images/zwgk/icon_position_w.png);
}

.crumb.white h2 a {
  color: #fff;
}

.crumb.white h2 a:hover {
  color: #fff;
}

.crumb.gray-ico h2 {
  background-image: url(../images/zwgk/icon_position_gray.png);
}

.alert-mengban {
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 1000;
  background: rgba(0, 0, 0, 0.7);
  filter: alpha(opacity=80) !important;
  width: 100%;
  height: 100%;
  display: none;
}

.alert-warning {
  position: fixed;
  left: 50%;
  top: 50%;
  margin-left: -300px;
  margin-top: -160px;
  width: 600px;
  height: 270px;
  background: #fff;
  z-index: 10001;
  display: none;
  border: 2px solid;
  border-radius: 10px;
}

.alert-delete {
  width: 100%;
  height: 38px;
  position: relative;
}

.alert-delete span {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background: #bebebe;
  cursor: pointer;
}

.alert-delete span:hover {
  background: #929292;
}

.alert-wzsm {
  width: 520px;
  height: 100px;
  margin: 15px auto 0;
  line-height: 35px;
  font-size: 1.5em;
  color: #000;
  text-align: center;
  padding-bottom: 15px;
  border-bottom: 1px solid #d4d4d4;
}

.alert-footer {
  width: 100%;
  padding: 25px 0;
  text-align: center;
  color: #000;
}

.alert-footer span {
  cursor: pointer;
  display: inline-block;
  margin: 0 12px;
  font-size: 1.25em;
}

.alert-warning .continue {
  width: 124px;
  height: 42px;
  color: #ab0d07;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  border: #e1e1e1 1px solid;
  text-align: center;
  line-height: 42px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2) inset;
  -webikt-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2) inset;
}

.alert-warning .fangqi {
  line-height: 42px;
  color: #ab0d07;
}

/*pagediv*/
.pagediv {
  clear: both;
  padding: 20px 0;
  text-align: center;
  color: #666666;
  font-size: 14px;
  /*border-top:1px dashed #eee;*/
  margin-top: 20px;
  overflow: hidden;
}

.pagediv a {
  color: #666666;
}

.pagediv .page_jump * {
  vertical-align: middle\9;
}

.pagediv li {
  display: inline-block;
  margin: 0 4px 5px;
  cursor: pointer;
}

.pagediv li.total_count {
  display: none;
}

.pagediv .arrow a,
.pagediv .arrow span,
.page_jump a {
  display: inline-block;
  padding: 0 10px;
  line-height: 30px;
  border: #dfdfdf 1px solid;
  border-radius: 3px;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
  background: #f1f1f1;
  background: -webkit-linear-gradient(#ffffff 10%, #f1f1f1);
  background: -o-linear-gradient(#ffffff 10%, #f1f1f1);
  background: -moz-linear-gradient(#ffffff 10%, #f1f1f1);
  background: linear-gradient(#ffffff 10%, #f1f1f1);
}

.pagediv .arrow a.current {
  border-color: #3f85e0;
  background: #3f85e0;
  color: #fff;
  font-weight: bold;
}

.pagediv .arrow a:hover,
.pagediv .arrow span:hover {
  background: #3f85e0;
  border-color: #3f85e0;
  color: #fff;
  text-decoration: none;
}

.page_jump {
  padding-left: 15px;
}

.page_jump a {
  font-weight: bold;
  margin: 0 4px 5px;
}

#page_input {
  width: 40px;
  margin: 0 2px;
  height: 28px;
  border: #dfdfdf 1px solid;
  background: #fff;
  text-align: center;
  border-radius: 3px;
}

/*** 分页 ***/
.pagination .layui-laypage button,
.pagination .layui-laypage input,
.pagination a,
.pagination span {
  display: inline-block;
  padding: 0 10px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  margin: 2px 5px;
  color: #666666;
  border: 1px solid #e8e8e8;
  transition: 0.3s all;
  border-radius: 2px;
}

.pagination .layui-laypage-curr .layui-laypage-em,
.pagination .layui-laypage button:hover,
.pagination a:hover,
.pagination .num.active {
  background: #214fa5;
  color: #fff;
  border-color: #214fa5;
}

.pagination .layui-laypage input,
.pagination .jump-ipt {
  width: 55px;
  height: 34px;
  padding: 0;
  border: 1px solid #e8e8e8;
  text-align: center;
}

.pagination * {
  display: inline-block;
  vertical-align: middle;
}

.pagination .arrow {
  display: block;
  width: 8px;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
}

.pagination .arrow.arrow-left {
  background-image: url(../images/zwgk/page_arrow_l.png);
}

.pagination .arrow.arrow-right {
  background-image: url(../images/zwgk/page_arrow_r.png);
}

.pagination .layui-laypage-prev:hover .arrow,
.pagination .prev:hover .arrow {
  background-image: url(../images/zwgk/page_arrow_l_hover.png);
}

.pagination .layui-laypage-next:hover .arrow,
.pagination .next:hover .arrow {
  background-image: url(../images/zwgk/page_arrow_r_hover.png);
}

.pagination .prev,
.pagination .next {
  background: #f2f2f2;
}

.pagination.center {
  text-align: center;
}

.pagination .layui-laypage a,
.pagination .layui-laypage span {
  font-size: 16px;
}

.pagination .layui-laypage-skip {
  height: 36px;
  line-height: 36px;
  margin: 0 5px;
}

.pagination .none {
  display: none !important;
}

@media (max-width: 991px) {
  body:not(.nores) .row > [class*="col-md-"].nav-index {
    display: none;
    position: absolute !important;
    top: 15px;
    width: 100% !important;
    z-index: 22;
  }
}

@media (max-width: 640px) {
  .tab-brief > .hd ul li {
    margin: 0 10px 10px 0;
    padding: 0;
    border-bottom: none;
    font-size: 17px;
  }
.search-til{
font-size: 18px;
}
  .list-tab.tab-brief > .hd ul li {
    margin: 0;
    padding: 0;
  }

  .tab-brief > .hd ul li a {
    display: block;
    padding: 7px 12px;
    line-height: 1.5;
    background-color: #f1f1f1;
    color: #666;
  }

  .tab-brief > .hd ul li.on a {
    color: #fff;
    background-color: #358ad9;
  }

  .list-tab.tab-brief > .hd ul li.on a {
    color: #358ad9;
    background-color: transparent;
    border-bottom: 1px solid #358ad9;
  }

  .pic-tab.list-tab.tab-brief > .hd ul li.on a {
    display: inline-block;
    padding: 0;
    border-bottom: none;
  }

  .tab-brief > .hd li:after {
    display: none;
  }

  .tab-brief .bd > .item > .newsList {
    margin-top: 0;
  }

  .tab-brief > .hd .more {
    display: none;
  }

  .res.tab-card > .hd {
    margin-bottom: -10px;
    background: none;
    border-bottom: #dfdfdf 1px solid;
  }

  .res.tab-card > .hd ul li {
    margin: 0 10px 10px 0 !important;
    font-size: 1.125em;
  }

  .res.tab-card > .hd ul li a {
    padding: 7px 12px !important;
    height: auto;
    line-height: 1.5;
    color: #666;
  }

  .res.tab-card > .hd ul li.on a {
    background: #1a56a8;
    color: #fff;
  }

  .m-com-more {
    display: block;
  }

  .crumb {
    padding: 10px 0;
  }

  .pagediv li.page_index,
  .pagination .num {
    display: none;
  }

  .layui-laypage .layui-laypage-count {
    display: none;
  }

  .pagination {
    text-align: center;
  }
}

/* 单行省略号 */
.elli-s {
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
  max-width: 100%;
}

/* 多行省略号 */
.elli-m {
  display: -webkit-box;
  overflow: hidden;
  white-space: normal;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: break-all;
}

.transition,
.transition * {
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
}

.imgscale img {
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.imgscale img:hover {
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.com-box-shadow {
  background: #fff;
  box-shadow: 0 2px 25px rgba(0, 80, 138, 0.1);
}

.place {
  position: relative;
  z-index: 2;
  display: block;
  padding-top: 56.25%;
  overflow: hidden;
}

.place .pic {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  display: block;
  overflow: hidden;
}

.place .pic img {
  display: block;
  width: 100%;
  height: auto;
  min-height: 100%;
  object-fit: cover;
}

@media (max-width: 414px) {
  .place {
    padding-top: 66.67%;
  }
}

/* page-banner  */
.page-banner {
  position: relative;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}

.page-banner .inline {
  padding-top: 1%;
  padding-bottom: 3%;
  text-align: center;
}

@media (max-width: 992px) {
  .page-banner .inline {
    padding-top: 0;
    padding-bottom: 8%;
  }
}

/* com-title */
.com-title h3 {
  position: relative;
  display: inline-block;
  font-size: 1.25em;
  font-weight: bold;
  color: #333;
}

.com-title h3 a {
  color: #333;
}

.com-title h3 a:hover {
  color: #1b5aba;
}

.com-title.square h3:before {
  position: absolute;
  top: 50%;
  left: 0;
  content: "";
  width: 4px;
  height: 16px;
  margin-top: -7px;
  background-color: #1b5aba;
}

.com-title.square h3 {
  padding-left: 20px;
}

.com-title.square.orange h3:before {
  background: #ee5e37;
}

.com-title.underline h3 {
  padding-bottom: 18px;
}

.com-title.underline h3:after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 3px;
  background-color: #1b5aba;
}

.com-title.underline.red h3:after {
  background: #c20000;
}

.com-title.underline.half h3 {
  padding-bottom: 14px;
}

.com-title.underline.half h3:after {
  width: 2em;
}

.com-title.fs28 h3 {
  font-size: 1.75em;
}

.com-title.line {
  border-bottom: 1px solid #dedede;
}

.com-title.cblue h3 {
  font-size: 1.625em;
  padding-bottom: 24px;
}

.com-title.color-blue h3 a,
.com-title.cblue h3 a {
  color: #1b5aba;
}

.com-title.cblue h3:after {
  height: 5px;
  background: #1b5aba;
}

@media (max-width: 1500px) {
  .com-title.cblue h3 {
    font-size: 1.25em;
    padding-bottom: 18px;
  }

  .com-title.cblue h3:after {
    height: 3px;
  }
}

/* 归档水印 */
.watermark {
  width: 248px;
  position: absolute;
  z-index: 99;
  top: 0%;
  right: 2%;
}

.watermark .date {
  position: absolute;
  right: 0;
  left: -5%;
  bottom: 66px;
  margin: 0 auto;
  font-weight: bold;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  color: #ee2126;
  text-align: center;
  -ms-transform: rotate(-18deg);
  transform: rotate(-30deg);
}

@media (max-width: 450px) {
  .watermark {
    width: 150px;
  }

  .watermark .date {
    left: 7%;
    bottom: 43px;
    font-size: 12px;
  }
}

/* 消息弹窗 */
.message-tip-modal {
  position: fixed;
  right: 0;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 9999;
  text-align: center;
  height: 100vh;
  line-height: 100vh;
}

.message-tip {
  background-color: rgba(0, 0, 0, 0.6);
  border-radius: 8px;
  color: #fff;
  font-size: 14px;
  max-height: 400px;
  max-width: 500px;
  padding: 14px 18px;
  display: inline-block;
  vertical-align: middle;
  line-height: 1.3;
  font-size: 1.125em;
}

.message-tip a {
  font-size: 1.11em;
  color: #fff;
  margin: 0 5px;
}

.message-tip a:hover {
  font-weight: 700;
}

.tab-brief > .hd li {
  font-weight: normal;
}

.tab-brief > .hd li.on a {
  font-weight: bold;
}

.infolist.md li {
  padding-right: 100px;
  height: 65px;
  line-height: 65px;
  border-bottom: 1px dashed #d1d1d1;
}

.xxgk a {
  display: inline-block;
  width: 100%;
  height: 70px;
  line-height: 70px;
  text-align: center;
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 5px;
  font-family: "宋体";
  background-size: 100%;
}

.zfxxzl a {
  background: url(../images/zwgk/zfxxgk_bg.png) center no-repeat;
  background-size: 100%;
}

.xxgk-item {
  padding-left: 47px;
  background: #ffffff;
  box-shadow: 3px 5px 15px #5497e3;
}

.xxgk-item li:before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #689ee3;
  margin-right: 10px;
  vertical-align: middle;
  margin-top: -3px;
}

.xxgk-item li {
  float: left;
  width: 49%;
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  font-family: "SourceHanSerifCN";
}

.jcxxgkbox {
  margin-top: 40px;
}

.jcxxgk a {
  background: url(../images/zwgk/jcxxgk_bg.png) center no-repeat;
  background-size: 100%;
}

.jcxxgk-item {
  padding: 10px 0;
  box-shadow: 3px 5px 15px rgba(84, 151, 227, 0.18);
}

.jcxxgk-item li {
  padding: 10px 20px;
  float: left;
  width: 25%;
  text-align: center;
  box-sizing: border-box;
  font-size: 16px;
}

.jcxxgk-item li img {
  height: 27px;
}

.jcxxgk-item li span {
  margin-top: 7px;
  display: block;
  line-height: 18px;
  height: 36px;
}

.zyhybox {
  margin-top: 48px;
}

.zfgbbox {
  margin-top: 40px;
}

#zwgk-data-hygq {
  width: 100%;
}

.wjk-search {
  height: 230px;
  background: #f7f9fc;
  border: 1px solid #d8e2f2;
}

.search-til {
  width: 213px;
  height: 50px;
  line-height: 50px;
  text-align: left;
  padding-left: 10px;
  color: #fff;
  font-size: 22px;
  background: url(../images/zwgk/zcss_bg.png) center no-repeat;
}

.search-til a {
  color: #fff;
}

.search-til i {
  display: inline-block;
  width: 25px;
  height: 25px;
  vertical-align: middle;
  margin-top: -3px;
  background: url(../images/zwgk/icon_search.png) center no-repeat;
}

.seach-ipt {
  padding: 20px;
}

.seach-ipt li {
  margin-bottom: 20px;
}

.seach-ipt input {
  width: 45.7%;
  height: 50px;
  padding-left: 20px;
  border: 1px solid #e5e5e5;
}

.seach-ipt input:first-child {
}

/* 修改日期选择器样式以适配element-plus */
.seach-ipt .cwrq {
  position: relative;
  display: inline-block;
  width: 48%;
  margin-left: 2.7%;
}

.seach-ipt .cwrq .el-date-editor {
  margin-bottom: 10px;
  width: 97%;
  height: 50px;
}

.seach-ipt .cwrq .el-date-editor .el-input__wrapper {
  height: 50px;
  box-shadow: 0 0 0 1px #e5e5e5 inset;
}

.seach-ipt .cwrq .el-input__inner {
  height: 50px;
  line-height: 50px;
}

.zxwd-head {
  height: 50px;
  line-height: 50px;
  padding-left: 20px;
  color: #fff;
  font-size: 24px;
  background: url(../images/zwgk/zxwd_bg.png) center no-repeat;
  background-size: 100%;
}

.zxwd-head a {
  color: #fff;
}

.zxwd-body {
  position: relative;
  height: 138px;
  padding: 20px 18px;
  background-color: #f7f9fc;
  border: 1px solid #d8e2f2;
  overflow: hidden;
}

.question-til i {
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-right: 5px;
  margin-bottom: 10px;
  vertical-align: middle;
  margin-top: -3px;
  background: url(../images/zwgk/icon_w.png) center no-repeat;
  display: none;
}

.answer {
  padding: 0 35px;
  line-height: 30px;
  color: #808080;
  font-size: 18px;
}

.zxwd-body .carousel-container {
  position: relative;
  height: 100%;
}

.zxwd-body .carousel-item {
  display: none;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.zxwd-body .carousel-item.active {
  display: block;
  opacity: 1;
}

.zxwd-body .carousel-pagination {
  margin-bottom: 10px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 5px;
}

.zxwd-body .carousel-pagination span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #cccccc;
  cursor: pointer;
  transition: background-color 0.3s;
}

.zwgk-jczwgk-lm {
  float: left;
  width: 15%;
  font-size: 18px;
  text-align: center;
  height: 100px;
  padding-top: 15px;
  font-weight: 700;
  background: linear-gradient(
    90deg,
    rgba(29, 100, 192, 1) 0%,
    rgba(53, 175, 237, 1) 100%
  );
  color: white;
  box-sizing: border-box;
  line-height: 35px;
}

.sub-channel {
  position: relative;
  height: 100px;
  background-color: #f7f9fc;
  border: 1px solid #d8e2f2;
  float: left;
  width: 85%;
  box-sizing: border-box;
}

.sub-channel .swiper-container {
  height: 100%;
}

.sub-channel .swiper-slide {
  text-align: center;
}

.sub-channel .swiper-slide a {
  display: inline-block;
  padding: 37px 0px;
  text-align: center;
}

.sub-channel .swiper-slide a.two {
  padding: 26px 0px;
}

.sub-channel i {
  display: inline-block;
  height: 40px;
  margin-top: 30px;
  border-right: 1px solid #d8e2f2;
}

.sub-channel .swiper-slide a img {
  vertical-align: middle;
  margin-top: -3px;
  margin-right: 5px;
}

.sub-channel .swiper-slide a span {
  vertical-align: middle;
  display: inherit;
}

.sub-channel .swiper-button-prev {
  width: 16px;
  height: 39px;
  left: 0;
  background-image: url(../images/zwgk/icon_left.png);
  background-size: 100% 100%;
}

.sub-channel .swiper-button-next {
  width: 16px;
  height: 39px;
  right: 0;
  background-image: url(../images/zwgk/icon_right.png);
  background-size: 100% 100%;
}

.li-group {
  padding: 0 15px;
}

.li-group > li {
  position: relative;
  overflow: hidden;
  float: left;
  width: 210px;
  height: 260px;
  text-align: center;
  color: #000;
  margin-left: 0;
  transition: all 0.5s;
}

.li-group > li.on {
  width: 528px;
}

.li-group > li:first-child {
  margin-left: 0;
}

.li-group > li > a {
  float: left;
  display: block;
  width: 210px;
  height: 100%;
  background: url(../images/zwgk/jcgk_bg.png) center no-repeat;
}

.li-group > li img {
  margin-top: 50px;
  width: 80px;
}

.li-group > li > a span {
  display: block;
  margin-top: 37px;
  font-size: 24px;
  font-family: "SourceHanSerifCN";
}

.li-group li.jcgk > ul {
  padding-top: 50px;
}

.li-group li.zxgk > ul {
  padding-top: 80px;
}

.li-group li.glgk > ul {
  padding-top: 70px;
}

.li-group li.fwgk > ul {
  padding-top: 60px;
}

.li-group li.jggk > ul {
  padding-top: 70px;
}

.li-group li.zxgk > a {
  background: url(../images/zwgk/zxgk_bg.png) center no-repeat;
}

.li-group li.glgk > a {
  background: url(../images/zwgk/glgk_bg.png) center no-repeat;
}

.li-group li.fwgk > a {
  background: url(../images/zwgk/fwgk_bg.png) center no-repeat;
}

.li-group li.jggk > a {
  background: url(../images/zwgk/jggk_bg.png) center no-repeat;
}

.li-group .gkinfo {
  position: absolute;
  left: 210px;
  top: 0;
  width: 318px;
  height: 100%;
  border: 1px solid #d9ecfe;
  box-sizing: border-box;
}

.li-group .gkinfo li {
  float: left;
  width: 50%;
  margin-top: 10px;
}

.li-group .gkinfo li div {
  position: absolute;
  left: 2%;
  padding: 10px 10px;
  width: 88%;
  background: #fff;
  text-align: left;
  font-size: 0;
  border: 1px solid #7da8ff;
}

.li-group .gkinfo li div span {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  margin-top: 5px;
  font-size: 16px;
}

.xwfb {
  width: 38%;
  height: 258px;
  margin-top: 15px;
  font-family: "SourceHanSerifCN";
  background: url(../images/zwgk/xwfbh_bg.png) center no-repeat;
}

.xwfb .xwfb-til {
  width: 100px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  margin: 20px 30px 15px 20px;
  color: #fff;
  font-size: 20px;
  background-color: #d43030;
}

.xwfb .xwfb-body {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
  line-height: 45px;
  margin-left: 20px;
  margin-right: 20px;
  margin-bottom: 23px;
}

.xwfb .xwfb-date {
  text-align: center;
  color: #fff;
  font-size: 18px;
}

.xwfb-list {
  width: 60%;
  margin-left: 18px;
  clear: unset;
}

#zwgk-data-hygq {
  margin-left: 0;
}

.infolist.md.xwfb-list li {
  padding-right: 100px;
}

.zwgb {
  margin-top: 20px;
  padding: 27px 58px;
  background: #f0f8ff url(../images/zwgk/gb_bg.png) bottom no-repeat;
}

.zwgb .img {
  float: left;
  width: 160px;
  height: 195px;
  background: url(../images/zwgk/rmgb_bg.png) center no-repeat;
  background-size: 100% 100%;
}

.zwgb .sel {
  float: left;
  width: 160px;
  height: 165px;
  padding-top: 30px;
  background-color: #fff;
  text-align: center;
  box-shadow: 3px 5px 15px rgba(84, 151, 227, 0.18);
  margin-left: -2px;
}

.zwgb .sel select {
  width: 120px;
  height: 36px;
  margin-bottom: 20px;
  padding: 0 5px;
  color: #383838;
  font-size: 18px;
  font-weight: 400;
  font-family: "SourceHanSerifCN";
  background: #f7f9fc;
  border: 1px solid #d8e2f2;
}

.zwgb .sel a {
  display: block;
  width: 120px;
  height: 36px;
  line-height: 36px;
  margin: 0 auto;
  text-align: center;
  color: #fff;
  font-size: 18px;
  background-color: #689ee3;
  cursor: pointer;
}

.zdly {
  padding: 0 15px;
}

.wgkbox {
  margin-top: 30px;
}

.sub-zdly li {
  float: left;
  width: 18.83%;
  height: 140px;
  margin-right: 20px;
  margin-bottom: 20px;
  text-align: center;
  background: #f7f9fc;
  font-size: 18px;
  font-family: "SourceHanSerifCN";
}

.sub-zdly li img {
  width: 30px;
  height: 30px;
  margin-top: 40px;
  margin-bottom: 15px;
}

.sub-zdly li:nth-child(5n) {
  margin-right: 0;
}

@media (max-width: 1500px) {
  .xxgk-item {
    padding-left: 15px;
  }

  .xxgk-item li {
    font-size: 16px;
  }

  .seach-ipt input {
    width: 44%;
  }

  .zcsearch {
    width: 95px;
  }

  .reset {
    width: 95px;
  }

  .answer {
    height: 60px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }

  .sub-channel .swiper-slide a {
    padding: 37px 25px;
  }

  .li-group {
    padding: 0;
  }

  .li-group > li {
    width: 180px;
  }

  .li-group > li > a {
    width: 180px;
  }

  .li-group .gkinfo {
    left: 180px;
    width: 240px;
  }

  .li-group > li.on {
    width: 420px;
  }

  .xwfb-list {
    width: 59%;
  }

  .zwgb {
    padding: 25px;
  }

  .sub-zdly li {
    width: 16%;
    margin-right: 0.8%;
  }

  .zwgb .img {
    width: 50%;
  }

  .zwgb .sel {
    width: 50%;
  }

  .seach-ipt .cwrq {
    width: 48%;
  }
}

@media (max-width: 1280px) {
  .zwgb {
    padding: 25px 1%;
  }

  .wgkbox {
    overflow-x: scroll;
    width: 100%;
  }

  .li-group {
    width: 1140px;
    padding: 0;
  }
}

@media (max-width: 991px) {
  .xxgk-item {
    padding-left: 2%;
  }

  .wjk-search {
    height: auto;
  }

  .zfxxzl a,
  .zxwd-head {
    background-size: 100% 100%;
  }

  .seach-ipt li {
    margin-bottom: 0;
    text-align: center;
  }

  .seach-ipt input {
    width: 100%;
    margin-bottom: 10px;
    box-sizing: border-box;
  }

  .seach-ipt .cwrq {
    display: block;
    width: 100%;
    margin-left: 0;
  }

  .zxwd-body {
    height: auto;
    padding: 20px;
  }

  .zyhy {
    width: 100%;
  }

  .xwfb-list {
    width: 55%;
  }

  .zwgb {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .sub-zdly li {
    width: 16.95%;
    margin-right: 25px;
  }

  .sub-zdly li:nth-child(6n) {
    margin-right: 25px;
  }

  .sub-zdly li:nth-child(5n) {
    margin-right: 0;
  }

  .zdly,
  .nopadding {
    padding: 0;
  }
}

@media (max-width: 768px) {
  .jcxxgk-item li span{
    font-size: 16px;
  }
  .sub-zdly li{
    font-size: 16px;
  }
  .infolist.md li {
    padding-right: 0;
    height: auto;
    line-height: 30px;
  }

  .infolist.dot li a {
    font-size: 16px;
    white-space: normal;
  }

  .infolist li .time {
    position: unset;
    font-size: 16px;
    float: right;
  }

  .infolist.md.xwfb-list li {
    padding-right: 0;
  }

  .xwfb {
    width: 100%;
  }

  .xwfb-list {
    width: 100%;
    margin-left: 0;
  }

  .zwgb {
    padding: 2% 3%;
  }

  .sub-zdly li {
    width: 45%;
  }

  .sub-zdly li:nth-child(5n) {
    margin-right: 25px;
  }

  .sub-zdly li:nth-child(2n) {
    margin-right: 0;
  }

  .zwgk-jczwgk-lm {
    float: initial;
    width: 100%;
  }

  .sub-channel {
    float: initial;
    width: 100%;
  }
}

@media (max-width: 450px) {
  .zfxxzl a {
    font-size: 32px;
  }

  .xxgk-item li {
    font-size: 16px;
  }

  .newfooter {
    margin-top: 20px !important;
  }

  .zwgb .img {
    height: 210px;
  }

  .zwgb .sel {
    height: 180px;
  }

  .jcxxgk-item li {
    width: 33%;
  }
}