:root {
  font-size: 16px;
  font-family: '微软雅黑', 'Microsoft Yahei';
  box-sizing: border-box;
}
*,
::before,
::after {
  box-sizing: inherit;
  margin: 0;
  padding: 0;
}
body {
  background-color: #f2f5f8;
}
a {
  color: inherit;
  text-decoration: none;
}
img {
  max-width: 100%;
  border: none;
}
li {
  list-style: none;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.clearfix::after {
  content: '';
  display: block;
  clear: both;
}
.center-block-1200 {
  width: 1200px;
  margin: 0 auto;
}
.w965 {
  width: 965px;
}
.w217 {
  width: 217px;
}

/*  */
.header {
  background-image: url('gjxsden-202403-header.jpg');
  height: 239px;
  position: relative;
}
.header .zw {
  display: block;
  width: 94px;
  height: 27px;
  color: #ffffff;
  border: 1px solid #ffffff;
  text-align: center;
  font-size: 18px;
  position: absolute;
  line-height: 27px;
  border-radius: 5px;
  right: 28px;
  top: 129px;
}
nav {
  height: 62px;
  background-color: #ffffff;
}
.home {
  margin-left: 20px;
  padding-top: 23px;
}
.nav-item {
  float: left;
  position: relative;
  margin-left: 25px;
  color: #686969;
  font-weight: bold;
  line-height: 18px;
}
.nav-item.has-child {
  font-size: 14px;
}
.nav-item.has-child > a {
  display: block;
  height: 62px;
  padding-top: 26px;
  padding-left: 15px;
}
.nav-citem a:hover {
  color: #1e7fca;
}
.nav-item.has-child > a::after {
  content: '';
  display: inline-block;
  background-image: url('gjxsden-202403-iconnav.png');
  width: 12px;
  height: 8px;
  vertical-align: middle;
  margin-left: 2px;
}
.nav-citems {
  position: absolute;
  white-space: nowrap;
  background-color: #ffffff;
  display: none;
  z-index: 20;
}
.nav-citems.act {
  display: block;
}
.nav-citem {
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 15px;
}
.nav-citem:nth-child(1) {
  padding-top: 15px;
}
.search-container {
  margin-top: 15px;
}
.search-border {
  height: 34px;
  width: 217px;
  border: 1px solid #cacaca;
  border-radius: 14px;
}
.search-word {
  float: left;
  width: 78%;
  height: 100%;
  border-top-left-radius: 14px;
  border-bottom-left-radius: 14px;
  border: none;
  outline: none;
  padding-left: 12px;
  font-size: 15px;
}
.searchsub {
  float: right;
  margin-top: 5px;
  margin-right: 10px;
}
.main {
  margin-top: 25px;
}
/* carousel */
.slick-mod {
  width: 100%;
  height: 346px;
}
.slick-item {
  position: relative;
}
.slick-item img {
  width: 100%;
}
.tit1 {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  font-size: 15px;
  color: #ffffff;
  line-height: 30px;
  text-indent: 13px;
  background: rgba(4, 46, 137, 0.5);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.slick-mod .slick-dots,
.slick-mod2 .slick-dots {
  position: absolute;
  right: 10px;
  bottom: 10px;
}

.slick-mod .slick-arrow,
.slick-mod2 .slick-arrow {
  width: 33px;
  height: 57px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 3;
  cursor: pointer;
}
/* .slick-mod .slick-next {
  right: 0;
  background: url() no-repeat center;
}
.slick-mod .slick-prev {
  left: 0;
  background: url() no-repeat center;
}

.slick-mod2 .slick-next {
  right: 0;
  background: url() no-repeat center;
}
.slick-mod2 .slick-prev {
  left: 0;
  background: url() no-repeat center;
} */
.slick-mod .slick-dots li,
.slick-mod2 .slick-dots li {
  width: 12px;
  height: 12px;
  background: #ffffff;
  border-radius: 50%;
  margin: 0 8px 0 0;
}
.slick-mod .slick-dots li.slick-active,
.slick-mod2 .slick-dots li.slick-active {
  width: 12px;
  height: 12px;
  background: #e50012;
  border-radius: 50%;
}
/* --- */
.channel-item {
  width: 306px;
  font-size: 14px;
}
.channel-item + .channel-item {
  margin-left: 22px;
}
.channel-itemtit {
  height: 54px;
  line-height: 21px;
  color: #1e7fca;
  font-weight: bold;
  display: table;
}
.channel-itemtit span {
  display: table-cell;
  vertical-align: middle;
  padding-left: 10px;
}
.channel-itembg {
  background-color: #ffffff;
  padding: 5px;
  height: 303px;
}
.channel-itembg img {
  display: block;
  width: 100%;
  height: 175px;
  margin-bottom: 20px;
}
.channel-itembg p {
  line-height: 25px;
  word-wrap: break-word;
  word-break: break-all;
}
.channel-itembg p:nth-child(2) {
  padding: 0 10px;
}
.rightbg {
  background-color: #ffffff;
  height: 1417px;
  padding-left: 10px;
  padding-top: 19px;
}
.news-container {
  height: 950px;
}
.news-title {
  font-size: 14px;
  color: #1e7fca;
  font-weight: bold;
  margin-bottom: 10px;
}
.news-li {
  position: relative;
  padding-right: 10px;
}
.news-li + .news-li {
  margin-top: 20px;
}
.news-li::after {
  content: '';
  display: block;
  width: 3px;
  height: 90%;
  background-color: #2e9cdf;
  position: absolute;
  right: 0;
  top: 0;
}
.news-li p {
  line-height: 24px;
  font-size: 14px;
  word-wrap: break-word;
  word-break: break-all;
}
.news-time {
  font-size: 0;
  margin-top: 7px;
}
.icon-newstime {
  font-size: 14px;
  color: #b3b5b6;
  line-height: 18px;
}
.icon-newstime::before {
  content: '';
  display: inline-block;
  background-image: url('gjxsden-202403-icontime.png');
  width: 18px;
  height: 18px;
  background-size: cover;
  vertical-align: middle;
  margin-top: -2px;
  margin-right: 9px;
  margin-left: 8px;
}
.mroe {
  font-size: 14px;
  color: #b3b5b6;
  text-align: right;
  margin-top: 40px;
  padding-right: 5px;
}
.img-container {
  padding-top: 20px;
}
.nn-title {
  font-size: 14px;
  font-weight: bold;
  color: #1e7fca;
  line-height: 18px;
  word-wrap: break-word;
  word-break: break-all;
}
.imgc-bottom {
  margin-top: 40px;
  padding-top: 30px;
}
footer {
  background-color: #1e7fca;
  margin-top: 27px;
}
.footerlink {
  font-size: 14px;
  color: #ffffff;
  padding: 80px 0 80px 10px;
}
.row-link + .row-link {
  margin-top: 28px;
}

.row-link a {
  display: block;
  width: 70px;
  float: left;
}
.row-link a + a {
  margin-left: 150px;
}
.copyright {
  background-color: #f2f5f8;
  font-size: 12px;
  text-align: center;
  color: #909192;
  padding: 23px 0;
}

.curpage {
  font-size: 14px;
  margin-bottom: 25px;
}
.channel-container {
  background-color: #ffffff;
  padding: 40px 24px;
  margin-bottom: 21px;
}
.channel-container .title {
  font-size: 24px;
  font-weight: bold;
}
.channel-container .abs {
  line-height: 35px;
  margin-top: 13px;
}
.abs .abs-img {
  padding-top: 21px;
}
.abs .abs-img img {
  float: left;
  width: 246px;
  margin-left: 50px;
  margin-right: 60px;
}
.abs .abs-img2 img {
  float: left;
  margin-right: 17px;
}
.abs .abs-img2 p {
  overflow: hidden;
}
.list-container {
  display: flex;
}
.leftnav {
  flex: 403px 0;
  background-color: #ffffff;
  width: 403px;
  margin-right: auto;
}
.leftnav-title {
  position: relative;
  font-size: 20px;
  font-weight: bold;
  /* height: 70px; */
}
.leftnav-list {
  padding: 0 6px;
}
.rightlist {
  flex: 776px 0;
  background-color: #ffffff;
}
.rightlist.no-bg {
  background: none;
}
.leftnav-li {
  padding: 22px 0 22px 24px;
}
.leftnav-li + .leftnav-li {
  border-top: 1px solid #f1f1f1;
}
.leftnav-li.has-child .leftnav-title {
  padding-right: 38px;
}
.leftnav-li.has-child .leftnav-title::after {
  content: '';
  vertical-align: middle;
  background-image: url('../images/gjxsden-202403-iconhaschild.png');
  width: 18px;
  height: 18px;
  position: absolute;
  right: 18px;
  top: calc(50% - 9px);
}
.child-nav {
  display: none;
}
.leftnav-li.act .child-nav {
  display: block;
}
.leftnav-li2 {
  font-size: 20px;
  font-weight: bold;
  padding: 25px 0;
  border-bottom: 1px solid #f1f1f1;
}
.leftnav-li3 {
  font-size: 20px;
  font-weight: bold;
  padding: 25px 17px;
  border-bottom: 1px solid #f1f1f1;
}
.leftnav-li4 {
  font-size: 20px;
  font-weight: bold;
  padding: 25px 4px;
  border-bottom: 1px solid #f1f1f1;
}
.child-item {
  margin-top: 20px;
}
.child-item {
  font-size: 20px;
  line-height: 25px;
  padding-left: 25px;
}
.child-item.act a {
  color: #0829b3;
}
.page-list {
  padding: 0 16px;
}
.page-list .li {
  font-size: 20px;
  padding: 20px 0;
  border-bottom: 1px solid #f2f5f8;
}
.li-time {
  font-size: 14px;
  color: #b3b5b6;
  margin-top: 10px;
}
.li-time::before {
  content: '';
  display: inline-block;
  background-image: url('gjxsden-202403-icontime.png');
  width: 18px;
  height: 18px;
  background-size: cover;
  vertical-align: middle;
  margin-top: -2px;
  margin-right: 9px;
}
.right-artilce {
  padding: 20px 15px;
}
.right-artilce p {
  font-size: 20px;
  line-height: 48px;
  /* word-wrap: break-word;
  word-break: break-all; */
}
.page {
  font-size: 12px;
  margin: 23px 0;
  margin-left: 22px;
}
.page a {
  border: 1px solid #ebebeb;
  color: #003366;
  padding: 8px 9px;
  display: inline-block;
}
.page a + a {
  margin-left: 3px;
}
.page a.act {
  background-color: #003366;
  color: #ffffff;
}
.list-container2 .page-list {
  padding: 0;
}
.list-container2 .li {
  background-color: #f2f5f8;
  margin-top: 30px;
  padding-left: 15px;
  padding-right: 15px;
}
.page.aligncenter {
  text-align: center;
  margin-left: 0;
}
.module-li {
  display: flex;
}
.module-li + .module-li {
  margin-top: 20px;
}
.item {
  font-size: 16px;
  flex: 589px 0;
  background-color: #ffffff;
  padding: 30px 24px;
}
.item:nth-child(1) {
  margin-right: auto;
}
.item h3 {
  font-size: 20px;
}
.item p {
  line-height: 36px;
  margin-top: 26px;
}
.item2 {
  background-color: #ffffff;
  padding: 30px 24px;
  flex: 1;
}
.newreport-container {
  margin-top: 30px;
}
.newreport-container img {
  float: left;
  width: 244px;
  margin-right: 39px;
}
.newreport-container h3 {
  font-size: 24px;
  margin-bottom: 23px;
}
.newreport-container p {
  line-height: 36px;
  margin-bottom: 15px;
}
.pagelist2 {
  border-top: 28px solid #f2f5f8;
  padding: 20px 20px 0;
}
.pagelist2 .li2 {
  background-color: #f2f5f8;
  display: inline-block;
}
.pagelist2 .li2 + .li2 {
  margin-top: 20px;
}
.pagelist2 .li2 img {
  float: left;
  width: 271px;
  height: 182px;
  margin-right: 28px;
  margin-top: -20px;
}
.pagelist2 .li2 h3 {
  font-size: 20px;
  line-height: 35px;
  margin-top: 21px;
  margin-bottom: 29px;
}
.child-nav2 {
  font-weight: normal;
  margin-top: 20px;
}
.child-item2 + .child-item2 {
  margin-top: 12px;
}
.detail-container {
  background-color: #ffffff;
}
.article-container {
  width: 923px;
  margin: 0 auto;
  padding-top: 42px;
}
.article-container .title {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
}
.content {
  border-top: 1px solid #909192;
  padding-top: 36px;
  margin-top: 30px;
}
.content p {
  line-height: 30px;
  margin-bottom: 24px;
}
/* 新增 */
.nav-gitems {
  padding: 15px 15px 0 30px;
  left: 100%;
  background-color: #ffffff;
  display: none;
  font-weight: normal;
}
.nav-gitem + .nav-gitem {
 padding-top: 15px;
}
.nav-citem:hover .nav-gitems {
  display: block;
}