body {
  font-family: "Microsoft YaHei";
  overflow-y: scroll;
  overflow-x: hidden;
}
a {
  text-decoration: none !important;
}
/* æ¸…é™¤æµ®åŠ¨ */
.clearfix:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.header {
  width: 1200px;
  height: 60px;
  margin: 0 auto;
  padding: 30px 0;
  border-bottom: 1px solid #e5e5e5;
}
.header .logo img {
  width: 300px;
  height: 40px;
  margin-top: 16px;
  margin-right: 20px;
}
.header .nav_bar {
  font-size: 18px;
  color: #222;
}
.header .nav_bar .nav_1 {
  position: relative;
}
.header .nav_bar .nav_1 > a {
  display: inline-block;
  width: 100px;
  height: 54px;
  text-align: center;
  line-height: 54px;
  box-sizing: border-box;
}
.header .nav_bar .nav_1 .active_1 {
  background: url(../image/border-bottom.png) bottom no-repeat;
}
.header .nav_bar .nav_1 .nav_box {
  display: none;
  z-index: 999;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 1px 6px 2px rgba(0, 0, 0, 0.1);
  padding: 10px 0;
  text-align: center;
  position: absolute;
  top: 54px;
  left: -16px;
}
.header .nav_bar .nav_1 .nav_box .nav_2 {
  padding: 3px 10px;
}
.header .nav_bar .nav_1 .nav_box .nav_2 a {
  display: inline-block;
  width: 200px;
  white-space: inherit;
}
.header .nav_bar .nav_1 .nav_box .nav_2 a:hover {
  background-color: #e6f3fa;
}
.header .nav_bar .nav_1 .nav_box .nav_2 .active_2 {
  background-color: #00a0e9;
  color: #fff;
}
.header .nav_bar .nav_1:hover .nav_box {
  display: block;
}
.nav_btn {
  display: none;
}
.nav_list {
  transform: translateX(100vw);
}
.footer {
  width: 100%;
  height: 72px;
  background-color: #1e2832;
  font-size: 12px;
  color: #fff;
  text-align: center;
  line-height: 72px;
}
.footer span a {
  color: #fff;
}
.swiper-container {
  width: 100%;
}
.swiper-container .swiper-slide {
  text-align: center;
  background: #fff;
}
.swiper-container .swiper-slide img {
  width: 80%;
}
.swiper-container .swiper-button-prev,
.swiper-container .swiper-button-next {
  background-image: none;
  width: 50px;
  height: 50px;
  margin: 0 3%;
  background-color: #959595;
  clip-path: polygon(25% 0, 50% 0, 100% 50%, 50% 100%, 25% 100%, 75% 50%);
}
.swiper-container .swiper-button-prev {
  transform: rotateY(180deg) translateY(-50%);
}
.swiper-container .swiper-button-next {
  transform: translateY(-50%);
}
.swiper-container .swiper-pagination-bullet {
  width: 24px;
  height: 6px;
  display: inline-block;
  margin: 0 4px;
  border-radius: 3px;
  background-color: #ffff00;
  opacity: 0.4;
  z-index: 3;
}
.swiper-container .swiper-pagination-bullet-active {
  opacity: 1;
  background-color: #ff0;
}
.content {
  width: 1200px;
  height: auto;
  margin: 0 auto;
  box-sizing: border-box;
}
.content .title {
  margin-top: 30px;
  margin-bottom: 40px;
}
.content .title .item_title {
  font-size: 32px;
  color: #00a0e9;
}
.content .text_box {
  margin-top: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #00a0e9;
  cursor: pointer;
}
.content .text_box .text_info {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: space-between;
}
.content .text_box .text_info img {
  width: 520px;
  height: 320px;
}
.content .text_box .text_info .text {
  width: 48%;
  padding-right: 50px;
}
.content .text_box .text_info .text span {
  display: inline-block;
  width: 100%;
  margin-top: 50px;
  height: 36px;
  background-image: url(../image/blue-border.png);
  background-repeat: no-repeat;
  line-height: 36px;
  font-style: italic;
  text-indent: 24px;
  color: #00a0e9;
  font-size: 15px;
  font-weight: 900;
}
.content .text_box .text_info .text h1 {
  margin-top: 30px;
  font-size: 24px;
  color: #333;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.content .text_box .text_info .text p {
  margin-top: 30px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  font-size: 15px;
  color: #666;
  line-height: 1.8em;
}
.content .text_box .text_info:hover {
  box-shadow: 0 1px 6px 2px rgba(0, 0, 0, 0.1);
}
.content .text_box .text_info:hover .text h1 {
  color: #00a0e9;
}
.content .video_center {
  display: flex;
  justify-content: space-between;
}
.content .video_center .video_box {
  height: 480px;
  border: 1px solid #eee;
  border-radius: 16px;
  margin-bottom: 50px;
}
.content .video_center .video_box video {
  width: 580px;
  height: 330px;
}
.content .video_center .video_box h1 {
  margin-top: 30px;
  padding: 0 30px;
  font-size: 16px;
  color: #333;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.content .video_center .video_box p {
  margin-top: 20px;
  padding: 0 30px;
  font-size: 14px;
  color: #666;
}
.banner {
  width: 1200px;
  height: auto;
  margin: 0 auto;
}
.banner img {
  width: 100%;
}
.side_item_box {
  width: 1200px;
  height: auto;
  min-height: 93vh;
  display: flex;
  margin: 40px auto;
}
.side_item_box .side_nav {
  width: 200px;
}
.side_item_box .side_nav ul li {
  margin-top: 0;
}
.side_item_box .side_nav ul li a {
  display: inline-block;
  padding: 0 20px;
  width: 180px;
  /* height: 80px; */
  background-color: #f5f5f5;
  border-radius: 0;
  font-size: 16px;
  color: #333;
  text-align: left;
  line-height: 80px;
}
.side_item_box .side_nav ul li a:hover {
  background-color: #e6f3fa;
}
.side_item_box .side_nav ul > li.active > a {
  background-color: #00a0e9;
  color: #fff;
  position: relative;
}
.side_item_box .side_nav ul > li.active > a::after {
  content: ">";
  position: absolute;
  top: 0;
  right: 20%;
}
.side_item_box .article_box {
  flex: 1;
  margin-left: 80px;
}
.side_item_box .article_box.article_box-w60 {
  margin-left: 60px;
}
.side_item_box .article_box.article_box-w97 {
  margin-left: 97px;
}
.side_item_box .article_box .sidenavContent {
  display: none;
}
.side_item_box .article_box .active {
  display: block;
}
.pageChange {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-bottom: 50px;
}
.pageChange .buttonBox {
  white-space: nowrap;
  padding: 2px 5px;
  color: #303133;
  font-weight: 700;
}
.pageChange .buttonBox button {
  display: inline-block;
  width: 28px;
  height: 28px;
  border-radius: 2px;
  text-align: center;
  font-size: 13px;
  font-weight: bold;
  color: #606266;
  background-color: #f4f4f5;
  margin: 0 5px;
  border: none;
}
.pageChange .buttonBox button:hover {
  color: #409eff;
}
.pageChange .buttonBox .elp {
  font-size: 10px;
}
.pageChange .buttonBox .active {
  display: inline-block;
  border: solid 1px #409eff;
  background-color: #409eff;
  color: #fff !important;
}
.article_details_box {
  margin: 40px auto;
  width: 1200px;
  height: auto;
}
.article_details_box .breadcrumb {
  font-size: 16px;
  border-bottom: 1px solid #eee;
  padding-bottom: 20px;
}
.article_details_box .breadcrumb span {
  color: #00a0e9;
}
.article_details_box .article_details h1 {
  font-size: 28px;
  color: #333;
  line-height: 1;
  text-align: center;
  font-weight: 700;
  line-height: 2em;
  margin: 30px 0 20px;
}
.article_details_box .article_details span {
  display: block;
  font-size: 12px;
  color: #999;
  margin-bottom: 10px;
  line-height: 1;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.article_details_box .article_details p {
  text-indent: 32px;
  width: 100%;
  line-height: 2.5em;
}
.article_details_box .article_details img {
  width: 75%;
  transform: translateX(10%);
  margin: 10px auto;
}
.group_profile {
  text-indent: 2em;
}
.group_profile h3 {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 50px;
}
.group_profile p {
  font-size: 16px;
  line-height: 2.5;
  margin-bottom: 0;
}
.leader_info li {
  display: flex;
  justify-content: start;
  width: 482px;
  height: 150px;
  border-radius: 6px;
  border: 1px solid #eee;
  margin-bottom: 40px;
  padding-right: 20px;
  cursor: pointer;
}
.leader_info li:hover {
  box-shadow: 0 1px 6px 2px rgba(0, 0, 0, 0.1);
}
.leader_info li:hover h3 {
  color: #00a0e9;
}
.leader_info li .imgbox {
  display: inline-block;
  width: 140px;
  height: 100%;
  border-radius: 6px 0 0 6px;
  overflow: hidden;
  margin-right: 30px;
}
.leader_info li .imgbox img {
  width: 100%;
  height: 175px;
}
.leader_info li .person {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  width: 293px;
}
.leader_info li .person h3 {
  font-size: 26px;
  font-weight: normal;
  margin-bottom: 20px;
  margin-top: 0;
}
.aticle_list li {
  display: flex;
  justify-content: start;
  width: 920px;
  height: 160px;
  margin-bottom: 40px;
  cursor: pointer;
}
.aticle_list li:hover {
  box-shadow: 0 1px 6px 2px rgba(0, 0, 0, 0.1);
}
.aticle_list li:hover h3 {
  color: #00a0e9;
}
.aticle_list li .imgbox {
  display: inline-block;
  margin-right: 50px;
}
.aticle_list li .imgbox img {
  width: 240px;
  height: 100%;
}
.aticle_list li .person {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
}
.aticle_list li .person h3 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
  margin-top: 0;
}
.aticle_list li .person p {
  font-size: 14px;
  line-height: 1.8em;
  padding-right: 50px;
  color: #666;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.aticle_list li .person span {
  font-size: 12px;
  color: #999;
}
.video_list li {
  margin-bottom: 40px;
}
.video_list li video {
  width: 940px;
  height: 540px;
}
.video_list li p,
.video_list li span {
  font-size: 16px;
  margin-top: 10px;
  display: flex;
}
.report li {
  width: 920px;
  height: 160px;
  margin-bottom: 40px;
}
.report li:hover {
  box-shadow: 0 1px 6px 2px rgba(0, 0, 0, 0.1);
}
.report li:hover h3 {
  color: #00a0e9;
}
.report li .text {
  padding-left: 20px;
  padding-top: 20px;
  cursor: pointer;
}
.report li .text:hover h3 a {
  color: #00a0e9;
}
.report li .text span {
  display: inline-block;
  width: 100%;
  height: 36px;
  line-height: 36px;
  background-image: url(../image/blue-border.png);
  background-repeat: no-repeat;
  text-indent: 24px;
  color: #999;
  font-size: 12px;
}
.report li .text h3 {
  margin-top: 10px;
  font-size: 16px;
  font-weight: bold;
  color: #333;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.employ li {
  width: 920px;
  height: 160px;
  margin-bottom: 40px;
  padding-left: 20px;
  padding-top: 20px;
}
.employ li:hover {
  box-shadow: 0 1px 6px 2px rgba(0, 0, 0, 0.1);
}
.employ li:hover h3 {
  color: #00a0e9;
}
.employ li .text {
  height: 160px;
  box-sizing: border-box;
  border-bottom: 2px solid #56c0f0;
  cursor: pointer;
}
.employ li .text:hover h3 a {
  color: #00a0e9;
}
.employ li .text span {
  display: inline-block;
  width: 100%;
  height: 36px;
  line-height: 36px;
  background-image: url(../image/blue-border.png);
  background-repeat: no-repeat;
  text-indent: 24px;
  color: #999;
  font-size: 12px;
}
.employ li .text h3 {
  margin-top: 10px;
  font-size: 16px;
  font-weight: bold;
  color: #333;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.title_list .listbox {
  min-height: 900px;
}
.title_list .listbox li {
  display: flex;
  justify-content: space-between;
  padding: 20px 0;
}
/* åˆ†é¡µ */

