@charset "utf-8"; /* 网站通用样式 */
@font-face {
    font-family: "syht400";
    src: url("../fonts/SourceHanSansCN-Regular.ttf") format("truetype");
}

@font-face {
    font-family: "syht500";
    src: url("../fonts/Source_Han_Sans_SC_Medium_Medium.ttf") format("truetype");
}

@font-face {
    font-family: "syht700";
    src: url("../fonts/SourceHanSansSC-Bold.ttf") format("truetype");
}

@font-face {
    font-family: "syst500";
    src: url("../fonts/SourceHanSerifCN-Medium.ttf") format("truetype");
}

#loading {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    height: 100%;
    background: #fff;
}

html {
    width: 100%;
    min-width: 320px;
    font-size: 100px;
    overflow-x: hidden;
}

html::-webkit-scrollbar {
    width: .08rem;
}

html::-webkit-scrollbar-thumb {
    border-radius: .08rem;
    background: #0a5897;
}

html::-webkit-scrollbar-track {
    border-radius: 0;
    background: rgba(0, 0, 0, 0.3);
}

.overflow {
    height: 100vh;
    overflow: hidden !important;
}

.container {
    width: 1600px;
    max-width: 90%;
    margin: 0 auto;
    font-size: .16rem;
}

/* 网站头部 */
.header {
    position: fixed;
    top: 0;
    right: 0;
    bottom: auto;
    left: auto;
    z-index: 100;
    width: 100%;
    padding: .3rem 0;
    -webkit-transition: box-shadow 0.3s ease-out 0s;
    -moz-transition: box-shadow 0.3s ease-out 0s;
    -ms-transition: box-shadow 0.3s ease-out 0s;
    -o-transition: box-shadow 0.3s ease-out 0s;
    transition: box-shadow 0.3s ease-out 0s;
    border-top: .16rem solid #11406c;
    background: #0a5897;
}

