body {
    font-size: 16px;
    color: #000000d9;
    margin: 0;
    padding: 0;
}

html,body {
    font-family: PingFangSC-Regular;
    padding: 0;
    margin: 0;
    position: relative;
    height: 100%;
}

a,a:visited {
    color: inherit;
    text-decoration: none;
}

a:hover {
    color: #2c408a;
    text-decoration: none;
}

.cl:after {
    clear: both;
    display: block;
    content: '';
}

.cl:before {
    clear: both;
    display: block;
    content: '';
}

ul, ul li {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

input {
    outline: none;
}

input:focus {
    outline: none;
}

.hg10 {
    height: 10px;
}

.hg20 {
    height: 20px;
}

.fw {
    width: 1520px;
    margin: 0 auto;
}

.header {
    position: fixed;
    top: 0;
    width: 100%;
    height: 90px;
    z-index: 1000;
    background: url(/site2023/images/mceng.png) center;
}

.header.on {
    background: #2c408a !important;
    box-shadow: 0 0 10px rgb(0 0 0 / 15%);
}

.header .fw {
    height: 100%;
}

.header .logo {
    float: left;
    width: 25%;
}

.header .logo img{
   max-width: 100%;
}

.header .menubar {
    width: 60%;
    max-width: 900px;
    float: right;
    position: relative;
    height: 100%;
}

.header .menuclose{
    display: none;
}

.header .menubar a {
    font-size: 16px;
    font-weight: 600;
}

.header .menubar ul li {
    float: left;
    position: relative;
    text-align: center;
    width: 12%;
    max-width: 120px;
    cursor: pointer;
}

.header .menubar .curitem {
    /*padding: 24px 0 23px 0;*/
    line-height: 90px;
}

.header .menubar .curitem a {
    cursor: pointer;
    color: #fff;
    display: block;
}

.header .menubar .curitem .menudes {
    color: rgba(255, 255, 255, 0.65);
    font-size: 12px;
}

.header .menubar ul li:after {
    -webkit-transition: width .3s ease-out;
    transition: width .3s ease-out;
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 0;
    height: 3px;
    background-color: #f5c73d;
    background-color: #fff;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.header .menubar ul li.active::after,.header .menubar ul li:hover:after {
    width: 70px;
}

.header .menubar ul li .subitem {
    position: absolute;
    background: #2c408a;
    width: 120%;
    width: 200%;
    left: -0%;
    top: 100%;
    padding: 10px 34px;
    visibility: hidden;
    clip-path: polygon(0 -20%, 100% -20%, 100% 0, 0 0);
    /* -webkit-transform: translateX(-50%);
	transform: translateX(-50%); */
    z-index: 24;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    width: 180%;
    left: 10%;
    padding: 10px 20px;
}

.header .menubar ul li:hover .subitem {
    opacity: 1;
    visibility: visible;
    clip-path: polygon(0 -20%, 100% -20%, 100% 100%, 0 100%);
}

.header .menubar ul li .subitem li {
    float: none;
    width: 100%;
    height: 34px;
    text-align: left;
    border-bottom: none;
    background: none;
    margin-left: 0;
    height: auto;
}

.header .menubar ul li .subitem li:after {
    display: none;
}

.header .menubar ul li .subitem li a {
    font-size: 18px;
    color: #fff;
    /*line-height: 34px;*/
    display: inline-block;
    position: relative;
    font-size: 16px;
    line-height: 22px;
    padding: 10px 0 ;
}

.header .menubar ul li .subitem li a::before {
    content: "";
    height: 1px;
    bottom: -1px;
    left: 0px;
    position: absolute;
    width: 100%;
    background-color: #ffffff;
    transition: all 0.3s;
    transform: scaleX(0);
    transform-origin: left;
    bottom: 3px;
}

.header .menubar ul li .subitem li a:hover::before {
    transform: scaleX(1);
}

.header .menubar ul li:hover .subitem a::after {
    width: 0;
}

.header .topbox {
    float: right;
    width: 15%;
    max-width: 240px;
    padding-top: 30px;
}

.header .search-ok1 {
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url(/site2023/images/icon_search_ok.png) center no-repeat;
    margin: 0 20px;
    cursor: pointer;
}

.header .topbox span {
    float: left;
    color: #fff;
}

.header .topbox .remark {
    padding-top: 5px;
}

.header .topbox .remark a {
    color: #fff;
}

.header .topbox .top-link {
    float: left;
    padding-top: 2px;
    cursor: pointer;
    position: relative;
    padding-left: 0;
    width: 46px;
}

.header .topbox .top-link::after {
    content: '';
    display: block;
    clear: both;
    background: url(/site2023/images/icon_down.png) center no-repeat;
    height: 5px;
    width: 12px;
    position: absolute;
    top: 9px;
    right: 0;
}

.header .topbox .top-link:hover:after {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}

.header .topbox .top-link li {
    height: 24px;
    line-height: 24px;
}

.header .topbox .top-link:hover li, .header .topbox .top-link:hover li a {
    display: block;
}

.header .topbox .top-link li, .header .topbox .top-link li a {
    display: none;
    color: #fff;
}

.header .topbox .top-link li.cur {
    display: block;
}

.header .topbox:before {
    content: '';
    display: block;
    height: 20px;
    width: 1px;
    background: #fff;
    float: left;
    margin-right: 40px;
    margin-top: 5px;
}

.mbar{
   display: none;
}

.search.show {
    display: block;
}

.search {
    height: 100px;
    width: 100%;
    background: #2c408a;
    box-shadow: 0 0 10px rgb(0 0 0 / 15%);
    z-index: 9999;
    position: absolute;
    left: 0;
    top: 0;
    display: none;
}

.search1 {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: ranslate(-50%, -50%);
    -moz-transform: ranslate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: ranslate(-50%, -50%);
    max-width: 830px;
    width: 100%;
}

.swiper1 .swiper-container {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
}

.search_kuang {
    font-size: 14px;
    outline: none;
    width: 100%;
    height: 46px;
    color: #fff;
    padding: 0;
    background-color: transparent;
    border: 0;
    border-bottom: 1px solid #fff;
}

.search_kuang:-webkit-autofill {
    -webkit-text-fill-color: #fff;
    box-shadow: 0 0 0px 50px #2c408a inset;
}

.search_submit {
    outline: none;
    background-color: transparent;
    outline: none;
    border: none;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    color: #fff;
}

.search a.close {
    width: 24px;
    height: 24px;
    position: absolute;
    top: 10px;
    right: -40px;
    background: url(/site2023/images/close.png);
    opacity: 1;
    /* -webkit-transition: all 1.5s; */
    -moz-transition: all 1.5s;
    -ms-transition: all 1.5s;
    -o-transition: all 1.5s;
    /* transition: all 1.5s; */
    transition: transform .3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -moz-transition: transform .3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -webkit-transition: transform .3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -o-transition: transform .3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    position: absolute;
    display: inline-block;
    right: 15px;
    top: 20px;
    width: 23px;
    height: 23px;
    background-size: 100%;
}

.search a.close:hover {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}

.searchbox .search_kang:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px #fff inset;
    -webkit-text-fill-color: #fff;
}

::-webkit-input-placeholder {
    color: #fff;
}

::-moz-placeholder {
    color: #fff;
}

/* firefox 19+ */
:-ms-input-placeholder {
    color: #dfdfdf;
}

/* ie */
input:-moz-placeholder {
    color: #dfdfdf;
}

.searchbox .search-button {
    outline: none;
    vertical-align: middle;
}

#fullpage .page {
    font-size: 18px;
    background: #fff;
    z-index: 1;
    /*
	text-align: center;
	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;
	*/
}

#fullpage {
    height: 100%;
}

#fullpage .fullpage-pagination {
    display: none;
}

.page {
    padding-top: 130px;
}

.page1 {
    padding-top: 0;
}

.page2 {
}

.page3 {
}

.page4 {
}

.sidebar {
    position: fixed;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    z-index: 1000;
}

.sidebar li {
    position: relative;
    border-radius: 50%;
    border: 1px solid transparent;
}

.sidebar li.cur {
    border: 1px solid #2c408a;
}

