@charset "UTF-8";
/* CSS Document */
* {
  padding: 0;
  margin: 0;
  list-style: none;
  border: 0;
}

*, *:before, *:after {
  margin: 0;
  padding: 0;
}

html, body {
  margin: 0;
  border: 0;
  padding: 0;
}

html {
  font-family: PingFangSC-Medium, PingFangSC, "微软雅黑", Microsoft YaHei, tahoma, arial, Hiragino Sans GB, \\5b8b\4f53, sans-serif;
  font-family: Microsoft Yahei;
}

body {
  overflow-x: hidden !important;
  color: #333;
  font-size: 14px;
  line-height: 180%;
  min-width: 1200px;
}

body {
  /* IOS禁止微信调整字体大小 */
  -webkit-text-size-adjust: 100% !important;
  text-size-adjust: 100% !important;
  -moz-text-size-adjust: 100% !important;
  min-width: 1200px;
}

div {
  margin: 0 auto;
}

li {
  text-align: left;
}

a:link, a:visited {
  color: #222;
  text-decoration: none;
}

a:hover {
  color: #222;
  text-decoration: none;
}

img {
  border: none;
}

ol, ul, li {
  list-style: none;
}

em, i {
  font-style: normal;
}

/*clear*/
.clearfix:before, .clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
  overflow: hidden;
}

.clearfix {
  zoom: 1;
}

/*other*/
h1, h2, h3, h4, h5, h6 {
  text-align: left;
  font: normal 12px/200% "Microsoft Yahei";
}

.mt10 {
  margin-top: 10px;
}

.mb10 {
  margin-bottom: 10px;
}

.m10 {
  margin: 10px auto;
}

.w1200 {
  width: 1200px;
}

.w1020 {
  width: 1020px;
}

.w1000 {
  width: 1000px;
}

.w980 {
  width: 980px;
}

.w940 {
  width: 940px;
}

.w322 {
  width: 322px;
}

ul.list_18 {
  overflow: hidden;
}

ul.list_18 li {
  font-size: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  background: url(../images/icon-dot.png) 0px center no-repeat;
  padding-left: 16px;
}

.list_16 li {
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  background: url(../images/icon-dot.png) 0px center no-repeat;
  padding-left: 10px;
}

.list_16 li a:hover {
  color: #c00;
}

.list_16no li {
  background: none;
  padding-left: 0;
}