.pages {
  font: 0/0 microsoft yahei;
  padding: 20px 0;
  text-align: center;
}

.pages a {
  display: inline-block;
  line-height: 18px;
  margin: 5px 2px;
  padding: 10px 15px;
  font-size: 14px;
  vertical-align: middle;
  background-color: #eee;
  border-radius: 2px;
}

.pages a:hover {
  position: relative;
  background-color: #a3bde2;
  color: #fff;
}

.pages a.current {
  background-color: #00a0e9;
  color: #fff;
  position: relative;
}

.pages span {
  line-height: 28px;
  font-size: 14px;
  margin-left: 10px;
  padding: 10px 20px;
  vertical-align: middle;
  border-radius: 2px;
}

.pages select {
  border: 1px #d2d2d2 solid;
  padding: 4px;
}
.pages span.current {
  background-color: #00a0e9;
  color: #fff;
  position: relative;
}

.pages span {
  display: inline-block;
  line-height: 18px;
  margin: 0 2px;
  padding: 10px 15px;
  font-size: 14px;
  vertical-align: middle;
  background-color: #eee;
  border-radius: 2px;
}
.more a{
  font-size: 16px;
}
.group_profile .dataInfo h3{
  margin-bottom: initial;
  font-size: 18.72px;
}
.dataInfo{
  color: #000;
}
.leader_info .person p{
  font-size: 16px;
  color: #333;
}
.side_item_box .article_box .noticeList{
  font-size: 16px;
  color: #000;
}
.side_item_box .article_box .noticeList a{
  font-size: 16px;
  color: #000;
}