.sidebar em {
    width: 70px;
    color: #2c408a;
    text-decoration: none;
    text-align: right;
    font-size: 14px;
    position: absolute;
    right: 35px;
    top: 2px;
    display: none;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.sidebar a {
    display: block;
    width: 10px;
    height: 10px;
    background: #2c408a;
    border-radius: 50%;
    margin: 10px;
}

/*
.sidebar li.cur2{
	border: 1px solid #99a6dd;
}

.sidebar li.cur2 a{
    background: #fff;
}
*/
.sidebar li:hover em {
    display: block;
}

.sidebar.a1 li a {
    background: #fff;
}

.sidebar.a1 em {
    color: #fff;
}

.sidebar.a1 li.cur {
    border: 1px solid #fff;
}

.swiper1 {
    width: 100%;
    height: 100vh;
}

.swiper1 .swiper-slide {
    background-size: cover !important;
    background-repeat: repeat !important;
    background-position: center !important;
}

.swiper1 .swiper-pagination {
    bottom: 60px;
}

.swiper1 .swiper-pagination .swiper-pagination-bullet {
    box-sizing: content-box;
    background-color: transparent;
    border-radius: 0px;
    font-family: "Tahoma";
    font-size: 16px;
    line-height: 1.5;
    height: auto;
    width: 20px;
    padding: 0 12px;
    position: relative;
    text-align: center;
    transition: all 1s;
    color: #fff;
    opacity: 0.5;
}

.swiper1 .swiper-pagination .swiper-pagination-bullet-active {
    padding-right: 160px;
}

.swiper1 .swiper-pagination .swiper-pagination-bullet-active, .swiper1 .swiper-pagination .swiper-pagination-bullet:hover {
    opacity: 1;
}

.swiper1 .swiper-pagination .swiper-pagination-bullet::before, .swiper1 .swiper-pagination .swiper-pagination-bullet::after {
    content: "";
    top: 11px;
    transform: scaleX(0);
    transform-origin: left;
    height: 1px;
    left: 44px;
    position: absolute;
    width: 140px;
}

.swiper1 .swiper-pagination .swiper-pagination-bullet::before {
    opacity: 1;
    background-color: #fff;
}

.swiper1 .swiper-pagination .swiper-pagination-bullet-active::before {
    animation-name: bulletSlideToRight;
    animation-timing-function: linear;
    animation-delay: 2s;
    animation-duration: 8s;
    animation-iteration-count: infinite;
    animation-play-state: running;
}

.swiper1 .swiper-pagination .swiper-pagination-bullet::after {
    opacity: 0.5;
    width: 140px;
    background-color: #fff;
}

.swiper1 .swiper-pagination .swiper-pagination-bullet-active::after {
    transition: transform 1s;
    transition-delay: 2s;
    transform: scaleX(1);
}

.main-info-box {
}

.main-info-box .title {
    margin-bottom: 10px;
}

.main-info-box .title .t {
    width: 50%;
    float: left;
}

.main-info-box .title .t b {
    color: rgba(0, 0, 0, 1);
    font-size: 36px;
}

.main-info-box .title .t b,.main-info-box .title .t span {
    display: block;
}

.main-info-box .title .t span {
    color: rgba(0, 0, 0, 1);
    font-size: 18px;
    font-weight: bold;
    /*display: none;*/
}

.main-info-box .title a {
    float: right;
    display: inline-block;
    border: 2px solid rgba(24, 44, 126, 1);
    border-radius: 20px;
    line-height: 36px;
    width: 130px;
    margin-top: 20px;
    /*background: url(/site2023/images/icon_sketch_pnga.png) 93px center no-repeat;*/
    padding-left: 15px;
    font-size: 16px;
    position: relative;
    text-align: center;
    padding-right: 30px;
}

.main-info-box .title a:hover {
    background: #2c408a;
    color: #fff;
}

.main-info-box .title a::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 17px;
    width: 16px;
    background: url(/site2023/images/icon_sketch_pnga.png) center no-repeat;
}

.main-info-box .title a:hover::before {
    background: url(/site2023/images/icon_sketch_pnga2.png) center no-repeat;
}

.about-us-box {
    position: relative;
}

.about-us-box .about-main-1, .about-us-box .about-main-2 {
    display: flex;
}

.about-us-box .about-picture{
    max-width: 100%;
    overflow: hidden;
    flex: 1;
    background: url(/site2023/images/about_bg1.jpg) center no-repeat;
    background-size: cover;
}

.about-us-box .about-picture, .about-us-box .zcheng {
    width: 33.2893%;
}

.about-us-box .about-zhidu{
    width: 34.2893%;
}

.about-us-box .about-zhidu-picture{
   width: 31.9736%;
}

.about-us-box .about-picture img, .about-us-box .about-zhidu-picture img, .about-us-box .about-main-2 .about-zuzhi .picture img {
    /* max-width: 100%; */
    max-height: 100%;
    overflow: hidden;
}

.about-us-box .about-picture, .about-us-box .about-zhidu-picture, .about-us-box .about-main-2 .about-zuzhi .picture {
    overflow: hidden;
}

.about-us-box .about-picture img, .about-us-box .about-zhidu-picture img, .about-us-box .about-main-2 .about-zuzhi .picture img {
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.about-us-box .about-picture:hover img, .about-us-box .about-zhidu-picture:hover img, .about-us-box .about-main-2 .about-zuzhi .picture:hover img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
}

.about-us-box .intro {
    width: 31.9736%;
    background-color: rgba(249, 251, 255, 1);
    padding: 24px 40px;
}

.about-us-box .intro .ctitle {
    color: rgba(24, 44, 126, 1);
    font-size: 28px;
    font-weight: bold;
    /*background: url(/site2023/images/icon_qi.png) left center no-repeat;
    padding-left: 50px;*/
}

.about-us-box .intro .text {
    color: rgba(0, 0, 0, 0.85);
    font-size: 16px;
    text-align: justify;
    line-height: 1.8;
    margin-top: 24px;
    margin-bottom: -10px;
}

.about-us-box .zcheng {
    margin-left: 1%;
    background: url(/site2023/images/about_bg2.png) left center no-repeat;
    background-size: cover;
    color: rgba(0, 0, 0, 0.85);
    font-size: 16px;
    /*padding: 24px 40px;*/
    padding: 24px 40px 24px 60px;
    position: relative;
}

.about-us-box .zcheng .ctitle, .about-us-box .about-zhidu .ctitle {
    color: #fff;
    font-size: 28px;
    font-weight: bold;
}

.about-us-box .zcheng ul, .about-us-box .zcheng .zcheng-con {
    margin-top: 24px;
    margin-left: -18px;
}

.about-us-box .zcheng ul li, .about-us-box .zcheng .zcheng-con p {
    line-height: 32px;
    margin-bottom: 16px;
    position: relative;
    padding-left: 20px;
    color: #fff;
}

.about-us-box .zcheng ul li::before, .about-us-box .zcheng .zcheng-con p::before {
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    content: '';
    clear: both;
    position: absolute;
    background: #fff;
    top: 11px;
    left: 0;
}

.about-us-box .zcheng ul li a {
    color: #fff;
}

.about-us-box .zcheng a.more {
    display: inline-block;
    width: 100px;
    height: 100px;
    position: absolute;
    bottom: 0;
    left: 24px;
}

.about-us-box .about-main-2 {
    margin-top: 27px;
}

.about-us-box .about-main-2 .about-zhidu {
    padding: 24px;
    background-color: rgba(249, 251, 255, 1);
    z-index: 1;
}

.about-us-box .about-main-2 .about-zuzhi {
    margin-left: 1%;
    /*width: 31.9736%;
    width: 33.2893%;*/
    width: 34%;
}

.about-us-box .about-main-2 .about-zhidu .ctitle {
    color: black;
}

.about-us-box .about-main-2 .about-zhidu ul, .about-us-box .about-main-2 .about-zuzhi .text .con {
    margin-top: 24px;
}

.about-us-box .about-main-2 .about-zhidu ul li {
    line-height: 32px;
    margin-bottom: 5px;
    font-size: 16px;
}

.about-us-box .about-main-2 .about-zuzhi .text {
    width: 52%;
    float: left;
    background-color: rgba(249, 251, 255, 1);
    padding: 24px 10px 0 20px;
    font-size: 16px;
    height: 263px;
    overflow: hidden;
}

.about-us-box .about-main-2 .about-zuzhi .text .ctitle {
    font-size: 28px;
    font-weight: bold;
}

.about-us-box .about-main-2 .about-zuzhi .picture {
    width: 48%;
    float: left;
}

.about-us-box .block-sying {
    font-size: 262px;
    opacity: 0.02;
    position: absolute;
    left: -200px;
    bottom: 0;
}


.zchengimg{
  max-width: 100%;
  overflow: hidden;
  flex: 1;
  background: url(/site2023/images/about_bg2.jpg) center no-repeat;
  background-size: cover;
}

.zchengimg img{
    webkit-transition: 0.5s;
    transition: 0.5s;
    width: 100%;
}

.zchengimg:hover img{
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
}




.main-news {
    /*margin-bottom: 40px;*/
}

.main-news .listbox {
}

.main-news .listbox .img {
    height: 200px;
    overflow: hidden;
}

.main-news .listbox .img img {
    max-width: 100%;
    -webkit-transition: 0.5s;
    height: 100%;
}

.main-news .listbox .img:hover img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
}

.main-news .listbox .ctitle {
    color: rgba(24, 44, 126, 1);
    font-size: 18px;
    font-weight: bold;
    margin: 15px 0 10px 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.main-news .listbox .text {
    font-size: 14px;
    text-align: justify;
    color: rgba(0, 0, 0, 0.65);
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    min-height: 40px;
}

.main-news .listbox a {
    text-decoration: none;
}

.main-news .listbox a .date {
    color: rgba(0, 0, 0, 0.65);
    font-size: 12px;
    margin-top: 10px;
}

.media-rec {
    width: 44.25%;
    float: left;
    margin-right: 5.64%;
    position: relative;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}

.media-img-shoaw {
    position: absolute;
    bottom: 188px;
    left: 0;
    width: 100%;
    z-index: 5;
}

#full-width-slider1 {
    width: 100%;
}

