* {
  margin: 0;
  padding: 0;
}

ul {
  list-style-type: none;
  padding: 0px;
}

a {
  text-decoration: none;
}

div,
p,
li,
section {
  font-size: 0;
}

/* // 单行省略 */
.ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;

}

/* // 两行超出省略 */
.ellipsis2 {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  /* // white-space: nowrap; */
}

.ellipsis3 {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  /* // white-space: nowrap; */
}

.head .dateTime {
  width: 1200px;
  margin: auto;
  padding: 10px 0 10px 0px;
  color: #7F7F7F;
  font-size: 15px;
  font-family: Source Han Sans CN;
  font-weight: 400;
}

.head .date {
  margin-left: 40px;
}

.dateTime .time {
  margin-left: 5px;
}

.logoDiv {
  width: 100%;
  height: 140px;
  /* background:  rgb(255,255,255); */

  background: url('../images/bj.png') no-repeat no-repeat;
  background-size: cover;
}

.logoDiv .imgdiv {
  position: relative;
  width: 1200px;
  margin: auto;
  height: 100%;
  padding-top: .1px;
  /* line-height: 140px; */

}

.logoDiv .imgdiv img {
  display: block;
  margin-top: 22px;
}

.nav {
  /* height: 50px; */
  background: #00449d;
  /* line-height: 50px; */
}

.nav ul {
  display: flex;
  width: 1200px;
  margin: auto;
  text-align: left;
  justify-content: space-between;
}

.nav ul li a {
  position: relative;
  display: inline-block;
  color: #fff;
  cursor: pointer;
  transition: .3s;
  font-size: 18px;
  font-family: Source Han Sans CN;
  font-weight: 700;
}

.nav ul li:hover {
  background: rgb(198, 225, 255);
  color: #004cb0;
}

.nav ul li:last-of-type {
  margin-right: 0;
}

.subNav {
  position: absolute;
  width: 112px;
  top: 81px;
  left: 0;
  background: #fff;
  color: #333;
  text-align: center;
  visibility: hidden;
  opacity: 0;
  transition: .3s;
  z-index: 99999;

}

.nav ul li:hover .subNav {
  top: 56px;
  visibility: visible;
  opacity: 1;
  /* transition: .3s; */
}

.subName {
  padding: 5px 0;
  border-top: 1px solid rgba(0, 0, 0, .3);
  cursor: pointer;
  font-size: 15px;
}

.subName:hover {
  background: #C6E1FF;
  color: #004cb0;
}

.subName:first-of-type {
  border-top: 0px solid rgba(0, 0, 0, .3);
}

/* #banner {
  background-color: #adadad;
  width: auto;
  max-width: 100%;
  text-align: center;
  position: relative;
} */

.banner {
  width: 100%;
  overflow: hidden;
}

.swiper-container,
.swiper-container1 {
  width: 100%;
  height: 100%;
}

.head .swiper-pagination .swiper-pagination-bullet {
  width: 60px;
  border-radius: 0;
  background: rgb(255, 255, 255);
  opacity: 1;
}

.head .swiper-pagination .swiper-pagination-bullet-active {
  background: rgb(176, 208, 50)
}

.title .name.head .swiper-pagination .swiper-slide img {
  display: inline-block;
  width: 100%;
  /* height: 100%; */
}

.section {
  width: 1200px;
  margin: 40px auto 10px;
}

.icon {
  position: relative;
  margin-right: 10px;
  top: 4px;
}

.main1 .title {
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 20px;
  border-bottom: 2px solid #004cb0;
}

.main1 .title .name {
  display: inline-block;
  /* margin-bottom: 10px; */
  font-size: 20px;
  font-family: Source Han Sans CN;
  font-weight: 700;
  color: #004cb0;
}

.main1 .title .background {
  display: inline-block;
  position: absolute;
  width: 60px;
  padding: 5px 0;
  padding-left: 10px;
  right: 0;
  bottom: 10px;
  border-radius: 20px;
  background: #00449d;
  font-size: 14px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #FFFFFF;
  text-align: center;
  cursor: pointer;
}

.news .left {
  position: relative;
  display: inline-block;
  width: 576px;
  height: 350px;
  margin-right: 44px;
  overflow: hidden;
  vertical-align: top;
}

.swiper-container1 .swiper-slide {
  /* background: chocolate; */
  width: 100%;
  height: 100%;
}

.swiper-container1 .swiper-pagination {
  right: 30px;
  text-align: right;
}