.header .container {
    position: relative;
    z-index: 2;
    width: 1750px;
    max-width: 94%;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header .right-wrapper {
    width: 8rem;
    max-width: calc(100% - 9.2rem);
}

.header.scroll {
    box-shadow: 0 0 0.15rem 0 rgba(0, 0, 0, 0.4);
}

.logo {
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.logo img {
    max-height: .81rem;
}

.top-box {
    display: -ms-flexbox;
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
}

.top-link {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    font-size: 0.18rem;
    font-weight: 500;
    line-height: 0.28rem;
    color: #fff;
    text-align: left;
    padding-bottom: .07rem;
}

.top-link a {
    display: block;
    color: #fff;
    padding: 0 0 0 .28rem;
    background-image: url("../images/f_icon1.png");
    background-repeat: no-repeat;
    background-position: 0 50%;
    background-color: transparent;
    background-size: 0.2rem;
}

.top-link a i {
    display: inline-block;
    width: .14rem;
    height: .1rem;
    margin: 0 0 0 .04rem;
    background-image: url("../images/f_icon2.png");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-color: transparent;
    background-size: 0.1rem;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.top-link .link-wrap {
    position: absolute;
    top: 130%;
    right: 0;
    bottom: auto;
    left: auto;
    z-index: 2;
width: 1.2rem;
    /*min-width: 120%;*/
    padding: .07rem .12rem;
    background: #fff;
    box-shadow: 0 0 0.2rem 0 rgba(0, 0, 0, 0.2);
    border-radius: 4px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.top-link .link-wrap a {
    padding-top: .05rem;
    padding-bottom: .05rem;
    font-size: .16rem;
    color: #333;
    background-image: url("../images/f_icon1_2.png");
    border-top: 1px dashed #ddd;
}

.top-link .link-wrap a:first-child {
    border-top: 0;
}

.top-link .link-wrap a:hover {
    color: #0a5897;
}

.top-link:hover a i {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.top-link:hover .link-wrap {
    top: 100%;
    visibility: visible;
    opacity: 1;
}

.search-box {
    margin: 0 .22rem 0 0;
    border: 1px solid #fff;
    border-radius: .4rem;
}

.search-box .form {
    font-size: 0;
}

.search-box .input {
    display: inline-block;
    vertical-align: top;
    width: 1.5rem;
    height: .26rem;
    padding: 0 .1rem 0 .15rem;
    font-size: 0.15rem;
    font-weight: 500;
    line-height: 0.26rem;
    color: #fff;
    text-align: left;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.search-box .input::placeholder {
    color: rgba(255, 255, 255, 0.7);
}

.search-box .submit {
    display: inline-block;
    vertical-align: top;
    width: .42rem;
    height: .26rem;
    background-image: url("../images/search.png");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-color: transparent;
    background-size: auto;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.nav {
    width: 100%;
}

.nav li {
    position: relative;
}

.nav li a {
    position: relative;
    display: block;
    font-size: 0.22rem;
    font-weight: 500;
    line-height: 0.6rem;
    color: #fff;
    text-align: center;
}

.nav li > a {
    -webkit-transition: all 0.2s ease-out 0s;
    -moz-transition: all 0.2s ease-out 0s;
    -ms-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.nav li > a::after {
    display: block;
    content: "";
    box-sizing: border-box;
    width: 0%;
    height: .04rem;
    margin: 0 auto;
    border-radius: 3px;
    background: #0a5897;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.nav li:hover > a::after {
    width: 100%;
}

.nav li:hover .sub-nav {
    visibility: visible;
    opacity: 1;
    -webkit-transform: rotateX(0);
    -moz-transform: rotateX(0);
    -ms-transform: rotateX(0);
    -o-transform: rotateX(0);
    transform: rotateX(0);
}

.nav .sub-nav {
    position: absolute;
    top: calc(100% - .04rem);
    right: auto;
    bottom: auto;
    left: calc(50% - .75rem);
    z-index: 1;
    width: 1.5rem;
    padding: .07rem 0;
    background: #0a5897;
    opacity: 0;
    visibility: hidden;
    box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.2);
    background: white;
    border-radius: 3px;
    border-top: .04rem solid #61B0E2;
    -webkit-transition: all 0.42s ease-out 0s;
    -moz-transition: all 0.42s ease-out 0s;
    -ms-transition: all 0.42s ease-out 0s;
    -o-transition: all 0.42s ease-out 0s;
    transition: all 0.42s ease-out 0s;
    -webkit-transform: rotateX(90deg);
    -moz-transform: rotateX(90deg);
    -ms-transform: rotateX(90deg);
    -o-transform: rotateX(90deg);
    transform: rotateX(90deg);
    transform-origin: 50% 0%;
}

.nav .sub-nav dd {
    position: relative;
    padding: 0 .15rem;
}

.nav .sub-nav dd::before {
    position: absolute;
    top: 0;
    right: 0.15rem;
    bottom: auto;
    left: auto;
    z-index: 1;
    width: calc(100% - .3rem);
    height: 100%;
    content: "";
    background: #0a5897;
    opacity: 0;
    -webkit-transition: all 0.2s ease-out 0s;
    -moz-transition: all 0.2s ease-out 0s;
    -ms-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
}

.nav .sub-nav dd:last-child a {
    border: none;
}

.nav .sub-nav dd:hover::before {
    right: 0;
    width: 100%;
    opacity: 1;
}

.nav .sub-nav dd:hover a {
    color: #fff;
    border-color: transparent;
}

.nav .sub-nav a {
    z-index: 2;
    width: 100%;
    padding: .1rem 0;
    font-size: .15rem;
    font-weight: 500;
    line-height: .2rem;
    color: #333;
    border-bottom: 1px dashed #eee;
    -webkit-transition: all 0.15s ease-out 0s;
    -moz-transition: all 0.15s ease-out 0s;
    -ms-transition: all 0.15s ease-out 0s;
    -o-transition: all 0.15s ease-out 0s;
    transition: all 0.15s ease-out 0s;
}

.nav .sub-nav .tri {
    position: absolute;
    top: auto;
    right: auto;
    bottom: 100%;
    left: 0%;
    z-index: 1;
    width: 100%;
    height: 11px;
    overflow: hidden;
}

.nav .sub-nav .tri::before {
    display: none;
}

.nav .sub-nav .tri::after {
    display: block;
    content: "";
    box-sizing: border-box;
    width: 14px;
    height: 14px;
    margin: 0 auto;
    background: #61B0E2;
    -webkit-transform: translate(0px, 3px) rotate(45deg);
    -moz-transform: translate(0px, 3px) rotate(45deg);
    -ms-transform: translate(0px, 3px) rotate(45deg);
    -o-transform: translate(0px, 3px) rotate(45deg);
    transform: translate(0px, 3px) rotate(45deg);
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
}

.mobile-box {
    display: none;
    position: fixed;
    top: 71px;
    right: auto;
    bottom: auto;
    left: -100%;
    z-index: 1;
    width: 100%;
    height: calc(100vh - 71px);
    padding: .15rem 4% .4rem;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
    opacity: 0;
    visibility: hidden;
    background: #f6f6f6;
}

.mobile-box .nav {
    width: 100%;
    height: calc(100% - 1rem);
    padding: 0 0 .2rem;
}

.mobile-box .nav ul {
    display: block;
    height: 100%;
    overflow-y: auto;
}

.mobile-box .nav li {
    position: relative;
    width: 100%;
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #fff;
}

.mobile-box .nav li:first-child {
    border-top: none;
}

.mobile-box .nav li:last-child {
    border-bottom: none;
}

.mobile-box .nav li a {
    color: #333;
    font-weight: 500;
    padding: 0 .1rem;
    line-height: .6rem;
    text-align: left;
}

.mobile-box .nav li a::after {
    display: none;
}

.mobile-box .nav li .icon {
    position: absolute;
    top: 0;
    right: 0;
    bottom: auto;
    left: auto;
    z-index: 1;
    width: .6rem;
    height: .6rem;
    background-image: url(../images/arrow2.png);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-color: transparent;
    background-size: 7px;
    cursor: pointer;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.mobile-box .nav li .icon.close {
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg);
}

.mobile-box .nav li > a {
    font-size: .2rem;
}

.mobile-box .nav .sub-nav {
    display: none;
    position: static;
    opacity: 1;
    width: 100%;
    padding: 0 0 12px 20px;
    background: none;
    box-shadow: none;
    transition: none;
    border: none;
    visibility: visible;
}

.mobile-box .nav .sub-nav dd::before {
    display: none;
}

.mobile-box .nav .sub-nav .tri {
    display: none;
}

.mobile-box .nav .sub-nav a {
    font-size: .18rem;
    line-height: .4rem;
    color: #494949 !important;
    border-bottom: none;
}

.mobile-box .nav .sub-nav::before {
    display: none;
}

.mobile-box .mobile-search {
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 0 0 0 1px;
    margin: .1rem auto .15rem;
    overflow: hidden;
}

.mobile-box .mobile-search .form {
    display: flex;
    width: 100%;
    overflow: hidden;
}

.mobile-box .mobile-search .input {
    width: calc(100% - .6rem);
    height: .45rem;
    padding: 0 .1rem 0 .2rem;
    vertical-align: top;
    font-size: 0.17rem;
    font-weight: 500;
    line-height: 0.45rem;
    color: #333;
    text-align: left;
    background: #fff;
    border: 1px solid #0a5897;
    border-radius: .3rem 0 0 .3rem;
    overflow: hidden;
}

.mobile-box .mobile-search .submit {
    width: .6rem;
    height: .45rem;
    border-radius: 0 .3rem .3rem 0;
    vertical-align: top;
    background-image: url("../images/search.png");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-color: #0a5897;
    background-size: auto;
}

.mobile-box .top-link {
    justify-content: center;
}

.mobile-box .top-link a {
    margin: 0 .1rem;
    color: #0a5897;
    background-image: url("../images/f_icon1_2.png");
}

.mobile-box.show {
    left: 0px;
    opacity: 1;
    visibility: visible;
}

.pad-btn {
    display: none;
    align-items: center;
    padding: 0 0 0 .4rem;
}

.pad-btn .nav-btn {
    position: relative;
    z-index: 5;
    width: 28px;
    margin: 0 0 0 .16rem;
    vertical-align: middle;
    cursor: pointer;
}

.pad-btn .nav-btn i {
    display: block;
    height: 2px;
    margin: 7px 0;
    background: #fff;
    -webkit-transition: all 0.3s cubic-bezier(0.99, 0.01, 0.01, 1) 0s;
    -moz-transition: all 0.3s cubic-bezier(0.99, 0.01, 0.01, 1) 0s;
    -ms-transition: all 0.3s cubic-bezier(0.99, 0.01, 0.01, 1) 0s;
    -o-transition: all 0.3s cubic-bezier(0.99, 0.01, 0.01, 1) 0s;
    transition: all 0.3s cubic-bezier(0.99, 0.01, 0.01, 1) 0s;
}

.pad-btn .nav-btn i:nth-child(2) {
    width: 75%;
}

.pad-btn .nav-btn.close i:nth-child(1) {
    -webkit-transform: translate(0px, 9px) rotate(45deg);
    -moz-transform: translate(0px, 9px) rotate(45deg);
    -ms-transform: translate(0px, 9px) rotate(45deg);
    -o-transform: translate(0px, 9px) rotate(45deg);
    transform: translate(0px, 9px) rotate(45deg);
}

.pad-btn .nav-btn.close i:nth-child(2) {
    opacity: 0;
}

.pad-btn .nav-btn.close i:nth-child(3) {
    -webkit-transform: translate(0px, -9px) rotate(-45deg);
    -moz-transform: translate(0px, -9px) rotate(-45deg);
    -ms-transform: translate(0px, -9px) rotate(-45deg);
    -o-transform: translate(0px, -9px) rotate(-45deg);
    transform: translate(0px, -9px) rotate(-45deg);
}

/* 首页轮播图 */
.banner {
    width: 100%;
    z-index: 1;
    margin: 1.75rem 0 0;
    font-size: 0;
    background: #0a5897;
}

.banner .img {
    position: relative;
    display: block;
    width: 100%;
    height: calc(75vh - 1.75rem);
    overflow: hidden;
}

.banner .img .slide-inner {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.banner .img img {
    position: absolute;
    top: 0;
    right: auto;
    bottom: auto;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: transform 1s ease-out 0s;
    -moz-transition: transform 1s ease-out 0s;
    -ms-transition: transform 1s ease-out 0s;
    -o-transition: transform 1s ease-out 0s;
    transition: transform 1s ease-out 0s;
}

.banner .swiper-slide-active img {
    -webkit-transition: transform 6.2s ease-out 1s;
    -moz-transition: transform 6.2s ease-out 1s;
    -ms-transition: transform 6.2s ease-out 1s;
    -o-transition: transform 6.2s ease-out 1s;
    transition: transform 6.2s ease-out 1s;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.banner .pagination {
    position: absolute;
    bottom: .35rem;
    z-index: 3;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.banner .pagination .swiper-pagination-bullet {
    position: relative;
    vertical-align: middle;
    width: .12rem;
    height: .12rem;
    margin: 0 .1rem;
    background: #fff;
    opacity: .5;
    cursor: pointer;
    -webkit-transition: width height ease-out 0s;
    -moz-transition: width height ease-out 0s;
    -ms-transition: width height ease-out 0s;
    -o-transition: width height ease-out 0s;
    transition: width height ease-out 0s;
}

.banner .pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    opacity: 1;
}

/* 网站底部 */
.footer {
    padding: 0 0 0;
    background-image: url("../images/foot_bg.jpg");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-color: transparent;
    background-size: cover;
}

.footer > .container {
    padding: .34rem 0 .24rem;
}

.foot-link {
    padding: .3rem 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}

.foot-link h6 {
    font-size: 0.18rem;
    font-weight: 500;
    line-height: 0.4rem;
    color: #fff;
    text-align: left;
    white-space: nowrap;
}

.foot-link ul {
    display: flex;
    flex-wrap: wrap;
}

.foot-link ul a {
    position: relative;
    display: block;
    margin-right: .65rem;
    font-size: 0.18rem;
    font-weight: 500;
    line-height: 0.4rem;
    color: #fff;
    text-align: left;
}

.foot-link ul a::after {
    position: absolute;
    top: auto;
    right: 0;
    bottom: 0.05rem;
    left: auto;
    z-index: 1;
    content: "";
    width: 0;
    height: 1px;
    background: #fff;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.foot-link ul a:hover::after {
    right: auto;
    left: 0;
    width: 100%;
}

.foot-img img {
    max-height: .6rem;
}

.foot-contact {
    font-size: 0.18rem;
    font-weight: 500;
    line-height: 0.42rem;
    color: #fff;
    text-align: left;
}

.ewm img {
    width: 1.32rem;
}

.ewm p {
    margin: .12rem 0 0;
    font-family: "syht700";
    font-size: 0.16rem;
    font-weight: 500;
    line-height: 0.22rem;
    color: #fff;
    text-align: center;
    width: 1.32rem;
}

.copy {
    padding: .17rem;
    font-size: 0.18rem;
    font-weight: 500;
    line-height: 0.3rem;
    color: rgba(255, 255, 255, 0.8);
    text-align: center;
    background: #064578;
}

/* 首页样式 */
.column {
    position: relative;
    width: 100%;
    margin: .3rem 0 .4rem;
}

.column .cn {
    font-family: "syht500";
    font-size: 0.42rem;
    font-weight: 500;
    line-height: 0.65rem;
    color: #333;
    text-align: left;
}

.column .en {
    position: absolute;
    top: auto;
    right: auto;
    bottom: 0;
    left: 0;
    z-index: 1;
    font-family: "syst500";
    font-size: 0.5rem;
    font-weight: 500;
    line-height: 0.5rem;
    color: rgba(10, 88, 151, 0.1);
    text-align: left;
    text-transform: uppercase;
}

.more {
    font-family: "syht500";
    font-size: 0.18rem;
    font-weight: 500;
    line-height: 0.65rem;
    color: rgba(51, 51, 51, 0.6);
    text-align: left;
}

.title {
    font-family: "syht700";
    font-size: 0.18rem;
    font-weight: 500;
    line-height: 0.28rem;
    color: #333;
    text-align: left;
}

.info {
    font-family: "syht500";
    font-size: 0.16rem;
    font-weight: 500;
    line-height: 0.28rem;
    color: rgba(51, 51, 51, 0.6);
    text-align: justify;
}

.date {
    font-family: "syht500";
    font-size: 0.16rem;
    font-weight: 500;
    line-height: 0.28rem;
    color: #0a5897;
    text-align: left;
}

.date1 {
    width: .7rem;
    padding: .04rem 0 .06rem;
    font-family: "syht500";
    font-size: 0.16rem;
    font-weight: 500;
    line-height: 0.22rem;
    color: #fff;
    text-align: center;
    background: #0a5897;
}

.date1 p:first-child {
    font-size: .3rem;
    font-family: "syht700";
    line-height: .38rem;
}

.home {
    padding: 0 0 .8rem;
    background-image: url("../images/index_bg.jpg");
    background-repeat: no-repeat;
    background-position: 50% 100%;
    background-color: transparent;
    background-size: 100%;
}

.home .wrap1 {
    width: 60.3125%;
}

.home .wrap2 {
    width: 35.3125%;
}

.home .wrap3 {
    width: 100%;
}

.home .wrap4 {
    width: 100%;
}

.first-news {
    width: 55%;
}

.first-news .img {
    padding: 2.87rem 0 0;
}

.first-news .text {
    padding: .22rem .35rem .6rem;
    background-image: url("../images/list_bg1.jpg");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-color: #0a5897;
    background-size: cover;
}

.first-news .title {
    margin: .12rem 0;
    height: .6rem;
    font-family: "syht700";
    font-size: .2rem;
    color: #fff;
}

.first-news .info {
    height: .56rem;
    color: #fff;
}

.first-news .date {
    color: #fff;
}

.news-list1 {
    width: 41.5%;
}

.news-list1 li {
    padding: .15rem 0;
    border-bottom: 1px dashed #999;
}

.news-list1 li:first-child {
    padding-top: 0;
}

.news-list1 a {
    display: block;
}

.news-list1 .title {
    height: .56rem;
    margin: .06rem 0;
}

.news-list1 .info {
    height: .56rem;
}

.news-list2 li {
    margin: .23rem 0 0;
}

.news-list2 li:first-child {
    margin: 0;
}

.news-list2 .title {
    max-height: .56rem;
    width: calc(100% - 1.06rem);
}

.news-list2 .text {
    width: calc(100% - 1.06rem);
}

.news-list2 .text .title {
    max-height: none;
    margin: 0 0 .05rem;
}

.pic-list1 {
    font-size: 0;
    margin: 0 -0.14rem;
}

.pic-list1 > li {
    display: inline-block;
    vertical-align: top;
    width: 25%;
    padding: 0 0.14rem;
}

.pic-list1 .img-zoom {
    background: #fff;
    box-shadow: 0 0.1rem 0.18rem 0 rgba(22, 54, 79, 0.1);
}

.pic-list1 .img {
    padding: 138% 0 0;
}

.pic-list1 .text {
    padding: .2rem .38rem .35rem;
}

.pic-list1 .title {
    height: .56rem;
    margin-bottom: .2rem;
}

.news-list3 {
    font-size: 0;
    margin: 0 -0.25rem;
}

.news-list3 > li {
    display: inline-block;
    vertical-align: top;
    width: 33.3333333333%;
    padding: 0 0.25rem;
}

.news-list3 a {
    display: block;
    padding: .25rem .38rem .32rem;
    border-bottom: 0.16rem solid #0a5897;
    box-shadow: 0 0.1rem 0.18rem 0 rgba(22, 54, 79, 0.18);
}

.news-list3 .p1 {
    font-family: "syht700";
    font-size: 0.16rem;
    font-weight: 500;
    line-height: 0.3rem;
    color: #0a5897;
    text-align: left;
}

.news-list3 .title {
    height: .56rem;
    margin: .24rem 0 .28rem;
}

.news-list3 .p2 {
    display: flex;
    justify-content: space-between;
    padding: 0 0 0 .32rem;
    background-repeat: no-repeat;
    background-position: 0 .09rem;
    background-color: transparent;
    background-size: auto;
    font-family: "syht500";
    font-size: 0.15rem;
    font-weight: 500;
    line-height: 0.32rem;
    color: #333;
    text-align: left;
}

.news-list3 .p2 span {
    width: calc(100% - .8rem); line-height: .2rem; padding-top: .06rem;
}

.news-list3 .p2.i1 {
    background-image: url("../images/f_icon3_1.png");
}

.news-list3 .p2.i2 {
    background-image: url("../images/f_icon3_2.png");
}

.news-list3 .p2.i3 {
    background-image: url("../images/f_icon3_3.png");
}

/* 内页样式 */
.decorate {
    position: relative;
    margin: 1.75rem 0 0;
    padding: 4.3rem 0 0;
}

.decorate::before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: auto;
    left: auto;
    z-index: 2;
    content: "";
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, rgba(216, 216, 216, 0) 31%);
}

.decorate img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.main-box {
    background: #ebf0f6;
}

.sidebar {
    position: relative;
    z-index: 3;
    width: 3.2rem;
    margin: -.8rem 0 .6rem;
    box-shadow: 0px 0.06rem 0.18rem 0px rgba(165, 186, 199, 0.32);
    background: #fcfeff;
}

.sidebar h3 {
    position: relative;
    z-index: 1;
    padding: 0 0 .2rem;
    font-size: 0.4rem;
    font-weight: 500;
    line-height: 1.16rem;
    color: #fff;
    text-align: center;
    background: #0a5897;
}

.sidebar h3 .en {
    position: absolute;
    top: auto;
    right: auto;
    bottom: 0.38rem;
    left: 0;
    z-index: -1;
    width: 100%;
    font-family: "syst500";
    font-size: 0.3rem;
    font-weight: 500;
    line-height: 0.3rem;
    color: rgba(255, 255, 255, 0.2);
    text-align: center;
    text-transform: uppercase;
}

.sidebar h3::after {
    position: absolute;
    top: auto;
    right: auto;
    bottom: 0;
    left: 100%;
    z-index: 1;
    content: "";
    width: 0;
    height: 0;
    border-top: .28rem solid #074373;
    border-right: 0.2rem solid transparent;
    border-bottom: 0.28rem solid transparent;
    border-left: .2rem solid #074373;
}

.sidebar .sub-nav {
    position: relative;
    padding: .24rem 0 1.9rem;
    background-image: url("../images/list_bg2.jpg");
    background-repeat: no-repeat;
    background-position: 50% 100%;
    background-color: #fff;
    background-size: 100%;
}

.sidebar .sub-nav li {
    position: relative;
}

.sidebar .sub-nav li.cur > a {
    margin: 0;
    color: #fff;
    background-image: url("../images/list_bg3.jpg");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-color: transparent;
    background-size: cover;
}

.sidebar .sub-nav li.cur > a::before, .sidebar .sub-nav li.cur > a::after {
    opacity: 1;
}

.sidebar .sub-nav li:hover > a {
    color: #0a5897;
}

.sidebar .sub-nav a {
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: .25rem 0;
    margin: 0 .14rem;
    font-family: "syht400";
    font-size: 0.22rem;
    font-weight: 500;
    line-height: 0.34rem;
    color: #333;
    text-align: center;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    border-bottom: 1px solid rgba(10, 88, 151, 0.2);
}

.sidebar .sub-nav a span {
    position: relative;
    z-index: 2;
}

.sidebar .sub-nav a::before {
    display: block;
    content: "";
    box-sizing: border-box;
    width: .31rem;
    height: .05rem;
    margin: 0 .16rem 0 0;
    background-image: url("../images/f_icon4.png");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-color: transparent;
    background-size: 100%;
    opacity: 0;
}

.sidebar .sub-nav a::after {
    display: block;
    content: "";
    box-sizing: border-box;
    width: .31rem;
    height: .05rem;
    margin: 0 0 0 .16rem;
    background-image: url("../images/f_icon4.png");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-color: transparent;
    background-size: 100%;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    opacity: 0;
}

.main {
    position: relative;
    z-index: 4;
    width: calc(100% - 3.8rem);
    min-height: 4rem;
    margin: .6rem 0 0;
    padding: 0 0 .4rem;
}

.main .news-list2 {
    margin: .2rem 0 0;
}

.main .news-list2 li {
    margin: 0;
    padding: .22rem 0;
    border-bottom: 1px dashed #d5d5d5;
}

.position {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.position h3 {
    white-space: nowrap;
    font-family: "syht400";
    font-size: 0.3rem;
    font-weight: 500;
    line-height: 0.42rem;
    color: #0a5897;
    text-align: left;
}

.position .line {
    position: relative;
    width: 100%;
    margin: 0 0 0 .12rem;
    border-bottom: 1px solid rgba(51, 51, 51, 0.15);
}

.position .line::before {
    position: absolute;
    top: auto;
    right: auto;
    bottom: -2px;
    left: 0;
    z-index: 1;
    content: "";
    width: 1.2rem;
    height: 3px;
    background: #0a5897;
}

.place {
    position: absolute;
    top: auto;
    right: 0;
    bottom: 70%;
    left: auto;
    z-index: 1;
    font-size: 0.16rem;
    font-weight: 500;
    line-height: 0.3rem;
    color: rgba(0, 0, 0, 0.4);
    text-align: left;
    padding: 0 0 0 .3rem;
    white-space: nowrap;
    font-family: "syht400";
    background-image: url(../images/place.png);
    background-repeat: no-repeat;
    background-position: 0 50%;
    background-color: transparent;
    background-size: 0.22rem;
}

.place a {
    color: rgba(0, 0, 0, 0.4);
}

.place a:hover {
    color: #0a5897;
}

.picture2 {
    margin: .2rem 0 0;
}

.picture2 li {
    position: relative;
}

.picture2 li.no-img .text {
    width: 100%;
    padding-left: 0;
}

.picture2 a {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: .24rem .2rem;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    border-bottom: 1px dashed #cacaca;
}

.picture2 .img-frame {
    width: 2.6rem;
}

.picture2 .img-frame .img {
    padding: 60% 0 0;
}

.picture2 .text {
    position: relative;
    width: calc(100% - 2.7rem);
    padding: .1rem 0 0 .2rem;
}

.picture2 .date {
    margin: .08rem 0 0;
}

.picture2 .title {
    line-height: .3rem;
    color: #222;
}

.picture2 .info {
    max-height: .56rem;
    margin: .1rem 0 0;
}

.picture3 {
    font-size: 0;
    margin: 0 -0.15rem;
}

.picture3 > li {
    display: inline-block;
    vertical-align: top;
    width: 33.3333333333%;
    padding: 0 0.15rem;
}

.picture3 .img-zoom {
    margin: .3rem 0 0;
    padding: .1rem;
    border: 1px solid #eee;
    border-radius: 4px;
    overflow: visible;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    background: #fcfeff;
    box-shadow: 0px 0.05rem 0.12rem 0px rgba(165, 186, 199, 0.32);
}

.picture3 .img {
    padding: 65% 0 0;
}

.picture3 .text {
    padding: .15rem 0 .05rem;
}

.picture3 .title {
    font-family: "SYST400";
    font-size: 0.18rem;
    font-weight: 500;
    line-height: 0.36rem;
    color: #333;
    text-align: center;
}

.leader-item {
    margin: .55rem 0 0;
    background: #FFFFFF;
    box-shadow: 0px 4px 15px 0px rgba(206, 206, 206, 0.5);
}

.leader-item h3 {
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    font-family: "syht400";
    padding: 0 0 0 .44rem;
    font-size: 0.26rem;
    font-weight: 500;
    line-height: 0.7rem;
    color: #fff;
    text-align: left;
    background: #0a5897;
}

.leader-item h3::before {
    display: block;
    content: "";
    box-sizing: border-box;
    width: .4rem;
    height: .15rem;
    margin: 0 .15rem 0 0;
    background-image: url("../images/f_icon5.png");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-color: transparent;
    background-size: 100%;
}

.leader-item h3::after {
    display: block;
    content: "";
    box-sizing: border-box;
    width: .4rem;
    height: .15rem;
    margin: 0 0 0 .15rem;
    background-image: url("../images/f_icon5.png");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-color: transparent;
    background-size: 100%;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.leader-item .teach-list {
    padding: 0 .55rem .44rem;
}

.teach-list {
    font-size: 0;
    margin: 0 -0.24rem;
    margin-bottom: .3rem;
}

.teach-list > li {
    display: inline-block;
    vertical-align: top;
    width: 20%;
    padding: 0 0.24rem;
}

.teach-list li {
    margin: .44rem 0 0;
}

.teach-list .img-zoom {
    z-index: 1;
    padding: 0 .04rem .04rem;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.teach-list .img-zoom::after {
    position: absolute;
    top: 0.04rem;
    right: 0;
    bottom: auto;
    left: auto;
    z-index: -1;
    content: "";
    width: 100%;
    height: calc(100% - .04rem);
    background: #0a5897;
}

.teach-list .img-zoom:hover {
    box-shadow: 0px 4px 0.15rem 0px rgba(14, 65, 150, 0.5);
}

.teach-list .img-frame .img {
    padding: 129.4% 0 0;
}

.teach-list .title {
    color: #fff;
    line-height: .4rem;
    text-align: center;
}

.people-item {
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin: .42rem 0 0;
    padding: .4rem .4rem .2rem;
    border-top: 0.07rem solid #0a5897;
    background: #fff;
    box-shadow: 0px 4px 15px 0px rgba(206, 206, 206, 0.5);
}

.people-item h3 {
    padding: 0 0 0 .26rem;
    font-family: "syht400";
    font-size: 0.24rem;
    font-weight: 500;
    line-height: 0.3rem;
    color: #0a5897;
    text-align: left;
    background-image: url("../images/f_icon6.jpg");
    background-repeat: no-repeat;
    background-position: 0 50%;
    background-color: transparent;
    background-size: 0.17rem;
}

.people-item .people-list {
    width: calc(100% - 2.9rem);
}

.people-item .people-list ul {
    font-size: 0;
    margin: 0 -0.1rem;
}

.people-item .people-list ul > li {
    display: inline-block;
    vertical-align: top;
    width: 20%;
    padding: 0 0.1rem;
}

.people-item .people-list li {
    margin: 0 0 .25rem;
    text-align: center;
}

.people-item .people-list .title {
    font-family: "syht400";
    font-size: .2rem;
    -webkit-transition: all 0.2s ease-out 0s;
    -moz-transition: all 0.2s ease-out 0s;
    -ms-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
}

.people-item .people-list .title:hover {
    font-weight: 700;
    color: #0a5897;
}

.title2 {
    margin: .45rem 0 0;
    font-family: "syht400";
    font-size: 0.3rem;
    font-weight: 500;
    line-height: 140%;
    color: #0a5897;
    text-align: center;
}

.people-item2 {
    margin: .42rem 0 0;
    background: #fff;
    box-shadow: 0px 4px 15px 0px rgba(206, 206, 206, 0.5);
}

.people-item2 h3 {
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    font-family: "syht400";
    padding: 0 0 0 .3rem;
    font-size: 0.26rem;
    font-weight: 500;
    line-height: 0.54rem;
    color: #fff;
    text-align: left;
    background-image: url("../images/list_bg4.jpg");
    background-repeat: no-repeat;
    background-position: 100% 50%;
    background-color: #0a5897;
    background-size: 100% 100%;
}

.people-item2 h3::before {
    display: block;
    content: "";
    box-sizing: border-box;
    width: 2px;
    height: .25rem;
    margin: 0 .13rem 0 0;
    background: #fff;
}

.people-item2 .people-list {
    padding: .3rem .45rem .2rem;
}

.people-item2 .people-list ul {
    font-size: 0;
    margin: 0 -0.1rem;
}

.people-item2 .people-list ul > li {
    display: inline-block;
    vertical-align: top;
    width: 16.6666666667%;
    padding: 0 0.1rem;
}

.people-item2 .people-list li {
    margin: 0 0 .3rem;
}

.people-item2 .people-list .title {
    font-family: "syht400";
    font-size: .22rem;
    -webkit-transition: all 0.2s ease-out 0s;
    -moz-transition: all 0.2s ease-out 0s;
    -ms-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
}

.people-item2 .people-list .title:hover {
    font-weight: 700;
    color: #0a5897;
}

.article {
    margin: .4rem 0;
    padding: .4rem 4% .2rem;
    background: #fcfcfc;
}

.article .title {
    font-family: "syht400";
    font-size: 0.3rem;
    font-weight: 500;
    line-height: 140%;
    color: #0a5897;
    text-align: center;
}

.article .sub-title1 {
    margin: 0 0 .08rem;
    font-size: 0.17rem;
    font-weight: 500;
    line-height: 0.32rem;
    color: #000;
    text-align: center;
}

.article .sub-title2 {
    margin: .08rem 0 0;
    font-size: 0.17rem;
    font-weight: 500;
    line-height: 0.32rem;
    color: #666;
    text-align: center;
}

.article .sub {
    margin: 0 0 .1rem;
    padding: .14rem 0 .3rem;
    font-family: "syht400";
    font-size: 0.15rem;
    font-weight: 500;
    line-height: 0.22rem;
    color: #888;
    text-align: center;
    border-bottom: 1px solid #ddd;
}

.article .sub span {
    margin: 0 .1rem;
}

.article .sub span span {
    margin: 0;
}

.article .content {
    padding: .3rem 0 .2rem;
    font-size: 0.18rem;
    font-weight: 500;
    line-height: 180%;
    color: #333;
    text-align: justify;
}

.article .content p {
    text-indent: 2em;
    word-break: break-all;
    margin: 0 0 .25rem;
}

.article .content img, .article .content video {
    max-width: 100%;
    height: auto !important;
    margin: 0 auto;
    display: block;
}

.article .content video {
    display: block;
    margin: 0 auto;
}

.article .content table {
    max-width: 100%;
    margin: 0 auto .2rem;
}

.article .content table td {
    word-break: break-all;
}

.article .content table p {
    text-indent: 0;
    margin: 0;
}

.article .content table img, .article .content table video, .article .content table iframe {
    margin-top: 0;
    margin-bottom: 0;
}

.article .content iframe {
    display: block;
    max-width: 100%;
    margin: 0 auto .2rem;
}

.article .cont-page {
    position: relative;
    padding: .3rem 90px .28rem .1rem;
    border-top: 2px solid #0a5897;
}

.article .cont-page a {
    display: block;
    padding: 4px 0;
    font-size: 0.17rem;
    font-weight: 500;
    line-height: 0.28rem;
    color: #666;
    text-align: left;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.article .cont-page a span {
    position: relative;
}

.article .cont-page a span::after {
    position: absolute;
    top: auto;
    right: auto;
    bottom: -2px;
    left: 0;
    z-index: 1;
    width: 0;
    height: 1px;
    background: #0a5897;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    content: "";
}

.article .cont-page a:hover {
    text-decoration: none;
    color: #0a5897;
    font-weight: 700;
}

.article .cont-page a:hover span::after {
    width: 100%;
}

.article .return-list {
    position: absolute;
    top: 50%;
    right: 0;
    bottom: auto;
    left: auto;
    z-index: 1;
    text-align: center !important;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.article .return-list p {
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    font-size: 0.17rem;
    font-weight: 500;
    line-height: 200%;
    color: #0a5897;
    text-align: center;
}

.article .return-list:hover p {
    font-weight: 700;
}

.article ul a, .article a {
}

.article ul a:hover, .article a:hover {
    text-decoration: underline;
}

.article .table-box {
    overflow-x: auto;
}

.article .share {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: .1rem 0 .3rem;
    -webkit-transition: top 0.01s linear 0s;
    -moz-transition: top 0.01s linear 0s;
    -ms-transition: top 0.01s linear 0s;
    -o-transition: top 0.01s linear 0s;
    transition: top 0.01s linear 0s;
}

.article .share p {
    margin: 0 0 0;
    text-indent: 0;
    font-size: 0.16rem;
    font-weight: 500;
    line-height: 0.2rem;
    color: #999;
    text-align: center;
}

.article .share .share-icon {
    display: flex;
    justify-content: center;
}

.article .share .share-icon .s-icon {
    width: .45rem;
    height: .45rem;
    margin: 0 .07rem;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-color: #fff;
    background-size: 60%;
    border-radius: 50%;
    cursor: pointer;
    transition: all .3s;
    -ms-transition: all .3s;
    border: 1px solid #eee;
}

.article .share .share-icon .s-icon:hover {
    box-shadow: 0 0 0.1rem 0 rgba(0, 0, 0, 0.15);
}

.article .share .share-icon .s-icon.sina {
    background-image: url(../images/share4_2.png);
}

.article .share .share-icon .s-icon.wechat {
    position: relative;
    background-image: url(../images/share4_1.png);
}

.article .share .share-icon .s-icon.qq {
    background-image: url(../images/share4_3.png);
}

.article .share .share-icon .s-icon.qzone {
    background-image: url(../images/share4_4.png);
}

.article .share .qrid_zz {
    position: absolute;
    bottom: 120%;
    right: 0;
    left: 50%;
    z-index: 1000;
    display: none;
    width: 1.5rem;
    height: auto;
    padding: .14rem .14rem .06rem;
    background: #fff;
    border-radius: 5px;
    transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    box-shadow: 0 0 0.14rem 0 rgba(0, 0, 0, 0.2);
}

.article .share .qrid_zz #qrid {
    width: 100%;
    height: 100%;
}

.article .share .qrid_zz #qrid canvas {
    vertical-align: top;
    width: 100%;
    height: 100%;
}

.article .share .qrid_zz p {
    font-size: .14rem;
    line-height: .3rem;
    color: #666;
    text-align: center;
    margin: 4px 0 0;
}

/* 翻页样式 */
#list-page {
    margin: .4rem 0 .3rem !important;
    font-family: Arial;
    text-align: center;
}

#list-page div {
    font-family: Arial;
}

#list-page .p_pages a, #list-page span, #list-page .p_goto a {
    font-size: .14rem;
    width: auto;
    height: auto;
    margin-top: 5px;
    -webkit-transition: all 0.24s ease-out 0s;
    -moz-transition: all 0.24s ease-out 0s;
    -ms-transition: all 0.24s ease-out 0s;
    -o-transition: all 0.24s ease-out 0s;
    transition: all 0.24s ease-out 0s;
}

#list-page .p_pages a, #list-page .p_no_d, #list-page .p_fun_d, #list-page .p_goto a {
    padding: .11rem 13rem;
    color: #0a5897;
    border: 1px solid #eee;
    border-radius: .3rem;
}

#list-page .p_pages .p_no_d, #list-page a:hover, #list-page .p_goto a {
    background: #0a5897;
    font-weight: bold;
    color: #fff;
    border-color: #0a5897;
}

#list-page .p_t {
    padding: 0 2px 0 0;
    color: #777;
}

#list-page .p_first, #list-page .p_first_d, #list-page .p_last, #list-page .p_last_d {
    display: inline-block;
}

#list-page .p_pages span {
    color: #aaa;
}

#list-page .p_goto input {
    font-family: 'Arial';
    color: #333;
    border-radius: 4px;
    width: .45rem;
    height: .34rem;
    line-height: .34rem;
    vertical-align: bottom;
}

@media screen and (min-width: 1025px) {
    .more:hover {
        color: #0a5897;
        font-family: "syht700";
    }

    .first-news .title span {
        background-image: linear-gradient(#fff, #fff);
        background-repeat: no-repeat;
        background-size: 0 1px;
        background-position: 0 100%;
        -webkit-transition: background-size 0.6s ease-out 0s;
        -moz-transition: background-size 0.6s ease-out 0s;
        -ms-transition: background-size 0.6s ease-out 0s;
        -o-transition: background-size 0.6s ease-out 0s;
        transition: background-size 0.6s ease-out 0s;
    }

    .first-news:hover .title span {
        background-size: 100% 1px;
    }

    .news-list1 li {
        position: relative;
    }

    .news-list1 li::after {
        position: absolute;
        top: auto;
        right: auto;
        bottom: -1px;
        left: 0;
        z-index: 1;
        content: "";
        width: 0;
        height: 1px;
        background: #0a5897;
        -webkit-transition: all 0.5s ease-out 0s;
        -moz-transition: all 0.5s ease-out 0s;
        -ms-transition: all 0.5s ease-out 0s;
        -o-transition: all 0.5s ease-out 0s;
        transition: all 0.5s ease-out 0s;
    }

    .news-list1 li:hover .title {
        color: #0a5897;
    }

    .news-list1 li:hover::after {
        width: 100%;
    }

    .news-list2 a {
        -webkit-transition: all 0.3s ease-out 0s;
        -moz-transition: all 0.3s ease-out 0s;
        -ms-transition: all 0.3s ease-out 0s;
        -o-transition: all 0.3s ease-out 0s;
        transition: all 0.3s ease-out 0s;
    }

    .news-list2 a:hover {
        -webkit-transform: translateX(0.07rem);
        -moz-transform: translateX(0.07rem);
        -ms-transform: translateX(0.07rem);
        -o-transform: translateX(0.07rem);
        transform: translateX(0.07rem);
    }

    .news-list2 a:hover .title {
        color: #0a5897;
    }

    .pic-list1 .text {
        -webkit-transition: all 0.3s ease-out 0s;
        -moz-transition: all 0.3s ease-out 0s;
        -ms-transition: all 0.3s ease-out 0s;
        -o-transition: all 0.3s ease-out 0s;
        transition: all 0.3s ease-out 0s;
    }

    .pic-list1 .img-zoom {
        -webkit-transition: all 0.3s ease-out 0s;
        -moz-transition: all 0.3s ease-out 0s;
        -ms-transition: all 0.3s ease-out 0s;
        -o-transition: all 0.3s ease-out 0s;
        transition: all 0.3s ease-out 0s;
    }

    .pic-list1 .img-zoom:hover {
        -webkit-transform: translateY(-0.1rem);
        -moz-transform: translateY(-0.1rem);
        -ms-transform: translateY(-0.1rem);
        -o-transform: translateY(-0.1rem);
        transform: translateY(-0.1rem);
        box-shadow: 0 0.1rem 0.28rem 0 rgba(22, 54, 79, 0.25);
    }

    .pic-list1 .img-zoom:hover .title, .pic-list1 .img-zoom:hover .info {
        color: #fff;
    }

    .pic-list1 .img-zoom:hover .text {
        background: #0a5897;
    }

    .news-list3 a {
        -webkit-transition: all 0.3s ease-out 0s;
        -moz-transition: all 0.3s ease-out 0s;
        -ms-transition: all 0.3s ease-out 0s;
        -o-transition: all 0.3s ease-out 0s;
        transition: all 0.3s ease-out 0s;
        position: relative;
        z-index: 1;
    }

    .news-list3 a::after {
        position: absolute;
        top: auto;
        right: auto;
        bottom: 0;
        left: 0;
        z-index: -1;
        content: "";
        width: 100%;
        height: 0;
        background: #0a5897;
        -webkit-transition: all 0.35s ease-out 0s;
        -moz-transition: all 0.35s ease-out 0s;
        -ms-transition: all 0.35s ease-out 0s;
        -o-transition: all 0.35s ease-out 0s;
        transition: all 0.35s ease-out 0s;
    }

    .news-list3 a:hover {
        -webkit-transform: translateY(-0.1rem);
        -moz-transform: translateY(-0.1rem);
        -ms-transform: translateY(-0.1rem);
        -o-transform: translateY(-0.1rem);
        transform: translateY(-0.1rem);
        box-shadow: 0 0.1rem 0.28rem 0 rgba(22, 54, 79, 0.25);
        background: #f8f8f8;
    }

    .news-list3 a:hover::after {
        height: 100%;
    }

    .news-list3 a:hover .title, .news-list3 a:hover .p1 {
        color: #fff;
    }

    .news-list3 a:hover .p2 {
        color: #fff;
    }

    .news-list3 a:hover .p2.i1 {
        background-image: url("../images/f_icon3_1_h.png");
    }

    .news-list3 a:hover .p2.i2 {
        background-image: url("../images/f_icon3_2_h.png");
    }

    .news-list3 a:hover .p2.i3 {
        background-image: url("../images/f_icon3_3_h.png");
    }

    .main .news-list2 li {
        position: relative;
    }

    .main .news-list2 li::after {
        position: absolute;
        top: auto;
        right: auto;
        bottom: -1px;
        left: 0;
        z-index: 1;
        content: "";
        width: 0;
        height: 2px;
        background: #0a5897;
        -webkit-transition: all 0.5s ease-out 0s;
        -moz-transition: all 0.5s ease-out 0s;
        -ms-transition: all 0.5s ease-out 0s;
        -o-transition: all 0.5s ease-out 0s;
        transition: all 0.5s ease-out 0s;
    }

    .main .news-list2 li:hover::after {
        width: 100%;
    }

    .picture2 li {
        -webkit-transition: all 0.3s ease-out 0s;
        -moz-transition: all 0.3s ease-out 0s;
        -ms-transition: all 0.3s ease-out 0s;
        -o-transition: all 0.3s ease-out 0s;
        transition: all 0.3s ease-out 0s;
        z-index: 1;
    }

    .picture2 li::after {
        position: absolute;
        top: 0;
        right: auto;
        bottom: auto;
        left: 0;
        z-index: -1;
        content: "";
        width: calc(100% + .14rem);
        height: 100%;
        background-image: url("../images/list_bg1.jpg");
        background-repeat: no-repeat;
        background-position: 100% 50%;
        background-color: #0a5897;
        background-size: auto;
        opacity: 0;
        -webkit-transform: translateX(0.14rem);
        -moz-transform: translateX(0.14rem);
        -ms-transform: translateX(0.14rem);
        -o-transform: translateX(0.14rem);
        transform: translateX(0.14rem);
    }

    .picture2 li:hover::after {
        opacity: 1;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
        -webkit-transition: all 0.38s ease-out 0s;
        -moz-transition: all 0.38s ease-out 0s;
        -ms-transition: all 0.38s ease-out 0s;
        -o-transition: all 0.38s ease-out 0s;
        transition: all 0.38s ease-out 0s;
    }

    .picture2 li:hover .title {
        color: #fff;
        font-weight: 700;
    }

    .picture2 li:hover .info {
        color: rgba(255, 255, 255, 0.8);
    }

    .picture2 li:hover .date {
        color: #fff;
    }

    .picture3 .img-zoom:hover {
        border-color: #0a5897;
        background: #0a5897;
    }

    .picture3 .img-zoom:hover .title {
        color: #fff;
        font-family: "SYST700";
    }
}

@media screen and (max-width: 1700px) {
    .logo img {
        max-height: .75rem;
    }

    .header .right-wrapper {
        max-width: calc(100% - 7.6rem);
    }
}

@media screen and (max-width: 1024px) {
    html {
        font-size: 90px !important;
    }

    .header {
        padding: 10px 0 !important;
        transition: all .2s;
        box-shadow: 0 0 0.1rem 0 rgba(0, 0, 0, 0.3);
        border-top-width: .08rem;
    }

    .header::after {
        display: none;
    }

    .header .right-wrapper {
        width: auto;
        max-width: none;
    }

    .header .right-wrapper .top-box, .header .right-wrapper .nav {
        display: none;
    }

    .logo {
        width: auto;
        min-width: auto;
        height: 45px;
        padding: 0 .12rem 0 0;
        margin: 0 !important;
        display: flex;
        align-items: center;
    }

    .logo img {
        max-height: 45px !important;
    }

    .pad-btn {
        display: block;
        padding: 0;
    }

    .mobile-box {
        display: block;
    }

    .container {
        max-width: 94%;
    }

    .banner {
        margin: 71px 0 0;
    }

    .banner .img {
        height: auto;
        padding: 36% 0 0;
    }

    .banner .pagination {
        bottom: .2rem;
    }

    .title {
        font-size: .19rem;
    }

    .column {
        margin: .4rem 0 .2rem;
    }

    .column .cn {
        font-size: .34rem;
    }

    .column .en {
        font-size: .4rem;
    }

    .home {
        padding: 0 0 .2rem;
    }

    .home .wrap1, .home .wrap2 {
        width: 100%;
    }

    .home .wrap4 .column {
        margin-top: .2rem;
    }

    .pic-list1 > li {
        width: 50%;
        margin: 0 0 .2rem;
    }

    .news-list3 {
        margin-left: 0;
        margin-right: 0;
    }

    .news-list3 > li {
        width: 100%;
        margin: 0 0 .2rem;
        padding: 0;
    }

    .foot-link {
        padding: .2rem 0;
    }

    .foot-link ul a {
        margin-right: .3rem;
    }

    .footer > .container {
        padding: .24rem 0 .2rem;
    }

    .decorate {
        margin: 71px 0 0;
        padding: 30% 0 0;
    }

    .sidebar {
        width: 100%;
        margin: .15rem 0 0;
        padding: 0;
        border-radius: 3px;
        overflow: hidden;
    }

    .sidebar h3 {
        position: relative;
        font-size: .22rem;
        line-height: .5rem;
        text-align: center;
        padding: 0;
        background: #0a5897;
    }

    .sidebar h3 .en {
        display: none;
    }

    .sidebar h3::after {
        display: none;
    }

    .sidebar h3 i {
        position: absolute;
        top: 0;
        right: 0;
        bottom: auto;
        left: auto;
        z-index: 1;
        width: .5rem;
        height: .5rem;
        background-image: url(../images/daohang.png);
        background-repeat: no-repeat;
        background-position: 50% 50%;
        background-color: transparent;
        background-size: 0.24rem;
        cursor: pointer;
        -webkit-transition: all 0.3s ease-out 0s;
        -moz-transition: all 0.3s ease-out 0s;
        -ms-transition: all 0.3s ease-out 0s;
        -o-transition: all 0.3s ease-out 0s;
        transition: all 0.3s ease-out 0s;
    }

    .sidebar h3.down i {
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        transform: rotate(90deg);
    }

    .sidebar h3 .return-sup {
        position: absolute;
        top: 0;
        right: auto;
        bottom: auto;
        left: 0;
        z-index: 1;
        display: block;
        width: .5rem;
        height: .5rem;
        background-image: url("../images/fanhui.png");
        background-repeat: no-repeat;
        background-position: 50% 50%;
        background-color: transparent;
        background-size: 0.24rem;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    .sidebar .sub-nav {
        display: none;
        padding: .1rem .2rem .2rem;
    }

    .sidebar .sub-nav li .lv3 {
        margin: 0;
        padding-top: 0;
    }

    .sidebar .sub-nav a {
        height: .55rem;
        padding-top: 0;
        padding-bottom: 0;
        text-align: left;
        font-size: .18rem;
        line-height: .55rem;
    }

    .sidebar .sub-nav .down {
        top: 0;
        height: .55rem;
    }

    .side-swiper {
        display: none;
    }

    .main {
        width: 100%;
        padding: .35rem 0 .3rem;
        margin: 0;
        box-shadow: none;
        background: none;
    }

    .main .news-list2 {
        margin: 0;
    }

    .position {
        padding: 0 0 .1rem;
        margin: 0;
    }

    .position h3 {
        font-size: .21rem;
    }

    .teach-list {
        margin: 0;
        padding: 0 .2rem .3rem;
    }

    .teach-list li {
        width: 25%;
        margin: .3rem 0 0;
    }

    .article {
        margin: .1rem 0 .4rem;
        padding: .3rem 3% .2rem;
    }

    .people-item .people-list {
        width: calc(100% - 2.4rem);
    }

    .people-item2 .people-list ul > li {
        width: 20%;
    }

    .people-item2 {
        margin: .28rem 0 0;
    }

    .people-item2 h3 {
        font-size: .24rem;
    }

    .title2 {
        margin: .1rem 0 0;
        font-size: .26rem;
    }
}

@media screen and (max-width: 768px) {
    .first-news {
        width: 100%;
    }

    .first-news .img {
        padding: 56.25% 0 0;
    }

    .first-news .text {
        padding: .15rem .15rem .2rem;
    }

    .first-news .title, .first-news .info {
        height: auto;
    }

    .news-list1 {
        width: 100%;
        margin: .25rem 0 0;
    }

    .news-list1 .title, .news-list1 .info {
        height: auto;
    }

    .pic-list1 .text {
        padding: .12rem .15rem .2rem;
    }

    .news-list3 a {
        padding: .12rem .15rem .2rem;
        border-bottom-width: .1rem;
    }

    .foot-img {
        width: 100%;
        margin: 0 0 .2rem;
        text-align: center;
    }

    .article {
        margin-top: 0;
        padding: .2rem 0 0 !important;
        background: none;
    }

    .article .title {
        font-size: .22rem;
    }

    .article .content {
        padding: .2rem 0 .1rem;
    }

    .article .content p {
        margin: 0 0 .2rem;
    }

    .article .cont-page {
        padding: .15rem 0 .35rem;
    }

    .article .share {
        justify-content: flex-start;
    }

    .picture2 {
        margin: 0;
    }

    .picture2 a {
        padding: .2rem 0;
    }

    .picture2 .img-frame {
        width: 2.1rem;
    }

    .picture2 .text {
        width: calc(100% - 2.1rem);
        padding: 0 0 0 .2rem;
    }

    .picture2 .text::after {
        display: none;
    }

    .picture3 {
        margin: 0 -.1rem;
    }

    .picture3 > li {
        width: 50%;
        padding: 0 .1rem;
    }

    .picture3 .img-zoom {
        margin: .2rem 0 0;
    }

    #list-page {
        margin: .3rem 0 .4rem !important;
    }

    #list-page .p_pages a, #list-page .p_no_d, #list-page .p_fun_d, #list-page .p_goto a {
        padding: 7px 9px;
    }

    #list-page .p_goto input {
        width: 36px;
        height: 28px;
        line-height: 28px;
    }

    .leader-item {
        margin: .26rem 0 0;
    }

    .leader-item h3 {
        padding: 0 0 0 .2rem;
        font-size: .24rem;
        line-height: .5rem;
    }

    .leader-item h3::after {
        display: none;
    }

    .leader-item h3::before {
        width: .32rem;
        margin-right: .1rem;
    }

    .teach-list {
        margin: 0;
        padding: 0 .2rem .3rem;
    }

    .teach-list li {
        width: 33.33%;
        margin: .2rem 0 0;
        padding: 0 .1rem;
    }

    .people-item {
        flex-wrap: wrap;
        margin: .3rem 0 0;
        padding: .2rem .2rem .2rem;
    }

    .people-item .people-list {
        width: 100%;
        margin: .15rem 0 0;
    }

    .people-item .people-list li {
        text-align: left;
    }

    .people-item2 .people-list {
        padding: .2rem .2rem .1rem;
    }

    .people-item2 .people-list .title {
        font-size: .2rem;
    }

    .people-item2 .people-list ul > li {
        width: 33.33%;
    }
}