.list_14 li {
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.list_12 li {
  font-size: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.w1000 {
  width: 1000px;
}

.gray {
  color: #adadad;
}

.gray a {
  color: #adadad;
}

.gray a:hover, .gray a:link, .gray a:visited {
  color: #adadad;
}

.white {
  color: #fff;
}

.white a {
  color: #fff;
}

.white a:hover, .white a:link, .white a:visited {
  color: #fff;
}

.red {
  color: #e20a0f;
}

.red a {
  color: #e20a0f;
}

.red a:hover, .red a:link, .red a:visited {
  color: #e20a0f;
}

/*common*/
body {
  background: #F3F6FF;
}

/* 顶部横幅区域 */
.header-banner {
  width: 100%;
  height: 320px;
  background: url(../images/headerBanner.jpg) top center no-repeat;
  position: relative;
  overflow: hidden;
}

/* 专题背景 */
.zt-bg {
  min-height: 1180px;
  background: url(../images/ztBgTop.png) center 60px no-repeat, url(../images/ztBgBtm.png) center bottom no-repeat;
}

/* 导航栏 */
.nav-bar {
  width: 100%;
  height: 138px;
  background: url(../images/navBarBg.png) top center no-repeat;
  margin: -50px auto 0;
  position: relative;
}

.nav-bar .nav-content {
  width: 1000px;
  margin: 0 auto;
  padding: 30px 0 0;
}

.nav-bar .nav-list {
  display: flex;
  justify-content: space-around;
}

.nav-bar .nav-list > li {
  position: relative;
  font-weight: 700;
  font-size: 16px;
  line-height: 70px;
  color: #fff;
}

.nav-bar .nav-list > li a {
  color: #fff;
}

.nav-bar .nav-list > li > ul.children {
  padding: 0 0px;
  box-sizing: border-box;
  position: absolute;
  display: none;
  background: #C40E14;
  overflow: hidden;
  z-index: 999;
  top: 65px;
  left: 50%;
  transform: translateX(-50%);
}

.nav-bar .nav-list > li > ul.children > li {
  display: block;
  margin: 0;
  padding: 0 15px;
  box-sizing: border-box;
  font: 400 16px/42px '苹方-简';
  white-space: nowrap;
  text-align: center;
}

/*main-content*/
.main-content {
  width: 1060px;
  height: 330px;
  box-sizing: border-box;
  margin: -40px auto 0;
  padding: 15px 64px 10px 44px;
  background: url(../images/mainBg.png) center top no-repeat;
  position: relative;
  z-index: 3;
}

.main-content .content-wrapper {
  position: relative;
}

.main-content .main-left {
  width: 530px;
  height: 300px;
  float: left;
  position: relative;
}

.main-content .main-left .pagination {
  position: absolute;
  display: block;
  width: 100%;
  height: 10px;
  bottom: 27px;
  right: 20px;
  z-index: 2;
  text-align: right;
}

.main-content .main-left .pagination span {
  display: inline-block;
  width: 8px;
  height: 8px;
  margin: 0 3px;
  background: #fff;
  opacity: 0.5;
  border-radius: 50%;
  cursor: pointer;
}

.main-content .main-left .pagination span.swiper-active-swit, .main-content .main-left .pagination span.swiper-pagination-bullet-active {
  width: 20px;
  border-radius: 4px;
  background: #fff;
  opacity: 1;
}

.main-content .main-right {
  width: 390px;
  height: auto;
  float: right;
  position: relative;
}

.main-content .main-right .list_img {
  padding: 38px 15px 0 27px;
}

.main-content .main-right .list_img li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 9px 0;
  border-bottom: 1px dashed #EBC6A2;
}

.main-content .main-right .list_img li:last-of-type {
  border-bottom: none;
}

.main-content .main-right .list_img li span {
  float: left;
  margin-right: 12px;
}

.main-content .main-right .list_img li span img {
  display: block;
  width: 139px;
  height: 79px;
}

.main-content .main-right .list_img li p {
  width: 192px;
  font-family: PingFangSC-Medium;
  font-weight: 600;
  font-size: 16px;
  line-height: 27px;
}

.main-content .main-right .news-list {
  padding: 5px 0 0 0;
  height: 295px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}

.main-content .main-right .news-list li {
  font-family: PingFangSC-Medium;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 18px;
  padding: 0 0 0 14px;
  background: url(../images/icon_dot_blue.jpg) left 10px no-repeat;
}

.main-content .main-right .news-list li:last-of-type {
  margin-bottom: 0;
}

.main-content .main-right .news-list li.more {
  text-align: right;
  font-weight: 400;
  font-size: 18px;
  margin-bottom: 0;
  padding: 5px 0 0 0;
  background: none;
  color: #E21E02;
}

.main-content .main-right .news-list li.more a {
  color: #E21E02;
}

.main-content .main-right .news-list li.line {
  padding-bottom: 0px;
  border-bottom: 1px dashed #BB7315;
  background: none;
}

/*swiper*/
#swiper-container-main {
  width: 530px;
  height: 300px;
  overflow: hidden;
  position: relative;
}

#swiper-container-main div.swiper-slide div.box {
  width: 530px;
  height: 300px;
  overflow: hidden;
  position: relative;
  text-align: center;
}

#swiper-container-main div.swiper-slide div.box img {
  display: inline-block;
  width: 530px;
  height: 300px;
}

#swiper-container-main div.swiper-slide div.box h3 {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 3;
  font-weight: 400;
  font-size: 18px;
  line-height: 48px;
  font-family: Microsoft YaHei;
  text-align: left;
  display: block;
  box-sizing: border-box;
  padding-right: 100px;
  width: 100%;
  height: 48px;
  background: #CB171F;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-indent: 20px;
  color: #fff;
}