#full-width-slider1 .rsGCaption {
    padding: 25px 65px 18px 35px;
}

#full-width-slider1 .rsGCaption h3 {
    font-size: 24px;
    color: #333;
    line-height: 1;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 16px;
    font-weight: bold;
}

#full-width-slider1 .rsGCaption p {
    font-size: 20px;
    line-height: 30px;
    color: #666;
    text-align: left;
    height: 60px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 15px;
    font-size: 18px;
}

#full-width-slider1 .rsGCaption .time {
    font-size: 14px;
    color: #666;
    text-align: left;
    line-height: 30px;
    font-family: "MR";
    color: #2c408a;
}

#full-width-slider1 .rsBullets {
    position: absolute;
    bottom: 15px;
    right: 20px;
    z-index: 6;
}

#full-width-slider1 .rsBullet {
    height: 11px;
    display: inline-block;
    *display: inline;
    *zoom: 1; box-sizing: content-box;
    padding: 0 5px;
}

#full-width-slider1 .rsBullet span {
    display: block;
    width: 13px;
    height: 13px;
    opacity: 0.58;
    background: #fff;
    border-radius: 50%;
}

#full-width-slider1 .rsBullet.rsNavSelected span {
    opacity: 1;
}

.media-list {
    width: 50.1%;
    float: left;
}

.media-list ul li {
    border-bottom: 1px solid #eaeaea;
    transition: all 0.3s ease-in-out;
    position: relative;
    min-height: 135px;
}

.media-list ul li:before {
    content: '';
    background-color: #2c408a;
    display: block;
    position: absolute;
    z-index: 10;
    width: 100%;
    height: 0;
    left: 0%;
    top: 50%;
    background-size: 50% 50%;
    background-repeat: no-repeat;
    transition: all 0.3s ease-in-out;
}

.media-list ul li:hover {
    z-index: 10;
}

.media-list ul li:hover:before {
    width: 102%;
    height: 100%;
    left: -1%;
    top: 0%;
    content: '';
}

.media-list ul li a {
    display: block;
    padding: 15px 32px 15px 8px;
}

.media-list ul li .time {
    position: relative;
    z-index: 12;
    text-align: left;
    font-family: "MR";
    font-size: 16px;
}

.media-list ul li:hover .time {
    color: #fff;
}

.media-list ul li .time span.date {
    display: block;
    font-size: 32px;
    line-height: 56px;
    margin-bottom: 0;
    margin-right: 35px;
    font-weight: bold;
}

.media-list ul li .time span.year {
    display: block;
    font-size: 16px;
    margin-right: 35px;
    margin-bottom: 7px;
    font-size: 20px;
}

.media-list ul li .cont-info {
    /*padding-left: 157px;*/
    position: relative;
    z-index: 12;
}

.media-list ul li .cont-info h4 {
    font-size: 24px;
    line-height: 30px;
    color: #333;
    padding-right: 145px;
    margin-bottom: 5px;
    height: 60px;
    /*text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;*/
    font-size: 20px;
    height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: bold;
}

.media-list ul li:hover .cont-info h4 {
    color: #fff;
}

.media-list ul li .cont-info p {
    font-size: 20px;
    line-height: 24px;
    color: #666;
    margin-bottom: 0;
    height: 48px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 16px;
}

.media-list ul li:hover .cont-info p {
    color: #fff;
}

.media-list .more {
    display: block;
    font-size: 22px;
    color: #959595;
    padding-left: 50px;
    transition: 0.6s all;
    line-height: 39px;
    font-size: 16px;
    background: url(/site2023/images/index-more-white.png) left center no-repeat;
    background-size: 39px;
    margin-top: 15px;
}

.media-list .more:hover {
    transition: 0.6s all;
    margin-left: 10px;
    color: #45b5c7;
    background: url(/site2023/images/index-more.png) left center no-repeat;
}

.main-notice ul {
    overflow: hidden;
    padding: 10px 10px 0 0;
    margin-left: -3.5%;
}

.main-notice ul li {
    width: 46.5%;
    float: left;
    margin-left: 3.5%;
    background: #fff;
    position: relative;
    margin-bottom: 30px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}

.main-notice ul li:before {
    content: '';
    background-color: #8594cd;
    display: block;
    position: absolute;
    z-index: 10;
    width: 4px;
    height: 100%;
    left: 0%;
    top: 0;
    transition: all 0.3s ease-in-out;
    z-index: 13;
}

.main-noticex ul li:hover:before {
    background-color: #f5c73d;
}

.main-notice ul li::after {
    content: '';
    background-color: #2c408a;
    background-image: url(/site2023/images/new-yun.png);
    display: block;
    position: absolute;
    z-index: 10;
    width: 100%;
    height: 0;
    left: 0%;
    top: 50%;
    background-repeat: no-repeat;
    background-position: right bottom;
    transition: all 0.3s ease-in-out;
}

.main-notice ul li:hover::after {
    width: 100%;
    height: 100%;
    top: 0%;
    content: '';
}

.main-notice ul li a {
    display: block;
    padding: 20px 74px 20px 14px;
}

.main-notice ul li .time {
    width: 116px;
    float: left;
    color: #2c408a;
    text-align: center;
    border-right: 1px solid #e2e2e2;
    position: relative;
    z-index: 12;
}

.main-notice ul li:hover .time {
    color: #fff;
    border-right: 1px solid #fff;
}

.main-notice ul li .time span.date {
    display: block;
    font-size: 36px;
    line-height: 42px;
    margin-bottom: 0;
    font-size: 32px;
    font-weight: bold;
}

.main-notice ul li .time span.year {
    display: block;
    font-size: 16px;
    margin-bottom: 2px;
}

.main-notice ul li .cont-info {
    padding-left: 150px;
    position: relative;
    z-index: 12;
}

.main-notice ul li .cont-info h4 {
    font-size: 24px;
    color: #333;
    margin-top: 4px;
    margin-bottom: 15px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 20px;
    font-weight: bold;
}

.main-notice ul li:hover .cont-info h4 {
    color: #fff;
}

.main-notice ul li .cont-info p {
    font-size: 20px;
    line-height: 20px;
    color: #666;
    margin-bottom: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 16px;
}

.main-notice ul li:hover .cont-info p {
    color: #fff;
}

.choukuan-slides .choukuan-item {
    position: relative;
    max-width: 405px;
    height: 540px;
    margin-right: 70px!important;
    background-size: cover;
}

.swiper-button {
    background: #182c7e;
    position: absolute;
    height: 80px;
    width: 80px;
    z-index: 3;
    top: 50%;
    margin-top: -50px;
    right: 10%;
}

.swiper-button div {
    background: transparent;
}

.swiper-button div.swiper-button-next {
    right: 20px;
    transform: rotate(45deg);
    margin-top: -8px;
}

.swiper-button div.swiper-button-prev {
    left: 20px;
    transform: rotate(-135deg);
    margin-top: -31px;
}

.swiper-button .jiao::after {
    display: inline-block;
    content: '';
    border: 2px solid #fff;
    border-left: 0;
    border-bottom: 0;
    width: 14px;
    height: 14px;
}

.choukuan-slides .choukuan-main {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    color: #fff;
    padding: 100px 40px;
    top: 100%;
    background-color: rgba(24, 44, 126, 0.9);
    animation-duration: .5s;
    animation-name: chioukuanshowout;
    animation-fill-mode: none;
}

.choukuan-slides .choukuan-item:hover .choukuan-main {
    animation-duration: .5s;
    animation-name: chioukuanshowin;
    animation-fill-mode: forwards;
}

@keyframes chioukuanshowin {
    from {
        top: 100%;
    }

    to {
        top: 0;
    }
}

@keyframes chioukuanshowout {
    from {
        top: 0;
    }

    to {
        top: 100%;
    }
}

.choukuan-slides .choukuan-main .choukuan-icon {
    text-align: center;
}

.choukuan-slides .choukuan-main .choukuan-icon img {
    max-width: 120px;
    max-height: 120px;
}

.choukuan-slides .choukuan-main .choukuan-type {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    margin-top: 20px;
}

.choukuan-slides .choukuan-main .choukuan-type span {
    display: inline-block;
}

.choukuan-slides .choukuan-main .choukuan-type span::after {
    content: '';
    display: inline-block;
    width: 80%;
    height: 2px;
    background: #fff;
}

.choukuan-slides .choukuan-main ul {
    margin-top: 24px;
}

.choukuan-slides .choukuan-main ul li {
    line-height: 24px;
    margin-bottom: 16px;
    position: relative;
    padding-left: 20px;
}

.choukuan-slides .choukuan-main ul li a {
    color: #fff;
    font-size: 14px;
}

.choukuan-slides .choukuan-main ul li::before {
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    content: '';
    clear: both;
    position: absolute;
    background: #fff;
    top: 11px;
    left: 0;
}

.choukuan-slides .choukuan-main .more {
    display: block;
    width: 126px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #fff;
    border-radius: 11px;
    margin: 0 auto;
    font-size: 14px;
    color: rgba(24, 44, 126, 1);
}