.swiper-container1 .swiper-pagination .swiper-pagination-bullet {
  background: rgb(255, 255, 255);
  opacity: .4;
}

.swiper-container1 .swiper-pagination .swiper-pagination-bullet-active {
  opacity: 1;
}

.swiper-container1 .swiper-pagination .swiper-pagination-bullet:last-of-type {
  margin-right: 30px !important;
}

.slideBottom {
  position: absolute;
  width: 100%;
  height: 40px;
  bottom: 0;
  line-height: 40px;
  background: rgba(29, 72, 115, .8);
}

.slideTItle {
  width: 70%;
  padding-left: 20px;
  color: #fff;
  font-size: 15px;
}

.news .right {
  display: inline-block;
  width: 570px;
  /* height: 260px; */
  /* margin-right: 40px; */
}

.news .right .first {
  padding-bottom: 15px;
  border-bottom: 1px dashed#B5B5B5;
  cursor: pointer;
}

.news .right .firstTitle {
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: 20px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #004cb0;
}

.news .right .firstSUm {
  font-size: 15px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #686868;
  line-height: 24px;
}

.news .right .firstSUm .span {
  float: right;
  margin-bottom: 0;
  /* color: rgb(193,193,193); */
}

.news .right .li::after {
  display: inline-block;
  position: absolute;
  content: '';
  width: 2px;
  height: 2px;
  left: 0px;
  top: 13px;
  border-radius: 100%;
  background: #4E4E4E;
}

.news .right .li {
  position: relative;
  margin-top: 13px;
  padding-left: 5px;
  cursor: pointer;
  font-size: 15px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #4E4E4E;
}

.news .right .li .name {
  display: inline-block;
  width: 70%;
  color: #4E4E4E;
}

.news .right .li .time {
  float: right;
  color: rgb(152, 152, 152);
}

.news .right .li:hover .name {
  color: rgb(59, 111, 216);
}

.news .right .li:hover .time {
  color: rgb(59, 111, 216);
}

.main1 .title .section1 {
  background: #F1F8FF;
}

.Notice {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  justify-content: space-between;
  background-color: #F1F8FF;
}

.Notice .left {
  width: 580px;
}

.title {
  position: relative;
  padding-bottom: 10px;
  border-bottom: 2px solid #00449d;

}

.title .name {
  display: inline-block;
  margin-bottom: 0px;
  font-size: 20px;
  font-family: Source Han Sans CN;
  font-weight: 700;
  color: #00449d;
}

.title .more {
  display: inline-block;
  position: absolute;
  right: 0;
  bottom: 10px;
  text-align: center;
  cursor: pointer;
  font-size: 14px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #00449d;
}

.NoticeUl li {
  margin-left: 5px;
  padding: 10px 0 10px 0px;
  border-bottom: 1px dashed #B5B5B5;
  cursor: pointer;
}

.NoticeUl li:last-of-type {
  border-bottom: 0px solid #999;
}

.NoticeUl li .date {
  display: inline-block;
  width: 54px;
  margin-right: 15px;
  text-align: center;
  vertical-align: top;

}

.NoticeUl li .p1 {
  /* width: 60px; */
  height: 30px;
  height: 33px;
  background: #013E7D;
  font-size: 20px;
  line-height: 33px;
  color: #fff;
}

.NoticeUl li .p2 {
  /* width: 60px; */
  /* height: 20px; */

  height: 20px;
  background: #EBECEE;
  font-size: 12px;
  color: #959595;
}

.NoticeUl li .titleSum {
  display: inline-block;
  width: 240px;
}

.NoticeUl li .pTitle {
  margin-bottom: 5px;
  font-size: 15px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #313538;
}

.dSum {
  font-size: 14px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #686868;
  line-height: 20px;
}

.Notice .middle {
  width: 486px;
  margin: 0 30px;
}

.Notice .middle .recommend {
  margin-top: 12px;
  padding-bottom: 15px;
  border-bottom: 1px dashed #B5B5B5;
  cursor: pointer;

}

.recommendImg {
  display: inline-block;
  width: 158px;
  height: 96px;
  vertical-align: top;
}

.recommendCon {
  display: inline-block;
  float: right;
  width: 305px;
  margin-left: 15px;
}

.recommendTItle {
  font-size: 15px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #023D8B;
}

.recommendSum {
  margin-top: 15px;
  font-size: 14px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #686868;
  line-height: 20px;
}

