@charset "UTF-8";

/* MARK:头条 */
.container-news {
  padding: 30px;
  margin-bottom: 30px;
  background: #fff;
  box-shadow: 0px 0px 16px rgba(20, 105, 201, 0.4);
}
.line-hot-news {
  border-bottom: 7px solid #d9ebff;
  margin-bottom: 30px;
  position: relative;
}
.line-hot-news:after {
  content: '';
  display: inline-block;
  width: 33%;
  height: 5px;
  background: #1469c9;
  position: absolute;
  left: 50%;
  bottom: -5px;
  transform: translateX(-50%);
}
.hot-news-arcticle {
  text-align: center;
}
.hot-news-title {
  font-size: 36px;
  color: #1469c9;
  margin-bottom: 26px;
  padding: 0 10px;
}
.hot-news-content {
  padding-bottom: 20px;
  font-size: 18px;
  color: #044da2;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* MARK:新闻 */
.line-news {
  margin: 0 -15px;
  margin-bottom: 33px;
}
.news-left {
  width: 50%;
  float: left;
  padding: 0 15px;
}
.news-right {
  width: 50%;
  float: left;
  padding: 0 20px;
}
.news-right .common-header {
  display: flex;
  justify-content: space-between;
}
.news-list {
  padding-top: 19px;
}
.news-list li {
  margin-bottom: 9px;
}
.news-list li:last-child {
  margin-bottom: 0;
}
.news-list li a {
  display: block;
  height: 54px;
  position: relative;
  border: 1px solid #ededed;
  box-sizing: content-box;
}
.news-list li a:hover {
  border: 1px solid rgba(214, 232, 255, 1);
  box-shadow: 3px 4px 13px rgba(204, 227, 255, 0.6);
}
.news-list li a:hover .news-list-date {
  background: linear-gradient(90deg, #0262d6 0%, #2a82e4 100%);
}
.news-list li a:hover .news-list-date span {
  color: #fff;
}
.news-list li a:hover .news-list-link {
  color: #1469c9;
}
.news-list-date {
  width: 85px;
  height: 54px;
  background: #f7fafc;
  float: left;
  text-align: center;
  padding-top: 5px;
}
.news-list-date span:first-child {
  display: block;
  font-size: 22px;
  font-weight: bold;
  color: #2a82e4;
  margin-bottom: 5px;
}
.news-list-date span:last-child {
  font-size: 14px;
  color: #000;
}
.news-list-link {
  margin-left: 80px;
  padding-left: 24px;
  padding-right: 30px;
  line-height: 54px;
  font-size: 18px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* MARK:通知公告 */
.line-tz {
  background: #e0f1ff;
  padding: 15px 25px;
}
.tz-title {
  float: left;
  width: 120px;
  height: 50px;
  line-height: 50px;
  border-radius: 4px;
  background: linear-gradient(90deg, #0867d8 0%, #2880e3 100%);
  text-align: center;
  color: #fff;
  font-size: 20px;
}
.tz-list {
  margin-left: 120px;
  padding-left: 12px;
}
.tz-list li {
  background: #fff;
  width: 49%;
  float: left;
  margin-left: 1%;
  border-bottom: 0;
  border-radius: 4px;
}
.tz-list li a {
  padding: 16px 10px 16px 27px;
}
.tz-list li a:before {
  left: 12px;
}
.tz-list li span {
  padding-top: 16px;
  padding-right: 20px;
}

/* MARK:政务公开 */
.wrapper-index {
  background: linear-gradient(180deg, rgba(235, 244, 255, 1) 0%, rgba(232, 243, 255, 0) 756px, #fff 100%);
  padding-top: 72px;
  margin-bottom: 53px;
}
.line-zwgk {
  margin-bottom: 30px;
}
.zwgk-header {
  margin: 0 -15px;
}
.zwgk-header li {
  width: 33.3333333%;
  float: left;
  padding: 0 15px;
}
.zwgk-header .zwgk-header-inner {
  height: 92px;
  padding: 20px 0;
  background: url(../images/index_zwgk_header.png) no-repeat;
  background-size: 100% 100%;
  cursor: pointer;
  position: relative;
}
.zwgk-header .zwgk-header-inner.on {
  background: url(../images/index_zwgk_header_on.png) no-repeat;
  background-size: 100% 100%;
}
.zwgk-header .zwgk-header-inner img {
  width: 50px;
  float: left;
  position: absolute;
  left: 54px;
  top: 50%;
  transform: translateY(-50%);
}
.zwgk-header .zwgk-header-inner img:nth-child(2) {
  display: none;
}
.zwgk-header .zwgk-header-inner.on img:nth-child(1) {
  display: none;
}
.zwgk-header .zwgk-header-inner.on img:nth-child(2) {
  display: inline-block;
}
.zwgk-header .zwgk-header-inner .zwgk-header-text {
  margin-left: 50px;
  text-align: center;
  color: #1469c9;
}
.zwgk-header .zwgk-header-inner.on .zwgk-header-text {
  color: #fff;
}
.zwgk-header .zwgk-header-inner .zwgk-header-text h3 {
  margin-bottom: 10px;
  font-size: 26px;
}
.zwgk-header .zwgk-header-inner .zwgk-header-text p {
  font-size: 18px;
}

.zwgk-content {
  display: none;
  padding: 30px;
  background: #fff;
  box-shadow: 0px 0px 16px rgba(20, 105, 201, 0.25);
}
.zwgk-content.on {
  display: block;
}

.gk-links {
  margin: 0 -20px;
  margin-bottom: 40px;
}
.gk-links li {
  width: 25%;
  float: left;
  padding: 0 20px;
}
.gk-links li a {
  display: block;
  height: 111px;
  background: #e1f2ff;
  position: relative;
  border-radius: 6px;
}
.gk-links li:nth-child(1) a {
  background: rgba(225, 242, 255, 1);
}
.gk-links li:nth-child(2) a {
  background: rgba(220, 241, 247, 1);
}
.gk-links li:nth-child(3) a {
  background: rgba(250, 239, 217, 1);
}
.gk-links li:nth-child(4) a {
  background: rgba(224, 230, 255, 1);
}
.gk-links li a h3 {
  position: absolute;
  bottom: 59px;
  left: 20px;
  font-family: '思源宋体';
  font-size: 18px;
  color: #333;
  font-weight: 700;
}
.gk-links li a p {
  position: absolute;
  bottom: 23px;
  left: 20px;
  background: linear-gradient(to right, #fff, transparent);
  padding: 5px 70px 5px 8px;
  font-size: 13px;
  color: #2a82e4;
}
.gk-links li a img {
  position: absolute;
  top: 50%;
  right: 25px;
  transform: translateY(-50%);
}

.gk-box {
  margin: 0 -20px;
}
.gk-box-left {
  width: 64.5%;
  float: left;
  padding: 0 20px;
  margin-top: 4px;
}
.gk-box-right {
  width: 35.5%;
  float: left;
  padding: 0 20px;
}

.gk-zfxxgkzl {
  margin-bottom: 33px;
  text-align: center;
}
.gk-zfxxgkzl img {
  width: 100%;
  max-width: 500px;
}
.gk-zfxxgk {
  margin: 0 -10px;
}
.gk-zfxxgk li {
  width: 50%;
  float: left;
  padding: 0 10px;
  margin-bottom: 28px;
}
.gk-zfxxgk li:nth-child(5),
.gk-zfxxgk li:nth-child(6) {
  margin-bottom: 0;
}
.gk-zfxxgk li a {
  display: block;
  height: 50px;
  line-height: 50px;
  background-color: #f2f8ff;
  padding-left: 17px;
  text-align: center;
}
.gk-zfxxgk li a:hover {
  background: #ffffff;
  box-shadow: 0px 0px 6px rgba(9, 84, 181, 0.2);
}
.gk-zfxxgk li span {
  display: block;
  padding-left: 26px;
  font-size: 18px;
  color: #1469c9;
}
.gk-zfxxgk li:nth-child(1) span {
  background: url(../images/index_zfxxgk_icon1.png) no-repeat left center;
}
.gk-zfxxgk li:nth-child(2) span {
  background: url(../images/index_zfxxgk_icon2.png) no-repeat left center;
}
.gk-zfxxgk li:nth-child(3) span {
  background: url(../images/index_zfxxgk_icon3.png) no-repeat left center;
}
.gk-zfxxgk li:nth-child(4) span {
  background: url(../images/index_zfxxgk_icon4.png) no-repeat left center;
}
.gk-zfxxgk li:nth-child(5) span {
  background: url(../images/index_zfxxgk_icon5.png) no-repeat left center;
}
.gk-zfxxgk li:nth-child(6) span {
  background: url(../images/index_zfxxgk_icon6.png) no-repeat left center;
}

/* MARK:政务服务 */
.zw-box {
  margin: 0 -20px;
  margin-bottom: 30px;
}
.zw-left {
  width: 45%;
  float: left;
  padding: 0 18px;
}
.zw-right {
  width: 55%;
  float: left;
  padding: 0 18px;
}

.grfr-header {
}
.grfr-header a {
  width: 50%;
  float: left;
  height: 63px;
  line-height: 63px;
  background: #e0eeff;
  color: #1469c9;
  text-align: center;
  cursor: pointer;
  font-size: 20px;
  font-weight: bold;
}
.grfr-header a.on {
  background: linear-gradient(90deg, #0b69d8 0%, #5ea8f8 100%);
  color: #fff;
}
.grfr-list {
  display: none;
  background: #f7faff;
  padding: 30px 0 10px;
}
.grfr-list.on {
  display: block;
}
.grfr-list li {
  width: 25%;
  float: left;
  padding: 0 30px;
  margin-bottom: 28px;
}
.grfr-list li a {
  display: block;
}
.grfr-list li i {
  display: block;
  width: 100%;
  height: 86px;
  box-shadow: 0px 0px 8px rgba(167, 203, 250, 0.7);
  margin-bottom: 23px;
  text-align: center;
  border-radius: 8px;
  background: #fff;
  position: relative;
}
.grfr-list li i img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.grfr-list li p {
  font-size: 18px;
  text-align: center;
}

#tsfw {
  margin-top: 14px;
}
.tsfw-list {
  margin: 0 -15px;
  padding-top: 27px;
}
.tsfw-list li {
  width: 33.333333%;
  padding: 0 15px;
  float: left;
  margin-bottom: 28px;
}
.tsfw-list li:nth-child(7),
.tsfw-list li:nth-child(8),
.tsfw-list li:nth-child(9) {
  margin-bottom: 0;
}
.tsfw-list li a {
  display: block;
  height: 92px;
  border-radius: 5px;
  background: linear-gradient(180deg, #ddeefc 0%, #f5faff 100%);
  padding: 20px;
}
.tsfw-list li a:hover {
  background: #1c75df;
}
.tsfw-list li a:hover h3 {
  color: #fff;
}
.tsfw-list li a:hover p {
  color: #dedede;
}
.tsfw-list li h3 {
  font-size: 18px;
  color: #333333;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 13px;
}
.tsfw-list li p {
  font-size: 14px;
  color: #8c8c8c;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.xjzwfww {
  display: block;
  text-align: center;
}
.xjzwfww img {
  width: 100%;
  max-width: 585px;
}

.yjs {
  margin: 0 -15px;
}
.yjs-box {
  width: 50%;
  float: left;
  padding: 0 15px;
}
.yjs-inner {
  background: linear-gradient(90deg, #e6f1ff 0%, #fafcff 100%);
  padding: 20px 0 0 24px;
}
.yjs-header {
  font-size: 24px;
  position: relative;
  padding-bottom: 20px;
  color: #333333;
  font-weight: bold;
}
.yjs-header:after {
  content: '';
  width: 28%;
  height: 5px;
  border-radius: 20px;
  background: rgba(28, 117, 223, 1);
  position: absolute;
  left: 0;
  bottom: 0;
}
.yjs-list {
  height: 145px;
  padding-top: 35px;
  box-sizing: content-box;
}
.yjs-list1 {
  background: url(../images/index_yjs_img1.png) no-repeat bottom right;
}
.yjs-list2 {
  background: url(../images/index_yjs_img2.png) no-repeat bottom right;
}
.yjs-list li {
  margin-bottom: 12px;
}
.yjs-list li a {
  color: #8c8c8c;
}
.yjs-list li a:hover {
  color: #2d84e6;
}

.zw-links {
  margin: 0 -10px;
}
.zw-links li {
  width: 25%;
  padding: 0 10px;
  float: left;
}
.zw-links li a {
  display: block;
  height: 145px;
  background: linear-gradient(90deg, #0968d8 0%, #62a4ef 100%);
  color: #fff;
  position: relative;
  padding-left: 26px;
  padding-right: 20px;
}
.zw-links li h3 {
  padding-top: 47px;
  margin-bottom: 10px;
  position: relative;
  z-index: 1;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 20px;
  font-weight: bold;
}
.zw-links li p {
  font-size: 16px;
  position: relative;
  z-index: 1;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.zw-links li img {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}

/* MARK:政民互动 */
.hd-links {
  margin: 0 -10px;
  margin-bottom: 41px;
}
.hd-links li {
  width: 25%;
  float: left;
  padding: 0 10px;
}
.hd-links li a {
  display: table;
  width: 100%;
  padding: 12px 39px;
  border: 1px solid #000;
  background: #eee;
  border-top-right-radius: 9999px;
  border-bottom-right-radius: 9999px;
}
.hd-links li img {
  display: table-cell;
  vertical-align: middle;
}
.hd-links li span {
  display: table-cell;
  vertical-align: middle;
  font-size: 26px;
}
.hd-links li:nth-child(1) a {
  border-color: #4896c7;
  background: linear-gradient(90deg, #b7e4fc 0%, #dceefb 100%);
}
.hd-links li:nth-child(1) span {
  color: #2468ba;
}
.hd-links li:nth-child(2) a {
  border-color: rgba(47, 67, 157, 1);
  background: linear-gradient(90deg, #d7e1fb 0%, #edf0ff 100%);
}
.hd-links li:nth-child(2) span {
  color: #4865c7;
}
.hd-links li:nth-child(3) a {
  border-color: #2a82e4;
  background: linear-gradient(90deg, #b8d2fc 0%, #dceafa 100%);
}
.hd-links li:nth-child(3) span {
  color: #0e67cc;
}
.hd-links li:nth-child(4) a {
  border-color: #5fdcc4;
  background: linear-gradient(90deg, #dff8f9 0%, #eff8ff 100%);
}
.hd-links li:nth-child(4) span {
  color: #00baad;
}

.hd-box {
  margin: 0 -20px;
  margin-bottom: 42px;
}
.hd-left {
  width: 50%;
  padding: 0 20px;
  float: left;
}
.hd-right {
  width: 50%;
  padding: 0 20px;
  float: left;
}

.mail-table {
  position: relative;
  padding: 21px 17px 21px;
  margin-top: 27px;
  box-shadow: 0px 0px 10px rgba(42, 130, 228, 0.3);
}
.mail-table table {
  width: 100%;
  table-layout: fixed;
}
.mail-table tr {
  border-bottom: 1px dashed #c4c4c4;
}
.mail-table tr:first-child {
  border-bottom: 0;
  margin-bottom: 17px;
}
.mail-table tr th {
  padding: 14px 0;
  background: #e6f2fa;
  color: #2d84e6;
  text-align: center;
  font-weight: bold;
}
.mail-table tr td {
  position: relative;
  text-align: center;
  padding: 22px 0;
}
.mail-table tr td:nth-child(1) {
  text-align: left;
}
.mail-table tr td:nth-child(1) a {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: left;
  position: relative;
  padding-left: 30px;
  color: #333333;
}
.mail-table tr td:nth-child(1) a:hover {
  color: #2d84e6;
}
.mail-table tr td:nth-child(2) {
  color: #00baad;
}
.mail-table tr td:nth-child(3) {
  color: #878787;
  font-size: 14px;
}
.mail-table tr td img {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.zxft {
  margin-top: 27px;
}
.zxft-left {
  width: 315px;
  float: left;
}
.zxft-left img {
  width: 100%;
  max-width: 315px;
}
.zxft-right {
  margin-left: 315px;
  padding-left: 23px;
  overflow: hidden;
}
.zxft-list li {
  border-bottom: 0;
}
.zxft-list li a {
  padding: 11px 10px 11px 18px;
}
.ft {
  margin-bottom: 15px;
}
.ft-left {
  width: 83px;
  padding: 5px 10px;
  padding-right: 0;
  float: left;
  background: rgb(230, 242, 250);
  font-size: 14px;
  color: #2a82e4;
}
.ft-right {
  margin-left: 83px;
  padding-left: 15px;
  line-height: 1.5;
  color: #2d84e6;
  position: relative;
  top: -5px;
}
.ft-right1 {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.ft-right3 {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.yjzj-header {
  height: 52px;
  background: url(../images/zmhd_wj.png) no-repeat left center;
  margin-bottom: 18px;
  background-size: 100%;
}
.yjzj-header a {
  display: block;
  height: 100%;
}
.yjzj-list {
  margin: 0 -15px;
}
.yjzj-list li {
  width: 33.3333333%;
  float: left;
  padding: 0 15px;
}
.yjzj-list li a {
  display: block;
  padding: 28px;
  border: 1px solid #e6eef5;
  background: #fafcff;
  border-radius: 4px;
}
.yjzj-list li a:hover {
  border-color: #79c1fc;
  box-shadow: 0px 2px 12px rgba(182, 201, 217, 0.24);
  background: #ffffff;
}
.yjzj-list li p {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 10px;
  line-height: 1.3;
}
.yjzj-list li span {
  color: #a6a6a6;
}

/* MARK:重点领域公开 */
.line-zdly {
  margin-bottom: 30px;
}
.zdly-left {
  width: 209px;
  float: left;
}
.zdly-right {
  background: linear-gradient(126deg, #d6e5fe 0%, #eef3fd 100%);
  padding: 28px 22px 22px;
  border-radius: 10px;
  position: relative;
}
.zdly-bg {
  position: absolute;
  top: 11px;
  right: 135px;
}
.zdly-header {
  margin-bottom: 20px;
}
.zdly-img {
  display: inline-block;
  vertical-align: middle;
}
.zdly-link {
  display: inline-block;
  vertical-align: middle;
  font-size: 24px;
  font-weight: 700;
}
.zdly-link-more {
  float: right;
  margin-top: 5px;
  padding: 7px 24px;
  background: #fff;
  border-radius: 9999px;
  color: #333;
  z-index: 2;
}
.zdly-content {
  height: 175px;
  background: #fff;
  padding: 13px 25px 0;
  position: relative;
  z-index: 2;
}
.zdly-content li {
  width: 14.2857%;
  float: left;
}
.zdly-content li a {
  display: block;
  text-align: center;
}
.zdly-content li i {
  display: inline-block;
  width: 83px;
  height: 83px;
  opacity: 1;
  background: linear-gradient(180deg, #f4f9ff 0%, #e5edfd 100%);
  border-radius: 100%;
  position: relative;
  margin-bottom: 23px;
}
.zdly-content li i img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.zdly-content li p {
  line-height: 1.2;
  font-size: 18px;
}

/* MARK:二维码列表 */
.line-rmt {
  margin-bottom: 30px;
}
.rmt-left {
  width: 184px;
  float: left;
}
.rmt-left .rmt-cate {
  background: #f3f8fe;
  margin-bottom: 15px;
  height: 87px;
  line-height: 87px;
  cursor: pointer;
  position: relative;
  font-size: 18px;
  font-weight: bold;
  color: #1469c9;
  padding-left: 67px;
}
.rmt-left .rmt-cate:after {
  content: '';
  display: none;
  width: 25px;
  height: 22px;
  position: absolute;
  right: -37px;
  top: 50%;
  transform: translateY(-50%);
  background: url(../images/index_rmt_arrow.png) no-repeat;
  background-size: contain;
}
.rmt-left .rmt-cate.on {
  background: linear-gradient(90deg, #0867d8 0%, #65a6f0 100%);
  color: #fff;
}
.rmt-left .rmt-cate.on:after {
  display: inline-block;
}
.rmt-left .rmt-cate img {
  position: absolute;
  top: 50%;
  left: 22px;
  transform: translateY(-50%);
}
.rmt-left .rmt-cate img:nth-child(2) {
  display: none;
}
.rmt-left .rmt-cate.on img:nth-child(1) {
  display: none;
}
.rmt-left .rmt-cate.on img:nth-child(2) {
  display: block;
}
.rmt-right {
  margin-left: 184px;
  padding-left: 51px;
}
.rmt-container {
  cursor: grab;
}
.rmt-container.on {
  display: block !important;
}
.rmt-container a {
  display: block;
  height: 291px;
  background: #ebf4ff;
  padding: 13px;
  text-align: center;
}
.rmt-container img {
  width: 100%;
  max-width: 200px;
  margin-bottom: 18px;
}
.rmt-container p {
  font-size: 20px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* MARK:无良举报 */
.line-jb {
  display: block;
  text-align: center;
  background: #b0d2ff;
}
.line-jb img {
  width: 50%;
}

/* MARK:轮播 */
.slideBox {
  width: 100%;
  height: 436px;
  overflow: hidden;
  position: relative;
}
.slideBox .hd {
  height: 15px;
  overflow: hidden;
  position: absolute;
  right: 24px;
  bottom: 17px;
  z-index: 1;
}
.slideBox .hd ul li {
  float: left;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  text-align: center;
  cursor: pointer;
  box-sizing: border-box;
  border: 1px solid #fff;
  border-radius: 10px;
  font-size: 0;
}
.slideBox .hd ul li.on {
  background: #fff;
}
.slideBox .bd {
  position: relative;
  height: 100%;
  z-index: 0;
}
.slideBox .bd li {
  width: 100%;
  height: 100%;
  zoom: 1;
  vertical-align: middle;
  position: relative;
}
.slideBox .bd p {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 20px 150px 20px 27px;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  box-sizing: border-box;
  background: rgba(0, 0, 0, 0.6);
  font-size: 18px;
}
.slideBox .bd ul {
  width: 100%;
  height: 100%;
}
.slideBox .bd img {
  width: 100%;
  height: 100%;
  display: block;
}
.slideBox .prev,
.slideBox .next {
  position: absolute;
  top: 50%;
  margin-top: -32px;
  display: block;
  width: 24px;
  height: 64px;
  filter: alpha(opacity=50);
  opacity: 0.5;
}
.slideBox .prev {
  left: 0;
  background: url(../images/icon_arleft.png) no-repeat;
  background-size: contain;
}
.slideBox .next {
  right: 0;
  background: url(../images/icon_arright.png) no-repeat;
  background-size: contain;
}
.slideBox .prev:hover,
.slideBox .next:hover {
  filter: alpha(opacity=100);
  opacity: 1;
}
.slideBox .prevStop {
  display: none;
}
.slideBox .nextStop {
  display: none;
}

/* 专题轮播 */
.line-ztzl {
  margin-bottom: 42px;
}
.ztzl-header {
  margin-bottom: 32px;
  position: relative;
}
.ztzl-header:after {
  content: '';
  display: inline-block;
  width: 100%;
  height: 2px;
  background: #c9e1ff;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.ztzl-header:before {
  content: '';
  display: inline-block;
  border-left: 10px solid #005cb8;
  border-top: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid transparent;
  position: absolute;
  left: 163px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
}
.ztzl-header a {
  display: inline-block;
  font-size: 36px;
  color: #1469c9;
  font-weight: 700;
  background: #fff;
  padding-right: 50px;
  position: relative;
  z-index: 2;
}
.ztzl-header a i {
  color: #333333;
}
.picMarquee-left {
  position: relative;
}
.picMarquee-left .bd {
  width: 100%;
  overflow: hidden;
}
.picMarquee-left ul li {
  width: 25%;
  height: 132px;
  line-height: 30px;
  text-align: center;
  float: left;
}
.picMarquee-left ul li img {
  width: 100%;
  height: 100%;
  padding: 0 7px;
}
.picMarquee-left .prev,
.picMarquee-left .next {
  position: absolute;
  top: 50%;
  margin-top: -25px;
  display: block;
  width: 36px;
  height: 57px;
  filter: alpha(opacity=80);
  opacity: 0.8;
}
.picMarquee-left .prev {
  left: 7px;
  background: url(https://unpkg.com/static-files-container/images/slidebox-prev.png) no-repeat;
  background-size: contain;
}
.picMarquee-left .next {
  right: 7px;
  background: url(https://unpkg.com/static-files-container/images/slidebox-next.png) no-repeat;
  background-size: contain;
}
.picMarquee-left .prev:hover,
.picMarquee-left .next:hover {
  filter: alpha(opacity=100);
  opacity: 1;
}

@media screen and (max-width: 1400px) {
  .gk-box-left {
    width: 100%;
    float: none;
    margin-bottom: 20px;
  }
  .gk-box-right {
    width: 100%;
    float: none;
  }
}

@media screen and (max-width: 1200px) {
  .container-news {
    padding: 20px;
  }

  .hot-news-title {
    padding: 0;
    font-size: 20px;
    line-height: 1.4;
  }

  .news-left {
    width: 100%;
    float: none;
    margin-bottom: 20px;
  }
  .news-right {
    width: 100%;
    float: none;
  }

  .zwgk-content {
    padding: 20px;
  }

  .gk-links li {
    width: 50%;
    margin-bottom: 15px;
  }

  .hd-links li {
    width: 50%;
    margin-bottom: 20px;
  }

  .tsfw-list {
    padding-top: 0;
  }

  .hd-left {
    width: 100%;
    float: none;
    margin-bottom: 20px;
  }
  .hd-right {
    width: 100%;
    float: none;
  }
  .zxft {
    margin-top: 0;
  }
}

@media screen and (max-width: 1000px) {
  .line-tz {
    padding: 15px;
  }
  .tz-title {
    width: 100%;
    margin-bottom: 15px;
  }
  .tz-list {
    margin-left: 0;
    padding-left: 0;
  }
  .tz-list li {
    width: 100%;
    margin-left: 0;
    margin-bottom: 10px;
  }
  .tz-list li:last-child {
    margin-bottom: 0;
  }

  .wrapper-index {
    padding-top: 20px;
  }
  .zwgk-header .zwgk-header-inner {
    background: #c9e1ff;
    border-radius: 10px;
  }
  .zwgk-header .zwgk-header-inner.on {
    background: #1772dd;
  }
  .zwgk-header li {
    width: 100%;
    margin-bottom: 20px;
  }

  .zw-left {
    width: 100%;
    float: none;
  }
  .zw-right {
    width: 100%;
    float: none;
  }

  .xjzwfww {
    margin-bottom: 20px;
  }

  .zw-links li {
    width: 50%;
    margin-bottom: 15px;
  }

  .zdly-bg {
    display: none;
  }
  .zdly-link-more {
    display: none;
  }
  .zdly-content {
    height: auto;
    padding: 10px;
  }
  .zdly-content li {
    width: 25%;
    margin-bottom: 15px;
  }
  .zdly-content li i {
    margin-bottom: 10px;
  }
  .zdly-content li p {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
  }
}

@media screen and (max-width: 700px) {
  .slideBox {
    height: 200px;
  }
  .slideBox .bd p {
    padding: 10px 80px 10px 10px;
  }
  .slideBox .hd {
    right: 4px;
    bottom: 8px;
  }

  .hd-links li {
    width: 100%;
  }
  .hd-links li a {
    padding: 8px 20px;
  }
  .hd-links li span {
    font-size: 20px;
  }

  .zxft-left {
    width: 100%;
    float: none;
    margin-bottom: 20px;
    text-align: center;
  }
  .zxft-right {
    margin-left: 0;
    padding-left: 0;
  }

  .yjs-box {
    width: 100%;
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 600px) {
  .gk-links li {
    width: 100%;
  }

  .grfr-list li {
    width: 33.33333%;
    padding: 0 15px;
  }

  .tsfw-list li {
    width: 50%;
    margin-bottom: 15px;
  }
  .tsfw-list li:nth-child(7),
  .tsfw-list li:nth-child(8),
  .tsfw-list li:nth-child(9) {
    margin-bottom: 15px;
  }

  .yjzj-header {
    background-size: 1000px;
  }
  .yjzj-list li {
    width: 100%;
    margin-bottom: 15px;
  }

  .zdly-content li {
    width: 50%;
  }

  .rmt-left {
    width: 128px;
  }
  .rmt-left .rmt-cate img {
    display: none !important;
  }
  .rmt-left .rmt-cate {
    padding-left: 20px;
    height: 60px;
    line-height: 60px;
  }
  .rmt-left .rmt-cate:after {
    width: 18px;
    height: 16px;
    right: -24px;
  }
  .rmt-right {
    margin-left: 128px;
    padding-left: 33px;
  }
  .rmt-container a {
    height: 208px;
  }
  .rmt-container img {
    max-width: 140px;
    margin-bottom: 10px;
  }
  .rmt-container p {
    font-size: 16px;
  }

  .ztzl-header a{
    font-size: 22px;
    padding-right: 20px;
  }
  .ztzl-header:before{
    display: none;
  }
  .picMarquee-left ul li{
    width: 100%;
  }

  .line-jb img{
    width: 100%;
  }
}

@media screen and (max-width: 500px) {
  .news-right .common-header {
    display: block;
  }
  .news-list {
    padding-top: 0;
  }
  .news-list-link {
    padding-left: 14px;
    padding-right: 10px;
    font-size: 16px;
  }

  .tz-title {
    font-size: 18px;
  }
  .tz-list li a {
    font-size: 16px;
  }

  .zwgk-header .zwgk-header-inner img {
    display: none !important;
  }
  .zwgk-header .zwgk-header-inner .zwgk-header-text {
    margin-left: 0;
  }
  .zwgk-header .zwgk-header-inner .zwgk-header-text h3 {
    font-size: 20px;
  }
  .zwgk-header .zwgk-header-inner .zwgk-header-text p {
    font-size: 16px;
  }

  .gk-zfxxgk li {
    width: 100%;
    margin-bottom: 15px;
  }
  .gk-zfxxgk li:nth-child(5) {
    margin-bottom: 15px;
  }

  .grfr-list li {
    width: 50%;
  }
  .grfr-list li i {
    margin-bottom: 15px;
  }
  .grfr-list li p {
    font-size: 16px;
  }

  .tsfw-list li {
    width: 100%;
  }

  .zw-links li {
    width: 100%;
  }
}