@media screen and (max-width: 520px) {
    .header {
        padding: 7px 0 !important;
    }

    .header .container {
        width: 94%;
    }

    .header .right-wrapper {
        width: auto;
        max-width: none;
    }

    .logo {
        height: 40px !important;
    }

    .logo img {
        max-height: 40px !important;
    }

    .mobile-box {
        height: calc(100vh - 61px);
        top: 61px;
    }

    .mobile-box .nav {
        height: calc(100% - 1.4rem);
    }

    .mobile-box .top-link2 {
        margin: 0 .1rem;
    }

    .pad-btn .nav-btn {
        width: 26px;
    }

    .pad-btn .nav-btn i {
        margin: 6px 0;
    }

    .pad-btn .nav-btn.close i:nth-child(1) {
        -webkit-transform: translate(0px, 8px) rotate(45deg);
        -moz-transform: translate(0px, 8px) rotate(45deg);
        -ms-transform: translate(0px, 8px) rotate(45deg);
        -o-transform: translate(0px, 8px) rotate(45deg);
        transform: translate(0px, 8px) rotate(45deg);
    }

    .pad-btn .nav-btn.close i:nth-child(3) {
        -webkit-transform: translate(0px, -8px) rotate(-45deg);
        -moz-transform: translate(0px, -8px) rotate(-45deg);
        -ms-transform: translate(0px, -8px) rotate(-45deg);
        -o-transform: translate(0px, -8px) rotate(-45deg);
        transform: translate(0px, -8px) rotate(-45deg);
    }

    .banner {
        margin: 61px 0 0;
    }

    .banner .img {
        height: auto;
        padding: 44% 0 0;
    }

    .banner .pagination {
        bottom: .16rem;
    }

    .column {
        margin: .2rem 0 .1rem;
    }

    .column .cn {
        font-size: .3rem;
    }

    .column .en {
        font-size: .28rem;
    }

    .pic-list1 {
        margin-left: 0;
        margin-right: 0;
    }

    .pic-list1 > li {
        width: 100%;
        padding: 0;
    }

    .news-list3 .title {
        margin: .12rem 0;
    }

    .news-list3 .p2 {
        padding-left: .22rem;
        line-height: .3rem;
        background-position: 0 .06rem;
        white-space: nowrap;
    }

    .news-list3 .p2 span {
        width: calc(100% - .6rem);
        white-space: initial;
    }

    .news-list2 .title {
        width: calc(100% - .9rem);
    }

    .news-list2 .text {
        width: calc(100% - .9rem);
    }

    .news-list2 .text .title, .news-list2 .text .info {
        width: 100%;
        line-height: .25rem;
        text-overflow: clip;
        white-space: initial;
        display: block;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -moz-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
    }

    .foot-link .container {
        flex-wrap: wrap;
    }

    .foot-link ul {
        width: 100%;
    }

    .foot-link ul a {
        margin-right: .16rem;
        font-size: .16rem;
    }

    .foot-contact {
        width: 100%;
        margin: 0 0 .2rem;
        font-size: .16rem;
        line-height: .3rem;
    }

    .ewm {
        width: 100%;
        text-align: center;
    }

    .ewm p {
        margin: 0.1rem auto;
    }

    .decorate {
        margin: 61px 0 0;
    }

    .decorate .img {
        padding: 36% 0 0;
    }

    .place {
        bottom: 80%;
        background-size: 0.18rem;
    }

    .picture2 .img-frame {
        width: 100%;
    }

    .picture2 .img-frame .img {
        padding: 66.6% 0 0;
    }

    .picture2 .text {
        width: 100%;
        padding: .14rem 0 0;
    }

    .picture2 .no-img .text {
        padding: 0;
    }

    .picture3 > li {
        width: 100%;
    }

    .main .news-list2 a {
        align-items: flex-start;
    }

    .main .news-list2 li {
        padding: .16rem 0;
    }

    .teach-list {
        padding: 0 .12rem .25rem;
    }

    .teach-list li {
        width: 50%;
    }

    .people-item h3 {
        font-size: .22rem;
    }

    .people-item .people-list ul > li {
        width: 25%;
    }
}

