@charset "UTF-8";
/**!
* 政策直达专区
* date:2022-12-02
* author: gyc;
*/

html {
    color: #000;
    background: #FFF;
}

*,
:before,
:after {
    background-repeat: no-repeat; 
    box-sizing: border-box;
}

* {
    padding: 0;
    margin: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

fieldset, img {
    border: 0
}

address, caption, cite, code, dfn, em, strong, th, var, i {
    font-style: normal;
    font-weight: normal
}

ol, ul {
    list-style: none
}

caption, th {
    text-align: left
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal
}

q:before, q:after {
    content: ''
}

abbr, acronym {
    border: 0;
    font-variant: normal
}

sup {
    vertical-align: text-top
}

sub {
    vertical-align: text-bottom
}

input, textarea, select {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    *font-size: 100%
}

button, [type="button"], [type="reset"], [type="submit"], [role="button"] {
    cursor: pointer;
}

legend {
    color: #000
}

iframe {
    display: block;
}

body {
    font: 14px "Microsoft YaHei", arial, helvetica, clean, sans-serif;
    color: #333;
}

select, input, button, textarea {
    font-family: inherit;
    font-size: 99%;
    line-height: inherit;
}

table {
    font-size: inherit;
    font: 100%
}

pre, code, kbd, samp, tt {
    font-family: monospace;
    *font-size: 108%;
    line-height: 100%
}

a {
    text-decoration: none;
    color: inherit;
}

::-webkit-input-placeholder {
    color: #999;
}

:-moz-placeholder {
    color: #999;
}

::-moz-placeholder {
    color: #999;
}

:-ms-input-placeholder {
    color: #999;
}

.placeholder {
    color: #999;
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.clearfix {
    *zoom: 1;
}

.clearfix:before,
.clearfix:after {
    display: table;
    line-height: 0;
    content: "";
}

.clearfix:after {
    clear: both;
}

.l {
    float: left !important;
}

.r {
    float: right !important;
}

.hidden {
    display: none !important;
}

.invisible {
    visibility: hidden !important;
}








.container {
  width: 1200px;
  margin: 0 auto;
}

.banner {
  height: 300px;
  padding-top: 115px;
  background: url("../images/zczdzq/banner.jpg") no-repeat center;
}

.banner-title {
  width: 360px;
  height: 53px;
  background: url("../images/zczdzq/banner-title.png") no-repeat center;
}

.main-container {
  padding: 71px 0 68px;
}

.news-title {
  width: 798px;
  height: 30px;
  margin: 0 auto;
  background: url("../images/zczdzq/news-title.png") no-repeat center;
}

.news .swiper-container-horizontal > .swiper-pagination-bullets,
.news .swiper-pagination-custom,
.news .swiper-pagination-fraction {
  width: auto;
  left: auto;
  right: 20px;
  height: 54px;
  bottom: 0;
  line-height: 54px;
}

.news .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: transparent;
  border: 1px solid #fff;
  opacity: 1;
}

.news .swiper-pagination-bullet-active {
  width: 30px;
  border-radius: 15px;
  background-color: #fff;
}

.news-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
}

.news-wrapper .img-swiper {
  width: 580px;
  height: 347px;
}

.news-wrapper .box {
  position: relative;
  display: block;
  width: 580px;
  height: 347px;
}

.news-wrapper .box img {
  width: 100%;
  height: 100%;
}

.news-wrapper .box .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 54px;
  line-height: 54px;
  background-color: rgba(0, 0, 0, 0.45);
}

.news-wrapper .box .time {
  width: 86px;
  height: 86px;
  padding-top: 11px;
  margin-top: -32px;
  background-color: #2868b1;
  color: #fff;
}

.news-wrapper .box .day {
  height: 32px;
  line-height: 32px;
  font-size: 32px;
  text-align: center;
}

.news-wrapper .box .month {
  height: 18px;
  margin-top: 11px;
  line-height: 18px;
  font-size: 18px;
  text-align: center;
}

.news-wrapper .box .name {
  width: 270px;
  padding-left: 14px;
  color: #fff;
  font-size: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.news-wrapper .swiper-container {
  height: 347px;
}

.news-wrapper .hot {
  width: 580px;
  height: 347px;
  margin-left: auto;
  -webkit-box-shadow: 0 0 15px rgba(68, 100, 195, 0.15);
          box-shadow: 0 0 15px rgba(68, 100, 195, 0.15);
}

.news-wrapper .hot-title {
  width: 600px;
  height: 60px;
  margin-left: -10px;
  line-height: 50px;
  font-size: 18px;
  text-align: center;
  color: #fff;
  background: url("../images/zczdzq/bg-hot.png") no-repeat center;
}

.news-wrapper .hot-title > span {
  padding-left: 32px;
  background: url("../images/zczdzq/icon-hot.png") no-repeat left center;
}

.news-wrapper .hot-list {
  margin-top: 20px;
  padding: 0 18px;
}

.news-wrapper .hot-list > li {
  line-height: 18px;
}

.news-wrapper .hot-list > li:hover .tt {
  color: #2868b1;
}

.news-wrapper .hot-list > li:hover .tt::before {
  background: -webkit-gradient(linear, right top, left top, from(#85a8ec), to(#2969b1));
  background: linear-gradient(-90deg, #85a8ec 0%, #2969b1 100%);
}

.news-wrapper .hot-list > li + li {
  margin-top: 38px;
}

.news-wrapper .hot-list > li > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.news-wrapper .hot-list > li .tt {
  position: relative;
  width: 418px;
  height: 18px;
  line-height: 18px;
  font-size: 18px;
  padding-left: 26px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.news-wrapper .hot-list > li .tt::before {
  position: absolute;
  content: '';
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: linear-gradient(-2deg, #e7f0fd 0%, #accbee 100%);
  left: 0;
  top: 4px;
}

.news-wrapper .hot-list > li .time {
  margin-left: auto;
  font-size: 16px;
  color: #999;
}

.understanding {
  margin-top: 84px;
}

.understanding .view-more {
    position: absolute;
    top: 0px;
    right: 0;
    font-size: 18px;
    color: #5e5ecc;
}

.understanding-title {
  width: 798px;
  height: 30px;
  margin: 0 auto;
  background: url("../images/zczdzq/understanding-title.png") no-repeat center;
}

.understanding .hd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 51px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.understanding .hd > li {
  width: 127px;
  height: 36px;
  font-size: 16px;
  text-align: center;
  line-height: 36px;
  border-radius: 18px;
  background-color: #e4ebff;
  cursor: pointer;
}

.understanding .hd > li.active {
  background-color: #2868b1;
  color: #fff;
}

.understanding .hd > li + li {
  margin-left: 20px;
}

.understanding-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 40px;
}

.understanding-list > li {
  width: 50%;
  height: 18px;
  line-height: 18px;
  font-size: 18px;
}

.understanding-list > li:nth-child(n+3) {
  margin-top: 30px;
}

.understanding-list > li > a {
  display: inline-block;
  max-width: 570px;
  height: 100%;
  padding-left: 27px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #333;
  background: url("../images/icon-understanding.png") no-repeat left center;
}

.understanding-list > li > a:hover {
  color: #2868b1;
}