.choukuan-slides .choukuan-main .more::after {
    background: url(/site2023/images/icon_sketch_pnga.png) center no-repeat;
    content: '';
    display: inline-block;
    height: 12px;
    width: 16px;
    margin-left: 5px;
    opacity: .7;
}

.choukuan-item:hover .choukuan-main, .choukuan-item:hover:before {
    display: block;
}

.choukuanpage .block-sying {
    font-size: 262px;
    opacity: 0.02;
    position: absolute;
    left: 0;
    margin-top: -17.5%;
}

.page5 .juan-mingxie {
    z-index: 2;
    position: relative;
}

.page5 .juan-mingxie .juan-mingxie-item {
    text-align: center;
}

.page5 .juan-mingxie .juan-mingxie-item .name {
    font-size: 28px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 20px;
}

.page5 .juan-mingxie .juan-mingxie-item .picture {
    padding: 18px;
    display: inline-block;
    position: relative;
    margin-bottom: 40px;
}

.page5 .juan-mingxie .juan-mingxie-item .remark {
    color: #fff;
    font-size: 16px;
}

.page5 .juan-mingxie .juan-mingxie-item .picture::before {
    content: '';
    display: inline-block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    z-index: -1;
    border-radius: 50%;
    opacity: .5;
}

.page5 .juan-mingxie .juan-mingxie-item .picture img {
    border-radius: 50%;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    max-width: 220px;
    max-height: 220px;
}

.page5 .juan-mingxie .juan-mingxie-item .picture img:hover {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
}

.page5 .juan-mingxie .swiper-slide {
    transform: scale(0.8);
}

.page5 .juan-mingxie .swiper-slide-active {
    transform: scale(1);
}

.page5 .juan-mingxie .juan-mingxie-details {
    width: 84%;
    margin: 0 auto;
    text-align: left;
    position: relative;
    padding: 25px;
    color: #fff;
    margin-top: 40px;
}

.page5 .juan-mingxie .juan-mingxie-details::before {
    content: '';
    display: inline-block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #2c408a;
    z-index: -1;
    opacity: .8;
    border-bottom-left-radius: 60px;
    border-top-right-radius: 60px;
}

.page5 .juan-mingxie .swiper-pagination {
    position: static;
}

.page5 .juan-mingxie .juan-mingxie-details-title {
    font-size: 24px;
    font-weight: bold;
    padding: 10px 0 30px 0;
}

.page5 .juan-mingxie .juan-mingxie-details-title a:hover {
    color: #fff;
}

.page5 .juan-mingxie .juan-mingxie-details-remark {
    line-height: 28px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    color: #fff;
}

.page5 .juan-mingxie .juan-mingxie-details-bottom {
    margin-top: 24px;
}

.page5 .juan-mingxie .juan-mingxie-details-bottom .juan-mingxie-details-date {
    font-size: 18px;
    font-weight: bold;
    float: left;
    margin-left: 40px;
}

.page5 .juan-mingxie .juan-mingxie-details-bottom .juan-mingxie-details-more {
    float: right;
    color: #2c408a;
    background: #fff;
    border-radius: 50px;
    padding: 7px 30px;
}

.page5 .swiper-button {
    border-radius: 50%;
    top: 50%;
    right: -100px;
    margin-top: -140px;
}

.page6 {
    justify-content: normal;
    padding-top: 0;
    background: #3e5094 !important;
}

.page6 .contact {
    padding: 144px 0 30px 0;
    background: url(/site2023/images/form_bg1.jpg) center 90px no-repeat;
    background-size: cover;
    z-index: 2;
}

.page6 .main-info-box {
    z-index: 2;
}

.page6 .main-info-box .title .t span,.page6 .main-info-box .title .t b {
    color: #fff;
}

.page6 .form-subject-box {
    margin-top: 30px;
    color: #fff;
    font-size: 18px;
    line-height: 2;
}

.page6 .ftext {
    margin-top: 15px;
}

.page6 .form-subject-box .form-subject-text1 {
    font-size: 20px;
    font-weight: bold;
}

.page6 .form-subject-box .form-subject-text2 {
    font-size: 28px;
    font-weight: bold;
}

.page6 .form-subject-box .form-subject-text4 {
    line-height: 64px;
}

.page6 .form-subject-box .form-subject-text4 span {
    font-weight: bold;
    font-size: 30px;
    position: absolute;
    margin-left: 10px;
    margin-top: 5px;
}

.subject-form .item {
    margin-bottom: 20px;
}

.subject-form .item input,.subject-form .item textarea {
    width: 100%;
    height: 60px;
    padding: 0 15px;
    background-color: rgba(255, 255, 255, 0.9);
    color: #2c408a;
    border: 0;
}

.subject-form .item textarea {
    height: 180px;
}

.subject-form .item input::-webkit-input-placeholder,.subject-form .item textarea::-webkit-input-placeholder, .subject-form .btn-ok .code-input input::-webkit-input-placeholder {
    /*Webkit browsers*/
    color: #999;
}

.subject-form .item input:-moz-placeholder, .subject-form .item textarea:-moz-placeholder, .subject-form .btn-ok .code-input input:-moz-placeholder {
    /*Mozilla Firefox 4 to 8*/
    color: #999;
}

.subject-form .item input::moz-placeholder, .subject-form .item textarea::moz-placeholder, .subject-form .btn-ok .code-input input::moz-placeholder {
    /*Mozilla Firefox 19+*/
    color: #999;
}

.subject-form .item input:-ms-input-placeholder,.subject-form .item textarea:-ms-input-placeholder, .subject-form .btn-ok .code-input input:-ms-input-placeholder {
    /*Internet Explorer 10+*/
    color: #999;
}

.subject-form .btn-ok input {
    width: 200px;
    color: rgba(24, 44, 126, 1);
    font-size: 24px;
    font-weight: bold;
    height: 60px;
}

.subject-form .item textarea {
    outline: none;
}

.subject-form .item textarea:focus {
    outline: none;
}

.page6 .footer {
    background: #fff;
    padding: 40px 0 0 0;
    font-size: 14px;
    /* padding-bottom: 16px; */
}

.footer .txt {
    border-bottom: solid 1px #eaeaea;
    padding: 8px 0 20px 0;
    margin: 0 0 20px 0;
}

.footer .f-logo, .footer .qrcode {
    display: flex;
}

.f-logo .f-pic {
    margin-top: 15px;
    margin-bottom: 10px;
    margin-left: 45px;
}

.footer .f-ge, .qrcode .f-ge {
    width: 36px;
}

.footer .f-logo .f-ge::before {
    content: '';
    clear: both;
    display: block;
    width: 1px;
    height: 70%;
    background: #6c6a6a;
    margin-left: 18px;
    margin-top: 20%;
}

.footer .f-logo .f-pic img {
    max-width: 100%;
}

.footer .qrcode .f-text {
    padding-left: 25px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    line-height: 2.5;
}

.page-footer {
    margin-top: 120px;
    border-top: 1px solid #efecec;
    padding-top: 40px;
}

.lxfs {
    line-height: 3;
}

.lxfs .fenxiang {
    margin-left: -20px;
    margin-top: 30px;
}

.lxfs .fenxiang img {
    margin-left: 20px;
}

.footer .copyright {
    margin-top: 20px;
    padding: 10px 0;
    border-top: 1px solid rgba(0, 0, 0, 0.085);
    /* text-align: center; */
}

.footer .copyright span, .footer .copyright a {
    color: rgba(0, 0, 0, 0.65);
    margin-right: 20px;
}

.footer .copyright a.address {
    float: right;
    padding-left: 20px;
    background: url(/site2023/images/icon-address.png) left center no-repeat;
    margin-right: 0;
}

.footer .footer-menu {
    /* width: 25%; */
    float: left;
}

.footer .parent-menu-title {
    color: rgba(0, 0, 0, 1);
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
}

.footer .footer-menu li {
    line-height: 35px;
}

.page5::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: url(/site2023/images/jzmxbg.jpg) left 90px no-repeat;
    background-size: cover;
}

/***************   ********************/
.poster {
    /* height: 756px; */
}

.poster .menu-picture {
    width: /*  100%;
	    height: 756px;
	background: url(/site2023/images/fundraisin01.png) center no-repeat;
	background-size: cover; */
}

.poster .menu-picture img {
    width: 100%;
}

.poster .remark {
    height: 136px;
    font-size: 40px;
    color: #fff;
    margin-top: -136px;
    line-height: 136px;
    background-image: linear-gradient(to right, rgba(255,0,0,0), rgba(39,68,157,.2));
}

.poster .remark .text {
    text-align: right;
}

.poster .remark .text span {
    margin-left: 40px;
}

.current-menu-title {
    height: 160px;
    background: #2c408a;
    width: 260px;
    margin-top: -80px;
    color: #fff;
    font-weight: bold;
    padding: 20px 30px;
    line-height: 120px;
    float: left;
    position: relative;
}

.current-menu-title .zn-ch {
    font-size: 36px;
}

.current-menu-title .en {
    font-size: 16px;
    display: none;
}

.positions {
    height: 80px;
    line-height: 80px;
    font-size: 20px;
    padding-left: 295px;
    color: #000000a6;
}

.poster-item {
    padding: 80px 0;
    margin-top: 50px;
    position: relative;
    overflow: hidden;
}

