* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

a,
li {
  text-decoration: none;
  list-style: none;
  color: #121212;
}

body {
  min-width: 1200px;
}

a:hover {
  color: #1565b3 !important;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.mb0 {
  margin-bottom: 0 !important;
}

.bg-white {
  background-color: #fff;
}

.w1200,
.links .list-title,
.links .links-box {
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}

.border-primary {
  border: 1px solid #ededed;
}

.pd-primary {
  padding: 17px 20px;
}

.border-none {
  border: none !important;
}

.header_banner {
  width: 100%;
  height: 95px;
  background: url(../img/banner.png) no-repeat center center;
  background-size: contain;
}

.header_banner_cont {
  /* background: #fff; */
  height: 95px;
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.search {
  width: 187px;
  height: 44px;
  border: 1px solid #0060c7;
  border-radius: 22px;
  position: relative;
}

.search img {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translate(0, -50%);
}

.search input {
  outline: none;
  border: none;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  left: 15px;
  height: 30px;
  font-size: 16px;
  width: 130px;
  background: transparent;
}

.nav {
  height: 58px;
  background: #0060c7;
  position: relative;
}

.nav ul {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  width: 1200px;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 2;
}

.nav ul .has_sec {
  /* background: url("../img/down.png") right 10px center no-repeat; */
}

.nav ul li {
  width: 200px;
  height: 58px;
  position: relative;
}

.nav ul li .nav_sec {
  position: absolute;
  width: 132px;
  left: -6px;
  top: 58px;
  transform: translate(0, 0);
  display: none;
  flex-wrap: wrap;
  background: #fff;
}

.nav ul li .nav_sec.zcxyy {
  width: 240px;
  left: 50%;
  transform: translate(-50%, 0);
}
.nav ul li .nav_sec.zcxyy li {
  width: 240px;
}
.nav ul li .nav_sec li {
  width: 200px;
}

.nav ul li .nav_sec li:hover {
  background: #dfefff;
}

.nav ul li .nav_sec li:hover a {
  color: #0060c7;
}

.nav ul li .nav_sec li a {
  color: #333;
}

.nav ul li:hover {
  background: #0250a3;
}

.nav ul li:hover .nav_sec {
  display: flex;
}

.nav ul li:hover .nav_sec a:hover {
  color: #1565b3 !important;
}

.nav ul li a {
  display: block;
  font-size: 18px;
  text-align: center;
  line-height: 58px;
  color: #ffffff;
}

.nav ul li a:hover {
  color: #fff !important;
}

.main .main-slide {
  width: 100%;
  height: 815px;
  position: relative;
  overflow: hidden;
}

.main .main-slide .tempWrap {
  margin: 0 auto;
}

.main .main-slide .bd ul {
  height: 100%;
}

.main .main-slide .bd ul li {
  width: 100%;
  height: 815px;
  background: rgba(0, 96, 199, 0.3);
  float: left;
  border: 1px #000;
}

.main .main-slide .bd ul li a {
  display: block;
  position: relative;
}

.main .main-slide .bd ul li a p {
  background-image: linear-gradient(180deg, #0060c700 0%, #002d5c 100%);
  position: absolute;
  bottom: 0;
  color: #fff;
  font-size: 24px;
  width: 100%;
}

.main .main-slide .bd ul li a p span {
  display: block;
  width: 1200px;
  margin: 0 auto;
  padding: 66px 0;
}

.main .main-slide .bd ul li a img {
  width: 100%;
  height: 815px;
  object-fit: cover;
}

.main .main-slide .hd {
  position: absolute;
  height: 15px;
  bottom: 65px;
  left: 50%;
  transform: translate(44%, 0);
  right: 0;
  z-index: 2;
}

.main .main-slide .hd ul {
  overflow: hidden;
}

.main .main-slide .hd ul li {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  float: left;
  border: 1px solid #fff;
  margin-left: 20px;
}

.main .main-slide .hd ul li.on {
  background-color: #fff;
}

.main .main-newsBox {
  width: 1200px;
  margin: 40px auto;
  overflow: hidden;
}

.main .list-title {
  color: #1565b3;
  position: relative;
  border-bottom: 1px solid #dddddd;
  font-weight: 700;
  font-size: 24px;
  padding-bottom: 10px;
  margin-bottom: 15px;
}

.main .list-title a {
  position: absolute;
  right: 0;
  font-weight: normal;
  font-size: 16px;
  color: #999999;
  line-height: 32px;
}

.main .main-list.w456 {
  width: 456px;
}

.main .main-list.w387 {
  width: 387px;
  float: left;
}

.main .main-list.w322 {
  width: 322px;
  float: left;
}

.main .main-list.w496 {
  width: 496px;
}

.main .main-list.w496 .list-box ul li a {
  width: 334px;
}

.main .main-list.w774 {
  width: 774px;
}

.main .main-list .list-box {
  overflow: hidden;
}

.main .main-list .list-box .imgNews {
  width: 505px;
  height: 347px;
  float: left;
  position: relative;
  background: rgba(21, 101, 179, 0.3);
}

.main .main-list .list-box .imgNews a {
  display: block;
}

.main .main-list .list-box .imgNews a img {
  width: 505px;
  height: 347px;
}

.main .main-list .list-box .imgNews .imgNewsTitle {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(180deg, #00000033 0%, #171721 100%);
  opacity: 0.9;
  height: 45px;
  line-height: 45px;
  color: #fff;
  padding-left: 10px;
}

.main .main-list .list-box ul.type1 {
  display: flex;
  flex-wrap: wrap;
  row-gap: 16px;
}

.main .main-list .list-box ul.type1 li {
  width: 100%;
  background: #f2f2f2;
  padding: 0 20px;
  height: 60px;
  list-style: none;
  margin-bottom: 0;
  margin-left: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.main .main-list .list-box ul.type1 li a {
  width: 200px;
}

.main .main-list .list-box ul.type2 {
  background: #f2f2f2;
  width: 269px;
  float: right;
  padding: 14px 10px 5px;
}

.main .main-list .list-box ul.type2 li a {
  width: 224px;
}

.main .main-list .list-box ul li {
  list-style: square;
  position: relative;
  margin-left: 20px;
  margin-bottom: 20px;
}

.main .main-list .list-box ul li::marker {
  color: #b0b0b0;
}

.main .main-list .list-box ul li a {
  width: 240px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #121212;
  font-size: 16px;
  float: left;
}

.main .main-list .list-box ul li span {
  display: block;
  float: right;
  font-size: 14px;
  color: #818181;
  margin-top: 2px;
}

.main .news_has_bg {
  background: url("../img/column_bg.png") center top no-repeat;
  width: 100%;
  height: 526px;
  background-size: cover;
  padding: 50px 0;
}

.main .news_has_bg .main-newsBox {
  margin: 0 auto;
}

.main .news_has_bg .twoPics {
  margin-right: 26px;
}

.main .news_has_bg .twoPics a {
  display: block;
  margin-bottom: 16px;
}

.main .news_has_bg .twoPics a img {
  width: 330px;
  height: 200px;
}

.news_slide {
  width: 387px;
  height: 420px;
  padding: 18px 24px;
  background: #fff;
  border: 1px solid #ededed;
  float: right;
  position: relative;
}

.news_slide .news_slide_bd ul li {
  width: 322px;
  float: left;
}

.news_slide .news_slide_bd ul li img {
  width: 322px;
  height: 301px;
}

.news_slide .news_slide_bd ul li p {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-align: center;
  font-size: 16px;
  color: #333333;
}

.news_slide .hd {
  position: absolute;
  left: 50%;
  bottom: 15px;
  transform: translate(-50%, 0);
}

.news_slide .hd ul {
  display: flex;
  gap: 9px;
}

.news_slide .hd ul li {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: rgba(102, 102, 102, 0.3);
  float: left;
}

.news_slide .hd ul li.on {
  background: #0060c7;
}

.pic-marquee-news {
  margin-top: 40px;
  margin-bottom: 40px;
  overflow: hidden;
  width: 1200px;
  margin: 0 auto;
}
.pic-marquee-news .bd {
  width: 1200px;
}
.pic-marquee-news .tempWrap {
  margin: 0 auto;
  /* width: 1200px !important; */
}

.pic-marquee-news .list-title {
  width: 1200px;
  margin: 0 auto;
}

.pic-marquee-news .picMarquee-left {
  margin-top: 40px;
}

.pic-marquee-news .picMarquee-left .bd ul {
  overflow: hidden;
}

.pic-marquee-news .picMarquee-left .bd ul li {
  position: relative;
  float: left;
  margin-right: 25px;
}

.pic-marquee-news .picMarquee-left .bd ul li img {
  width: 281px;
  display: block;
  height: 130px;
}

.pic-marquee-news .picMarquee-left .bd ul li a {
  display: block;
}

.pic-marquee-news .picMarquee-left .bd ul li .pic-marquee-modal {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: self-end;
  padding-bottom: 20px;
  color: white;
  background: #000000;
  opacity: 0;
  transition: all 0.1s;
}

.pic-marquee-news .picMarquee-left .bd ul li .pic-marquee-modal:hover {
  color: #fff !important;
}

.pic-marquee-news .picMarquee-left .bd ul li:hover .pic-marquee-modal {
  opacity: 0.4;
}

/* .links {
  background-color: #f2f2f2;
  height: 280px;
  padding: 30px 0 0;
}

.links .links-box {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  margin-top: 20px;
}

.links .links-box.type1 div {
  width: 284px;
}

.links .links-box.type2 div {
  width: 223px;
}

.links .links-box div {
  padding: 20px;
  text-align: center;
  background: #fff;
} */

.footer {
  background: url("../img/footer_banner.png") center top no-repeat;
  width: 100%;
  height: 220px;
  position: relative;
  background-size: cover;
}

.footer .footer-main {
  width: 1200px;
  height: 170px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.footer .footer-main .copyright {
  color: #fff;
  line-height: 1.8;
  width: 600px;
  position: absolute;
  left: 0;
}

.footer .footer-main .codeImg {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
}

.footer .footer-main .codeImg img {
  margin-left: 40px;
  width: 91px;
  height: 91px;
}

.bread {
  height: 56px;
  background-color: #fff;
}

.bread .bread-text {
  height: 56px;
  line-height: 56px;
}

.bread .bread-text img {
  vertical-align: center;
  margin-right: 10px;
}

.bread .bread-text a {
  color: #666666;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0;
  text-align: left;
  line-height: 56px;
}

.bread .bread-text a:after {
  content: ">";
}

.bread .bread-text a:last-child {
  color: #0060c7;
  font-weight: bold;
}

.bread .bread-text a:last-child:after {
  content: "";
}

.channel-main {
  background-color: #f7f7f7;
  padding: 40px 0;
}

.channel-main .channel-box {
  width: 280px;
}

.channel-main .channel-box .pChannel {
  width: 280px;
  padding: 32px 0;
  background-color: #0060c7;
  text-align: center;
  font-weight: Bold;
  font-size: 28px;
  color: #ffffff;
}

.channel-main .channel-box ul {
  width: 280px;
  background-color: #fff;
}

.channel-main .channel-box ul li {
  height: 60px;
}

.channel-main .channel-box ul li a {
  display: block;
  padding: 20px;
  text-align: center;
}

.channel-main .channel-box ul li a:hover {
  background-color: #dfefff;
}

.channel-main .list-box {
  background-color: #fff;
  padding: 35px 50px;
  overflow: hidden;
}

.channel-main .list-box ul li {
  width: 770px;
  list-style: square;
  position: relative;
  margin-left: 20px;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #dddddd;
}

.channel-main .list-box ul li::marker {
  color: #b0b0b0;
}

.channel-main .list-box ul li a {
  width: 620px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #121212;
  font-size: 16px;
  float: left;
}

.channel-main .list-box ul li span {
  display: block;
  float: right;
  font-size: 14px;
  color: #818181;
  margin-top: 2px;
}

.detail-page {
  background: #f7f7f7;
  padding-top: 40px;
  padding-bottom: 40px;
}

.detail-page .detail-main {
  background: #fff;
  padding: 30px 50px;
}

.detail-page .detail-main .title-box p {
  height: 38px;
  background: #f3f3f3;
  line-height: 38px;
  text-align: center;
}

.detail-page .detail-main .title-box p span {
  margin-right: 150px;
  font-size: 16px;
  color: #6b6b6b;
  letter-spacing: 0;
}

.detail-page .detail-main .title-box p span:last-child {
  margin-right: 0;
}

.detail-page .detail-main .title-box h1 {
  line-height: 45px;
  font-weight: bold;
  font-size: 38px;
  color: #333333;
  letter-spacing: 0;
  text-align: center;
  margin-bottom: 35px;
}

.detail-page .detail-main .content {
  font-size: 16px;
  color: #121212;
  letter-spacing: 0;
  line-height: 36px;
  margin-top: 30px;
}

#search_btn {
  cursor: pointer;
}

.search-main .list-box ul#list li {
  width: 1100px;
}

.pic-list-box {
  width: 890px;
  --picListWidth: 180px;
  --picListHeight: 240px;
}

.pic-list-box ul {
  overflow: hidden;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  row-gap: 20px;
  column-gap: 22px;
}

.pic-list-box ul li {
  width: 48% !important;
  height: calc(var(--picListHeight));
  border-bottom: none !important;
  list-style: none !important;
  margin-left: 0 !important;
  padding-bottom: 0 !important;
  float: left;

  display: flex;
  justify-content: space-between;
}

.pic-list-box ul li a {
  width: var(--picListWidth) !important;
  text-align: center;
}

.pic-list-box ul li > a {
  flex-shrink: 0;
}

.pic-list-box ul li a.pic-name {
  margin-top: 10px;
}

.pic-list-box ul li a img {
  width: var(--picListWidth);
  height: var(--picListHeight);
}

.pic-list-box ul li span {
  display: block;
  text-align: center;
  width: 100%;
}

.pic-list-box ul li .rt {
  display: flex;
  flex-direction: column;
  width: 180px;
  height: 100%;
  position: relative;
}

.pic-list-box ul li .rt .tit {
  font-size: 16px;
}

.pic-list-box ul li .rt .jj {
  margin-top: 10px;
  font-size: 16px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
  text-overflow: ellipsis;
}

.pic-list-box ul li .rt .more {
  position: absolute;
  bottom: 10px;
}

/* 相关链接 */
.yqlj_box {
  /* height: 121px; */
  background: #eaecec;
  padding: 25px 0;
  margin-top: 20px;
}

.yqlj {
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}

.yqlj-title h1 {
  margin-bottom: 5px;
}

.yqlj-title p {
  color: #b9b8b8;
  font-size: 18px;
}

.link-box {
  width: 1000px;
}

.link-box li {
  float: left;
  width: 300px;
  margin-right: 30px;
  font-size: 15px;
  color: #333333;
  letter-spacing: 0;
  line-height: 35px;
  list-style: disc;
}

.link-box li::marker {
  color: #006e94;
}

.link-box li:nth-child(4n) {
  /* margin-right: 0; */
}

.yqlj > div {
  display: flex;
  justify-content: space-between;
}

