@font-face {
  font-family: SourceHanSerifCN-SNaNpxiBold;
  src: url(../css/SourceHanSerifCN-Bold.otf);
}

.header {
  width: 100%;
  height: auto;
  background: #143C8A;
}

.header_cont {
  width: 1200px;
  height: 100%;
  margin: 0 auto;
  overflow: hidden;
  padding-bottom: 33px;
}

.header_cont .top_txt {
  float: right;
  margin-top: 16px;
}

.header_cont .top_txt a {
  opacity: 0.73;
  font-family: PingFangSC-Regular;
  font-weight: 400;
  font-size: 15px;
  color: #FFFFFF;
  letter-spacing: 0;
  padding-left: 26px;
}

.header_cont .bot_box {
  margin-top: 37px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header_cont .bot_box .logo_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header_cont .bot_box .logo_box img {
  width: 317px;
  height: 73px;
  display: block;
  margin-right: 13px;
}

.header_cont .bot_box .logo_box div {
  padding-left: 13px;
  border-left: 1px solid #FFFFFF;
  font-family: SourceHanSerifCN-SNaNpxiBold;
  font-weight: 600;
  font-size: 24px;
  color: #FFFFFF;
  letter-spacing: 1px;
}

.header_cont .bot_box .search_box {
  width: 312px;
  height: 40px;
  border: 1px solid #5470A8;
  border-radius: 22px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header_cont .bot_box .search_box input[type="text"] {
  width: 250px;
  height: 38px;
  border-radius: 22px;
  padding-left: 20px;
  background: #143C8A;
  color: #FFFFFF;
  font-size: 16px;
}

.header_cont .bot_box .search_box input::placeholder {
  opacity: 0.27;
  font-family: PingFangSC-Regular;
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
  letter-spacing: 0;
}

.header_cont .bot_box .search_box .sub {
  width: 24px;
  height: 24px;
  background: url(../img/ss_btn.png) no-repeat center;
  margin-top: 6px;
}

.nav_cont {
  width: 100%;
  height: 58px;
  background: #143c8a;
  border-top: 2px solid #2452A4;
}

.nav_cont .nav {
  width: 1200px;
  height: 100%;
  margin: 0 auto;
}

.nav_cont #nav li {
  float: left;
  width: 200px;
  height: 56px;
  line-height: 56px;
  text-align: center;
}

.nav_cont #nav li.on {
  background: #5497f7;
}

.nav_cont #nav li.on>a {
  color: #153C89;
  font-weight: 550;
}

.nav_cont #nav>li>a {
  font-family: PingFangSC-Regular;
  font-weight: 400;
  font-size: 18px;
  color: #FFFFFF;
  letter-spacing: 0;
}

.nav_cont #nav .sub {
  width: 200px;
  background: #E2EAF5;
  z-index: 100;
  position: relative;
  top: -2px;
  display: none;
  /* box-shadow: 0 0 7px 0 #1b2a49bf; */
}

.nav_cont #nav .sub li {
  width: 100%;
  height: 56px;
  line-height: 56px;
  background: #E2EAF5;
}

.nav_cont #nav .sub li:hover {
  background: #5497f7;
}

.nav_cont #nav .sub li:hover a {
  color: #153C89;
}

.nav_cont #nav .sub li a {
  font-family: PingFangSC-Regular;
  font-weight: 400;
  font-size: 18px;
  color: #64676D;
  letter-spacing: 0;
}

/* header end */

.slider {
  width: 100%;
  min-width: 1200px;
  height: 308px;
  position: relative;
  overflow: hidden;
  background: #fff;
  text-align: center;
}

.slider .bd {
  width: 1200px;
  position: absolute;
  left: 50%;
  margin-left: -600px
}

.slider .bd li {
  width: 1200px;
  overflow: hidden;
}

.slider .bd li img {
  display: block;
  width: 1200px;
  height: 308px;
}

.slider .bd li p {
  position: absolute;
  bottom: 0;
  width: 1200px;
  height: 46px;
  line-height: 46px;
  text-align: center;
  /* text-indent: 40px; */
  font-size: 18px;
  color: #fff;
  background: url("../img/libg.png") top center no-repeat;
}

.slider .tempWrap {
  overflow: visible !important
}

.slider .tempWrap ul {
  margin-left: -1200px !important;
}

.slider .hd {
  position: absolute;
  width: max-content;
  left: 50%;
  margin-left: 400px;
  z-index: 1;
  bottom: 15px;
  text-align: center;
}