.poster-item .poster-title {
    font-weight: bold;
    color: #002985;
    line-height: 1.4;
}

.poster-item .poster-title::before {
    width: 12px;
    background: #2c408a;
    height: 68px;
    float: left;
    margin-right: 15px;
    margin-top: 7px;
}

.poster-item .poster-en {
    font-size: 18px;
}

.poster-item .poster-zn-ch {
    font-size: 40px;
    position: relative;
}

.poster-item .poster-zn-ch span {
    background: #fff;
    padding-right: 15px;
    position: relative;
    display: inline-block;
}

.poster-item .poster-zn-ch span::after {
    content: '';
    display: block;
    width: 5px;
    height: 5px;
    background: #2c408a;
    position: absolute;
    bottom: 8px;
    right: 0;
}

.poster-item .poster-zn-ch i {
    display: inline-block;
    height: 1px;
    background: #2c408a;
    position: absolute;
    bottom: 10px;
    right: 0;
    left: 50px;
    z-index: -1;
}

.poster-bg-1 .poster-zn-ch i, .poster-bg-2 .poster-zn-ch i {
    z-index: 1;
}

.poster-item .poster-zn-ch span {
    background: #f8f8f8;
    z-index: 2;
}

.poster-item .poster-info .poster-info-title {
    margin-top: 55px;
    margin-bottom: 24px;
    font-size: 20px;
    font-weight: bold;
}

.poster-item .poster-info .poster-info-text {
    line-height: 28px;
    margin-top: 30px;
    font-size: 16px;
}

.poster-item .poster-info .poster-info-text b,.poster-item .poster-info .poster-info-text p {
    margin-bottom: 16px;
    display: inline-block;
}

.poster-item .poster-info .poster-info-text p {
    text-indent: 2em;
}

.poster-item .poster-info .poster-info-text p {
    color: #000000a6;
}

.poster-item .poster-item-picture img {
    max-width: 100%;
}

.poster-bg-2 .poster-item-picture {
    text-align: right;
}

.poster-bg-1 .block-sying, .poster-bg-2 .block-sying {
    font-size: 160px;
    opacity: 0.02;
    position: absolute;
    left: 0;
    bottom: 0;
    white-space: nowrap;
}

.poster-bg-1::before, .poster-bg-2::after {
    width: 68.697%;
    background: #f8f8f8;
    position: absolute;
    bottom: 0;
    top: 0;
}

.poster-bg-2::after {
    right: 0;
    z-index: -1;
}

.poster-bg-2 .block-sying {
    right: 0;
    left: auto;
}

.poster-bg-1::before {
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
}

.poster-bg-2::after {
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
}

.poster-info-date {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 24px;
}

.poster-info-jz-ok {
    padding: 10px 40px;
    padding-left: 24px;
    border: 2px solid rgba(24, 44, 126, 1);
    display: inline-block;
    border-radius: 15px;
    background: url(/site2023/images/icon_sketch_pnga.png) 90px center no-repeat;
    z-index: 1;
    position: absolute;
    margin-top: 10px;
}

.poster-info-jz-ok:hover {
    background: #2c408a;
    color: #fff;
}

.swiper-rcpy .poster-pages {
    display: flex;
    margin-top: 50px;
}

.swiper-rcpy .poster-pages .swiper-pagination-bullet {
    background: #182c7e;
    margin: 0 10px;
    float: left;
    cursor: pointer;
}

.swiper-rcpy .poster-pages .swiper-pagination-bullet-active {
    background: #fff;
    width: 15px;
    height: 15px;
    border: 3px solid #182c7e;
    margin-top: -3.5px;
}

.swiper-rcpy .poster-pages .jiao {
    position: static;
    display: inline-block;
    background: transparent;
    width: 40px;
    height: 40px;
}

.swiper-rcpy .poster-pages .swiper-pagination {
    display: contents;
}

.swiper-rcpy .poster-pages .swiper-button-next {
    background: url(/site2023/images/icon-jt02.png) right center no-repeat;
}

.swiper-rcpy .poster-pages .swiper-button-prev {
    background: url(/site2023/images/icon-jt02.png) left center no-repeat;
}

.swiper-rcpy .poster-pages .jiao {
    margin-top: -17px;
}

/************** ******************/
.sub-menus {
    border-bottom: 1px solid #ccc;
    padding-top: 40px;
    margin-bottom: 20px;
}

.sub-menus li {
    float: left;
    height: 80px;
    line-height: 80px;
    margin-right: 4%;
    font-size: 24px;
    color: #000000a6;
    position: relative;
}

.sub-menus li.active {
    color: #2c408a;
    font-weight: bold;
}

.sub-menus li a {
    display: block;
    height: 100%;
}

.sub-menus ul li::after {
    height: 3px;
    margin: 0 auto;
    background: #2c408a;
    display: block;
    content: '';
    margin-top: -1px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: width .3s ease-out;
    transition: width .3s ease-out;
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 0;
}

.sub-menus ul li:hover:after {
    width: 60%;
}

.page-container {
}

.page-container-title {
    font-weight: bold;
    color: #002985;
    line-height: 1.4;
    margin-top: 56px;
}

.page-container-title::before {
    width: 12px;
    background: #2c408a;
    height: 68px;
    float: left;
    margin-right: 15px;
    margin-top: 7px;
}

.page-container-title-en {
    font-size: 18px;
}

.page-container-title-zn-ch {
    font-size: 40px;
    position: relative;
}

.page-container-title-zn-ch span {
    background: #fff;
    z-index: 2;
    padding-right: 15px;
    position: relative;
    display: inline-block;
}

.page-container-title-zn-ch i {
    z-index: 1;
    display: inline-block;
    height: 1px;
    background: #2c408a;
    position: absolute;
    bottom: 10px;
    right: 0;
    left: 50px;
}

.page-container-title-zn-ch span::after {
    content: '';
    display: block;
    width: 5px;
    height: 5px;
    background: #2c408a;
    position: absolute;
    bottom: 8px;
    right: 0;
}

.page-main {
    padding-top: 55px;
}

.about-us-main .page-main {
}

.page-main img {
    max-width: 100%;
}

.about-us-main .aoubt-us-main {
    position: relative;
    padding: 0 32px;
    /*margin-top: 55px;*/
    padding-bottom: 40px;
}

.about-us-main .page-main .aoubt-us-main::before {
    width: 55%;
    background: #f8f8f8;
    position: absolute;
    bottom: 0;
    top: 0;
    right: 45%;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
}

/*
.about-us-main .page-main .top-right-jiao{
    display: block;
    width: 110px;
    height: 110px;
    position: absolute;
    top: 0;
    background: #f8f8f8;
    transform: rotate(45deg);
    right: 45%;
    margin-right: -55px;
    margin-top: 23px;
    z-index: -1;
}

.about-us-main .page-main .bottom-right-jiao{
    display: block;
    width: 110px;
    height: 110px;
    position: absolute;
    bottom: 0;
    background: #f8f8f8;
    transform: rotate(45deg);
    right: 45%;
    margin-right: -55px;
    margin-bottom: 23px;
    z-index: -1;
}
*/
.about-container {
    margin-right: 20px;
}

.about-container-info-title {
    margin-top: 40px;
    margin-bottom: 40px;
    font-size: 24px;
    font-weight: bold;
    line-height: 1;
}

.about-container-info-text {
}

.about-container-info-text b, .about-container-info-text p {
    display: block;
    text-align: justify;
    font-size: 16px;
}

.about-container-info-text b {
    margin-bottom: 5px;
}

.about-container-info-text p {
    color: #000000a6;
    line-height: 28px;
    margin-bottom: 16px;
}

.about-container-info-text .rongyu {
    margin-bottom: 16px;
    margin-top: -16px;
    line-height: 28px;
}

.about-container-info-text .rongyu p {
    margin-bottom: 0;
    position: relative;
    padding-left: 15px;
}

.about-container-info-text .rongyu p::before {
    width: 6px;
    height: 6px;
    background: #000000d9;
    display: inline-block;
    border-radius: 50%;
    position: absolute;
    top: 10px;
    left: 0;
    clear: both;
    display: block;
    content: '';
}

.page-container .about-pic {
    margin-top: 55px;
}

.page-container .about-pic img {
    max-width: 100%;
}

.page-container .about-us-rongyu {
    border-bottom: 2px solid #8095c3;
    border-top: 2px solid #8095c3;
    margin-top: 50px;
    padding: 20px 0;
    line-height: 1.4;
    font-size: 20px;
    color: #2c408a;
}

.page-container .about-us-rongyu .date {
    font-size: 40px;
    font-weight: bold;
}

.page-main-content, .page-main-zuzhi {
    background: #f8f8f8;
    padding: 30px;
    min-height: 500px;
}

.page-main-content .main-content-title {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 16px;
    color: #000000d9;
}

.page-main-content .main-content-des {
    text-align: center;
    color: ##000000a6;
}

.page-main-content .main-content-text {
    color: #000000d9;
    font-size: 16px;
}

.page-main-content .main-content-text p {
    margin-bottom: 16px;
    line-height: 1.6;
}

