<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
  margin: 0;
  padding: 0;
}

body {
  /* font-family: "PingFang"; */
  font-family: "寰蒋闆呴粦";
  font-size: 16px;
/*  min-width: 1262px;*/
}
/*body *{-webkit-filter: grayscale(100%); -moz-filter: grayscale(100%); -ms-filter: grayscale(100%); -o-filter: grayscale(100%); filter: grayscale(100%);filter:progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);} */


a {
  text-decoration: none;
}

input {
  outline: none;
}

textarea {
  outline: none;
}

img, button {
  border: none;
  outline: none;
}

button {
  cursor: pointer;
}

li {
  list-style: none;
}

iframe {
  margin: 0 auto;
  border: none;
  display: block;
}
table{width:100%;text-align:center;border-collapse:collapse;border-spacing:1;border-spacing:0; }
table td{word-break: break-all; word-wrap:break-word;border:1px solid #939598; }
video{width:800px; height:450px}

/* 瀹氫箟keyframe鍔ㄧ敾锛屽懡鍚嶄负blink */

@keyframes blink {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

/* 娣诲姞鍏煎鎬у墠缂€ */

@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@-ms-keyframes blink {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@-o-keyframes blink {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.headerNav {
  position: sticky;
  top: 0;
  z-index: 99;
}

.header .logo img {
  display: block;
}

.header {
  width: 1200px;
  padding: 15px 0;
  margin: 0 auto;
  display: flex;
  align-items: center;
  background: #fff;
  justify-content: space-between;
}

.header&gt;a {
  width: 470px;
  height: 87px;
  display: block;
  float: left;
}

.header&gt;a img {
  width: 470px;
  height: 87px;
  display: block;
}

.header .serch {
  float: right;
  /* overflow: hidden; */
  font-size: 16px;
	margin-top: -28px;
}

.header .serch&gt;div.serchBox {
  width: 400px;
  border-radius: 50px;
  display: flex;
  padding-left: 10px;
}

.header .serch&gt;div.serchBox input {
  border: #0045ad solid 2px;
  width: 96%;
  padding: 10px 20px;
  font-size: 16px;
  border-radius: 20px 0 0 20px;
  background: none;
}

.header .serch&gt;div.serchBox a {
  background: #0045ad;
  color: #fff;
  width: 130px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0 20px 20px 0;
  padding: 10px 5px;
  text-align: center;
}

.header .serch&gt;div.serchBox a img {
  margin-right: 8px;
}

.wxgzh {
  margin-right: 35px;
}

.bgsb {
  position: relative;
}


.header .serch .ewmImg {
  position: absolute;
  top: 30px;
  left: 30px;
  display: none;
  z-index: 999;

}

.header .serch&gt;.bgsb {
  padding: 0 5px;
  text-align: right;
  font-size: 18px;
  display: block;
  margin-left: 30px;
  float: right;
  margin-bottom: 10px;
}

.nav {
  width: 100%;
  background: #0045ad;
  height: 50px;
}

.fixnav {
  position: sticky;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 999;
  margin-top: 0 !important;
}

.nav ul {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  /* justify-content: space-between; */
}

.nav ul li {
  width: 11.1%;
  float: left;
  text-align: center;
  position: relative;
}

.nav ul li&gt;a {
  font-size: 18px;
  padding: 13px 0;
  display: block;
  color: #fff;
  position: relative;
}

.nav ul li&gt;a::after {
  content: '';
  width: 1px;
  height: 40%;
  background: #6f91c5;
  display: block;
  right: 0;
  position: absolute;
  top: 34%;
}

.nav ul li:last-child a::after {
  display: none;
}

.nav ul li&gt;div&gt;div {
  position: relative;
}

.nav ul li&gt;div&gt;div:hover&gt;a {
  background: #112c6a;
}

.nav ul li&gt;div&gt;div:hover div {
  display: block;
}

.nav ul li&gt;div&gt;div div {
  display: none;
  position: absolute;
  left: 200px;
  background: #0045ad;
  width: 200px;
  top: 0;
  padding-bottom: 5px;
}

.nav ul li:hover {
  background: #112c6a;
}

.nav ul li&gt;div {
  display: none;
  position: absolute;
  top: 50px;
  text-align: center;
  left: 0;
  z-index: 999;
  width: 100%;
  background: #0045ad;
  padding: 5px 0px;
}

.nav ul li&gt;div a {
  display: block;
  padding: 12px 15px;
  color: #fff;
  font-size: 16px;
}

.nav ul li&gt;div a:hover {
  background-color: #112c6a;
}

.swiper-container {
  width: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  background-position: center;
}

.swiper-slide&gt;p {
  transform: translateX(-200px);
  opacity: 0;
  transition: all 1s;
}

.banner .swiper-slide {
  background-position: center;
  background-size: cover;
}

.banner {
  height: 480px;
}

.ani-slide p {
  transform: translateX(0);
  opacity: 1;
}

.titleBox {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding-bottom: 20px;
  position: relative;
  border-bottom: #0045ad solid 2px;
  /*margin-bottom: 15px;*/
}

.titleBox h4 {
  width: 85%;
  font-size: 28px;
  color: #0045ad;
  text-transform: uppercase;
}

.titleBox h4 span {
  color: #8d8d8d;
  font-weight: normal;
}

.titleBox a {
  float: right;
  width: 100px;
  text-align: right;
  color: #000;
  margin-top: 5px;
}

.titleBox ul {
  display: flex;
  justify-content: space-around;
}

.titleBox ul li {
  text-align: right;
  font-size: 20px;
  cursor: pointer;
  position: relative;
  line-height: 28px;
  height: 24px;
}

.titleBox ul li i {
  width: 1px;
  height: 75%;
  background: #000;
  float: left;
  display: block;
  margin: 0 25px;
  margin-top: 5px;
}

.firstNew .titleBox ul li:nth-child(1) i {
  display: none;
}

.firstNew .titleBox ul li:nth-child(1)::after {
  width: 100%!important;
  left: 0!important;
}

.titleBox ul li.active {
  color: #0045ad;
  font-size: 24px;
  position: relative;
}

.firstNew .titleBox ul li.active::after {
  content: '';
  width: 64%;
  height: 2px;
  background: #ca3131;
  position: absolute;
  bottom: -22px;
  left: 55px;
}

.titH5 {
  border-bottom: #0045ad solid 2px;
  padding-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.titH5&gt;div {
  display: flex;
  align-items: center;
}

.titH5&gt;div a {
  color: #333;
  font-size: 18px;
  display: flex;
  align-items: center;
  margin-left: 30px;
}

.titH5&gt;div a img {
  margin-right: 5px;
}

.titH5 span {
  font-size: 24px;
  margin-left: 15px;
  color: #0045ad;
}

.titH5&gt;a {
  color: #000;
}

.zxBox {
  margin-top: 30px!important;
}

.zxBox .newDiv {
  width: 67%!important;
  margin-left: 0;
}

.zxBox .newDiv .conBoxNewDiv&gt;ul li {
  margin: 26px 0 0 0;
}

.zxBox .titleBox {
  padding-top: 15px;
  border-bottom: 1px solid #ddd;
}

.zxBox .titleBox li:nth-child(1)::after {
  display: none;
}

.zxBox .titleBox li::after {
  content: '';
  width: 1px;
  height: 75%;
  background: #000;
  float: left;
  display: block;
  margin: 0 25px;
  margin-top: 5px;
}

.zxBox .titleBox li {
  font-size: 18px!important;
  font-weight: bold;
}

.newDiv {
  width: 48%;
  float: left;
  margin-left: 34px;
  position: relative;
}

.newDiv .conBoxNewDiv .conBoxNew0, .newDiv .conBoxNewDiv .conBoxNew3, .leaderDiv&gt;div.conBoxNew6, .newDiv .conBoxNewDiv .conBoxNew8, .branch .conBoxNewDiv .conBoxNew11 {
  display: block;
}

.newDiv .conBoxNewDiv ul&gt;a, .branch .conBoxNewDiv ul&gt;a {
  position: absolute;
  top: 4px;
  right: 0;
  color: #000;
}

.newDiv .conBoxNewDiv&gt;ul {
  display: none;
}

.newDiv .conBoxNewDiv&gt;ul li {
  margin: 25px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: url('../images/arrow.png') 0 7px no-repeat;
  padding-left: 15px;
}

.newDiv .conBoxNewDiv&gt;ul li&gt;a {
  width: 81%;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  color: #000;
}

.newDiv .conBoxNewDiv&gt;ul li&gt;a b {
  display: block;
  overflow: hidden;
  max-width: 90%;
  font-weight: normal;
  float: left;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.newDiv .conBoxNewDiv&gt;ul li:nth-child(1)&gt;a::after, .newDiv .conBoxNewDiv&gt;ul li:nth-child(2)&gt;a::after {
  content: '';
  background: url('../images/new.jpg') no-repeat;
  width: 22px;
  height: 14px;
  display: inline-block;
  margin-left: 10px;
  animation: blink 1.6s linear infinite;
  /* 鍏跺畠娴忚鍣ㄥ吋瀹规€у墠缂€ */
  -webkit-animation: blink 1.6s linear infinite;
  -moz-animation: blink 1.6s linear infinite;
  -ms-animation: blink 1.6s linear infinite;
  -o-animation: blink 1.6s linear infinite;
}

.newDiv .conBoxNewDiv&gt;ul li:hover {
  background: url('../images/arrow.png') 0 -14px no-repeat;
}

.newDiv .conBoxNewDiv&gt;ul li:hover a, .newDiv .conBoxNewDiv&gt;ul li:hover span {
  color: #0045ad;
}

.newDiv .conBoxNewDiv&gt;ul li&gt;span {
  display: block;
  font-size: 15px;
}

.bookBoxList .swiper-button-next,.bookBoxList .swiper-button-prev{top: 59%!important;
    background-size: 50%;
    background-color: rgb(255 255 255 / 70%);}
.association {
  width: 352px;
  float: right;
	margin-bottom:30px;
}

.titAssbox {
  margin-right: -20px;
  overflow: hidden;
}

.titAssbox a {
  width: 44%;
  border: #ddd solid 1px;
  border-radius: 3px;
  display: block;
  float: left;
  margin-right: 20px;
  margin-top: 20px;
}

.titAssbox a span {
  display: flex;
  margin: 13px 0;
  background-repeat: no-repeat;
  align-items: center;
  padding-left: 15px;
  font-size: 15px;
  color: #000;
}

.titAssbox a span::before {
  content: '';
  width: 24px;
  height: 26px;
  display: block;
  background-image: url('../images/icon/agora_RT.png');
  margin-top: 4px;
  margin-right: 5px;
}

.titAssbox a span.bg2::before {
  background-position: -55px 0;
}

.titAssbox a span.bg3::before {
  background-position: -119px 0;
}

.titAssbox a span.bg4::before {
  background-position: -177px 0;
}

.titAssbox a span.bg5::before {
  background-position: -230px 0;
}

.titAssbox a span.bg6::before {
  background-position: -290px 0;
}

.titAssbox a:hover {
  border-color: #b1cafa;
  background-color: #ebf0fa;
}

.titAssbox a:hover span {
  color: #0045ad;
}

.titAssbox a:hover span::before {
  background-position-y: -55px !important;
}

.loginBox {
  background: #ebf0fa;
  padding: 20px 30px;
  margin-top: 20px;
}

.loginBox h4 {
  color: #0045ad;
  font-weight: normal;
  text-align: center;
  margin-bottom: 20px;
  font-size: 20px;
}

.loginBox&gt;div {
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  background: #fff;
  border-radius: 3px;
  padding-left: 15px;
}

.loginBox&gt;div input {
  border: none;
  margin-left: 15px;
  font-size: 15px;
  line-height: 40px;
}

.loginBox button {
  background: #0045ad;
  color: #fff;
  line-height: 40px;
  height: 40px;
  display: block;
  border: none;
  width: 100%;
  border-radius: 3px;
}

.footer {
  width: 100%;
  background: #0045ad;
}

.footer .cartoona {
  width: 1200px;
  margin: 0 auto;
  padding: 20px 0 10px 0;
}

.footer .ftLeft {
  float: left;
  width: 1026px;
}

.footer .ftLeft h4 {
  color: #d1e2f6;
  font-weight: normal;
  margin-bottom: 25px;
  margin-top: 10px;
}

.footer .ftLeft&gt;div {
  display: flex;
  align-items: center;
  color: #d1e2f6;
  border-bottom: #4a8aca solid 1px;
  padding-bottom: 30px;
  margin-bottom: 20px;
}

.footer .ftLeft p {
  font-size: 14px;
  margin-bottom: 13px;
  color: #d1e2f6;
}

.footer .ftLeft p span, .footer .cartoona p a {
  margin-right: 25px;
  color: #d1e2f6;
}

.footer .ftRight {
  float: right;
  /* width: 288px; */
  display: flex;
}

.footer .ftRight img {
  width: 85px;
}

.footer .ftRight dl {
  margin-left: 50px;
  font-size: 13px;
  color: #fff;
  text-align: center;
}

.footer .ftRight dl dt {
  margin-bottom: 5px;
}

/*鍒嗛〉*/

.pagination {
  padding: 0px 0 35px 0;
  text-align: center;
}

.derd {
  display: inline-block;
}

.derd&gt;div {
  padding: 0 14px;
  line-height: 34px;
  height: 34px;
  border: #dfdfdf solid 1px;
  border-radius: 5px;
  display: block;
  float: left;
  margin: 0 4px;
}

.derd&gt;div span {
  margin: 0 2px;
}

.derd&gt;div span i {
  color: #ff7c07;
  font-style: normal;
}

.pagination a {
  padding: 0 14px;
  line-height: 34px;
  height: 34px;
  border: #dfdfdf solid 1px;
  border-radius: 5px;
  display: block;
  float: left;
  color: #000;
  margin: 0 4px;
}

.pagination a.active, .pagination a:hover {
  border-color: #1e5ab2;
  background: #1e5ab2 !important;
  color: #fff;
}

/*婊氬姩鏉℃牱寮�*/

::-webkit-scrollbar {
  /*婊氬姩鏉℃暣浣撴牱寮�*/
  width: 8px;
  /*楂樺鍒嗗埆瀵瑰簲妯珫婊氬姩鏉＄殑灏哄*/
  height: 8px;
}

::-webkit-scrollbar-thumb {
  /*婊氬姩鏉￠噷闈㈠皬鏂瑰潡*/
  border-radius: 5px;
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: rgba(0, 0, 0, 0.2);
}

::-webkit-scrollbar-track {
  /*婊氬姩鏉￠噷闈㈣建閬�*/
  border-radius: 0;
  background: #f1f3f6;
}

.swiperBanner-a .swiper-pagination-bullet {
  background: #fff;
}

.swiperBanner-a {
  position: relative;
  width: 670px;
  height: 426px;
  overflow: hidden;
}

.swiperBanner-a .swiper-slide a {
  display: block;
  width: 670px;
  height: 426px;
}

.swiperBanner-a .swiper-slide .cirle {
  width: 100%;
  position: absolute;
  background: url('../images/lineBg.png') repeat-x;
  bottom: 0;
  left: 0;
  height: 65px;
  text-align: left;
}

.photoFontDiv .swiper-button-next:after, .photoFontDiv .swiper-button-prev:after {
  font-size: 34px!important;
}

.swiperBanner-a .swiper-slide .cirle p {
  color: #fff;
  line-height: 65px;
  width: 78%;
  font-size: 16px;
  margin-left: 20px;
  text-align: left;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.swiper-pagination-a {
  right: 15px;
  width: auto!important;
  bottom: 25px!important;
  left: auto!important;
}

.swiper-pagination-bullet {
  width: 10px!important;
  height: 3px!important;
  border-radius: 0!important;
}

.swiperBanner-a .swiper-button-next, .swiperBanner-a .swiper-button-prev {
  color: #fff;
}

.imgBanner {
  position: relative;
}

.imgBanner img {
  width: 100%;
}

.imgBanner&gt;div {
  width: 1200px;
  position: absolute;
  top: 0;
  left: 15%;
  padding-top: 20px;
}

.imgBanner&gt;div a {
  font-size: 20px;
  color: #0045ad;
  font-weight: bold;
}

.specislBox {
  width: 1200px;
  margin: 40px auto 20px auto;
}

.zwDiv {
  width: 1200px;
  margin: 20px auto;
  background: url('../images/lineG.png') bottom repeat-x;
  padding-bottom: 10px;
  overflow: hidden;
}

.photoFontDiv {
  width: 580px;
  height: 374px;
  float: left;
}

.photoFontDiv .swiperBanner-a, .swiperBanner-a .swiper-slide a {
  width: 580px;
  height: 374px;
}

.photoFontDiv .swiperBanner-a .swiper-slide img {
  width: 580px;
  height: 374px;
}

.adBanner {
  width: 1200px;
  margin: 0 auto;
  margin-top: -20px;
  margin-bottom: 30px;
}

.adBanner img {
  display: block;
}

.partner {
  width: 1200px;
  margin: 0 auto;
}

.meeBox {
  display: flex;
  justify-content: space-between;
  width: 1200px;
  margin: 0 auto;
}

.meeBox&gt;div {
  width: 48%;
}

.partnerSwiper a {
  display: block;
  width: 100%;
  overflow: hidden;
}

.partnerSwiper a img {
  width: 100%;
  height: 94px;
  display: block;
  transition: all 1s ease-out;
}

.partnerSwiper a:hover img {
  transform: scale(1.2);
}

.footBoxCnet {
  display: flex;
  justify-content: space-between;
}

.footBoxCnet&gt;div.newDiv {
  width: 35%!important;
}
.footBoxCnet .newDiv .conBoxNewDiv&gt;ul li&gt;a{ width:73%;}
.footBoxCnet .newDiv {
  margin-left: 0;
}

.bookBoxList {
  width: 30%!important;
	position: relative;
	margin:0 40px;
}


.bookBoxList .memberGroupSwiper img {
  width: 93%;

  border: #0045ad solid 5px
}

.memberGroupSwiper {
  margin-top: 23px !important;
}

.memberGroupSwiperPrev::after, .memberGroupSwiperNext::after {
  font-size: 20px!important;
}

.memberGroupSwiperNext {
  right: 0!important;
}

.memberGroupSwiperPrev {
  left: 0!important;
}


.firedDivBox {
  width: 1201px;
  margin: 0 auto;
  height:230px;
  overflow: hidden;
  position: relative;
}

.firedDivBox .titleBox li {
  position: relative;
  padding-left: 33px;
  height: auto;
}

.firedDivBox .titleBox i {
  width: 1px;
  height: 20px;
  background: #000;
  float: left;
  display: block;
  margin: 0 25px;
  margin-top: 5px;
}

.firedDivBox .titleBox li.active::before {
  background-position-y: -48px!important;
}

.firedDivBox .titleBox li::before {
  width: 29px;
  height: 26px;
  content: '';
  display: block;
  position: absolute;
  background-image: url('../images/icon/hezuo.png');
  background-position: 0 2px;
  background-repeat: no-repeat;
  left: 0;
}
.pinpai::after{ display:none!important;}
.firedDivBox .titleBox li.pinpai::before {
  background-position: -58px 2px;
}

/* .firedDivBox .titleBox li:hover::before{background-position-y: -48px; }
.firedDivBox .titleBox li:hover{  color: #0045ad;} */

.firedDivBox .swiper-pagination {
  width: 100%;
}

.firedDivBox .swiper-pagination span {
  margin: 0 3px;
}

.firedDiv {
  width: 1201px!important;
  height: 165px;
	margin-top:16px;
}

.firedDiv .title {
  margin-bottom: 20px;
  display: flex;
  color: #be1212;
  justify-content: left;
  font-size: 22px;
  align-items: center;
}

.firedDiv .title img {
  margin-right: 8px;
}

.firedDiv .swiper-wrapper {
  height: 165px;
}

.firedDiv .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  height: calc((100% - 30px) / 2);
  overflow: hidden;
}

.firedDiv .swiper-slide a {
  width: 100%;
  height: 97%;
  border: #ddd solid 1px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.firedDiv .swiper-slide a img {
  display: block;
}

.firedDiv .swiper-pagination {
  bottom: 0px!important;
}

.firedDiv .swiper-pagination-bullet {
  border-radius: 0!important;
  height: 3px!important;
  width: 12px!important;
  background: #ff7800;
}

.friend {
  display: flex;
  align-items: center;
  width: 1200px;
  margin: 40px auto;
}

.friend .styled-select .searchable-select {
  margin-left: 10px;
}

.searchable-select-hide {
  display: none;
}

.searchable-select {
  display: inline-block;
  min-width: 338.5px;
  font-size: 16px;
  color: #0045ad;
  vertical-align: middle;
  position: relative;
  outline: none;
}

.searchable-select-holder {
  padding: 11px 20px;
  background-image: none;
  border: 1px solid #4591dd;
  color: #0045ad;
  min-height: 24px;
  line-height: 24px;
}

.searchable-select-caret {
  position: absolute;
  width: 0;
  height: 0;
  box-sizing: border-box;
  border-color: #0045ad transparent transparent transparent;
  top: 5px;
  bottom: 0;
  border-style: solid;
  border-width: 6px;
  margin: auto;
  right: 14px;
}

.searchable-select-dropdown {
  position: absolute;
  background-color: #0045ad;
  border: 1px solid #4591dd;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  padding: 4px;
  border-top: none;
  bottom: 38px;
  left: 0;
  z-index: 99;
  right: 0;
}

.searchable-select-input {
  margin-top: 5px;
  border: 1px solid #4591dd;
  outline: none;
  padding: 8px 4px;
  width: 100%;
  box-sizing: border-box;
  width: 100%;
}

.searchable-scroll {
  margin-top: 4px;
  position: relative;
}

/*.searchable-scroll.has-privious {
  padding-top: 16px;
}*/

.searchable-scroll.has-next {
  padding-bottom: 16px;
}

.searchable-has-privious {
  display: none !important;
  top: 0;
}

.searchable-has-next {
  bottom: 0;
}

.searchable-has-privious, .searchable-has-next {
  display: none !important;
  height: 16px;
  left: 0;
  right: 0;
  position: absolute;
  text-align: center;
  z-index: 10;
  background-color: white;
  line-height: 8px;
  cursor: pointer;
}

.searchable-select-items {
  max-height: 400px;
  overflow-y: scroll;
  position: relative;
  color: #fff;
}

.searchable-select-items::-webkit-scrollbar {
  display: none;
}

.searchable-select-item {
  padding: 5px 10px;
  cursor: pointer;
  min-height: 35px;
  box-sizing: border-box;
}
.searchable-select-item a{ color:#fff; display:block}
.searchable-select-item.hover {
  background: #005be4;
  color: white;
}

.searchable-select-item.selected {
  background: #005be4;
  color: white;
}

.contentFidex {
  position: fixed;
  right: 0px;
  top: 40%;
  z-index: 1;
}

.contentFidex button {
  width: 28px;
  padding: 8px;
  background: #0045ad;
  color: #fff;
  border: none;
  position: absolute;
  left: -28px;
  outline: none;
  font-size: 15px;
}

.biji-content {
  background: #0045ad;
  padding: 10px;
  padding-bottom: 0;
  width: 123px;
}

.biji-content&gt;div {
  max-height: 274px;
  overflow-y: auto;
  width: 160px;
}

.biji-content img {
  display: block;
  margin-bottom: 15px;
}

.centHui {
  /* background: #f6f6f6; */
  padding: 30px 0;
}

.contentDiv {
  width: 1200px;
  margin: 0 auto;
  /* overflow: hidden; */
}

.contentDiv a {
  color: #333;
}

.contentDiv&gt;.current {
  background: url('../images/home.png') left center no-repeat;
  padding: 10px 0;
  padding-left: 30px;
  margin-top: -20px;
  border-bottom: #eee solid 1px;
  padding-bottom: 14px;
  margin-bottom: 40px;
}

.contentDiv&gt;.current a {
  margin: 0 5px;
  font-size: 16px;
}

.contentLeft {
  width: 214px;
  background: #fff;
  /* padding: 15px; */
  float: left;
  position: sticky;
  top: 75px;
}

.contentLeft .tit {
  padding: 14px 30px 24px 30px;
  font-size: 24px;
  color: #000;
  text-align: center;
  display: none;
  font-weight: bold;
}

.contentLeft .tit::after {
  width: 50px;
  height: 3px;
  background: #0045ad;
  display: block;
  content: '';
  margin: 0 auto;
  margin-top: 10px;
}

.contentLeft ul li&gt;div {
  padding: 20px 0;
  margin-top: -30px;
}

.contentLeft ul li&gt;div a {
  display: block;
  padding-left: 20px;
  line-height: 46px;
}

.contentLeft ul li&gt;a {
  text-align: left;
  background: #fff url('../images/arrownrw.png') 90% centerter no-repeat;
  border-bottom: #fff solid 1px;
	margin-bottom:10px;
  font-size: 17px;
  display: block;
  padding:15px 20px;
}

.contentLeft ul li:last-of-type {
  border: none
}

.contentLeft ul li:hover&gt;a, .contentLeft ul li.on&gt;a, .contentLeft ul li.onList&gt;a {
border-left: #0045ad solid 3px;
    background: #0045ad;
    display: flex;
    padding: 15px 20px;
    border-radius: 7px;
    color: #fff;
    align-items: center;
    justify-content: space-between;
}

.contentLeft ul li.onList&gt;a::after {
  transform: rotate(90deg);
}
.contentLeft ul li&gt;div a.active{color: #0045ad;}
.contentLeft ul li:hover&gt;a::after, .contentLeft ul li.on&gt;a::after {
  content: '';
  width: 13px;
  height: 11px;
  display: block;
  margin-right: 1px;
  background: url('../images/arrownrw2.png') 90% center no-repeat;
  color: #fff;
	 transform: rotate(90deg);
}

.contentLeft ul li:hover {
  border-bottom-color: #f4f4f4;
}

.bookList {
  margin-right: -45px;
  overflow: hidden;
          display: flex;
        flex-wrap: wrap;
}

.bookList li {
  width: 151px;
  float: left;
  margin-right: 38px;
  text-align: center;
  margin-bottom: 20px;
}

.bookList li div {
  margin-bottom: 10px;
}

.bookList li img {
  border: #ddd solid 3px;
  width: 155px;
}

.contentRight {
  width: 916px;
  background: #fff;
  padding-left: 36px;
  min-height:500px;
  float: right;
  border-left: #eee solid 1px;
  /* background: #fff url('../images/lidengBox.png') repeat-y; */
}

.contentRight&gt;h3 {
  font-size: 24px;
  margin-bottom: 30px;
  font-weight: normal;
  color: #0045ad;
  border-bottom: #0045ad solid 1px;
  padding-bottom: 30px;
  display: flex;
  align-items: center;
}

.aboutListNew&gt;h4 {
  border-bottom: #0045ad solid 2px;
}

.aboutListNew&gt;h4 span {
  background: #0045ad;
  display: block;
  color: #fff;
  border-radius: 5px 5px 0 0;
  padding: 10px;
  width: 100px;
  text-align: center;
}

.aboutListNew&gt;.textNews {
  overflow: hidden;
  margin-top: 30px;
  margin-right: -55px;
}

.aboutListNew&gt;.textNews li {
 /* width: 45%;
  float: left;*/
  padding: 10px 0;
  margin-right: 55px;
}

.aboutListNew&gt;.textNews li p {
  width: 72%;
}

.textNews li a:hover {
  color: #0045ad;
}

.textNews li {
  overflow: hidden;
  padding: 14px 20px;
  margin-bottom: 12px;
}

.textNews li p::before {
  content: '鈼�';
  font-size: 12px;
  margin-right: 10px;
}

/* .textNews li:nth-child(even) {
  background: #f2f6fa;
} */

.textNews li a {
  display: block;
  color: #444;
  font-size: 16px;
}

.textNews li p {
  width: 80%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  float: left;
}

.textNews li span {
  display: block;
  float: right;
  color: #666;
}

.cancent {
  border-top: #ddd solid 1px;
  margin-top: 100px;
  position: relative;
  padding-top: 30px;
}

.cancent&gt;h4 {
  background: #fff;
  padding: 10px;
  position: absolute;
  top: -23px;
  left: 30%;
}

.cancent p {
  line-height: 34px;
  font-size: 16px;
}

.contentDetail .tit {

  text-align: center;
  /*  padding-bottom: 30px;
	margin-top: 30px;
  border-bottom: #ddd solid 1px;*/
}

.contentDetail .tit h4 {
  font-size: 24px;
  margin-bottom: 30px;
}

.contentDetail .tit p,.listRightDetail&gt;p{
  font-size: 14px;
  color: #333;
}

.contentDetail .tit p span,.listRightDetail&gt;p span {
  margin: 0 20px;
}

.contentDetail .detailBox {
  font-size: 16px !important;
  color: #000;
  margin-top: 30px;
  line-height: 36px !important;
	text-align: justify;
}

.contentDetail .detailBox p {
  margin-bottom: 20px;
  line-height: 36px;
}
.contentDetail table p{ margin-bottom: 0px!important;margin-top: 0px!important; padding:0 20px;}
.contentDetail .detailBox p img {
  max-width: 100% !important;
}

.contentDetail .detailBox p * {
  font-size: 16px !important;
  color: #000;
  font-family: '寰蒋闆呴粦' !important;
}

.listRightDetail {
  text-align: center;
  margin-bottom:25px;
  border-bottom:#ddd solid 1px;
	  padding-bottom:25px;
}

.listRight {
  text-align: center;
  padding-bottom: 20px;
}

.listRight&gt;h4, .listRightDetail&gt;h4 {
  font-size: 24px;
  font-weight: normal;
  margin-bottom: 20px;
}

.listRight&gt;p {
  font-size: 16px;
  color: #666;
}

.listRightDetail&gt;div {
  overflow: hidden;
  margin-top: 30px;
  display: flex;
  justify-content: center;
}

.listRightDetail&gt;div a {
  display: block;
  text-align: center;
  padding: 0 10px;
  height: 30px;
  border-radius: 5px;
  margin: 0 10px;
  line-height: 30px;
  float: left;
  font-size: 16px;
}

.listRightDetail&gt;div a.on, .listRightDetail&gt;div a:hover {
  background: #0045ad;
  color: #fff;
}

.listNews {
  margin-top: 30px;
  border-top: #ddd solid 1px;
  padding-top: 30px;
}

.textFzList {
  overflow: hidden;
  margin-top: 40px;
}

.textFzList li {
  background: url('../images/fzIcon.png') 20px center no-repeat;
  border: #ddd solid 1px;

  padding-left: 50px;
  width: 25%;
  float: left;
  margin-left: 20px;
  margin-bottom: 20px;
  border-radius: 3px;
}

.textFzList li a {
    display: block;
	  padding: 20px;
	padding-left:0;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
#cd-lateral-nav { display:none;}
.textFzList li a:hover {
  color: #0045ad;
}

.photoList {
  overflow: hidden;
  margin: -30px;
  margin-bottom: 30px;
}

.photoList li {
  width: 28%;
  margin: 30px 26px 0 32px;
  float: left;
  position: relative;
  text-align: center;
}

.photoList li a&gt;div {
  position: relative;
  height: 184px;
  overflow: hidden;
}

.photoList li a&gt;div&gt;img {
  width: 100%;
  display: block;
  /* height: 184px; */
}

.photoList li b {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
}

.photoList li p {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-top: 10px;
  font-size: 15px;
  color: #000;
  line-height: 26px;
  text-align: left;
}



.meetIng {
  overflow: hidden;
  margin-top: 20px;
  background: #ebf0fa url('../images/bgZh.png') right bottom no-repeat;
}

.meetIng span {
    width: 274px;
    height: 264px;
    display: flex;
    background: #0154ba;
    align-items: center;
    overflow: hidden;
    float: left;
	justify-content: center;
}
.meetIng span img.chmia{  width: 100%;height: auto;}
.meetIng span img {
 /** width: 300px;
  height: 280px; */
  display: block;
  transition: all 1s ease-out;
}

.meetIng span:hover img {
  transform: scale(1.2);
}

.meetIng&gt;div.fontBox {
  width: 262px;
  float: right;
  padding: 20px;
}
.meetIng&gt;div.fontBox  a{color: initial;}
.fontBox&gt;a{ color:blue!important;}
.meetIng&gt;div.fontBox h4 {
  font-weight: normal;
  font-size: 17px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 28px;
}

.meetIng&gt;div.fontBox p {
  line-height: 24px;
  font-size: 14px;
  color: #666;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin: 15px 0;
}

.meetIng&gt;div.fontBox&gt;a {
  display: flex;
  align-items: center;
  font-size: 14px;
}

.meetIng&gt;div.fontBox&gt;a img {
  margin-left: 6px;
  margin-top: 2px;
}

.meetIng&gt;div.fontBox&gt;div {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}

.meetIng&gt;div.fontBox&gt;div a {
  width: 124px;
  height: 36px;
  border: #0045ad solid 1px;
  line-height: 36px;
  color: #0045ad;
  font-size: 16px;
  display: inline-block;
  text-align: center;
}

.meetIng&gt;div.fontBox&gt;div a.bg {
  color: #fff;
  background: #0045ad;
}

.videoBoxList {
  width: 24.8%!important;
}

.spList {
  width: 335px;
  height: 205px;
  position: relative;
  margin-top: 25px;
}

.spList&gt;div {
  width: 88%;
  background: rgba(0, 0, 0, 0.5);
  padding: 10px 20px;
  position: absolute;
  bottom: 0;
  left: 0;
}

.spList&gt;div a {
  color: #fff;
  display: block;
  width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.spList&gt;img {
  width: 335px;
  height: 205px;
  display: block;
}

.spList&gt;a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

#allmap {
  width: 50%;
  float: right;
  height: 670px;
}

.contactDiv {
  line-height: 42px;
  width: 45%;
  float: left;
}

/*鍒嗛〉*/

.pagination {
  padding: 20px 0 5px 0;
  text-align: center;
  margin-top: 20px;
}

.derd {
  display: inline-block;
}

.derd&gt;div {
  padding: 0 14px;
  line-height: 34px;
  height: 34px;
  border: #dfdfdf solid 1px;
  border-radius: 5px;
  display: block;
  float: left;
  margin: 0 4px;
}

.derd&gt;div span {
  margin: 0 2px;
}

.derd&gt;div span i {
  color: #be1212;
  font-style: normal;
}

.pagination a {
  padding: 0 14px;
  line-height: 34px;
  height: 34px;
  font-size: 15px;
  border: #dfdfdf solid 1px;
  border-radius: 5px;
  display: block;
  float: left;
  margin: 0 4px;
}

.pagination a.active, .pagination a:hover {
  border-color: #0045ad;
  background: #0045ad !important;
  color: #fff;
}

.portraitList {
  overflow: hidden;
  margin-bottom: -30px;
}

.portraitList&gt;h3 {
  position: relative;
  padding-left: 20px;
  color: #0045ad;
  margin-bottom: 20px;
}

.portraitList&gt;h3::before {
  content: '';
  width: 4px;
  height: 80%;
  position: absolute;
  left: 0;
  background: #0045ad;
  top: 10%;
}

.portraitList dl {
  text-align: left;
  display: flex;
  padding: 20px 0;
}

.portraitList dl dt {
  width: 100px;
  height: 140px;
  float: left;
  margin-right: 20px;
}

.portraitList dl img {
  width: 100px;
  height: 140px;
  display: block;
  float: left;
}

.portraitList dl dd {
  border-bottom: #ddd dashed 1px;
  padding-bottom: 30px;
	width:100%;
}

.portraitList dl dd h4 {
  font-size: 18px;
  font-weight: normal;
  color: #000;
  margin-bottom: 10px;
}

.portraitList dl dd span {
  font-size: 15px;
  color: red;
  margin-left: 10px;
}

.portraitList dl dd p {
  font-size: 14px;
  color: #333;
  text-align: justify;
  line-height: 22px;
}

.table, .table * {
  margin: 0 auto;
  padding: 0;
  font-size: 14px;
}

.table {
  display: table;
  width: 100%;
  border-collapse: collapse;
}

.table-tr {
  display: table-row;
  height: 30px;
}

.table-th {
  display: table-cell;
  font-weight: bold;
  height: 100%;
  border: 1px solid #ddd;
  text-align: center;
  vertical-align: middle;
  padding: 14px 0;
  font-size: 16px;
}

.table-td {
  display: table-cell;
  height: 100%;
  border: 1px solid #ddd;
  text-align: center;
  vertical-align: middle;
  padding: 14px 0;
  font-size: 16px;
}

.table-tr:nth-child(odd) {
  background: #eee;
}
.titleBoxAbox a{    cursor: pointer;}
.detailBoxCent &gt;div{ display:none;}
.detailBoxCent &gt;div&gt;p{line-height: 30px; margin-bottom:15px;}
.detailBoxCent &gt;div table p{line-height: 53px;}
table p&gt;strong{ display:block; text-align:left;  line-height:56px;}
table p&gt;strong::before{     content: '';
    width: 5px;
    display: inline-block;
    height: 14px;
    background: #0045ad;
    margin-right: 10px;}
.detailBoxCent .detailBox0{display:block}

.meetList{margin-top:-30px;}
.meetList li {
  border-bottom: #ddd dashed 1px;
  padding: 30px 0;
	display: flex;
    justify-content: space-between;
    align-items: center;
}
.meetList li&gt;div{ width:80%;}
.meetList li .imgBox {
  width: 230px;
  height: 130px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  float: left;
  margin-right: 20px;
	background:#0045ad;
}
.meetList li img.chmia{     min-height: initial;
    width: 100%;}
.meetList li img {
  min-height: 130px;
}

.meetList li .fontBox {
  line-height: 26px;
}

.meetList li .fontBox h4 {
font-size: 18px;
    font-weight: normal;
    overflow: hidden;
	color:#333;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.meetList li .fontBox p {
    color: #666;
    font-size: 14px;
}

.meetList li .fontBox i {
  color: red;
  font-style: normal;
}

.meetList li&gt;a {
  border: #0e66bf solid 1px;
  color: #0e66bf;
  display: block;
  padding: 10px 30px;
}

.meetList li&gt;a:hover {
  background: #0e66bf;
  color: #fff;
}

.mainBox{ width:1240px; margin:0 auto; background:#fff; padding:20px;}
.mainBox&gt;h1{font-weight:normal; font-size:16px;}
.mainBox article{ padding:20px 0; border-bottom:#ddd solid 1px;}
.mainBox article&gt;h3{ font-size:17px; color:#000; margin-bottom:15px; }
.mainBox article&gt;h3 a{color:#000;}
.mainBox article&gt;p{ font-size:16px; color:#333;}
.mainBox article&gt;h3 b,.mainBox article&gt;p b{ color:red;}
.memberList{ margin-top:-5px;}
.memberList li{width: 39.5%!important;}

/***鐜伴樁娈靛搧鐗屼紒涓�  澶氱殑璇濆垹闄�***/
/** .conBoxNew1{ overflow:hidden; margin-right:-20px;}
.conBoxNew1&gt;div{ border:#ddd solid 1px; width: 185.5px; float:left;margin-bottom:15px; margin-right:15px}
.conBoxNew1&gt;div&gt;a{ height:65px; overflow:hidden;} **/


.yqList img{ width: 172.5px; height: 58px;}
.yqList-pagination{ bottom: 17px!important; text-align: center; width:1200px;}
.yqList-pagination span{ margin: 0 4px;}
.yqList a { border:#ddd solid 1px; }

.videoBoxList {
    width: 38.8%!important;
}



/*******鎼滅储*******/
.nav_header {
    position: relative;
    height: 1rem;
    background-color: #0045ad;
}

.nav_header .homepage {
    position: absolute;
    width: 0.92rem;
    height: 100%;
}

.nav_header .homepage a {
    display: block;
    background: url(../images/return.svg) no-repeat;
    background-size: 0.6rem;
    width: 0.6rem;
    height: 0.6rem;
    position: relative;
    left: 0.1rem;
    top: 0.2rem;
}

.nav_header .title {
    width: 100%;
    height: 100%;
    font-size: 0.4rem;
    color: #fff;
    line-height: 1rem;
    text-align: center;
}

.nav_header .title a {
    color: #fff;
    font-weight: bold;
}

.ind_search.top-search {
    border-top: 0px;
    padding: 0.48rem 0.2rem 0.33rem;
    position: relative;
    z-index: 100;
    background: #fff;
}

.ind_search .search_area {
    position: relative;
    width: 100%;
    padding-bottom: 0.24rem;
    overflow: hidden;
}

.ind_search .search_area input {
    border-radius: 0px;
    float: left;
    width: 71%;
    height: 0.72rem;
    padding: 0 0.68rem 0 0.12rem;
    border: 1px solid #0045ad;
    font-size: 0.28rem;
    color: #333;
}


.ind_search .search_area .search_btn_box {
    float: left;
    width: 14%;
    height: 0.75rem;
	display:block;
    background-color: #0045ad;
}

.ind_search .search_area .search_btn {
    display: block;
    width: 100%;
    height: 0.72rem;
    background-color: #0045ad;
    background: url(../images/sou.svg) no-repeat center center;
    background-size: 0.5rem 0.5rem;
}
.add_tit {
    font-size: 0.3rem;
    margin: 0.2rem;
}
#bulletin {
    background: #fff;
    margin-bottom: 0;
}
#bulletin {
    margin: 0 0 16px 0;
    padding: 10px 15px;
    border: 1px solid #dcdcdc;
    border-top: 3px solid #0045ad;
}

#bulletin .titlelist {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    overflow: hidden;
}
#bulletin .titlelist {
    font-size: 16px;
}
#bulletin .titlelist li {
    border-bottom: #ddd solid 1px;
    padding: 0.3rem 0;
    width: 100%;
}
#bulletin .titlelist li b {
    color: red;
}
#bulletin  .titlelist li span {
    font-size: 13px;
    color: #999999;
    display: block;
    float: right;
	    line-height: initial!important;
    margin-top: 0.2rem;
}
#bulletin .titlelist li a {
    font-size: 0.28rem;
    display: block;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
	color: #000;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
#bulletin .titlelist li:last-child{ border:none;}
/**鎼滅储缁撴潫**/


.nav ul li&gt;div:hover {
display:block !important;
}
</pre></body></html>