@media screen and (max-width: 420px) {
    .column .en {
        display: none;
    }

    .people-item2 .people-list ul > li {
        width: 50%;
    }

    .article .sub span {
        display: inline-block;
    }
}

.pb_sys_style1 .p_no_d {
    border: 1px solid #0a5897 !important;
    color: #fff;
    background-color: #0a5897 !important;
}

.pb_sys_common .p_fun_d, .pb_sys_common .p_no_d, .pb_sys_common .p_no_o, .pb_sys_common .p_fun a, .pb_sys_common .p_no a {
    margin: 5px 0px 0px 5px !important;
}

.pb_sys_common .p_t {
    margin-top: 5px !important;
}






                        .ul-txt1{position: relative;padding-left: .4rem;margin: .55rem 0 1.2rem;}
                        .ul-txt1:after{content: '';position: absolute;left: 2.3rem;top: -.08rem;bottom: -.6rem;z-index: -1;width: 1px;background-color: #e4e4e4;}
                        .ul-txt1 li{overflow: hidden;margin-bottom: .6rem;}
                        .ul-txt1 .time{position: relative;float: left;width: 1.47rem;height: .52rem; padding: 0 .1rem 0 0; line-height: .52rem;background: url(images/time-bg1.png) no-repeat center center;-webkit-background-size: contain;background-size: 100% 100%;border-radius: 5px;color: #333;font-weight: bold;font-size: .19rem;text-align: center;cursor: pointer; transition: all .3s;}
                        .ul-txt1 .con {position: relative;display: block;overflow: hidden;padding: .1rem 0 0 .58rem;font-size: 0.18rem; font-weight: 500; line-height: 180%; color: #333; text-align: justify;}
                        .ul-txt1 .con i{content: '';position: absolute;left: .24rem;top: .17rem;width: .19rem;height: .19rem;background: url(images/z-i1.jpg) no-repeat center center; background-size: .15rem;}
                        .ul-txt1 li:hover .time{background-image: url(images/time-bg2.png);color: #fff;}
                        .ul-txt1 li:hover .con { color: #0a5897;}
                        @media screen and (max-width: 1024px) {
                            .ul-txt1 { padding-left: 0; margin: .2rem 0 .6rem;}
                            .ul-txt1:after { left: 1.9rem;}
                        }
                        @media screen and (max-width: 768px) {
                            .ul-txt1 .time { background-image: url(images/time-bg2.png);color: #fff;}
                            .ul-txt1:after {display: none;}
                            .ul-txt1 .time { display: block; float: none; width: 1.3rem; height: .48rem;}
                            .ul-txt1 .con { padding: .15rem 0  0;}
                            .ul-txt1 .con i { display: none;}
                            .ul-txt1 li { margin-bottom: .3rem;}





/* 新增样式 2025-07-10 */
.mobile-box .nav .sub-nav { transform: none !important; transition: none !important; opacity: 1 !important; visibility: visible !important; }
.sidebar .sub-nav li.cur > a { color: #fff !important;}
.inst-box li { padding: .4rem 0 .15rem; border-bottom: 1px solid rgba(51, 51, 51, 0.15); }
.inst-box p { font-size: .2rem; line-height: .36rem; color: #0a5897; }
.inst-box .inst-item { display: flex; flex-wrap: wrap; width: calc(100% - 1.2rem); }
.inst-box .inst-item a { display: block; padding: 0 .28rem; margin: 0 0 .12rem; font-size: .18rem; line-height: .36rem; color: #333; border-radius: 5px; }
.inst-box .inst-item a.on { background: #ff8901; color: #fff !important; }
.inst-box li:first-child .inst-item a.on { background: #0a5897; }
.inst-box .inst-item a:hover { color: #0a5897; }
.inst-article .inst-head { margin: 0 0 .5rem; }
.inst-article .inst-img { width: 39%; }
.inst-article .inst-img .img { padding: 85.6% 0 0; background: no-repeat 50% 50% / 100% 100%; }
.inst-article .inst-text { width: 56%; }
.inst-article .inst-text h1 { font-size: .22rem; margin: 0 0 .2rem; color: #333; }
.inst-article .inst-text p { font-size: .17rem; line-height: 200%; color: #333; }
.inst-article .cont-tag { display: flex; border-bottom: 1px solid rgba(51, 51, 51, 0.15);  }
.inst-article .cont-tag .inst-title { position: relative; width: 1.45rem; margin: 0 0 0 .25rem; font-size: .18rem; line-height: .48rem; color: #333; text-align: center; background: #e6ebf1; cursor: pointer; transition: all .25s; }
.inst-article .cont-tag .inst-title::after { position: absolute; top: 100%; left: calc(50% - .06rem); z-index: 1; content: ""; width: 0; height: 0; border: .06rem solid transparent; transition: all .25s; }
.inst-article .cont-tag .inst-title:first-child { margin: 0; }
.inst-article .cont-tag .inst-title.on { background: #0a5897; color: #fff; }
.inst-article .cont-tag .inst-title.on::after { border-top-color: #0a5897; }
.inst-article .cont-item { display: none; }
.inst-article .cont-item.on { display: block; }
@media screen and (max-width: 768px) {
    .inst-box p{ font-size: .18rem; }
    .inst-box li { padding: .2rem 0 .05rem; }
    .inst-box .inst-item { width: 100%; margin: .12rem 0 0; }
    .inst-box .inst-item a { font-size: .16rem; padding: 0 .16rem; }
    .inst-article .inst-head { margin: 0 0 .3rem; }
    .inst-article .inst-img { width: 75%; margin: 0 auto .22rem; }
    .inst-article .inst-text { width: 100%; }
    .inst-article .cont-tag .inst-title { line-height: .38rem; width: 1.2rem; margin-right: .15rem; }
}







 