/* 
* 1.通知公告 
* 2.新闻中心
* 3.新闻详情
* 4.项目建设
*/
.banner-box {
  width: 100%;
}
.banner-box .banner-block {
  position: relative;
  width: 100%;
}
.banner-box .banner-block img.banner_bg {
  display: block;
  width: 100%;
  object-fit: cover;
}
.banner-box .banner-block .banner_title {
  position: absolute;
  left: 50%;
  bottom: 15%;
  width: 1400px;
  margin-left: -700px;
}
.banner-box .banner-block .banner_title h3 {
  font-size: 28px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 10px;
}
.banner-box .banner-block .banner_title span {
  display: block;
  font-family: "Alternate";
  font-size: 18px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.7);
}
.content-box {
  width: 100%;
}
/* 二级导航菜单 */

.content .menu_top_h5 {
  display: none;
}
.content .menu_top {
  display: flex;
  justify-content: center;
  position: relative;
  margin-bottom: 30px;
  border-bottom: solid 1px #e4e4e4;
}
.content .menu_top .list {
  position: relative;
  margin: 0 30px;
}
.content .menu_top .list a {
  display: block;
  padding: 25px 0;
  font-size: 22px;
  color: #333;
}
.content .menu_top .selected:after {
  content: '';
  display: block;
  position: absolute;
  bottom: -2px;
  width: 100%;
  height: 3px;
  background-color: #003F88;
}