#swiper-container-main div.swiper-slide div.box h3 a {
  color: #fff;
}

#swiper-container-main div.swiper-slide div.box p {
  position: absolute;
  top: 700px;
  left: 0;
  z-index: 3;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  font-family: PingFangSC-Regular,PingFangSC,Microsoft YaHei;
  text-align: center;
  display: none;
  width: 940px;
  height: auto;
  color: #8b8a8a;
}

#swiper-container-main div.swiper-slide div.box p a {
  color: #8b8a8a;
}

#swiper-container-main div.swiper-slide div.box p em {
  color: #c0281c;
}

.p2_container {
  width: 1000px;
  margin: 30px auto 0;
}

.project-section {
  width: 652px;
  float: left;
}

.project-section .section-title {
  position: relative;
  height: 40px;
  background: url(../images/title_project.png) center top no-repeat;
}

.project-section .section-title a {
  display: block;
  width: 100%;
  height: 100%;
}

.project-section .project-content {
  margin: 26px auto 0;
  display: flex;
  justify-content: space-between;
}

.project-section .project-box {
  width: 320px;
  height: 28px;
  border-bottom: 1px solid;
  border-image: linear-gradient(90deg, rgba(0, 42, 215, 0.5), rgba(0, 42, 215, 0)) 1 1;
}

.project-section .project-box h4 {
  display: inline-block;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: #002AD7;
  border-bottom: 4px solid #6780E8;
}

.project-section .project-box h4 a {
  color: #002AD7;
}

.project-section .project-box ul li, .project-section .project-box .project-list li, .project-section .project-box .volunteer-list li {
  margin: 14px auto;
  padding: 0 0 0 14px;
  background: url(../images/icon_dot_gray.jpg) left 10px no-repeat;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #333333;
}

.info-section {
  width: 327px;
  float: right;
}

.info-section .section-title {
  position: relative;
  height: 40px;
  background: url(../images/title_info.png) center top no-repeat;
}

.info-section .section-title a {
  display: block;
  width: 100%;
  height: 100%;
}

.info-section .info-content {
  margin: 33px auto 0;
}

.info-section .info-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.info-section .info-item {
  width: 159px;
  height: 94px;
  margin-bottom: 10px;
  position: relative;
  text-align: center;
}