.middle .ul .li::after {
  display: inline-block;
  position: absolute;
  content: '';
  width: 2px;
  height: 2px;
  left: 0px;
  top: 10px;
  /* background: #333; */
  border-radius: 100%;
  background: #4E4E4E;
}

.middle .li {
  position: relative;
  margin-top: 12px;
  padding-left: 5px;
  cursor: pointer;
}

.middle .li .name {
  display: inline-block;
  width: 70%;
  font-size: 15px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #4E4E4E;
}

.middle .li .time {
  float: right;
  font-size: 15px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #686868;
}

.middle .li:hover .name {
  color: rgb(59, 111, 216);
}

.middle .li:hover .time {
  color: rgb(59, 111, 216);

}

.Notice .right {
  width: 575px;
}

.Notice .rightUl {
  margin-top: 10px;
}

.Notice .rightUl li {
  padding: 12px 0;
  border-bottom: 1px dashed #B5B5B5;
  cursor: pointer;
}

.Notice .rightUl li:last-of-type {
  border-bottom: 0px solid #999;
}

.Notice .rightUl img {
  display: inline-block;
  width: 108px;
  height: 62px;
  margin-right: 10px;
  vertical-align: top;
}

.Notice .rightUl .name {
  display: inline-block;
  width: 200px;
  /* float: left; */
}

.Notice .rightUl .name div {
  font-size: 15px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #313538;
  line-height: 24px;

}

.ResearchInstitute1,
.ResearchInstitute2 {
  width: 580px;
  height: 100px;
}

.ResearchInstitute2 {
  float: right;
}

.section2 .div1 {
  display: inline-block;
  width: 580px;
}

.section2 .div2 {
  display: inline-block;
  width: 580px;
  margin-left: 40px;
}

.section2 .ul .li::after {
  display: inline-block;
  position: absolute;
  content: '';
  width: 2px;
  height: 2px;
  left: 0px;
  top: 10px;
  background: rgb(136, 136, 136);
  border-radius: 100%;
}

.section2 .li {
  position: relative;
  margin-top: 20px;
  padding-left: 5px;
  cursor: pointer;
}

.section2 .li .name {
  display: inline-block;
  width: 70%;
  font-size: 15px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #4E4E4E;
}

.section2 .li .time {
  float: right;
  font-size: 15px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #686868;
}

.section2 .li:hover .name {
  color: rgb(59, 111, 216);
}

.section2 .li:hover .time {
  color: rgb(59, 111, 216);
}

.emergency {
  display: flex;
  margin-top: 20px;
  justify-content: space-between;
}

.emergency img {
  display: inline-block;
  width: 276px;
  height: 168px;
  margin-right: 30px;
  cursor: pointer;
}

.bodyBottom {
  padding-top: 30px;
  padding-bottom: 30px;
  /* border-top: 1px solid #133B5F; */
  background-color: #F1F8FF;
  margin-top: 30px;
}

.links {
  /* position: relative; */
  /* display: flex; */
  width: 1200px;
  margin: auto;

  /* justify-content: flex-start */
}

/* .links li.list_item {
  float: left;
  display: inline-block;
  width: 280px;
  height: 72px;
  margin-right: 26px;
  cursor: pointer;

} */

.feeter {
  background: #00449d;
  color: rgb(223, 226, 231);
  padding: 10px;
}

.feeter ul {
  display: flex;
  width: 1200px;
  padding: 20px 0;
  margin: auto;
  font-size: 0;
  justify-content: space-around;
  /* align-items:space-between; */
}

.feeter li {
  position: relative;
  display: inline-block;
  padding-right: 20px;
  padding: 0px 15px;
  font-size: 15px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #FFFFFF;

  cursor: pointer;
}

.feeter li::after {
  /*position: absolute;
  display: block;
  content: '';
  width: 1px;
  height: 15px;
  top: 4px;
  right: 0;
  background: #FFFFFF;*/
}

.feeter li:last-of-type::after {
  width: 0px;
  height: 0px;
  /* border-right: 0px rgb(223,226,231) solid; */
}


.copy {
  width: 1200px;
  margin: auto;
  padding-bottom: 20px;
  text-align: center;
  /* color: #fff; */
  font-size: 14px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #FFFFFF;
}

.contact {
  width: 1200px;
  margin: auto;
  padding-bottom: 20px;
  font-family: Source Han Sans CN;
  height: 100px;
  font-weight: 400;
  color: #FFFFFF;
  margin-top: 20px;
  margin-bottom: 30px;
}

.contact .left {
  float: left;
  /* margin-top: 4px; */
}