.page-main-content .main-content-text b {
    margin-bottom: 10px;
    display: inline-block;
}

.page-main-zuzhi {
    background: transparent;
    padding-top: 0;
}

.page-main-zuzhi .jiegou img {
    max-width: 100%;
}

.main-zhuzhi-box {
    display: flex;
}

.main-zhuzhi-box div {
    background: #f8f8f8;
    width: 48%;
    padding: 30px;
}

.zhuzhi-left-box {
}

.zhuzhi-right-box {
    margin-left: 2%;
}

.main-zhuzhi-box div p {
    color: #000000d9;
    line-height: 28px;
    margin-bottom: 16px;
}

.about-container-info-list ul li {
    position: relative;
    line-height: 40px;
    padding-left: 15px;
    font-size: 16px;
    text-align: justify;
    color: #000000d9;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.about-container-info-list ul li::before {
    width: 6px;
    height: 6px;
    background: #000000d9;
    display: inline-block;
    border-radius: 50%;
    position: absolute;
    top: 17px;
    left: 0;
    clear: both;
    display: block;
    content: '';
}

.about-container-info-list ul li:hover a {
    font-weight: bold;
}

.page-zc-list .about-container-info-title {
    margin-bottom: 30px;
}

.swiper-pages-2 {
    display: flex;
    margin-top: 30px;
}

.swiper-pages-2 .swiper-pagination-bullet {
    background: #182c7e;
    margin: 0 10px;
    float: left;
    cursor: pointer;
}

.swiper-pages-2 .swiper-pagination-bullet-active {
    background: #fff;
    width: 15px;
    height: 15px;
    border: 3px solid #182c7e;
    margin-top: -3.5px;
}

.swiper-pages-2 .jiao {
    position: static;
    display: inline-block;
    background: transparent;
    width: 40px;
    height: 40px;
}

.swiper-pages-2 .swiper-pagination-2 {
    display: contents;
}

.swiper-pages-2 .swiper-button-next-2 {
    background: url(/site2023/images/icon-jt02.png) right center no-repeat;
}

.swiper-pages-2 .swiper-button-prev-2 {
    background: url(/site2023/images/icon-jt02.png) left center no-repeat;
}

.swiper-pages-2 .jiao {
    margin-top: -17px;
    cursor: pointer;
}

#certify {
    width: auto;
    position: relative;
    margin: 0 auto;
}

#certify .swiper-container {
    padding-bottom: 60px;
    padding-top: 60px;
}

#certify .swiper-slide {
    border: 0;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 20%);
}

#certify .swiper-slide, #certify .swiper-slide img {
    width: 633px;
    height: 339px;
}

#certify .swiper-slide-active {
    box-shadow: 0px 0px 10px rgb(0 0 0 / 20%);
}

#certify .swiper-button-prev, #certify .swiper-button-next {
    top: 50%;
    margin-top: -55px;
}

#certify .swiper-slide .ry-title {
    font-size: 20px;
    text-align: center;
    line-height: 2;
}

#certify .swiper-button-prev {
    margin-left: -30px;
    background: url(/site2023/images/icon-jt02.png) left center no-repeat;
}

#certify .swiper-button-next {
    margin-right: -30px;
    background: url(/site2023/images/icon-jt02.png) right center no-repeat;
}

/*************  aaaa******************/
.juanzeng-container {
    padding: 0 5px;
}

.juanzeng-container-list ul li {
    background: url(/site2023/images/icon-jzlc01.png) left center no-repeat;
    padding-left: 80px;
    position: relative;
}

.juanzeng-container-list ul li::after, .juanzeng-container-list ul li::before {
    content: '';
    display: inline-block;
    position: absolute;
}

.juanzeng-container-list ul li::after {
    width: 80px;
    height: 1px;
    background: #dddcdc;
    top: 50%;
    left: 0;
    z-index: -1;
}

.juanzeng-container-list ul li::before {
    width: 1px;
    background: #dddcdc;
    left: 16px;
    z-index: -1;
    bottom: -40px;
    top: 0;
}

.juanzeng-container-list ul li:last-child::before {
    bottom: 0;
}

.juanzeng-container-item {
    display: flex;
    margin-bottom: 40px;
}

.juanzeng-container-item .date {
    width: 94px;
    background: #d4d9ed;
    text-align: center;
    line-height: 94px;
    color: #fff;
    font-size: 32px;
    font-weight: bold;
    min-width: 94px;
}

.juanzeng-container-item .info {
    padding: 14px 50px;
    background: #e7ebf8;
    width: 100%;
}

.juanzeng-container-item .info .title {
    font-size: 20px;
    color: #000000d9;
    font-weight: bold;
    line-height: 40px;
}

.juanzeng-container-item .info .des, .juanzeng-container-item .info .see {
    margin-top: 5px;
}

.play-block {
    margin-top: 10px;
    display: flex;
}

.play-block .block {
    background: #f0f0f0;
    padding: 5px 20px;
    width: 49%;
}

.play-block .fg {
    width: 2%;
}

.play-block .block h4 {
    color: #000;
    margin-bottom: 10px;
}

.juanzeng-container-item .info .play-zd {
    color: #2c408a;
    margin-left: 15px;
    cursor: pointer;
    padding-right: 20px;
    position: relative;
}

.juanzeng-container-item .info .play-zd::after {
    display: inline-block;
    content: '';
    background: url(/site2023/images/icon-jiantou03.png) right 2px no-repeat;
    width: 14px;
    height: 14px;
    position: absolute;
    right: 0;
    top: 1px;
    transform: rotate(0deg);
}

.juanzeng-container-item .info .play-zd.show1::after {
    display: inline-block;
    content: '';
    background: url(/site2023/images/icon-jiantou03.png) right 2px no-repeat;
    position: absolute;
    right: 0;
    top: 4px;
    transform: rotate(180deg);
}

.juanzeng-container-item2 {
    padding: 20px 20px;
}

.juanzeng-container-item2 .title {
    color: #000000d9;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
    position: relative;
    padding-left: 10px;
}

.juanzeng-container-item2 .title::before {
    content: '';
    width: 4px;
    height: 20px;
    background: #002985;
    display: inline-block;
    position: absolute;
    top: 7px;
    left: 0;
}

.juanzeng-container-mianshui {
    font-size: 16px;
}

.juanzeng-container-mianshui .remarks {
    line-height: 28px;
    text-indent: 2em;
}

.mianshui-liucheng {
}

.mianshui-liucheng .mianshui-liucheng-title {
    font-size: 20px;
    color: #002985;
    font-weight: bold;
    position: relative;
    padding-left: 20px;
    margin-bottom: 25px;
}

.mianshui-liucheng .mianshui-liucheng-title::before {
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 8px;
    content: '';
    clear: both;
    position: absolute;
    background: #002985;
    top: 11px;
    left: 0;
}

.mianshui-liucheng .mianshui-liucheng-blocks {
    display: flex;
}

.mianshui-liucheng .mianshui-liucheng-blocks .mianshui-liucheng-block {
    background: #e5e9f2;
    width: 12.5%;
    padding: 20px;
    margin-right: 15px;
    position: relative;
}

.mianshui-liucheng-block .liuchneg-block-number {
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 10px;
}

.mianshui-liucheng-block .liuchneg-block-text {
    line-height: 24px;
    padding-bottom: 15px;
}

.liuchneg-block-details-hover {
    background: #d9e1f2;
    position: absolute;
    left: 0;
    right: 0;
    height: 30px;
    line-height: 30px;
    bottom: 0;
    text-align: center;
}

.liuchneg-block-details-hover span {
    display: inline-block;
    background: url(/site2023/images/icon-yj.png) right center no-repeat;
    padding-right: 20px;
    cursor: pointer;
    color: #002985;
}

.liuchneg-block-details-text {
    display: none;
    position: absolute;
    width: 300%;
    background: #fff;
    z-index: 6;
    padding: 15px;
    box-shadow: 4px 4px 12px #a9abaf;
    left: -100%;
}

.liuchneg-block-details-text li {
    position: relative;
    line-height: 28px;
    padding-left: 15px;
}

.liuchneg-block-details-text li::before {
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 8px;
    content: '';
    clear: both;
    position: absolute;
    background: #002985;
    top: 11px;
    left: 0;
}

.liuchneg-block-details-hover:hover .mianshui-liucheng-block .liuchneg-block-details-text {
    display: block;
}

.mianshui-texts-title {
    color: #000000d9;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
    position: relative;
    padding-left: 10px;
    margin-top: 50px;
}

.mianshui-texts-title::before {
    content: '';
    width: 6px;
    height: 20px;
    background: #002985;
    display: inline-block;
    position: absolute;
    top: 7px;
    left: 0;
}

.mianshui-texts-content {
    line-height: 32px;
}

/*************sss ***************************/
.news-list {
}

.news-item {
    display: flex;
    margin-bottom: 24px;
}

.news-list a:hover .title, .news-list a:hover .des {
    color: #2c408a;
}

.news-item .date {
    width: 94px;
    background: #f0f0f0;
    text-align: center;
    color: #182c7e;
    font-size: 32px;
    font-weight: bold;
    min-width: 94px;
    padding-top: 8px;
}