/* .slider .hd li {
  display: inline-block;
  display: inline;
  zoom: 1;
  width: 8px;
  height: 8px;
  line-height: 99px;
  overflow: hidden;
  background: url(../img/slider-btn.png) 0 -10px no-repeat;
  margin: 0 5px;
  cursor: pointer;
  filter: alpha(opacity=60);
  opacity: 0.6;
} */

.slider .hd li.on {
  background-position: 0 0;
  filter: alpha(opacity=100);
  opacity: 1;
}

.slider .pnBtn {
  position: absolute;
  z-index: 1;
  top: 0;
  width: 100%;
  height: 308px;
  cursor: pointer;
}

.slider .prev {
  left: -50%;
  margin-left: -600px;
}

.slider .next {
  left: 50%;
  margin-left: 600px;
}

.slider .pnBtn .blackBg {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 308px;
  background: #000;
  filter: alpha(opacity=50);
  opacity: 0.5;
}

.slider .pnBtn .arrow {
  display: none;
  position: absolute;
  top: 0;
  z-index: 1;
  width: 60px;
  height: 308px;
}

.slider .pnBtn .arrow:hover {
  filter: alpha(opacity=60);
  opacity: 0.6;
}

.slider .prev .arrow {
  right: 0;
  background: url(../img/btn_prev.png) center no-repeat;
}

.slider .next .arrow {
  left: 0;
  background: url(../img/btn_next.png) center no-repeat;
}

/* 轮播图 end */


.gzdt {
  margin-top: 36px;
}