.contact p {
  margin: 10px 0;
  font-size: 14px;
}

.contact .right img {
  width: 120px;
  height: 120px;
}

.contact .right p {
  margin-left: 30px;
}

.contact .right {
  float: right;
}

.phone {
  margin: 20px;
}

.wp_nav .sub-nav {
  position: absolute;
  transform: translateX(-21%);
  width: 150px !important;
  background: rgb(198, 225, 255);
  color: rgb(51, 51, 51);
  text-align: center;
}

#wp_nav_w1 .wp_nav .nav-item a {
  margin-right: 5px;
  padding: 15px 0px;
}

#wp_nav_w1 .wp_nav .sub-nav .nav-item a {
  margin-right: 0px;
  padding: 0px 0px;
  text-align: center;
}

.wp_nav .sub-nav .nav-item a span.item-name {
  font-size: 15px;
}

.wp_article_list .list_item {
  height: 38px;
}

.wp_article_list .list_item .Article_Title a {
  font-size: 15px;
  color: #4E4E4E;
}

.wp_article_list .list_item .Article_PublishDate {
  font-size: 17px;
}

#wp_nav_w11 .wp_nav .nav-item a span.item-name {
  color: #fff;
}

.Article_Index {
  display: none !important
}



/* 新增加 */

.bodyBottom .links .title {
  /* float: left; */
  display: inline-block;
  border: 0;

}


.dtjt8_div_img {
  max-width: 1920px;
  overflow: hidden;
  height: 450px;
  margin: 0 auto;
}

.bodyBottom .links .link {
  display: inline-block;
}

.bodyBottom .links .link tbody tr {
  float: left;
}


/* .bodyBottom .links .wp_article_list {
  width: 1000px;
  text-align: center;
  float: left;
} */

.bodyBottom .links .wp_article_list .list_item {
  display: inline-block;
  /* height: 34px; */
  border: 0;
  float: left;
  line-height: 46px;
  margin-bottom: 10px;
  width: 300px;
}

/* .bodyBottom .links .wp_article_list .list_item:hover {
  background-color: #F1F8FF;
} */

.bodyBottom .links .wp_article_list .list_item:hover a {
  color: #004cb0;
}

.bodyBottom .wp_article_list .list_item .Article_Title a {
  font-size: 16px;
  color: #4e4e4e;
}

.bodyBottom .wp_article_list .list_item .Article_PublishDate {
  font-size: 17px;
}


.content2 .wp_article_list .list_item {
  width: 175px;
}

.content2 table tbody tr {
  float: left;
}

.wp_article_list .list_item .Article_Title a p {
  font-size: 15px;
}


/* 新增banner */


.dtjt8_div_img img {
  display: block;
  overflow: hidden;
  position: relative;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}



div.orbit-wrapper,
div.orbit {
  position: relative;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}


.wp-search {
  position: relative;
  border: 1px solid #d0d0d0;
  margin-top: 34px;
  background-color: #fff;
  border-radius: 4px;
}

.wp-search form {
  display: block;
}

.wp-search .search-input {
  margin-right: 54px;
  margin-left: 6px;
  height: 30px;
}

.wp-search .search-input input.search-title {
  padding: 4px 0;
  width: 100%;
  height: 21px;
  outline: 0;
  border: 0;
  background: 0 0;
  color: #333;
  font-size: 12px;
  line-height: 21px;
  opacity: .6;
  font-family: 微软雅黑;
}

.wp-search .search-btn {
  position: absolute;
  top: 0;
  right: 0;
  width: 32px;
  height: 30px;
}

.wp-search .search-btn input.search-submit {
  width: 32px;
  height: 30px;
  outline: 0;
  border: 0;
  background: #00449d url(../images/sous.png) no-repeat center;
  cursor: pointer;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.sousuo {
  position: absolute;
  top: 0;
  right: 0;
}



.wp_search #keyword {
  padding: 4px 0;
  width: 160px !important;
  height: 20px;
  border: none;
  background: 0 0;
  color: #999;
  line-height: 20px;
}

.wp_search {
  position: relative;
  display: inline-block;
  padding-left: 4px;
  border: 1px solid #d0d0d0;
  margin-top: 34px;
  background-color: #fff;
}

.wp_search .search {
  width: 32px;
  height: 30px;
  border: 0;
  background: #00449d url(../images/sous.png) no-repeat center;
  vertical-align: top;
  cursor: pointer;
}

.post-1 input#keyword {
  display: none;
}

.WP_VisitCount {
    display: inline-block;
}