.news-item .date .riqi {
    font-size: 14px;
    font-weight: normal;
}

.news-item .info {
    padding: 14px 50px;
    background: #f8f8f8;
    width: 100%;
    position: relative;
}

.news-item .info::after {
    content: '';
    display: inline-block;
    background: url(/site2023/images/icon-jt03.png) center no-repeat;
    width: 25px;
    height: 7px;
    position: absolute;
    right: 15px;
    bottom: 17px;
}

.news-item .info .title {
    font-size: 18px;
    color: #000000d9;
    font-weight: bold;
    line-height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.news-item .info .des {
    margin-top: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    line-height: 16px;
    height: 16px;
}

.news-pic2txt-recommends {
    margin-bottom: 55px;
}

.news-pic2txt-item {
    /* max-width: 476px; */
    overflow: hidden;
}

.news-pic2txt-recommends ul {
    display: flex;
    justify-content: space-between;
    margin-left: -2%;
}

.news-pic2txt-recommends li {
    margin-left: 2%;
    width: 31.5%;
}

.news-pic2txt-pic {
    /* max-height: 200px; */
    /* overflow: hidden; */
    padding: 21% 0;
    background: url(/_vsl/068CF3F6B1AE431D8E7E456E60929207/2F92ED90/DAC9?e=.jpg) center no-repeat;
    background-size: cover;
}

.news-pic2txt-pic img {
    /* max-width: 476px; */
    cursor: pointer;
}

.news-pic2txt-pic:hover {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.news-pic2txt-info {
    background: #2c408a;
    padding: 15px;
    color: #fff;
}

.news-pic2txt-title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news-pic2txt-text {
    line-height: 24px;
    padding-top: 10px;
    display: none;
}

.news-pic2txt-date {
    padding-top: 10px;
    position: relative;
}

.news-pic2txt-date::after {
    content: '';
    display: inline-block;
    background: url(/site2023/images/icon-jt03.png) center no-repeat;
    width: 25px;
    height: 7px;
    position: absolute;
    right: 0;
    bottom: 2px;
}

.news-pic2txt-tops {
    margin-bottom: 55px;
}

.news-pic2txt-tops ul {
    display: flex;
    justify-content: space-between;
    margin-left: -2%;
}

.news-pic2txt-tops li {
    margin-left: 2%;
    min-width: 31%;
}

.news-tops-item {
    background: #c1d6ff;
}

.top-mark {
    color: #002985;
    height: 32px;
    line-height: 32px;
    background: #a9c1f2;
    padding: 0 15px;
    display: inline-block;
    border-bottom-right-radius: 10px;
}

.news-tops-info {
    padding: 15px 20px;
}

.news-tops-title {
    font-size: 24px;
    font-weight: bold;
    color: #000000d9;
}

.news-tops-text {
    line-height: 24px;
    padding-top: 10px;
    color: #000000d9;
    text-align: justify;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.news-tops-date {
    padding-top: 10px;
    position: relative;
}

.news-tops-date::after {
    content: '';
    display: inline-block;
    background: url(/site2023/images/icon-jt03.png) center no-repeat;
    width: 25px;
    height: 7px;
    position: absolute;
    right: 15px;
    bottom: 2px;
}

.user-info {
    display: flex;
}

.user-showpic {
    width: 155px;
    border: 8px solid #f4f7ff;
    border-radius: 50%;
    padding: 5px;
}

.user-showpic img {
    max-width: 100%;
}

.user-info-box {
    width: 100%;
    padding-left: 20px;
}

.user-name {
    font-size: 40px;
    font-weight: bold;
    line-height: 2;
}

.user-intro {
    font-size: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.user-about {
    margin-top: 55px;
    background: #f4f7ff;
    padding: 20px;
}

.user-about-title {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 10px;
}

.user-about-text {
    line-height: 32px;
    font-size: 16px;
}

.user-jingli {
    line-height: 32px;
    margin-top: 55px;
}

.mingxie-title {
    font-size: 28px;
    font-weight: bold;
}

.mingxies {
    margin-top: 24px;
}

.mingxies .mingxie-item, .mx-title span {
    margin-left: 1%;
    display: inline-block;
    background: #f4f7ff;
    /*padding: 22px 40px;*/
    margin-bottom: 15px;
    white-space: nowrap;
    width: 150px;
    height: 64px;
    line-height: 64px;
    text-align: center;
}

.mx-title span {
    background: #dfe9ff;
}

.mx-group {
    display: flex;
}

.mingxies a.mingxie-item:hover {
    background: #2c408a;
    color: #fff;
}

.banner {
    overflow: hidden;
    padding-right: 15px;
}

.banner img {
    max-width: 100%;
}

.djfc-recommends {
    /* 	border: 1px solid #ececec;
    border-left: 0;
    border-right: 0; */
}

.djfc-recommends li {
    padding: 17px 0;
    border-bottom: 1px solid #ececec
}

.djfc-recommends li:first-child {
    border-top: 1px solid #ececec
}

.djfc-recommends-title {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.djfc-recommends-text {
    line-height: 28px;
    margin-bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.djfc-recommends-date {
    position: relative;
}

.djfc-recommends-date::after {
    content: '';
    display: inline-block;
    background: url(/site2023/images/icon-jt03.png) center no-repeat;
    width: 25px;
    height: 7px;
    position: absolute;
    right: 15px;
    bottom: 0;
}

/*************** ****************************/
.xxgk-item {
    display: flex;
    margin-bottom: 24px;
}

.xxgk-item .date {
    width: 94px;
    background: #f0f0f0;
    text-align: center;
    color: #182c7e;
    font-size: 32px;
    font-weight: bold;
    min-width: 94px;
    padding-top: 8px;
}

.xxgk-item .date .riqi {
    font-size: 14px;
    font-weight: normal;
}

.xxgk-item .info {
    padding: 14px 50px;
    background: #f8f8f8;
    width: 100%;
    position: relative;
}

.xxgk-item .info .title {
    font-size: 20px;
    color: #000000d9;
    font-weight: bold;
    line-height: 40px;
}

.xxgk-item .info .des {
    margin-top: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.xxgk-item .oper {
    background: #f8f8f8;
    min-width: 200px;
    font-size: 16px;
    line-height: 93px;
    font-weight: bold;
    color: #2c408a;
    text-align: center;
    margin-left: -10px;
}

.xxgk-item .oper a {
    margin-left: 10px;
}

.xxgk-item .noi {
    padding-top: 0;
    padding-bottom: 0;
}

.xxgk-item .noi .title {
    line-height: 93px;
}

.xxgk-table .xxgk-row {
    display: flex;
}

.xxgk-table .xxgk-row .title {
    min-width: 160px;
}

.xxgk-cell {
    border: 1px solid #ccc;
    border-bottom: 0;
    display: flex;
    padding: 0;
}

.xxgk-cell .title {
    background: #f0f0f0;
    font-weight: bold;
}

.xxgk-cell .value {
    border-left: 1px solid #ccc;
}

.xxgk-cell .title, .xxgk-cell .value {
    padding: 15px 8px;
}

.xxgk-cell:nth-child(even) {
    border-left: 0;
}

.xxgk-row:nth-child(odd) .xxgk-cell {
    border-bottom: 0;
}

.xxgk-row:last-child .xxgk-cell {
    border-bottom: 1px solid #ccc;
}

.zhengshu {
    margin-top: 24px;
}

.zhengshu-item {
    padding: 40px;
}

.zhengshu-img {
    text-align: center;
}

.zhengshu-img img {
    border: 1px solid #f9f9f9;
}

.zhengshu-text {
    line-height: 24px;
    margin-top: 10px;
}

.zhengshu-text::before {
    content: '';
    display: inline-block;
    border-top: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 10px solid #8c8c8c;
}

.mingxie-container {
    display: flex;
}

.mingxie-tebie {
    width: 65%;
    line-height: 42px;
}

.mingxie-box ul {
    margin-left: -2%;
    margin-top: 30px;
}

.mingxie-tebie .title, .mingxie-jz .title {
    font-size: 30px;
    font-weight: bold;
    color: #333333;
}

.mingxie-tebie .title a, .mingxie-jz .title a {
    font-size: 18px;
    font-weight: bold;
    float: right;
}

.mingxie-tebie ul li {
    width: 48%;
    margin-left: 2%;
    float: left;
    padding: 15px 30px;
    position: relative;
    margin-bottom: 30px;
}

.mingxie-tebie ul li .pic {
    width: 26%;
    float: left;
}

.mingxie-tebie ul li .pic img {
    max-width: 100%;
}

.mingxie-tebie ul li .info {
    width: 72%;
    margin-left: 2%;
    float: left;
}

.mingxie-tebie ul li .info .title {
    font-size: 24px;
    font-weight: bold;
    color: #fff;
}

.mingxie-tebie ul li .info .intro {
    text-align: justify;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    min-height: 40px;
    font-size: 14px;
    line-height: 1.6;
    color: #fff;
}

.mingxie-tebie ul li::before {
    content: '';
    display: inline-block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #395299;
    z-index: -1;
    border-bottom-left-radius: 30px;
    border-top-right-radius: 30px;
}

.mingxie-jz {
    width: 30%;
}

.mingxie-container .jzfg {
    width: 5%;
}

.mingxie-jz .jz-box {
    background: #395299;
    border-bottom-left-radius: 30px;
    border-top-right-radius: 30px;
}

.mingxie-jz .jz-box ul {
    margin-top: 30px;
    padding: 15px 30px;
}

.mingxie-jz .jz-box ul li {
    height: 70px;
    line-height: 70px;
    border-bottom: 1px solid #7e8ebd;
    overflow: hidden;
}

.mingxie-jz .jz-box ul li:last-child {
    border-bottom: 0;
}

.mingxie-tebie ul li:hover::before {
    background: #25386e;
}

.mingxie-jz .jz-box ul li a {
    color: #fff;
    font-size: 18px;
    display: block;
}

.mingxie-jz .jz-box ul li a:hover {
    font-weight: bold;
}


.juanzeng-container .juanzengmingxie .juanzengmingxie-title, .juanzeng-container .tebiemingxie .tebiemingxie-title {
    position: relative;
}

.juanzeng-container .juanzengmingxie .juanzengmingxie-title .yuan::before {
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    background-color: #94a1c8;
    border-radius: 10px;
    margin-right: 15px;
}

.juanzeng-container .juanzengmingxie .juanzengmingxie-title .yuan::after {
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    background-color: #e5e1e1db;
    border-radius: 10px;
    position: absolute;
    left: 13px;
    top: 13px;
}

.juanzeng-container .juanzengmingxie .juanzengmingxie-title, .juanzeng-container .tebiemingxie .tebiemingxie-title {
    color: #19477f;
    font-size: 30px;
    font-weight: 700;
}

.juanzeng-container .juanzengmingxie ul {
    padding: 90px 0;
}

.juanzeng-container .juanzengmingxie ul li {
    width: 21%;
    float: left;
    margin-right: 4%;
    text-align: center;
    margin-top: 40px
}

.juanzeng-container .juanzengmingxie ul li .photo {
    text-align: center;
}

.juanzeng-container .juanzengmingxie ul li .photo img {
    width: 200px;
    height: 200px;
    border-radius: 100px;
}

.juanzeng-container .juanzengmingxie ul li h2 {
    text-align: center;
    color: #395299;
    font-size: 24px;
    font-weight: 700;
}

.juanzeng-container .juanzengmingxie ul li span {
    display: inline-block;
    width: 20px;
    height: 2px;
    background-color: #395299;
    text-align: center;
}

.juanzeng-container .juanzengmingxie ul li h4 {
    font-size: 16px;
    line-height: 28px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 56px;
}

.juanzeng-container .tebiemingxie .tebiemingxie-title .yuan::before {
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    background-color: #94a1c8;
    border-radius: 10px;
    margin-right: 15px;
}

.juanzeng-container .tebiemingxie .tebiemingxie-title .yuan::after {
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    background-color: #e5e1e1db;
    border-radius: 10px;
    position: absolute;
    left: 13px;
    top: 13px;
}

.juanzeng-container .tebiemingxie ul {
    padding: 50px 0;
}

.juanzeng-container .tebiemingxie ul li {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 2%;
    background-color: #eef3fd;
    border-left: 9px solid #19477f;
    height: 79px;
    float: left;
}

.juanzeng-container .tebiemingxie ul li:nth-child(2n) {
    margin-right: 0%;
}

.juanzeng-container .tebiemingxie ul li a {
    line-height: 79px;
}

.juanzeng-container .tebiemingxie ul li a .title {
    display: inline-block;
    margin-left: 50px;
    font-size: 18px;
    width: 70%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.juanzeng-container .tebiemingxie ul li a .date {
    display: inline-block;
    float: right;
    font-size: 18px;
    padding-right: 50px;
}

.QA ul li {
}

.QA ul li a .item {
    display: flex;
    margin-bottom: 24px;
}

.QA ul li a .item .date {
    width: 94px;
    background: #f0f0f0;
    text-align: center;
    color: #182c7e;
    font-size: 32px;
    font-weight: bold;
    min-width: 94px;
    padding-top: 8px;
    padding-bottom: 15px;
}

.QA ul li a .item .date .riqi {
    font-size: 14px;
    font-weight: normal;
}

.QA ul li a .item .info {
    padding: 14px 50px;
    background: #f8f8f8;
    width: 100%;
    position: relative;
    font-size: 16px;
    line-height: 32px;
}


.zizhu {
    margin: 90px 0;
}

.zizhu ul {
    margin-left: -1%;
}

.zizhu ul li {
    margin-bottom: 2%;
    width: 24%;
    /* display: inline-block; */
    float: left;
    margin-left: 1%;
    position: relative;
    /* border: solid 3px #2c408a; */
    overflow: hidden;
}

.zizhu .pic {
    /* width: 13.2%; */
    /* float: left; */
    /* padding: 2px; */
    /* background: #2c408a; */
    /* border-top-left-radius: 5px; */
    /* border-bottom-left-radius: 5px; */
    /* min-height: 145px; */
    /* height: 204px; */
    border-radius: 5px;
    border: solid 3px #2c408a;
    height: 218px;
    overflow: hidden;
}

.zizhu .pic img {
    width: 100%;
    border-radius: 5px;
    border: 1px solid #eee;
    /* height: 204px; */
    -webkit-transition: 0.5s;
    transition: 0.5s;
    transform: scale(1);
    overflow: hidden;
}

.zizhu li:hover .pic img {
    transform: scale(1.05);
    overflow: hidden;
}

.zizhu .info {
    /* width: 86.8%; */
    padding: 20px 15px;
    background: #f4f7ff;
    /* float: right; */
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    position: relative;
    padding-right: 90px;
}

.zizhu .info .title {
    font-size: 25px;
    /* padding: 29px 25px; */
    color: #002985;
    font-weight: bold;
}

.zizhu .info::after {
    content: '';
    display: block;
    position: absolute;
    bottom: 30px;
    right: 17px;
    width: 40px;
    background: url(/site2023/images/icon-more2.png) center no-repeat;
    transition: .3s ease-out all;
    height: 12px;
}

.zizhu li:hover .info::after {
    right: 37px;
}

.zizhu li::after {
    content: '';
    position: absolute;
    width: 0;
    height: 2px;
    background-color: #000;
    transition: .3s ease-out all;
    left: 0;
    bottom: 0;
}

.zizhu li:hover::after {
    width: 100%;
}

.text-content table,.text-content table td {
    border: 2px solid #e7ebf1 !important;
    width: auto !important;
}

.text-content table td {
    padding: 10px;
    width: auto !important;
    height: auto !important;
}

.text-container .text-title {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
}

.text-container .text-source {
    text-align: center;
    padding: 10px 0;
    background: #F4F7FF;
    margin: 20px 0;
}

.text-container .text-content {
    line-height: 28px;
    text-indent: 2em;
    font-size: 16px;
    text-align: justify;
    letter-spacing: 1px;
}

.text-container .text-content img {
    height: auto!important;
    max-width: 100%;
    width: 80% !important;
}

.text-content .vsbcontent_img {
    text-align: center;
    text-indent: 0;
}

.page-main-left {
    display: inline-block;
    width: 69%;
    background-color: #f5f6fa;
    padding: 40px;
    float: left;
    margin-right: 3%;
    min-height: 860px;
}

.page-main-left .text-container .text-source {
    background-color: #f5f6fa;
    border-bottom: 1px solid #e3e8ee;
    margin-top: 0;
}

.page-main-right {
    display: inline-block;
    width: 28%;
    border-top: 4px solid #3e69a7;
    background-color: #f5f6fa;
    padding: 40px;
}

.page-main-right .title {
    border-bottom: 1px solid #e3e8ee;
}

.page-main-right .title h2 {
    color: #314289;
    font-size: 20px;
    font-weight: 700;
    display: inline-block;
    width: 88%;
}

.page-main-right .more {
    display: inline-block;
    font-size: 14px;
    color: #666;
}

.page-main-right .dongtai {
    margin-bottom: 20px;
}

.page-main-right .dongtai ul {
    padding: 10px 0;
}

.page-main-right .dongtai ul li {
    line-height: 32px;
    height: 32px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.page-main-right .dongtai ul li::before {
    content: '';
    width: 4px;
    height: 4px;
    display: inline-block;
    background-color: #314289;
    border-radius: 50%;
    margin-right: 10px;
}

.page-main-right .zhuanti ul li {
    padding: 15px 30px;
    background: #dee2ee;
    z-index: -1;
    opacity: .8;
    border-bottom-left-radius: 30px;
    border-top-right-radius: 30px;
    margin: 20px 0;
}

.page-main-right .zhuanti ul li .pic {
    overflow: hidden;
}

.page-main-right .zhuanti ul li img {
    max-width: 100%;
    width: 100%;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.page-main-right .zhuanti ul li img:hover {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
}

.pb_sys_style1 .p_no_d {
    border: 1px solid #2c408a !important;
    background-color: #2c408a !important;
}

.pcshow{
    
}

.mshow{
    display: none;
}

.list-pages{
    text-align: center;
}
.page1{
                z-index: 100 !important;}
            .sidebar{
                z-index: 2000 !important;}