/*1.通知公告*/
.announce_Info {
  width: 100%;
  padding: 0 0 40px;
  background-color: #f5f5f5;
}
.announce_Info .content {
  width: 1400px;
  margin: 0 auto;
}
.announce_Info .content .paging_content{
    display: block;
    overflow: auto;
    background-color: #fff;
    padding: 20px 40px;
    min-height: 200px;
}
.announce_Info .content .paging_content p,
.announce_Info .content .paging_content span{
    font-size: 16px;
    line-height: 28px;
    color: #555;
    font-family: 微软雅黑, arial, helvetica, sans-serif !important;
}
.announce_Info .content .announce_ul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
}
.announce_Info .content .announce_ul li {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  width: 680px;
  padding: 10px;
  margin-bottom: 35px;
  background-color: #fff;
}
.announce_Info .content .announce_ul li .calendar {
  width: 100px;
  height: 100px;
  padding: 10px 0;
  background-color: #003F88;
}
.announce_Info .content .announce_ul li .calendar .day {
  font-size: 42px;
  color: #fff;
  font-weight: 600;
  text-align: center;
  margin-bottom: 15px;
}
.announce_Info .content .announce_ul li .calendar .year {
  font-size: 16px;
  color: #fff;
  text-align: center;
  margin: 0;
}
.announce_Info .content .announce_ul li .texts {
  width: calc(100% - 125px);
}
.announce_Info .content .announce_ul li .texts h3 {
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 18px;
  line-height: 32px;
  color: #333;
  font-weight: 600;
  margin-bottom: 10px;
  overflow: hidden;
}
.announce_Info .content .announce_ul li .texts h3 a {
  color: #333;
}
.announce_Info .content .announce_ul li .texts h3:hover a {
  color: #003F88;
}
.announce_Info .content .announce_ul li .texts p {
  font-size: 15px;
  line-height: 24px;
  color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.announce_Info .content .announce_ul li:nth-child(even) {
  margin-right: 0;
  margin-left: 20px;
}
.announce_Info .content .announce_ul li:nth-child(odd) {
  margin-right: 20px;
  margin-left: 0;
}
/*2.新闻中心*/
.news_Info {
  width: 100%;
  padding: 0 0 40px 0;
  background-color: #f5f5f5;
}
.news_Info .content {
  width: 1400px;
  margin: 0 auto;
}
.news_Info .content .news_ul_h5 {
  display: none;
}
.news_Info .content .news_ul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
}
.news_Info .content .news_ul>li {
  width: 440px;
  padding: 10px;
  margin-right: 40px;
  margin-bottom: 40px;
  background-color: #fff;
}
.news_Info .content .news_ul li .imgs {
  width: 100%;
}
.news_Info .content .news_ul li .imgs img {
  display: block;
  width: 100%;
  height: 300px;
}
.news_Info .content .news_ul li .texts {
  width: 100%;
}
.news_Info .content .news_ul li .texts h3 {
  width: 100%;
  font-size: 18px;
  font-weight: 700;
  color: #333333;
  line-height: 32px;
  margin: 10px 0 5px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.news_Info .content .news_ul li .texts h3 a {
  color: #333;
}
.news_Info .content .news_ul li .texts h3:hover a {
  color: #003F88;
}
.news_Info .content .news_ul li .texts p {
  width: 100%;
  font-size: 14px;
  color: #666666;
  line-height: 24px;
  margin-bottom: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news_Info .content .news_ul li .texts .time {
  font-size: 14px;
  line-height: 20px;
  color: #003F88;
}
.news_Info .content .news_ul li:nth-child(3n) {
  margin-right: 0;
}
/* 3.新闻详情  */
.news_Details {
  width: 100%;
  padding-bottom: 30px;
  background-color: #f5f5f5;
}
.news_Details .top {
  width: 100%;
  padding: 40px 0;
  background-color: #fff;
}
.news_Details .top .content {
  width: 1400px;
  margin: 0 auto;
}
.news_Details .top .content h3 {
  font-size: 28px;
  line-height: 48px;
  font-weight: 600;
  color: #333;
}
.news_Details .top .content .info {
  display: flex;
  justify-content: flex-start;
  margin-top: 15px;
}
.news_Details .top .content .info span {
  font-size: 16px;
  line-height: 20px;
  color: #ccc;
  margin-right: 15px;
  padding-right: 14px;
  border-right: solid 1px #ccc;
}
.news_Details .top .content .info span:last-child {
  border-right: none;
}
.news_Details .bottom {
  width: 100%;
  padding-top: 30px;
    overflow: auto;
}
.news_Details .bottom .content {
  width: 1400px;
  margin: 0 auto;
    min-height: 400px;
}
.news_Details .bottom .content div{
  max-width: 100%;
}
.news_Details .bottom .content p {
  font-size: 16px;
  line-height: 28px;
  color: #555;
  margin-bottom: 20px;
}
.news_Details .bottom .content p img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
/* 4.项目建设  */
.project_construc {
  width: 100%;
  padding-bottom: 40px;
  background-color: #f5f5f5;
}
.project_construc .content {
  width: 1400px;
  margin: 0 auto;
}
.project_construc .content .project_ul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
}
.project_construc .content .project_ul li {
  width: 680px;
  margin-bottom: 30px;
}
.project_construc .content .project_ul li .imgs {
  width: 100%;
}
.project_construc .content .project_ul li .imgs img {
  display: block;
  width: 100%;
  height: 400px;
}
.project_construc .content .project_ul li .texts {
  width: 100%;
  padding: 10px 15px 10px;
  background-color: #fff;
}
.project_construc .content .project_ul li .texts h3 {
  font-size: 18px;
  line-height: 32px;
  font-weight: 600;
  color: #333;
  margin: 0 0 10px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.project_construc .content .project_ul li .texts h3 a {
  color: #333;
}
.project_construc .content .project_ul li .texts h3:hover a {
  color: #003F88;
}
.project_construc .content .project_ul li .infos {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.project_construc .content .project_ul li .infos .left {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.project_construc .content .project_ul li .infos .left img {
  margin-right: 5px;
}
.project_construc .content .project_ul li .infos .left span {
  font-size: 15px;
  color: #666;
}
.project_construc .content .project_ul li .infos .right {
  font-size: 15px;
  color: #ccc;
}
.project_construc .content .project_ul li:nth-child(odd) {
  margin-left: 0;
  margin-right: 20px;
}
.project_construc .content .project_ul li:nth-child(even) {
  margin-left: 20px;
  margin-right: 0;
}
/* 5.政策法规  */
.policies_regulations {
  width: 100%;
}
.policies_regulations .content .policies_ul_h5 {
  display: none;
}
.policies_regulations .content .policies_ul {
  width: 100%;
  padding: 10px 30px;
  margin-bottom: 30px;
  background-color: #fff;
}
.policies_regulations .content .policies_ul>li {
  width: 100%;
  display: flex;
  padding: 20px 0;
  border-bottom: solid 1px #f5f5f5;
  justify-content: space-between;
}
.policies_regulations .content .policies_ul>li .left {
  display: flex;
  justify-content: flex-start;
  width: calc(100% - 120px);
}
.policies_regulations .content .policies_ul>li .left .symbol {
  position: relative;
  display: block;
  width: 24px;
  height: 24px;
  border-radius: 12px;
  border: solid 2px #003F88;
  background-color: #fff;
  margin-right: 20px;
}
.policies_regulations .content .policies_ul>li .left .symbol::after {
  content: '';
  position: absolute;
  left: 4px;
  top: 4px;
  width: 12px;
  height: 12px;
  border-radius: 6px;
  background-color: #003F88;
}
.policies_regulations .content .policies_ul>li .left a.title {
  font-size: 20px;
  height: 24px;
  line-height: 24px;
  color: #333;
}
.policies_regulations .content .policies_ul>li .left a.title:hover {
  color: #003F88;
}
.policies_regulations .content .policies_ul>li .time {
  font-size: 15px;
  height: 24px;
  line-height: 24px;
  color: #ccc;
  text-align: right;
}
.policies_regulations .content .policies_ul>li:last-child {
  border: none;
}
/* 分辨率 */
@media only screen and (min-width: 1280px) and (max-width: 1440px) {
  .banner-box .banner-block .banner_title {
    bottom: 15%;
    width: 1200px;
    margin-left: -600px;
  }
  /* 1.通知公告  */
  .announce_Info .content {
    width: 1200px;
  }
  .announce_Info .content .announce_ul li {
    width: 580px;
  }
  .announce_Info .content .announce_ul li .texts p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  /* 2.新闻中心  */
  .news_Info .content {
    width: 1200px;
  }
  .news_Info .content .news_ul li {
    width: 380px;
    margin-right: 30px;
    margin-bottom: 30px;
  }
  /* 3.新闻详情  */
  .news_Details .top .content,
  .news_Details .bottom .content {
    width: 1200px;
  }
  /* 4.项目建设 */
  .project_construc .content {
    width: 1200px;
  }
  .project_construc .content .project_ul li {
    width: 585px;
  }
  .project_construc .content .project_ul li .imgs img {
    height: 340px;
  }
  .project_construc .content .project_ul li:nth-child(odd) {
    margin-left: 0;
    margin-right: 15px;
  }
  .project_construc .content .project_ul li:nth-child(even) {
    margin-left: 15px;
    margin-right: 0;
  }
}
@media only screen and (min-width: 0) and (max-width: 640px) {
  .banner-box .banner-block img {
    min-height: 210px;
  }
  .banner-box .banner-block .banner_title {
    width: 100%;
    left: 0;
    margin-left: 0;
    padding: 0 15px;
  }
  .banner-box .banner-block .banner_title h3 {
    font-size: 22px;
    font-weight: normal;
    color: #fff;
    margin-bottom: 6px;
  }
  .banner-box .banner-block .banner_title span {
    display: block;
    font-family: "Alternate";
    font-size: 15px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.7);
  }

  /* 二级导航菜单 */
  .content .menu_top {
    display: none;
  }
  .content .menu_top_h5 {
    display: flex;
    white-space: nowrap;
    overflow-x: scroll;
    justify-content: center;
    margin-bottom: 0;
    padding: 0 15px;
    background-color: #fff;
    /*border-bottom: solid 1px #e4e4e4;*/
  }
  .gundong{
  	justify-content: flex-start !important;
  }
  .content .menu_top_h5 .list {
    margin-right: 30px;
  }
  .content .menu_top_h5 .list a {
  	position: relative;
    display: block;
    padding: 20px 0;
    font-size: 16px;
    color: #333;
  }
  .content .menu_top_h5 .list:last-child {
    margin-right: 0;
  }
  .content .menu_top_h5 .selected a::after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 2px;
    background-color: #003F88;
  }
  .menu_top_h5::-webkit-scrollbar {
    display: none;
  }

  /*1.通知公告 */
  .announce_Info {
    padding: 0 0 20px;
  }
  .announce_Info .content {
    width: 100%;
    padding: 0 0;
  }
  .announce_Info .content .announce_ul {
    margin-bottom: 10px;
    padding: 15px 15px 0;
  }
  .announce_Info .content .announce_ul li {
    width: 100%;
    border-radius: 5px;
    margin: 0 0 15px 0 !important;
  }
  .announce_Info .content .announce_ul li .calendar {
    width: 65px;
    height: 65px;
    padding: 8px 0;
    border-radius: 5px;
  }
  .announce_Info .content .announce_ul li .calendar .day {
    font-size: 30px;
    margin-bottom: 5px;
  }
  .announce_Info .content .announce_ul li .calendar .year {
    font-size: 12px;
    margin: 0;
  }
  .announce_Info .content .announce_ul li .texts {
    width: calc(100% - 80px);
  }
  .announce_Info .content .announce_ul li .texts h3 {
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 5px;
  }
  .announce_Info .content .announce_ul li .texts p {
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  /*2.新闻中心*/
  .news_Info {
    padding: 0 0 20px 0;
  }
  .news_Info .content {
    width: 100%;
  }
  .news_Info .content .news_ul_h5 {
    display: block;
    margin: 15px 0;
    padding: 0 15px;
  }
  .news_Info .content .news_ul_h5>li {
    display: flex;
    width: 100%;
    padding: 10px;
    border-radius: 5px;
    margin-bottom: 15px;
    justify-content: space-between;
    background-color: #fff;
  }
  .news_Info .content .news_ul_h5>li .texts {
    width: calc(100% - 115px);
  }
  .news_Info .content .news_ul_h5>li .texts h3 {
    width: 100%;
    font-size: 15px;
    font-weight: 700;
    color: #333333;
    line-height: 24px;
    margin: 0 0 10px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .news_Info .content .news_ul_h5>li .texts h3 a {
    color: #333;
  }
  .news_Info .content .news_ul_h5>li .texts .time {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  .news_Info .content .news_ul_h5>li .texts .time img {
    display: block;
    width: 20px;
    height: 20px;
    margin-right: 5px;
  }
  .news_Info .content .news_ul_h5>li .texts .time span {
    font-size: 14px;
    line-height: 20px;
    color: #ccc;
  }
  .news_Info .content .news_ul_h5>li .imgs {
    width: 100px;
    height: auto;
    max-height: 75px;
    border-radius: 5px;
    overflow: hidden;
  }
  .news_Info .content .news_ul_h5>li .imgs img {
    display: block;
    width: 100%;
    min-height: 88px;
  }
  .news_Info .content .news_ul {
    display: none !important;
  }
  /*3.新闻详情*/
  .news_Details {
    padding-bottom: 10px;
  }
  .news_Details .top {
    width: 100%;
    padding: 20px 15px;
    background-color: #fff;
  }
  .news_Details .top .content {
    width: 100%;
    margin: 0 auto;
  }
  .news_Details .top .content h3 {
    font-size: 14px;
    line-height: 24px;
    font-weight: 600;
    color: #333;
  }
  .news_Details .top .content .info {
    display: flex;
    justify-content: flex-start;
    margin-top: 8px;
  }
  .news_Details .top .content .info span {
    font-size: 14px;
    line-height: 20px;
    color: #ccc;
    margin-right: 15px;
    padding-right: 14px;
    border-right: solid 1px #ccc;
  }
  .news_Details .bottom {
    padding: 15px 15px 0;
  }
  .news_Details .bottom .content {
    width: 100%;
  }
  .news_Details .bottom .content p {
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 15px;
  }
  /*4.项目建设*/
  .project_construc .content .project_ul {
    padding: 15px;
  }
  .project_construc .content .project_ul li {
    width: 100%;
    border-radius: 6px;
    overflow: hidden;
    margin: 0 0 20px 0 !important;
  }
  .project_construc .content .project_ul li .texts h3 {
    font-size: 15px;
  }
  .project_construc .content .project_ul li .imgs img {
    height: auto;
  }
  .project_construc .content .project_ul li .infos .right {
    font-size: 14px;
  }
  .project_construc {
    padding-bottom: 30px;
  }
  .project_construc .content {
    width: 100%;
  }
  .project_construc .content .menu_top {
    display: none;
  }
  .project_construc .content .menu_top_h5 {
    display: flex;
    white-space: nowrap;
    overflow-x: scroll;
    justify-content: center;
    margin-bottom: 0;
    padding: 0 15px;
    /*border-bottom: solid 1px #e4e4e4;*/
    background-color: #fff;
  }
  .project_construc .content .menu_top_h5 .list {
    position: relative;
    margin-right: 30px;
  }
  .project_construc .content .menu_top_h5 .list a {
    display: block;
    padding: 20px 0;
    font-size: 16px;
    color: #333;
  }
  .project_construc .content .menu_top_h5 .list:last-child {
    margin-right: 0;
  }
  .project_construc .content .menu_top_h5 .cur :after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 2px;
    background-color: #003F88;
  }
  .project_construc .menu_top_h5::-webkit-scrollbar {
    display: none;
  }
  /*5.政策法规*/
  .policies_regulations .content .menu_top_h5 {
    display: flex;
    justify-content: center;
    position: relative;
    margin-bottom: 0;
    /*border-bottom: solid 1px #e4e4e4;*/
  }
  
  .policies_regulations .content .menu_top_h5 .list {
    position: relative;
    margin: 0 20px;
  }
  .policies_regulations .content .menu_top_h5 .list a {
    display: block;
    padding: 20px 0;
    font-size: 16px;
    font-weight: 600;
    color: #333;
  }
  .policies_regulations .content .menu_top_h5 .list:last-child {
    margin-right: 20px;
  }
  .policies_regulations .content .menu_top_h5 .cur :after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 2px;
    background-color: #003F88;
  }
  .policies_regulations .content .policies_ul_h5 {
    display: block;
    width: 100%;
    padding: 15px;
    background-color: #f5f5f5;
  }
  .policies_regulations .content .policies_ul_h5>li {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    border-radius: 8px;
    margin-bottom: 15px;
    padding: 10px 10px 10px 12px;
    background-color: #fff;
  }
  .policies_regulations .content .policies_ul_h5>li .symbol {
    position: relative;
    display: block;
    width: 16px;
    height: 16px;
    margin-right: 18px;
    border-radius: 100%;
    border: solid 1px #003f88;
    background-color: #fff;
    margin-right: 15px;
  }
  .policies_regulations .content .policies_ul_h5>li .symbol::after {
    content: '';
    position: absolute;
    left: 2px;
    top: 2px;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background-color: #003f88;
  }
  .policies_regulations .content .policies_ul_h5>li .right {
    width: calc(100% - 30px);
  }
  .policies_regulations .content .policies_ul_h5>li .right a.title {
    display: block;
    font-size: 15px;
    height: auto;
    line-height: 24px;
    font-weight: 600;
    margin-bottom: 5px;
    color: #333;
  }
  .policies_regulations .content .policies_ul_h5>li .right .time {
    font-size: 14px;
    height: 20px;
    line-height: 20px;
    color: #ccc;
  }
  .policies_regulations .content .policies_ul {
    display: none;
  }
}




.wp_paging {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 13px;
    font-family: 'Microsoft Yahei', Verdana, Geneva, sans-serif;
    color: #494949;
    float: none;
    margin: 20px auto;
    width: auto;
    display: flex;
    justify-content: center;
}
.wp_paging li {
    display: inline-block;
    height: auto;
    line-height: unset; 
    float: left;
    margin-top: 5px;
}
.wp_paging .pages_count span {
    font-size: 14px;
    padding: 10px 12px;
    background: #fff;
    border: 1px solid #cecece;
    color: #888;
    margin: 0 3px;
    text-decoration: none;
}
.wp_paging li a {
    cursor: pointer;
    color: #666;
    line-height: unset;
    height: auto;
}
.wp_paging .page_nav a{
    font-size: 14px;
    padding: 10px 6px;
    background: #fff;
    border: 1px solid #cecece;
    color: #888;
    margin: 0 3px;
    text-decoration: none;
}
.wp_paging .page_jump span{
    font-size: 14px;
    padding: 10px 12px;
    background: #fff;
    border: 1px solid #cecece;
    color: #888;
    margin: 0 3px;
    text-decoration: none;
}
.wp_paging .page_jump span:nth-child(2)
{
    font-size: 14px;
    padding: 0;
    background: #fff;
    border: 0px solid #cecece;
    color: #888;
    margin: 0 3px;
    text-decoration: none;
}
.wp_paging li input {
    font-size: 14px;
    width: 80px;
    height: 36px;
    line-height: 15px;
    border: 1px solid #d5d5d5;
    background: #fff;
    margin-top: 0;
    text-align: center;
}

.wp_entry img {
    max-width: 100%;
}