.info-section .info-item img {
  width: 159px;
  height: 94px;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.info-section .info-item span {
  display: block;
  width: 100%;
  position: relative;
  z-index: 2;
  font-family: PingFang SC, PingFang SC;
  font-weight: 500;
  font-size: 18px;
  line-height: 94px;
  color: #fff;
  text-align: center;
  text-indent: 1em;
}

.info-section .info-item span a {
  color: #fff;
}

/* 信息公开板块 */
.public-section {
  width: 1000px;
  margin: 50px auto 0;
}

.public-section .section-title {
  position: relative;
  height: 40px;
  background: url(../images/title_public.png) center top no-repeat;
}

.public-section .section-title a {
  display: block;
  width: 100%;
  height: 100%;
}

.public-section .public-left {
  width: 652px;
  float: left;
  margin-top: 30px;
}

.public-section .public-left .public-list li {
  box-sizing: border-box;
  width: 50%;
  float: left;
  margin: 0 auto 14px;
  padding: 0 0 0 14px;
  background: url(../images/icon_dot_gray.jpg) left 10px no-repeat;
  font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #333333;
}

.public-section .public-right {
  width: 327px;
  float: right;
  margin-top: 17px;
}

.public-section .public-right .public-links li {
  display: block;
  height: 54px;
  box-sizing: border-box;
  padding: 0;
  margin-bottom: 10px;
  background: url(../images/publicTextBg.png) center top no-repeat;
  text-align: center;
  font-size: 16px;
  line-height: 54px;
  font-family: PingFang SC, PingFang SC;
}

.public-section .public-right .public-links li a {
  padding-left: 24px;
  background: url(../images/icon_public_01.png) left center no-repeat;
}

.public-section .public-right .public-links li:nth-of-type(2) a {
  background: url(../images/icon_public_02.png) left center no-repeat;
}

.public-section .public-right .public-links li:nth-of-type(3) a {
  background: url(../images/icon_public_03.png) left center no-repeat;
}

/*p7_bg*/
.p7_bg {
  background: #eeeeee;
  padding: 30px 0;
  overflow: hidden;
  margin-top: -50px;
}

.p7_1_left {
  width: 550px;
  float: left;
}

.p7_1_right {
  width: 447px;
  float: right;
}

.p7_1 h3 {
  font-size: 16px;
  line-height: 50px;
  font-weight: 700;
}

.p7_1_left p {
  font-size: 14px;
  line-height: 30px;
}

.p7_1_left p a {
  margin: auto 20px auto 0;
}

.p7_1_right .fl {
  width: 120px;
}

.p7_1_right .fl img {
  margin: 0 auto;
  display: block;
}

.p7_1_right .fr {
  width: 323px;
}

.p7_1_right .fr img {
  float: left;
  margin: 0px 0 5px 5px;
}

.youqing {
  line-height: 40px;
  font-size: 14px;
  margin-top: 30px;
}

.youqing a {
  margin: 0 12px;
  white-space: nowrap;
}

.youqing h3 {
  background: url(images/titbg2.gif) repeat-x;
  height: 21px;
  line-height: 21px;
  display: block;
  overflow: hidden;
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 700;
}

.youqing h3 i {
  background: url(images/icon6.gif) no-repeat top left #eeeeee;
  padding-left: 20px;
  float: left;
  padding-right: 35px;
}

/*======= copyright========*/
.copyright {
  margin: 30px auto;
  width: 100%;
  font-size: 14px;
  color: #000000;
  text-align: center;
  padding: 20px 0;
  line-height: 180%;
  clear: both;
  border-top: 1px solid #ccc;
  width: 1000px;
}

#copyright {
  clear: both;
  margin: 5px auto;
  padding-top: 10px;
  width: 980px;
  height: auto;
  color: #2A3084;
  text-align: center;
}

#copyright p {
  margin: 0 0 2px 0;
  text-align: center;
}

#copyright a {
  color: #2A3084;
}

#copyright p.p1 {
  margin: 15px  auto;
  width: 530px;
}

#copyright p.p2 {
  margin: 8px 0 0 0;
}

.copyright-m {
  display: none;
}

/*div_right*/
#div_right {
  position: fixed;
  bottom: 20px;
  width: 120px;
  left: 50%;
  z-index: 1000;
  margin: 0 0 0 520px;
  display: block;
  background: #f4f2f3;
  border-top: 3px solid #c81b21;
  border-bottom: 8px solid #c81b21;
  text-align: center;
}

#div_right span {
  display: block;
  width: 100%;
  margin: 15px auto 10px;
  text-align: center;
}

#div_right span img {
  width: 110px;
  height: auto;
}

#div_right span p {
  font-weight: 400;
  font-size: 12px;
  line-height: 1;
  padding: 10px 0;
  color: #c81b21;
  text-align: center;
  letter-spacing: 2px;
}

.actGotop {
  margin-top: 20px;
  text-align: center;
}

.actGotop a {
  height: auto;
  display: block;
  overflow: hidden;
  margin-bottom: 0;
}

/*20260616*/
#swiper-container-main div.swiper-slide div.box {
    background: #DFE5E3;
}
#swiper-container-main div.swiper-slide div.box img {
    object-fit: contain;
}
.main-content .main-right .news-list li {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* MEDIA QUERIES Mobile phone
---------------------------------------------------------------------- */
@media (min-device-width: 320px) and (max-width: 689px), (max-device-width: 480px) {
  html, body {
    min-width: 1200px;
    overflow-x: hidden;
  }
}