.gzdt .tit {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.gzdt .tit>div {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.gzdt .tit>div img {
  display: block;
  width: 34px;
  height: 34px;
  margin-right: 10px;
}

.gzdt .tit>div span {
  font-family: SourceHanSansSC-Bold;
  font-weight: 700;
  font-size: 28px;
  color: #121212;
  letter-spacing: 0;
}

.more {
  font-family: PingFangSC-Regular;
  font-weight: 400;
  font-size: 15px;
  color: #153C89;
  letter-spacing: 0;
  /* text-align: center; */
}

.gzdt .cont {
  width: 100%;
  height: auto;
  margin-top: 30px;
}

.gzdt .cont .txtslide {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.gzdt .cont .txtslide .bd2 {
  width: 610px;
  height: auto;
}

.gzdt .cont .txtslide .bd2 ul li {
  width: 100%;
  height: auto;
}

.gzdt .cont .txtslide .bd2 ul li a {
  display: block;
  width: 100%;
}

.gzdt .cont .txtslide .bd2 ul li a>img {
  width: 100%;
  height: 277px;
}

.gzdt .cont .txtslide .bd2 ul li a>.txt_box {
  width: 100%;
  height: 130px;
  background: #153c89;
  color: #fff;
  padding: 25px 32px 39px 25px;
}

.gzdt .cont .txtslide .bd2 ul li a>.txt_box .tit_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.gzdt .cont .txtslide .bd2 ul li a>.txt_box .tit_box .tit {
  font-family: PingFangSC-Medium;
  font-weight: 500;
  font-size: 17px;
  color: #FFFFFF;
  letter-spacing: 0;
}

.gzdt .cont .txtslide .bd2 ul li a>.txt_box .tit_box .date {
  opacity: 0.33;
  font-family: PingFangSC-Regular;
  font-weight: 400;
  font-size: 15px;
  color: #FFFFFF;
  letter-spacing: 0;
}

.gzdt .cont .txtslide .bd2 ul li a>.txt_box .des {
  margin-top: 18px;
  overflow: hidden;
  /* white-space: nowrap; */
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  opacity: 0.7;
  font-family: PingFangSC-Regular;
  font-weight: 400;
  font-size: 15px;
  color: #FFFFFF;
  letter-spacing: 0;
  line-height: 24px;
}

.gzdt .cont .txtslide .hd2 {
  width: 564px;
  height: auto;
}

.gzdt .cont .txtslide .hd2 ul li {
  width: 100%;
  height: 63.5px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: start;
  border-bottom: 1px dotted #DADADA;
  margin-top: 17.5px;
  cursor: pointer;
}

.gzdt .cont .txtslide .hd2 ul li .tit {
  font-family: PingFangSC-Regular;
  font-weight: 400;
  font-size: 16px;
  color: #121212;
  letter-spacing: 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.gzdt .cont .txtslide .hd2 ul li .date {
  font-family: PingFangSC-Regular;
  font-weight: 400;
  font-size: 15px;
  color: #999999;
  letter-spacing: 0;
  margin-bottom: 8.5px;
}

/* 工作动态  end */

.zcfg_box {
  height: auto;
  margin-top: 35px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.zcfg {
  width: 608px;
  height: auto;
}

.zcfg .tit_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.zcfg .tit_box>div {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.zcfg .tit_box>div img {
  width: 34px;
  height: 34px;
  margin-right: 10px;
}

.zcfg .tit_box>div span {
  font-family: SourceHanSansSC-Bold;
  font-weight: 700;
  font-size: 28px;
  color: #121212;
  letter-spacing: 0;
}

.zcfg .cont {
  width: 100%;
  height: auto;
  margin-top: 23px
}

.zcfg .cont ul li {
  width: 298px;
  height: 119px;
  background: #EEF1F8;
  float: left;
  padding: 12px 21px 12px 22px;
}

.zcfg .cont ul li:hover {
  background: url(../img/zcfg_li_bg_on.png) no-repeat center;
  background-size: cover;
}

.zcfg .cont ul li:hover a .tit {
  color: #153C89;
}

.zcfg .cont ul li:hover a .date {
  color: #637DB0;
}

.zcfg .cont ul li a {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.zcfg .cont ul li a .tit {
  font-family: PingFangSC-Regular;
  font-weight: 400;
  font-size: 16px;
  color: #121212;
  letter-spacing: 0;
  line-height: 25px;
}

.zcfg .cont ul li a .date {
  font-family: PingFangSC-Regular;
  font-weight: 400;
  font-size: 15px;
  color: #999999;
  letter-spacing: 0;
}

.zcfg .cont ul li:nth-child(2n) {
  margin-left: 12px;
}

.zcfg .cont ul li:not(:nth-child(-n+2)) {
  margin-top: 14.5px;
}

/* 政策法规 end */
.zjgd {
  width: 564px;
  height: auto;
}

.tit_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.tit_box>div {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.tit_box>div img {
  width: 34px;
  height: 34px;
  margin-right: 10px;
}

.tit_box>div span {
  font-family: SourceHanSansSC-Bold;
  font-weight: 700;
  font-size: 28px;
  color: #121212;
  letter-spacing: 0;
}

.zjgd .cont {
  margin-top: 23px;
}

.zjgd .cont ul li {
  width: 100%;
  height: 96.5px;
  background: #F5F5F5;
  padding: 21px 25px;
  transition: background 1s;
}

.zjgd .cont ul li:hover {
  background: url(../img/zjgd_li_bg_on.png) center no-repeat;
}

.zjgd .cont ul li:hover a .tit {
  color: #fff;
}

.zjgd .cont ul li:hover a .date {
  color: #fff;
  opacity: 0.49;
}

.zjgd .cont ul li a {
  display: block;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;

}

.zjgd .cont ul li a .tit {
  font-family: PingFangSC-Regular;
  font-weight: 400;
  font-size: 16px;
  color: #121212;
  letter-spacing: 0;
  float: right;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.zjgd .cont ul li:hover a .tit::before {
  width: 8px;
  height: 8px;
  background: #5497F7;
  border: none;
}

.zjgd .cont ul li a .tit::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: 1px solid #666666;
  float: left;
  margin-right: 26px;
  margin-top: 6px;
}

.zjgd .cont ul li a .date {
  font-family: PingFangSC-Regular;
  font-weight: 400;
  font-size: 15px;
  color: #999999;
  letter-spacing: 0;
  margin-left: 33px;
}

/* 专家观点 end */

.dtzs {
  margin-top: 35px;
}

.dtzs .cont {
  margin-top: 20px;
}

.dtzs .cont ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.dtzs .cont ul li {
  width: 392px;
  height: 252px;
}

.dtzs .cont ul li a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}

.dtzs .cont ul li a img {
  width: 100%;
  height: 100%;
  display: block;
}

.dtzs .cont ul li a p {
  width: 392px;
  height: 43px;
  line-height: 43px;
  background: #5497F7;
  font-size: 17px;
  color: #FFFFFF;
  text-align: center;
  position: absolute;
  bottom: 0;
}

/* 动态展示 end */

.yqlj {
  margin-top: 35px;
}

.yqlj .cont {
  margin-top: 18px;
  width: 1200px;
  height: 107px;
  background: #F1F3F7;
  padding: 20px 20px 20px 22px;
}

.yqlj .cont ul li {
  float: left;
  line-height: 30px;
}
.yqlj .cont ul li:nth-child(1) a{
  padding-left: 0;
  border: none;
}
.yqlj .cont ul li a {
  font-family: PingFangSC-Regular;
  font-weight: 400;
  font-size: 17px;
  color: #333333;
  letter-spacing: 0;
  padding: 0 15px;
  border-left: 1px solid #747579;
}
/* 友情链接 end */

