@font-face {
    font-family: DIN;
    src: url('DIN-Medium.otf')
}

@font-face {
    font-family: Georgia;
    src: url('Georgia.ttf')
}

@font-face {
    font-family: SourceHanSerifCN;
    src: url('SourceHanSerifCN-Regular.otf')
}

.side-menu.s2 .second li.cur {
    background: #f5f6f8;
}

* {
    box-sizing: border-box;
    color: #333;
    font-size: .14rem;
}

body,
input,
h1,
h2,
h3,
h4,
h5,
h6,
p,
textarea,
table,
div,
ul,
li,
select,
td,
th,
em,
span,
i,
button,
code {
    margin: 0;
    padding: 0;
    color: inherit;
    line-height: inherit;
    font-family: "microsoft yahei", 'PingFang SC', 'PingFangMedium';
    /* font-size: inherit; */
    height: auto;
    /* overflow: hidden; */
}
.hd-nav .drop a i{
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    border: 5px solid transparent;
    border-left: 5px solid #004bc4;
    }
img {
    border: 0;
    display: inline-block;
    max-width: 100%;
    vertical-align: middle;
    height: auto;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

ul,
li {
    list-style: none;
}

a,
p,
span,
i,
em {
    text-decoration: none;
    color: inherit;
    font-size: inherit;
}

pre {
    word-break: break-word;
}

:focus {
    outline: none !important;
    border-color: inherit;
}

.clearfix {
    *zoom: 1;
}

.clearfix:before,
.clearfix:after {
    display: table;
    line-height: 0;
    content: "";
}

.clearfix:after {
    clear: both;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%
}

h3,
h4,
h5,
h6 {
    font-weight: normal;
}

em,
i {
    font-style: normal;
}

input[type="button"],
input[type="submit"],
input[type="reset"],
input[type="text"] {
    -webkit-appearance: none;
}

input[type="button"] {
    border: none;
}

textarea {
    -webkit-appearance: none;
}

.auto {
    margin: 0 auto;
    width: 15rem;
}

:hover {
    transition: all .2s;
}

.img_hover_wrap {
    overflow: hidden;
}

.img_hover {
    transition: all .3s;
}

.img_hover:hover {
    transform: scale(1.05, 1.05);
}

.img_traslate {
    transition: all .3s;
}

.img_traslate:hover {
    transform: translateY(-10px);
}

.img_rotate {
    transition: all .3s;
}

.img_rotate:hover {
    transform: rotate(-360deg);
}

.bold {
    font-weight: bold;
}

.normal {
    font-weight: normal !important;
}

.center {
    text-align: center !important;
}

.img {
    /* width: 100%; */
    display: block;
    height: auto;
}

.ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ele {
    position: relative;
}

.ele:before,
.ele:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
}

.ipt {
    display: block;
    border: none;
}

.ipt_button {
    cursor: pointer;
}

.item_scale .icon {
    transition: all .3s;
}

.item_scale:hover .icon {
    transform: scale(1.08, 1.08);
}

.text-left {
    text-align: left !important;
}

.text-right {
    text-align: right !important;
}

.clamp {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    /* display: -ms-flexbox; */
    -webkit-box-orient: vertical;
    /*-webkit-line-clamp: 3;*/
}

.clamp1 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.clamp2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.clamp3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

body {
    background: #fff;
    overflow-x: hidden;
}

.item {}

.item .imgbox {
    display: block;
    overflow: hidden;
}

.item .img {
    transition: all 1s;
    width: 100%;
    display: block;
}

.item:hover .imgbox .img {
    transform: scale(1.1, 1.1);
}

.zoomimg {
    position: relative;
    overflow: hidden;
    height: 0;
    display: block;
}

.zoomimg .img {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.flipx .icon {
    transition: all .3s;
}

.flipx:hover .icon {
    transform: scaleX(-1);
}

.scale .icon {
    transition: all .3s;
}

.scale:hover .icon {
    transform: scale(1.1, 1.1);
}

.underline:hover {
    text-decoration: underline;
}

label {
    -webkit-tap-highlight-color: rgba(255, 0, 0, 0);
}

.img_full {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.flex {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.flex-align-start {
    align-items: flex-start;
}

.flex-align-center {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.flex-align-end {
    align-items: flex-end;
}

.flex-pack-center {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.flex-pack-justify {
    -webkit-box-pack: justify;
    -webkit-justify-content: pace-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.flex-pack-start {
    justify-content: flex-start;
}

.flex-pack-end {
    justify-content: flex-end;
}

.flex-v {
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.flex-w {
    flex-wrap: wrap;
}

.flex-1 {
    flex: 1;
    overflow: hidden;
}

.flex-11 {
    flex: 1;
}

html {
    font-size: 5.2083vw;
}

::-webkit-input-placeholder {
    color: #999;
}

:-moz-placeholder {
    color: #999;
}

::-moz-placeholder {
    color: #999;
}

:-ms-input-placeholder {
    color: #999;
}

body {
    background-color: #fff;
}


/* index */
.head {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 100;
    height: 1.2rem;
    padding: 0 .6rem;
}

.head.scroll {
    background: linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0.00) 100%);
}

.head::before {
    content: '';
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    height: 0.04rem;
    background: linear-gradient(270deg, #003993 0%, #00D2FE 27%, #009244 50%, #FFFF01 72%, #DB0000 100%);
}

.head .wrap {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    height: 100%;
}

/* .head .l,.head .r{display: flex;align-items: center;}
.head .r{flex-direction: column;} */
.head .hd-logo {
    margin-top: 0.26rem;
}

.hd-logo {
    display: flex;
    align-items: center;
}

.hd-logo .pic {
    height: .68rem;
    margin-right: .12rem;
}

.hd-logo .tit {
    font-size: 0.3rem;
    color: #fff;
}

.hd-logo .en {
    font-size: 0.09rem;
    color: #fff;
}

.hd-logo .x {
    width: 1px;
    height: 0.66rem;
    background: url(../images/ft_12.png) no-repeat center;
    background-size: contain;
    margin-right: .14rem;
    display: block;
}

.hd-bar {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.hd-bar .link {
    font-size: 0.14rem;
    color: rgba(255, 255, 255, .8);
    display: inline-block;
    vertical-align: middle;
    margin: 0 .1rem;
}

.hd-bar .link:hover {
    color: #fff;
}

.head .smbox {
    width: 2.25rem;
    height: 0.48rem;
    background: url(../images/icon_03.png) no-repeat center;
    background-size: 100% 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 0.1rem;
}

.head .smbox .x {
    margin: 0 .22rem;
    width: 1px;
    height: 0.22rem;
    background-color: #D8D8D8;
    display: block;
    opacity: .3;
}

.hd-lang .lk {
    background: url(../images/icon_01.png) no-repeat left center;
    background-size: .2rem;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    font-size: 0.16rem;
    color: #fff;
    padding-left: 0.28rem;
}

.hd-sear .icon {
    background: url(../images/icon_02.png) no-repeat center;
    background-size: contain;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    width: 0.2rem;
    height: 0.2rem;
}

.sear-pop {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 110;
    background-color: rgba(0, 0, 0, .7);
    display: none;
}

.sear-pop .formbox {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sear-pop .close {
    width: 0.6rem;
    height: 0.6rem;
    background: url(../images/close.png) no-repeat center;
    background-size: .4rem;
    position: absolute;
    right: 0.2rem;
    top: 0.2rem;
    cursor: pointer;
}

.sear-pop .form {
    width: 10rem;
    border-radius: .06rem;
    display: flex;
    overflow: hidden;
}

.sear-pop .form .ipt-txt {
    flex: 1;
    overflow: hidden;
    font-size: 0.16rem;
    color: #333;
    padding: 0 .2rem;
    background-color: #fff;
}

.sear-pop .form .submit {
    width: 0.6rem;
    height: 0.6rem;
    background: url(../images/icon_02.png) no-repeat center #9f181e;
    background-size: .2rem;
    border: none;
    cursor: pointer;
    border-radius: 0 .06rem .06rem 0;
}


.hd-nav {
    margin-top: 0.05rem;
}

.hd-nav li {
    display: inline-block;
    vertical-align: middle;
    margin-left: .3rem;
    position: relative;
    z-index: 30;
}

.hd-nav li>a {
    display: block;
    font-size: .18rem;
    color: #fff;
    font-weight: bold;
    line-height: .6rem;
}

.hd-nav li:hover>a,
.hd-nav li.cur>a {
    color: #B01709;
}

.hd-nav .arrow {
    display: none;
}

.hd-nav li:hover .drop {
    opacity: 1;
    visibility: inherit;
}

.hd-nav .drop {
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    background-color: #fff;
    min-width: 1.3rem;
    box-shadow: 0 0 .1rem rgba(0, 0, 0, .3);
    border-top: .03rem solid #B01709;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
    border-radius: 0 0 .1rem .1rem;
    overflow: hidden;
    /*padding:.05rem 0;*/
}

.hd-nav .drop a {
    display: block;
    font-size: .16rem;
    color: #333;
    line-height: .45rem;
    text-align: center;
    white-space: nowrap;
    padding: 0 .1rem;
}

.hd-nav .drop a:last-child {
    border-bottom: none;
}

.hd-nav .drop a:hover {
    background: #e6e9ff;
    color: #004bc4;
}


.foot {
    background: url(../images/ft_11.png) no-repeat center;
    background-size: cover;
    position: relative;
}

.foot::before {
    content: '';
    position: absolute;
    height: 0.03rem;
    background: linear-gradient(270deg, #003993 0%, #00D2FE 27%, #009244 50%, #FFFF01 72%, #DB0000 100%);
    left: 0;
    width: 100%;
    top: 0;
}

.ft-t {
    padding: .35rem 0;
    display: flex;
    justify-content: space-between;
}


.ft-t .tp {
    height: .62rem;
}

.ft-t .select {
    border: 1px solid #fff;
    width: 2.54rem;
    padding: 0 .15rem;
    height: 0.45rem;
    position: relative;
    border-radius: .05rem;
}

.ft-t .select .font {
    line-height: 0.45rem;
    font-size: 0.16rem;
    color: #fff;
    background: url(../images/ft_04.png) no-repeat left center;
    background-size: .16rem;
    padding-left: 0.25rem;
    cursor: pointer;
    position: relative;
}

.ft-t .select .font::after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    width: .12rem;
    height: .12rem;
    background: url(../images/ft_05.png) no-repeat center;
    background-size: contain;
    margin-top: -.08rem;
}

.ft-t .select .font.this::after {
    transform: rotate(180deg);
}

.ft-t .select .drop {
    background-color: #0f41a0;
    position: absolute;
    width: 100%;
    left: 0;
    border-radius: 0.05rem;
    border: 1px solid rgba(255, 255, 255, .6);
    border-top: none;
    max-height: 2.4rem;
    overflow-y: scroll;
    display: none;
}

.ft-t .select .drop .lk {
    display: block;
    font-size: 0.14rem;
    color: #fff;
    text-align: center;
    line-height: 0.26rem;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
    padding: .1rem .05rem;
}

.ft-t .select .drop::-webkit-scrollbar {
    width: .03rem;
    height: 6px;
}

.ft-t .select .drop::-webkit-scrollbar-track {
    background-color: transparent;
}

.ft-t .select .drop::-webkit-scrollbar-thumb {
    background-color: #e8ecf1;
    border-radius: 0;
}

.ft-t .select .drop::-webkit-scrollbar-button {
    display: none;
}

.ft-t .select .drop::-webkit-scrollbar-resizer {
    display: none;
}

.ft-b {
    border-top: 1px solid rgba(255, 255, 255, .3);
    display: flex;
    margin-bottom: 0.35rem;
}

.ft-menu {
    padding: .3rem .3rem .3rem 0;
    display: flex;
    justify-content: space-between;
    flex: 1;
    overflow: hidden;
}

.ft-menu .col {
    max-width: 1rem;
}

.ft-menu .tit {
    font-size: .16rem;
    color: #fff;
    margin-bottom: 0.1rem;
}

.ft-menu .lks {}

.ft-menu .lk {
    font-size: .14rem;
    color: rgba(255, 255, 255, .7);
    line-height: .3rem;
    display: block;
}

.ft-menu .lk:hover {
    color: #fff;
}

.ft-lx {
    border-left: 1px solid rgba(255, 255, 255, .3);
    padding: .2rem 0 .15rem .3rem;
    width: 2.7rem;
}

.ft-lx .ewm {
    width: 1.25rem;
    display: block;
    margin: 0 auto;
}

.ft-lx .txt {
    margin-top: .15rem;
}

.ft-lx .fz {
    font-size: .14rem;
    color: #fff;
    line-height: .3rem;
}

.ft-lx .ico {
    width: .16rem;
    display: inline-block;
    vertical-align: middle;
    margin-right: .05rem;
}

.ft-bot .txt {
    text-align: center;
    font-size: .16rem;
    color: rgba(255, 255, 255, .7);
    background: linear-gradient(90deg, #1B3390 0%, #1264B6 100%);
    line-height: .25rem;
    padding: .2rem 0;
}





.idx-ban {
    height: 100vh;
}

.idx-ban .item {
    height: 100vh;
}

.idx-ban .swiper-pagination {
    bottom: 0.8rem !important;
    width: auto !important;
    left: calc(50% - 7.5rem);
    position: relative;
    display: inline-flex;
    align-items: center;
    height: 0.35rem;
    vertical-align: middle;
    font-size: 0;
}

.idx-ban .swiper-pagination-bullet {
    width: 0.1rem;
    height: 0.1rem;
    background-color: #fff;
    border-radius: 50%;
    opacity: 1;
    margin: 0 .3rem 0 0 !important;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    z-index: 10;
}

.idx-ban .swiper-pagination-bullet:last-child {
    margin-right: 0 !important;
}

.idx-ban .swiper-pagination-bullet-active {
    height: 0.35rem;
    width: 0.35rem;
    background: url(../images/icon_05.png) no-repeat center;
    background-size: contain;
    z-index: 9;
}

.idx-ban .swiper-pagination::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    border-top: 1px dashed #D8D8D8;
    opacity: 0.4;
}

.idx-ban .swiper-pagination-bullet-active::after {
    content: '';
    position: absolute;
    left: -.4rem;
    top: -.4rem;
    width: 2.12rem;
    height: 1.18rem;
    background: url(../images/icon_06.png) no-repeat center;
    background-size: contain;
}



.idx-tt {
    position: relative;
    margin-bottom: 0.35rem;
    z-index: 70;
}

.idx-tt .titbox {
    display: inline-block;
    vertical-align: middle;
}

.idx-tt .titbox .icon {
    width: 0.65rem;
    display: inline-block;
    vertical-align: middle;
    margin-right: 0.1rem;
}

.idx-tt .titbox .smb {
    display: inline-block;
    vertical-align: middle;
}

.idx-tt .titbox .cn {
    font-size: 0.36rem;
    color: #414141;
}

.idx-tt .titbox .cn em {
    color: #003993;
}

.idx-tt .titbox .en {
    font-size: 0.12rem;
    color: #9E9E9E;
    display: flex;
    align-items: center;
}

.idx-tt .titbox .en::before,
.idx-tt .titbox .en::after {
    content: '';
    display: inline-block;
    height: .01rem;
    background-color: #9E9E9E;
    flex: 1;
    overflow: hidden;
}

.idx-tt .titbox .en::before {
    margin-right: 0.05rem;
}

.idx-tt .titbox .en::after {
    margin-left: 0.05rem;
}

.idx-tt .more {
    font-size: 0.18rem;
    color: #003993;
    line-height: 0.4rem;
    position: absolute;
    right: .3rem;
    top: 50%;
    transform: translate(0, -50%);
    padding-right: 0.2rem;
}

.idx-tt .more::before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 0.3rem;
    height: 0.3rem;
    background: url(../images/idx_08.png) no-repeat center;
    background-size: contain;
    margin-right: 0.13rem;
    margin-top: -0.04rem;
}

.idx-tt .more::after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 0.86rem;
    height: 0.66rem;
    position: absolute;
    left: .22rem;
    top: 50%;
    transform: translate(0, -50%);
}

.idx-tt.white .cn {
    color: #fff;
}

.idx-tt.white .en {
    color: #C1C1C1;
}

.idx-tt.white .titbox .en::before,
.idx-tt.white .titbox .en::after {
    background-color: #C1C1C1;
}

.idx-tt.white .more {
    color: #fff;
}

.idx-tt.white .more::before {
    background-image: url(../images/idx_08-1.png)
}

.idx-tt .more:hover::before {
    background-image: url(../images/idx_08-2.png);
}

.idx-tt .more:hover::after {
    background: url(../images/idx_08-3.png) no-repeat center;
    background-size: contain;
}



.idx-s1 {
    display: flex;
    background: url(../images/idx_02.jpg) no-repeat center;
    background-size: cover;
    padding-bottom: 1.8rem;
}

.idx-s1 .topbox {
    height: 2.1rem;
}

.idx-s1 .topbox .idx-tt {
    margin-bottom: 0;
}

.idx-xw {
    flex: 1;
    overflow: hidden;
    padding: 0 0 0 calc(50% - 7.5rem);
}

.idx-xw .topbox {
    padding-top: 1.1rem;
}

.idx-xw .detail {
    display: flex;
    justify-content: space-between;
}

.idx-xw .slidewrap {
width:6.4rem;
    position: relative;
    flex: 1;
    overflow: hidden;
}

.idx-xw .slidebox {}

.idx-xw .slidebox .item {
    margin-right: 0.2rem;
}

.idx-xw .slidebox .item-t {
    position: relative;
}

.idx-xw .slidebox .imgbox {
    display: block;
    height: 4.05rem;
}

.idx-xw .slidebox .date {
    position: absolute;
    left: 0;
    bottom: -0.15rem;
    color: #fff;
    text-align: center;
    width: 0.96rem;
    height: 1.11rem;
    background: url(../images/idx_22.png) no-repeat center;
    background-size: 100% 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.idx-xw .slidebox .wz1 {
    font-size: 0.48rem;
    font-family: 'Georgia';
}

.idx-xw .slidebox .wz2 {
    font-size: 0.16rem;
    font-family: 'Georgia';
}

.idx-xw .slidebox .info {
    padding: .35rem .9rem .3rem .35rem;
}

.idx-xw .slidebox .title {
    font-size: 0.22rem;
    color: #151515;
    display: block;
    line-height: 0.3rem;
    overflow: hidden;
    text-overflow: ellipsis;
    height: .9rem;
}

.idx-xw .slidebox .txt {
    font-size: 0.18rem;
    color: #888888;
    line-height: 0.26rem;
    margin-top: 0.1rem;
}

.idx-xw .slidebox::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 0.03rem;
    background: linear-gradient(90deg, #5B135F 0%, #1D6CA7 100%);
    width: 100%;
}


.idx-xw .slide-arrows {
    right: .25rem;
    bottom: .35rem;
}

.slide-arrows {
    position: absolute;
    z-index: 60;
}

.slide-arr {
    width: 0.31rem;
    height: 0.46rem;
    background: url(../images/icon_04.png) no-repeat center;
    background-size: contain;
    display: block;
    transition: all 0s;
    cursor: pointer;
}

.slide-arr.next {
    transform: rotate(180deg);
    position: absolute;
    left: 0.18rem;
    bottom: 0.12rem;
}

.slide-arr:hover {
    background-image: url(../images/icon_04-1.png)
}

.slide-arr.prev:hover {
    transform: rotate(180deg);
}

.slide-arr.next:hover {
    transform: rotate(0);
}




.idx-xw .hotbox {
    width: 3.5rem;
    margin-left: 0.3rem;
}

.idx-xw .hotbox .imgbox {
    height: 2.15rem;
    display: block;
    overflow: hidden;
}

.idx-xw .hotbox .img {
    transition: all 1s;
}

.idx-xw .hotbox .info {
    padding: .3rem .4rem;
    min-height: 3.2rem;
    background: url(../images/bg_01.png) no-repeat center;
    background-size: 100% 100%;
}

.idx-xw .hotbox .date {
    display: flex;
    align-items: center;
}

.idx-xw .hotbox .wz1 {
    font-size: 0.36rem;
    color: #fff;
    font-family: 'Georgia';
    margin-right: 0.1rem;
}

.idx-xw .hotbox .wz2 {
    font-size: 0.12rem;
    color: #fff;
    font-family: 'Georgia';
}

.idx-xw .hotbox .title {
    margin-top: 0.18rem;
    font-size: 0.18rem;
    color: #fff;
    line-height: 0.28rem;
    display: block;
    height: 1.12rem;
}

.idx-xw .hotbox .txt {
    margin-top: 0.15rem;
    font-size: 0.15rem;
    color: #C4CEFF;
    line-height: 0.26rem;
    display: block;
    height: .78rem;
    overflow: hidden;
}

.idx-xw .hotbox .arrow {
    width: 0.24rem;
    height: 0.08rem;
    display: block;
    background: url(../images/idx_26.png) no-repeat center;
    background-size: contain;
    margin-top: 0.2rem;
}

.idx-xw .hotbox:hover .title {
    text-decoration: underline;
}

.idx-xw .hotbox:hover .img {
    transform: scale(1.1, 1.1);
}

.idx-tz {
    width: 32.5%;
}

.idx-tz .topbox {
    background: url(../images/idx_18.jpg) no-repeat center;
    background-size: cover;
    padding: 1.1rem .4rem .25rem;
}

.idx-tz .detail {
    padding: .3rem .4rem;
}

.idx-tz .list {
    max-width: 4.1rem;
}

.idx-tz .list .item {
    display: flex;
    align-items: center;
    margin-bottom: 0.25rem;
}

.idx-tz .list .date {
    margin-right: 0.15rem;
    position: relative;
}

.idx-tz .list .date::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: url(../images/idx_19.png) no-repeat center;
    background-size: 100% 100%;
}

.idx-tz .list .smb {
    width: 0.8rem;
    height: 0.8rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 10;
}

.idx-tz .list .fz1 {
    font-size: 0.26rem;
    color: #B01709;
    font-family: 'Georgia';
}

.idx-tz .list .fz2 {
    font-size: 0.12rem;
    color: #888888;
    font-family: 'Georgia';
    margin-top: 0.03rem;
}

.idx-tz .list .info {
    flex: 1;
    overflow: hidden;
}

.idx-tz .list .title {
    font-size: 0.18rem;
    color: #333333;
    line-height: 0.28rem;
    -webkit-line-clamp: 2;
}

.idx-tz .list .item:hover .title {
    color: #a51c14;
    font-weight: bold;
}

.idx-tz .list .item:hover .date::after {
    background: url(../images/idx_19-1.png) no-repeat center;
    background-size: 100% 100%;
    animation: circle 4s 1 linear;
}

.idx-tz .list .item:hover .date * {
    color: #fff;
}

.idx-tz .list .item:hover .smb {
    background: url(../images/idx_20.png) no-repeat center;
    background-size: 100% 100%;
}




.idx-kx {
    background: url(../images/idx_03.png) no-repeat center top;
    background-size: cover;
    margin-top: -0.6rem;
    padding-top: 1px;
}

.idx-kx .idx-tt {
    margin-top: -.5rem;
}

.idx-kx .detail {
    display: flex;
    align-items: flex-start;
    padding: 1rem 0 0;
    width: 100%;
    overflow: hidden;
}

.idx-kx .lbox {
    width: 5.25rem;
    overflow: hidden;
}

.idx-kx .tabwrap {
    flex: 1;
    overflow: hidden;
}

.idx-kx .tabwrap .module {
    opacity: 0;
}

.idx-kx .tabwrap .module.show {
    opacity: 1;
    transition: opacity 1s;
}

.idx-kx .rbox {
    display: flex;
    align-items: center;
}

.idx-kx .ll {
    flex: 1;
    overflow: hidden;
}

.idx-kx .circle {
    width: 4.72rem;
    height: 4.72rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: -2.36rem;
    position: relative;
}

.idx-kx .circle .img {
    width: 4.25rem;
    height: 4.25rem;
    border-radius: 50%;
}

.idx-kx .circle .sanjiao {
    width: 2.96rem;
    position: absolute;
    right: -.4rem;
    top: 50%;
    transform: translate(0, -57%);
    z-index: 50;
}

.idx-kx .circle .line1 {
    position: absolute;
    width: 100%;
    height: 100%;
    right: 0;
    top: 0;
    border-radius: 50%;
    animation: circle 30s infinite linear;
    background: url(../images/icon_07.png) no-repeat center;
    background-size: cover;
}

.idx-kx .circle .line2 {
    position: absolute;
    top: 0.06rem;
    bottom: 0.06rem;
    right: 0.06rem;
    left: 0.06rem;
    background: url(../images/icon_08.png) no-repeat center;
    background-size: cover;
    border-radius: 50%;
}

.idx-kx .circle .lk {
    font-size: 0.24rem;
    color: #9A8AB2;
    line-height: 0.4rem;
    white-space: nowrap;
    cursor: pointer;
}

.idx-kx .circle .lk::before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 0.6rem;
    height: 0.6rem;
    background: url(../images/idx_38.png) no-repeat center;
    background-size: contain;
    margin-right: 0.05rem;
}

.idx-kx .circle .lk span {
    position: relative;
    z-index: 52;
}

.idx-kx .circle .lk.cur {
    font-size: 0.34rem;
    color: #622FB0;
}

.idx-kx .circle .lk:hover {
    color: #622FB0;
}

.idx-kx .circle .lk.cur::after {
    content: '';
    display: block;
    width: 3.11rem;
    height: 2.41rem;
    background: url(../images/idx_39.png) no-repeat center;
    background-size: contain;
    left: .15rem;
    top: 50%;
    transform: translate(0, -52%);
    position: absolute;
    z-index: 51;
}

.idx-kx .circle .lk.cur::before {
    opacity: 0;
}

.idx-kx .circle .lk1 {
    left: 4.1rem;
    top: .8rem;
}

.idx-kx .circle .lk2 {
    left: 4.4rem;
    top: 50%;
    margin-top: -0.2rem;
}

.idx-kx .circle .lk3 {
    left: 4rem;
    bottom: .8rem;
}

.idx-kx .circle .list {
    position: absolute;
    right: .8rem;
    top: 50%;
    transform: translate(100%, -50%);
    height: 80%;
    z-index: 99;
}

.idx-kx .circle .list .cur_arrow {
    width: 3rem;
    position: absolute;
    top: 50%;
    right: -.6rem;
    transform: translateY(-50%);
}

.idx-kx .circle .list .mySwiper {
    height: 100%;
    overflow: hidden;
    padding-left: .5rem;
}

.idx-kx .circle .list .mySwiper .swiper-slide {
    transition: transform .2s;
    transform: translateX(-.4rem);
    display: flex;
    align-items: center;
}

.idx-kx .circle .list .mySwiper .swiper-slide-next {
    transform: translateX(0);
    padding-left: .4rem;
}

.idx-kx .circle .list .mySwiper .swiper-slide-next span {
    font-size: 0.34rem;
    color: #622FB0;
}

.idx-kx .circle .list .mySwiper .swiper-slide-next .lk::before {
    display: none;
}

.idx-kx .tablist {
    display: none;
}


.idx-kx .infoslide {}

.idx-kx .infoslide .item {}

.idx-kx .infoslide .title {
    font-size: 0.22rem;
    font-weight: bold;
    line-height: 0.4rem;
    -webkit-line-clamp: 2;
}

.idx-kx .infoslide .line {
    width: 0.64rem;
    height: 0.04rem;
    background: linear-gradient(180deg, #780663 0%, #D03F26 100%);
    display: block;
    margin: .15rem 0 .25rem;
}

.idx-kx .infoslide .txt {
    font-size: 0.18rem;
    color: #333333;
    line-height: 0.38rem;
    -webkit-line-clamp: 3;
}

.idx-kx .infoslide .title:hover {
    color: #003993;
}

.idx-kx .picslide {
    width: 52%;
    margin-right: -0.06rem;
    margin-bottom: -0.05rem;
    margin-left: 0.8rem;
}

.idx-kx .picslide .item {
    height: 5.3rem;
    position: relative;
}

.idx-kx .picslide .item::after {
    content: '';
    position: absolute;
    left: -1px;
    right: 0;
    top: 0;
    bottom: 0;
    background: url(../images/idx_35.png) no-repeat center;
    background-size: 100% 100%;
}

.idx-kx .picslide .imgbox {
    display: block;
    width: 100%;
    height: 100%;
}

.idx-kx .thumbs .item {
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
    height: 1rem;
    border-radius: 50%;
    margin-left: 0.1rem;
}

.idx-kx .thumbs {
    width: 4.4rem;
}

.idx-kx .thumbs .img {
    border-radius: 50%;
    display: block;
    width: 0.7rem;
    height: 0.7rem;
    margin: .15rem auto;
    transition: all 0s;
}

.idx-kx .thumbs .item.slick-current {
    background: linear-gradient(144deg, #770664 13%, #B21745 49%, #CF3F26 86%) 100%;
    padding: 0.03rem;
}

.idx-kx .thumbs .item.slick-current .img {
    width: 100%;
    height: 100%;
    margin: 0;
}

.idx-kx .thumbs .slick-slide {
    float: none;
}

.idx-kx .botsec {
    display: flex;
    align-items: center;
    margin-top: 0.5rem;
}

.idx-kx .arrow {
    width: 0.7rem;
    height: 0.7rem;
    background: url(../images/idx_36.png) no-repeat center;
    background-size: contain;
    display: inline-block;
    vertical-align: middle;
    margin-left: 0.2rem;
    border-radius: 50%;
}



/* å¸ˆèµ„é˜Ÿä¼3 */
.teach-ss {
    background-color: #fff;
    padding: .25rem .2rem .05rem .35rem;
    margin-bottom: 0.6rem;
}

.teach-ss .row {
    display: flex;
    align-items: flex-start;
    line-height: 0.3rem;
    padding-bottom: 0.1rem;
}

.teach-ss .tit {
    font-size: 0.18rem;
    color: #2C2C2C;
    font-weight: bold;
    width: 0.8rem;
}

.teach-ss .info {
    flex: 1;
    overflow: hidden;
}

.teach-ss .tag {
    display: inline-block;
    vertical-align: middle;
    font-size: 0.16rem;
    color: #2C2C2C;
    padding: 0 .1rem;
    cursor: pointer;
    margin-bottom: 0.1rem;
}

.teach-ss .tag.checked {
    background-color: #0848A7;
    border-radius: .05rem;
    color: #fff;
}

.teach-ss .tag.all {
    min-width: .6rem;
    text-align: center;
    margin-right: 0.07rem;
}



.teach-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin: 0 -.15rem;
    margin-top: 0;
    height: auto;
    overflow: hidden;
}

.teach-list .item {
    display: flex;
    align-items: flex-start;
    width: 33.333%;
    padding: 0 .15rem;
    margin-bottom: 0.5rem;
}

.teach-list .imgbox {
    width: 1.5rem;
    padding: 1px 0 0 .1rem;
    padding-top: 50%;
    position: relative;
    overflow: hidden;
    margin-right: 0.1rem;
}

.teach-list .pic {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: all 1s;
    object-fit: cover;
    display: block;
}

/*.teach-list .mask{height:100%;position: absolute;left: 0;top: 0.1rem;right: 0.1rem;background: linear-gradient(321deg, #3A1071 7%, #1E2A86 30%, #0F65B1 63%, #0E79AB 100%);box-shadow: 0px .04rem .1rem 0px rgba(0, 0, 0, 0.3),0px .04rem .1rem 0px rgba(0, 0, 0, 0.3);}*/
.teach-list .info {
    flex: 1;
    overflow: hidden;
}

.teach-list .tt {
    font-size: 0.18rem;
    color: #808080;
    border-bottom: 1px solid #D8D8D8;
    padding-left: 0.2rem;
    line-height: 0.2rem;
    padding: .15rem 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.teach-list .name {
    font-size: 0.20rem;
    color: #2C2C2C;
    font-weight: bold;
    margin-right: 0.2rem;
    /* display: inline-block; */
    vertical-align: baseline;
}

.teach-list .txt {
    font-size: 0.16rem;
    color: #808080;
    line-height: 0.28rem;
    /* padding-left: 0.2rem; */
    margin-top: 0.1rem;
}
.teach-list .txt p:first-child{padding-left:0;}
.teach-list .txt p {
    position: relative;
    padding-left: .2rem;
    margin-bottom: 0.1rem;
}

.teach-list .txt p img {
    position: absolute;
    left: 0;
    top: .05rem;
    height: .2rem
}

.teach-list .txt i {
    width: 0.22rem;
    height: 0.22rem;
    margin-right: 0.15rem;
    display: inline-block;
    vertical-align: middle;
}

.teach-list .txt .ico1 {
    background: url(../images/tp_25.png) no-repeat center;
    background-size: contain;
}

.teach-list .txt .ico2 {
    background: url(../images/tp_26.png) no-repeat center;
    background-size: contain;
}

.teach-list .txt .ico3 {
    background: url(../images/tp_27.png) no-repeat center;
    background-size: contain;
}


@media (min-width: 767px) {
    .idx-kx .thumbs .item {
        width: 1rem !important;
    }
}

.idx-us {
    position: relative;
    background: url(../images/idx_04.png) no-repeat center;
    background-size: cover;
    padding: 1rem 0 1.3rem;
}

.idx-us .detail {
    display: flex;
    align-items: center;
}

.idx-us .lbox {
    /* width: 9.6rem; */
    position: relative;
    width: calc(100% - 10.7rem);
    z-index: 99;
}

.idx-us .videobox {
    flex: 1;
    overflow: hidden;
    height: 5.6rem;
    position: relative;
}

.idx-us .videobox.on {
    z-index: 99;
}

.idx-us .video {
    width: 100%;
    height: 100%;
    object-fit: fill;
}

.idx-us .videobox .shade {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    cursor: pointer;
}

.idx-us .videobox .playicon {
    width: .84rem;
    height: .84rem;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 6;
}

.idx-us .videobox .posterimg {
    width: 100%;
    display: block;
    height: 100%;
    object-fit: cover;
}



.idx-us .enter {
    position: relative;
    z-index: 99;
    width: 2.86rem;
    height: 2.86rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: url(../images/idx_17.png) no-repeat center;
    background-size: 100% 100%;
    position: absolute;
    bottom: -0.75rem;
    right: -1.43rem;
    z-index: 50;
}

.idx-us .enter .icon2 {
    height: 1.4rem;
    width: 1.4rem;
    transition: all .3s;
    margin-top: -0.3rem;
}

.idx-us .enter .fz {
    font-size: 0.26rem;
    color: #fff;
    margin-top: -0.15rem;
}

.idx-us .enter:hover .icon-path {
    animation: icon-path-animation3 2s ease-in forwards;
}


.idx-us .rbox {
    margin-top: -1.6rem;
    position: relative;
    /* flex:1;overflow: hidden; */
    width: 10.7rem;
    margin-left: -0.25rem;
}

.idx-us .rbox .pic {
    width: 100%;
    display: block;
}

.idx-us .rbox .box {}

.idx-us .rbox .grp {
    width: 2.5rem;
    height: 1.5rem;
    position: absolute;
    text-align: center;
    padding-top: 0.2rem;
}

.idx-us .rbox .num {
    font-size: 0.54rem;
    color: #fff;
    line-height: 1;
    font-family: 'Impact';
}

.idx-us .rbox .fz {
    padding: 0 .1rem;
    box-sizing: border-box;
    font-size: 0.18rem;
    color: #fff;
    line-height: 0.26rem;
    margin-top: 0.04rem;
    max-height: .78rem;
    overflow: hidden;
    text-overflow: ellipsis;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.idx-us .rbox .grp1 {
    left: 1.55rem;
    top: 2.95rem;
}

.idx-us .rbox .grp2 {
    left: 4.1rem;
    top: 2.95rem;
}

.idx-us .rbox .grp3 {
    left: .25rem;
    top: 5.15rem;
}

.idx-us .rbox .grp4 {
    left: 2.85rem;
    top: 5.15rem;
}

.idx-us .rbox .grp5 {
    left: 5.4rem;
    top: 5.2rem;
}

.idx-us .rbox .grp6 {
    left: 4.1rem;
    top: 7.4rem;
}

/* .idx-us .rbox .grp1{left: 1.38rem;top: 2.65rem;}
.idx-us .rbox .grp2{left: 3.65rem;top: 2.65rem;}
.idx-us .rbox .grp3{left: .25rem;top: 4.6rem;}
.idx-us .rbox .grp4{left: 2.53rem;top: 4.6rem;}
.idx-us .rbox .grp5{left:4.8rem;top: 4.6rem;}
.idx-us .rbox .grp6{left:3.65rem;top: 6.6rem;} */




.idx-dt {}

/* .idx-dt .auto{position: relative;}
.idx-dt .auto::before{content:'';position: absolute;width: 100%;left: 0;height: 0.55rem;top:-.55rem;background-color: #fdfdff;border-radius:1.2rem 1.2rem 0 0;} */

.idx-dt .detail {
    position: relative;
}

.idx-dt .detail::after {
    content: '';
    position: absolute;
    left: 0.4rem;
    right: 0.4rem;
    bottom: 0;
    border-top: 1px dashed #1D3795;
    height: 1px;
}

.idx-dt .item {
    margin-right: 0.7rem;
    padding-left: 0.4rem;
    width: 4.2rem;
    position: relative;
    padding-bottom: 0.5rem;
}

.idx-dt .item .imgbox {
    height: 2.3rem;
}

.idx-dt .item .info {
    margin-top: 0.2rem;
    position: relative;
    display: flex;
    align-items: flex-start;
}

.idx-dt .item .info-l {
    margin-right: 0.2rem;
    margin-left: -0.4rem;
}

.idx-dt .item .info-r {
    flex: 1;
    overflow: hidden;
}

.idx-dt .item .title {
    font-size: 0.2rem;
    color: #353535;
    line-height: 0.3rem;
    -webkit-line-clamp: 2;
    display: block;
    height: 0.6rem;
}

.idx-dt .item .txt {
    font-size: 0.16rem;
    color: #7E7E7E;
    line-height: 0.26rem;
    margin-top: 0.15rem;
}

.idx-dt .item .arrow {
    width: 0.33rem;
    height: 0.1rem;
    background: url(../images/idx_13.png) no-repeat center;
    background-size: contain;
    display: block;
    margin-top: 0.25rem;
    opacity: 0;
}

/* .idx-dt .item .date{font-size: 0.28rem;font-family: 'Georgia';background: linear-gradient(270deg, #5D135D 0%, #003993 100%);-webkit-background-clip: text;-webkit-text-fill-color: transparent;background-clip: text;text-fill-color: transparent;line-height: 0.3rem;} */
.idx-dt .item .date {
    font-size: 0.28rem;
    font-family: 'Georgia';
    color: #022966;
}

.idx-dt .item .ico {
    width: 0.54rem;
    display: block;
    margin: .2rem auto 0;
}

.idx-dt .item::after {
    content: '';
    position: absolute;
    left: .37rem;
    bottom: 0;
    height: 1.1rem;
    width: 1px;
    border-left: 1px dashed #1D3795;
}

.idx-dt .item:hover .title {
    color: #003993;
    font-weight: bold;
}

.idx-dt .item:hover .arrow {
    opacity: 1;
}

.idx-dt .item:hover .ico {
    animation: circle 3.3s infinite linear;
}

.idx-dt .slide-arrows {
    right: .1rem;
    bottom: -.2rem;
}

@keyframes circle {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/* .idx-s2{background:url(../images/idx_32.jpg) no-repeat center bottom;background-size:cover;} */
.idx-s2 {
    margin-top: -1rem;
    padding-top: 1rem;
    background: url(../images/idx_32.png) no-repeat center bottom;
    background-size: cover;
    /* margin-top:-1rem;padding-top:1rem; */
}



.idx-sq {
    margin-top: 0.9rem;
    position: relative;
    padding-bottom: 0.2rem;
}

.idx-sq .pic {
    width: 5.99rem;
    display: block;
    margin: 0 auto;
}

.idx-sq .lk {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    z-index: 50;
    width: 2.12rem;
    height: 2.12rem;
    transition: all .3s;
}

.idx-sq .lk .box {
    position: relative;
    z-index: 50;
}

.idx-sq .lk .tit {
    font-size: 0.2rem;
    color: #fff;
    margin-top: -.1rem;
    text-align: center;
    padding: 0 .2rem;
}


.idx-sq .lk1 {
    background: linear-gradient(146deg, #0A2E8F 14%, #125DB2 52%, #0DA1A5 86%);
    margin-left: -5.5rem;
    top: .5rem;
}

.idx-sq .lk .icon {
    margin: 0 auto;
    height: 1.2rem;
    margin-top: -0.15rem;
    display: block;
}

.idx-sq .lk2 {
    background: linear-gradient(148deg, #57086F -1%, #A40454 38%, #D44521 88%);
    bottom: 2.2rem;
    margin-left: 5rem;
}

.idx-sq .lk3 {
    background: linear-gradient(147deg, #57086F 14%, #1A4EAB 75%, #2077BE 93%);
    left: 56%;
    bottom: 1rem;
}

.idx-sq .lk3 .icon {
    z-index: 1;
    height: .7rem;
    margin-top: 0;
    margin-bottom: .2rem;
    vector-effect: non-scaling-stroke;
    shape-rendering: crispEdges;
}

.idx-sq .lk3 .icon-path {
    stroke: #fff;
    stroke-width: .8px;
}

/* .idx-sq .lk2 .icon{height: 1.03rem;} */
.idx-sq .ball {
    position: absolute;
    left: 50%;
}

.idx-sq .ball1 {
    width: 1.18rem;
    bottom: 1.3rem;
    margin-left: -6.3rem;
    animation: updown .7s infinite linear alternate;
}

.idx-sq .ball2 {
    width: .81rem;
    bottom: 2.7rem;
    margin-left: 3.2rem;
    animation: updown 1s infinite linear alternate;
}

.idx-sq .lk::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    width: 2.8rem;
    height: 2.8rem;
    opacity: 0;
    margin-left: -1.4rem;
    margin-top: -1.4rem;
}

.idx-sq .lk1::before {
    background: url(../images/idx_33.png) no-repeat center;
    background-size: 100% 100%;
}

.idx-sq .lk2::before {
    background: url(../images/idx_34.png) no-repeat center;
    background-size: 100% 100%;
}

.idx-sq .lk3::before {
    background: url(../images/circle.png) no-repeat center;
    background-size: 100% 100%;
}

.idx-sq .lk:hover {
    transform: scale(1.1, 1.1);
}

.idx-sq .lk:hover::before {
    opacity: 1;
}

.idx-sq .lk1:hover {
    box-shadow: 0px .1rem .3rem 0px rgba(18, 93, 178, 0.45);
}

.idx-sq .lk2:hover {
    box-shadow: 0px .1rem .3rem 0px rgba(177, 21, 70, 0.45);
}

.idx-sq .lk3:hover {
    box-shadow: 0px .1rem .3rem 0px rgba(26, 78, 171, 0.45);
}

.idx-sq .lk:hover::before {
    animation: circle 9s infinite alternate;
}

.idx-sq .lk:hover .icon-path {
    animation: icon-path-animation3 2s ease-in forwards;
}

@keyframes updown {
    0% {
        -webkit-transform: translate(0, .3rem);
        transform: translate(0, .3rem);
    }

    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}


/* é—‚å‚šå€¸éŠæå´éŽ¼ä½¸ç£¹é–¹é—´ç¤çº¾ç‘°îœƒç€£î…æ£é–»î…žæ£—éŠ†æŽ‘îé”å‘¬å£•æ¿¡ã‚‡å§·é‹æ¶¢Ë‡é¢ç¨¿æžé–¹å‰§ç²¯é‹æ„°æŸ¤é‘¹æ¿ç…é–¹è¹­å³å§Šç»˜æ‹…éŸé‚¦åš‹ç¼‚ä½½î‡§éŠèƒ¯æ£Ÿå¦žã‚†ç‰—ç»®åº¨æƒŒé¡æ¥Šç††é–¼ææ½§æ¿®å›©ç´’é˜ä¾¯æ½ç¼ç»˜ç›¯éæ„­æƒ”éˆ¥æ„æ½»å©µçŠµî•½éˆ§î„‚å¨é‹ãˆ¤æŸ¡å®€å¬¬ç£¿é–³ÑŒå‰¨ç»²æ´ªå¼²å©µå¬Žå›¬æ•ƒéŒæ¶™åš‰é—å“„ç¨é˜ä»‹æ‚¡éŠ‰ï¸¾ç¯€é—‚å Ÿç¨’é¡¥ç‚ºæŸ›é”å‘¯ç§ºé–ºå²‹ç¹å®•åžâ–Žè¹‡åº¢î•é—‚ä½¸æ«é­å¤Œç´žæ¸šâ‚¬é›î‡€å¹’éŽ³è™«æ£ƒå®•æ©€î””é›î†¾æ§–é—‚å‚šå€·ç»€ä¾€å¹–é¡ï¹€å«‰æ¤¤æŽ†å“é“ã‚†ä¿Šé¡–æ°¬æ‚‘ç€¹æ›žå¼¶ç»»æ¶¢å¹‹å¨†å¿•ä»¼é—æžåŠŒéŠå½’å¦µé•îˆšç±é–¸å±¾è‰¾æµ æ¨ºîœƒéŠˆåº¡äºé–¹ç‘°æ´¤é¡«å¿•ç´’å¦¯è¯²î€“ç¼‚ä½¹ç¨‘é¡‘å‘­â–“é¡“ãˆ¡â’‘é–¸æ¶˜ï¹¤éï½‡ç´’é¡”ç•Œæ‡‡é–»æ¶±å–›ç» æ¶˜â˜‰å¨†æ„­îŸé—‚ä½½æ³•é£ï¹‚å¹é”Ÿ  */
svg {
    cursor: pointer;
}

@keyframes icon-path-animation {
    0% {
        stroke-dasharray: 390;
        stroke-dashoffset: 390;
    }

    40% {
        stroke-dasharray: 390;
        stroke-dashoffset: 0;
    }

    60% {
        stroke-dasharray: 390;
        stroke-dashoffset: 0;
    }

    100% {
        stroke-dasharray: 390;
        stroke-dashoffset: 0;
    }
}



@keyframes icon-path-animation2 {
    0% {
        stroke-dasharray: 638;
        stroke-dashoffset: 638;
    }

    40% {
        stroke-dasharray: 638;
        stroke-dashoffset: 0;
    }

    60% {
        stroke-dasharray: 638;
        stroke-dashoffset: 0;
    }

    100% {
        stroke-dasharray: 638;
        stroke-dashoffset: 0;
    }
}



@keyframes icon-path-animation3 {
    0% {
        stroke-dasharray: 720;
        stroke-dashoffset: 720;
    }

    40% {
        stroke-dasharray: 720;
        stroke-dashoffset: 0;
    }

    60% {
        stroke-dasharray: 720;
        stroke-dashoffset: 0;
    }

    100% {
        stroke-dasharray: 720;
        stroke-dashoffset: 0;
    }
}

/* é—‚å‚šå€¸éŠæå´éŽ¼ä½¸ç£¹é–»æˆ£å§¤éŠå—æŸ¨é‡ç‚²â‚¬å½’å´•éŽ´çŠ³å–é–»æ¥€ç‰†ç»—æŽ—æŸ¡é•â•åŠ¦é–ºå±¾ç›¯å¯®æ’®å¦¸éŠ‰Ñ‚å“—é—‚ä½¹æ‚¶é”å²„å´éŽ¼ä½¹ç®’é—‚ä½ºç²¯éŽ¸ç¨¿Ã¹é‘è—‰ç®ºé–»æ¨¼ç²¯é“æ›¢æ‚—é”åºæ†¾é–¸åº¢æ£ƒéŒâ€³ç•éˆ§î„„å´°éî…žè“Ÿé–¸ãƒ®å‰šé…æ¿‹æŸè¤œé“ç†·î‡£éŽ¼ä½¸Î§å©¢è·ºîƒ‡é˜è—‰îœƒéŠˆå—˜å°µé–¸å¬¬å–é…è·ºâ˜‰éŠï¼„åŽªé—æžå„œéå¥ç´”æ¿¡ã‚‡å§·é‹æ¶˜Ãºé¡“ç‚µæš¦å©µå‚œÇ¹é—æŠ½æŸ£é‡æ°³î†‰é–¸å¬«æŒ¸é¡“å…¼å¾„ç€£Ñ„å«¼é—‚ä½½î‰éŽå…¼æ…¨éŠˆå¤Šæžé—î„€ç§µé“æ¬“æŸ£é”å“„î•¼é–¸çŠ³îŸ‡éˆ§î„î†–é æ ­â€¦é‘è—‰æžé–¹é‚¦åŽ¼ç»¶ç‚²â”‘é˜æ’æž¤æ¿¡î‚¤å––å§Šç»˜æ‹…ç»‹æ¬¾æ£Œé—ç»˜æŒ¸é—æ’³ç•·éŽ¶ç­‹æ•‹é–³ÑŒå‰™é¡•ï½‰å¹Žé’˜å¤˜æ½Šé—é›ç¹ˆé¨å©šæ•å©µå›©ç®¾é‰å å¢½ç»‹è¤æ†¸é‰åž®æšžç¼å‚šç§µéŠˆï½‰å´˜éˆ¹ç‚¬å«¼é—è¤å§µæµœä»‹å´çžè§£æžé–¹æ‰®å¢—é“æ¬“æŸ›éŽ´æ¬â‚¬æ «â‚¬æ°¾æ‹· */
.inner-ban {
    height: 5.5rem;
}

.inner-ban .img {
    width: 100%;
    display: block;
    height: 100%;
    object-fit: cover;
}

.main {
    padding: 0 0 1rem;
    background: url(../images/tp_15.png), linear-gradient(153deg, #E7F4FE 5%, #F0EDFA 98%);
    background-blend-mode: multiply, normal;
}


.main .wrap {
    display: flex;
}

.main-l {
    width: 2.75rem;
    margin-right: 0.6rem;
}

.main-r {
    flex: 1;
    /* overflow: hidden; */
}

.side-bar {
    margin-top: -1.15rem;
    position: relative;
    z-index: 10;
}

.side-bar .titbox {
    text-align: center;
    height: 1.15rem;
    background: url(../images/tp_12.jpg) no-repeat center;
    background-size: 100% 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.side-bar .titbox .tit {
    font-size: 0.3rem;
    color: #fff;
}

.side-bar .titbox .en {
    font-size: 0.12rem;
    color: #fff;
    margin-top: 0.04rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.side-bar .titbox .en::before,
.side-bar .titbox .en::after {
    content: '';
    display: inline-block;
    width: 0.36rem;
    height: 1px;
    background-color: #fff;
    margin: 0 .05rem;
}


.side-menu-wrap {
    background: linear-gradient(180deg, #FFFFFF 38%, rgba(255, 255, 255, 0.00) 100%);
    box-shadow: 0px .04rem .1rem 0px rgba(0, 0, 0, 0.2);
}

.side-menu {
    position: relative;
    padding-top: 1px;
    min-height: 4.1rem;
    background: url(../images/tp_02.png) no-repeat center bottom;
    background-size: 100% auto;
}

.side-menu li {
    position: relative;
    border-bottom: 0px dashed #D8D8D8;
    transition: all .3s;
}

.side-menu>li::after {
    position: absolute;
    bottom: 0;
    content: "";
    width: 100%;
    height: 1px;
    background: url(../images/line.png);
    background-size: 100% 100%;
    background-position: bottom;
    background-repeat-y: no-repeat;
}

.side-menu li>a {
    font-size: 0.16rem;
    color: #2C2C2C;
    line-height: 1.4;
    position: relative;
    padding: .2rem .3rem .2rem .15rem;
    display: flex;
    align-items: center;
    transition: all .3s;
}

.side-menu li>a::after {
    flex-shrink: 0;
    content: '';
    position: absolute;
    right: .2rem;
    top: 50%;
    transform: translate(0%, -50%);
    transition: all .3s;
    background: url(../images/tp_04.png) no-repeat center;
    background-size: contain;
    width: 0.1rem;
    height: 0.1rem;
}

.side-menu li>a::before {
    flex-shrink: 0;
    content: '';
    width: 0.19rem;
    height: 0.19rem;
    background: url(../images/tp_03.png) no-repeat center;
    background-size: contain;
    margin-right: 0.1rem;
    opacity: 0;
    ;
    transition: all .3s;
}

.side-menu li:hover {
    background: #F5F6F8;
}

.side-menu li.cur>a,
.side-menu li:hover>a {
    color: #123E9B;
    background-color: #F5F6F8;
}

.side-menu li.cur>a:after,
.side-menu li:hover>a:after {
    background-image: url(../images/tp_04-1.png)
}

.side-menu li.cur>a:before,
.side-menu li:hover>a:before {
    display: block;
    opacity: 1;
}

.side-menu li>a::after {
    display: none !important;
}

.side-menu li>a .arrow {
    flex-shrink: 0;
    content: '';
    position: absolute;
    right: .2rem;
    top: 50%;
    transform: translate(0%, -50%);
    transition: all .3s;
    background: url(../images/tp_04.png) no-repeat center;
    background-size: .14rem .14rem;
    width: 0.3rem;
    height: 0.3rem;
}

.side-menu li.cur>a .arrow,
.side-menu li:hover>a .arrow {
    background-image: url(../images/tp_04-1.png)
}

.side-menu li.show>a .arrow {
    transform: rotate(90deg) translate(-60%, 0%);
}

.side-menu-wrap li .second {
    padding-bottom: .2rem;
    display: none;
}

.side-menu-wrap li .second li {
    padding: .07rem .10rem;
}

.side-menu-wrap li .second li a {
    font-size: .14rem;
    padding: 0rem .3rem 0rem .15rem;
}

.side-menu-wrap li .second li a::before {
    margin-right: .2rem;
    opacity: 1;
    display: block;
    content: '';
    width: .03rem;
    height: .03rem;
    border-radius: 50%;
    background: linear-gradient(180deg, #5D135D 0%, #163C9C 100%);
}

.side-menu-wrap li .second li a:after {
    opacity: 0;
}

.top-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 1rem;
    border-bottom: 1px solid #D8D8D8;
    margin-bottom: 0.35rem;
}

.top-bar .bt {
    font-size: 0.28rem;
    color: #414141;
}

.top-bar .bt::before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    margin-right: 0.05rem;
    background: url(../images/tp_13.png) no-repeat center;
    background-size: contain;
    width: 0.4rem;
    height: 0.4rem;
}


.crumb {
    font-size: 0.16rem;
    color: #626262;
    line-height: 0.3rem;
}

.crumb:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    margin-right: 0.06rem;
    width: 0.21rem;
    height: 0.21rem;
    background: url(../images/tp_14.png) no-repeat center;
    background-size: contain;
    margin-top: -.02rem;
}

.crumb a {}

.crumb a:hover {
    color: #0848A7;
}

.teac-sec {}

.teac-sec .mod {
    padding-bottom: 0.2rem;
}

.teac-sec .tit {
    font-size: 0.24rem;
    color: #fff;
    font-weight: bold;
    line-height: 0.78rem;
    background: url(../images/tp_06.jpg) no-repeat center;
    background-size: cover;
    margin-bottom: 0.3rem;
    padding: 0 .35rem;
}

.teac-sec .detail {
    /* margin-left:-.07rem; */
}

.teac-sec .list {
    display: flex;
    flex-wrap: wrap;
    margin-left: -4%;
    width: calc(104% - 0.07rem);
}

.teac-sec .list li {
    min-width: 21%;
    margin: 0 0 4% 4%;
    height: 0.65rem;
}

.teac-sec .list span {
    display: flex;
    align-items: center;
    border: 1px solid #005EB2;
    font-size: 0.2rem;
    color: #414141;
    padding: 0 .18rem;
    margin: -.07rem 0 0 0;
    background-color: #fff;
    line-height: 0.65rem;
    width: calc(100% + .07rem);
    position: relative;
    transition: all .1s;
}

.teac-sec .list span::before {
    content: '';
    width: 0.26rem;
    height: 0.26rem;
    display: block;
    background: url(../images/tp_03.png) no-repeat center;
    background-size: contain;
    margin-right: 0.1rem;
}

.teac-sec .list span::after {
    content: '';
    position: absolute;
    right: .2rem;
    top: 50%;
    width: 0.24rem;
    height: 0.08rem;
    background: url(../images/idx_13.png) no-repeat center;
    background-size: contain;
    transform: translate(0, -50%);
    opacity: 0;
}

.teac-sec .list li:hover {
    background: linear-gradient(283deg, #3A127C 0%, #113194 27%, #0E56A9 66%, #0F839E 96%);
}

.teac-sec .list li:hover span::after {
    opacity: 1;
}

.teac-sec .list li:hover span {
    margin-left: 0.07rem;
}

/* é—‚å‚šå€¸éŠæå´éŽ¼ä½¸ç£¹ç€¹å‹¬å™´è¤°æŽ‘ç‚Šç‘œå¿›å¼³é”•å‚›ç…•æ¤¤î…Ÿåžµæµœæ¿‹æŸ›å¨†å¿•ç®»é–ºå±¸å‰å¯°å‹­â‚¬ï½Žäºé¡”å‘´æ‚·å©Šå‘­î•¼é¢îˆ›å¸žç»®å ¢â‚¬ï½Žåæµœæ»ˆæŸ¡å®¥å†¨å¦¿é–³ç»˜æ‡éŒç†ºç²™é¨î†½æ®»å©µî†¼ï¹¥å¦žè—‰ç•·éŠŠï¸¾ç¯€é–¸æ„µç…ˆå¦²éæ¢»æµ£è§„å é–¸æ–¿ç§µç»”ç†¼å´±å¦¯è‚©å½¾é—å“„æ´¢é¨å½’æŸ¨éŠˆå—•ç¹†é–µå æ‡Žé†æ¬‘æ†¸é‰åž®î­æ¿®å©ƒæ¤½éªžæ ­æ‚™éŽ»æŽ‘î‘é—‚ä½¸æ†¡éŒã„§ç²”è¤°æŽ‘ç®–é–¿ç†ºå§µé‹å‹¯æ‚¹æµ£èŠ¥ç¡¶é–¹è™«æ‡éŠˆî…å¯¼é‰æˆ î˜°å¦žã‚†æŒ¾æ¿®çƒ½å´¢å©Šå Ÿâ’’å¨´ï½…æ†¡éŽ¯å ¥æ‚¶å§˜ç…Žäº°ç€¹æ›Ÿç¹ˆéªžå¬®æ•ƒéˆ§î„‚ç²»éî…Ÿç…é–¸î‚£ç¹å¦²å“¥ç—ªéŽ¯Ñƒæ‚‘ç¼ç»˜ç›¯éªžå¬®æ‚œé¥ï¸¾è¿”å©µç‚²î‡­éŠ†å¬®å¹é”Ÿ  */
.det-sec {}

.det-sec .top {
    text-align: center;
    padding: .2rem 0;
    border-bottom: 1px dashed #D8D8D8;
    margin-bottom: 0.3rem;
}

.det-sec .title {
    font-size: 0.24rem;
}

.det-sec .sm {
    font-size: 0.15rem;
    color: #868686;
    margin-top: 0.17rem;
}

.edit {
    font-size: 0.18rem;
    line-height: 1.9;
    padding: 0 .2rem;
}

.edit p {
    text-indent: 2em;
    font-size: .18rem;
}

.edit strong {
    text-indent: 2em;
    font-size: .18rem;
}

.edit img {
    max-width: 100%;
    margin: 10px 0;
}

.edit p a {
    word-wrap: break-word;
}

.table-box {
    overflow-x: scroll;
}

.edit table {
    margin: 0 auto;
}

.edit table td p {
    text-indent: 0;
}

/* ç¼‚å‚šå€¸éŠæå´éŽ¼ä½¸ç£¹é–¹é—´ç¤çº¾å½’æŸŸé—‚å¯¸î˜¦ç»¾æƒ§ç¶ŠéŒï½‰å¹‹é”å‘…æ’»æŸ›éŠˆå‘­î­é–ºå±»å€—ç»®æ¬‘æ„éŠŠã‚‡é©³é—‚ä½¸æ†¡éŸãƒ§æ¢éŽ´ï¹€Î¦é–¸æ›¨åž°ç» å©šæŸ›å¦¤å†¨ä»§å¨´çŠºåç»±æŽ—æ‚™é¡’â‚¬é”ã‚†ã„é¡“çŠ²åŽ´ç€µî†¼îŸ·éŽ®ãˆ¤æ‚¡æ´ï½Žå”¹é—‚ä½¸ç¶Šé‹å©‡å´¯éˆºä½²å ªé–¸æ¶±å––é‹æˆ¦æ¢ºç¼æ©†æ®”é–»æ¥€æ£›ç»®î…žîé‘¸ç”µåŽ±é–»åº¯ç¶†é‹å‹¬æ…¨æ¾¶æ„­ç…ƒç‘œæ»ˆå´œå¨‘ãˆ ç® é–¹æƒ§î‡­éè·ºâ”‘é˜å‰æç¼æ„­îšŠéŒâ€³î…¼æ´â€³ç®¹ç¼‚ä½²å“é–¸î‚ å„²é“æ›Ÿã„éŽ°å‰ç¨»ç¼â‚¬éî†½ç…ƒé—åž®îƒ…éå­˜æ…¨æ¿ å‚¤ç…¼ç€¹æ›žã‚¸éŽ®ãˆ¢æ‚°éˆ¥æ„æ½“é—‚å‚™ç„¦ç€µÑ…ç²™éŽºæ‡³æ¶¢å´˜é¡”è‰°æ‘•é—ç»˜æ¢»é˜Ñ…ç²ˆé•îˆ›ç…é–¸î‚£ç¹ƒé¡¥æ»„ã„è¹‡ãƒ¦å«¹ */
.edit h6 {
    font-size: 0.24rem;
    color: #123E9B;
}

.edit .tupian {
    display: flex;
    justify-content: space-between;
}

.edit .tupian img {
    width: 49%;
}

.edit .pic {
    width: 53%;
    margin-right: 3%;
}

/* é—‚å‚šå€¸éŠæå´éŽ¼ä½¸ç£¹é–¹é—´ç¤çº¾ç‘°îœƒç€£î…æ£é–»î…žæ£—éŠ†æŽ‘îé”å‘¬å£•æ¿¡ã‚‡å§·é‹ç‚ºæ‚§é˜æ±‡â‚¬ä¾€å¼´éŠâ„ƒæ«‡é—é€žå±½å¢°å©¢è§„æ´Ÿå®•çƒ½î”˜é˜ç¢‰ç´²é—è¯²å‡½ç¼å—›å´‘éŽ¾èˆµî•é–³å“„å€»ç» å‰§â‚¬ç‘°å£Šé æ› èŠ±æ¿ æ°¬ç‚ŠéŽæ¶™îŸ‡ç»¡â‚¬é—é›éªç»²å‰§æ¶µéîƒ¾äºœé–¹å­˜ç¹ƒé£è™¹ç´’éŒæ¶˜æµ®é–ºå±½æ£—é¡“å¥¸å´±å¦žå‰§æ•¾å©µçŠµæ•¸æ¿®æ’®æ•ƒéŠˆå›£å“å§˜ç…Žå¼®é–¹î‡†ç¹æ¿¡çƒ½åŸ¡éŒæ»ƒå¹—é—‚ä½¹å¯§ç»»å‚žå¹Šæ´âˆ¥ï½‡ç´’å¦¯é•ç°»å¦žã‚†åŠ§ç»²è·¨ç²»éæ·¬äºœé–µå¿¥ç´•æ¾§ç”¸æŸ›éˆºå¬¬ç¯€ç€¹æ›Ÿå¸’éˆ½å¤‹æ½é¡­æˆžî—ˆé—‚ä½½î‡§å§˜ï¹‚ï½žæ¾¶å¨’å“„â¿°é«æ¿ˆç¥é—å“„ç¨é˜å¥¸å¼°éŠ‰â•‚ç…Ÿé–¹é‚¦å‰šéŽ¯å ¢ç´’é˜è™«çš‘é–¹æ’æ‘œæµ ï¹‚å´œè¤è¤°é¹ƒæ¢ºéå‹¬å‚¨é–¸ã„¦æ¤½é©æ¶¢å¹‹é””è—‰ä»¯é—è¯¡åŽ½ç”¯æŽ“ä¿Šéè‚©ç®¾é–¸æ¶±å––æ¿®å¶‰æŸ¡å®€â‚¬é æ §ç•·å¨†æ’³Î§é–¸â„ƒîšæµ¼  */
.arc-list {}

.arc-list .item {
    padding: .2rem .3rem;
    display: flex;
    align-items: center;
    border-top: 1px dashed #8D8D8D;
}

.arc-list .date {
    width: 0.8rem;
    height: 0.8rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: url(../images/tp_05.png) no-repeat center;
    background-size: 100% 100%;
}

.arc-list .wz1 {
    font-size: 0.26rem;
    color: #182C90;
    font-family: 'Georgia';
}

.arc-list .wz2 {
    font-size: 0.12rem;
    color: #888888;
    font-family: 'Georgia';
}

.arc-list .info {
    flex: 1;
    overflow: hidden;
    padding: 0 .3rem;
}

.arc-list .title {
    font-size: 0.2rem;
    color: #2C2C2C;
    display: block;
    -webkit-line-clamp: 2;
}


.morebtn {
    width: 1.07rem;
    height: .66rem;
    background: url(../images/tp_16.png) no-repeat center;
    background-size: 100% 100%;
    font-size: 0.18rem;
    color: #fff;
    line-height: 0.66rem;
    padding-left: 0.45rem;
    opacity: 0;
}

.arc-list .item:first-child {
    border: none;
}

.arc-list .item:hover .more {
    display: block;
}

.arc-list .item:hover .date {
    background-image: url(../images/tp_05-1.png)
}

.arc-list .item:hover {
    background: url(../images/tp_06.jpg) no-repeat center;
    background-size: cover;
    border-color: transparent;
}

.arc-list .item:hover * {
    color: #fff;
}

.arc-list .item:hover+.item {
    border-color: transparent;
}

.arc-list .item:hover .morebtn {
    opacity: 1;
}

.page {
    text-align: center;
    font-size: .14rem;
    color: #333;
    line-height: .34rem;
    margin-top: 0.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
flex-wrap:wrap;
}

.page * {
    font-size: inherit;
}

.page a {
    min-width: .34rem;
    height: .34rem;
    line-height: .32rem;
    display: inline-block;
    vertical-align: middle;
    background-color: transparent;
    margin: 0.05rem .05rem;
    border: 1px solid #ccc;
    padding: 0 .1rem;
}

.page a.active,
.page a:hover {
    background-color: #005298;
    color: #fff !important;
    border-color: #005298;

}

.page .prev,
.page .next,
.page .first,
.page .last {
    color: #005298;
    border-color: #005298;
}

.page>span {
    margin: 0 .15rem;
}

.page .go {
    display: flex;
    align-items: center;
}

.page .num {
    width: 0.34rem;
    height: 0.34rem;
    text-align: center;
    margin: 0 .04rem;
    background-color: transparent;
    border: 1px solid #ccc;
}

.page .gobtn {
    width: 0.6rem;
    border: 1px solid #ccc;
    text-align: center;
    background-color: transparent;
    margin-left: 0.15rem;
    cursor: pointer;
}

.page .gobtn:hover {
    background-color: #005298;
    color: #fff !important;
    border-color: #005298;
}

/* é—‚å‚šå€¸éŠæå´éŽ¼ä½¸ç£¹é–¹é—´ç¤çº¾å½’æŸ£éŽ´ï½…Ð“é–¸å©‚æ½¡éŒã„©å¼´éæµ‹å“éãƒ§ä¸é–ºå¶ŽåŽ½é“æ›Ÿã„éŽ°å‰ç¨»ç¼â‚¬éˆ§î„‚ç´’éî„€åŠ¤æ¿žç¡·ç¹å¯®å©šæ‚¢é“åº£ç•¾é—ç»˜îš…é—æ»ƒÎ›é•î… ç£¼é–»æ„µå‰™é”ã‚†ã„é¡“çŠ²åŽ´ç€µî†¼îŸ·éŽ®ãˆ¤æ‚¡æ´ï½Žå”¹é—‚ä¾€â‚¬æ¶˜åµ†æ¿žä½³å†£æž”æ¤¤æ’±åžºéˆ·æˆ¦æŸ›å¨‘æ©ˆå·¥é–»å¿Šæ™›éˆ¹æˆ¦æ‚™éˆºä½·å£•é—‚å‚™ç¤éŽ¼î‚¦å¼µé¡’å‹¬å„Žæ¤¤æ «åŸå®“ä¾€æŸ›éŠ‰î†¼å¢¯æ¤¤ãƒ¥ç‰Šç»»æ¶¢å¹‹éåž«å™®æ¿žå­˜ç² æµœç‚µæ§éŽ¾è¯²ç£¼æ¿žå—˜å¸©éžå½’æ¢ºç»‹æ¬¾å„é–¹ç‘°æ´­å¯®è¯²â˜‰éŠçŠµåŠ´é—ç¨¿ç¹’æ¿®é¹ƒå´‘éŽ°æ¿ç®²é–µå¿‹å€•éªžãˆ¡ç¹›éŽ´ç‚µæ‡…é–¸æ©†äºªå§Šæ´ªå´œéŽ»æŽç°¼ç¼‚ä½½î‡§éŸæ‘ç•·å®•å›¨å–†é–¸æ›—æ™™ç»¨å©šæ£…é¡ãˆ¡ææ¤¤æˆæ‡˜å®•æ¿‹æ•ƒéŒæ¶šåŽ¸é–»å¿•åŸé…î‚¢æš©æ¿¡ç‚ªä¼‡éŒæ»…ç¢é—å“„æœ¬é©îˆžç®å§—â‚¬å®•ï¿ æ‚™å®¸î†½ç¶†å©µÂ°å€—æ¿®çƒ½å´‘å¨‘æ°­å´²æ¿®æ¤»å“ç€µî‡…åŠéªžæ¨¼ç´’å¦¯ç»˜îŸé—‚ä½½æ³•é£ï¹‚å¹é”Ÿ  */
.tw-list {}

.tw-list .item {
    padding: 0.3rem;
    display: flex;
    align-items: flex-start;
    margin-bottom: 0.15rem;
}

.tw-list .imgbox {
    width: 3.3rem;
    height: 2.2rem;
}

.tw-list .info {
    flex: 1;
    overflow: hidden;
    padding: .1rem .3rem 0;
}

.tw-list .date {
    display: flex;
    align-items: center;
    font-size: 0.14rem;
    color: #A3A4A5;
    font-family: 'SourceHanSerifCN';
}

.tw-list .date * {
    font-family: inherit;
    line-height: 1;
}

.tw-list .date span {
    font-size: 0.24rem;
    color: #182C90;
}

.tw-list .date em {
    color: #A3A4A5;
    padding: 0 .08rem;
    font-size: 0.2rem;
}

.tw-list .line {
    width: 1.55rem;
    height: 1px;
    background-color: #8B55CF;
    position: relative;
    display: block;
    margin-top: 0.1rem;
    margin-bottom: 0.25rem;
    margin-left: -0.3rem;
}

.tw-list .line::after {
    content: '';
    position: absolute;
    background: url(../images/tp_11.png) no-repeat center;
    background-size: contain;
    width: 0.6rem;
    height: 0.6rem;
    top: -0.3rem;
    right: -0.3rem;
}

.tw-list .title {
    font-size: 0.2rem;
    color: #2C2C2C;
    display: block;
    -webkit-line-clamp: 1;
}

.tw-list .txt {
    font-size: 0.16rem;
    color: #808080;
    line-height: 0.3rem;
    -webkit-line-clamp: 2;
    margin-top: 0.07rem;
}

.tw-list .morebtn {
    float: right;
    margin-top: -0.06rem;
}

.tw-list .item:hover {
    background: url(../images/tp_23.jpg) no-repeat center;
    background-size: cover;
}

.tw-list .item:hover * {
    color: #fff;
}

.tw-list .item:hover .morebtn {
    opacity: 1;
}

.tw-list .item:hover .line {
    background-color: #fff;
}

.tw-list .item:hover .line::after {
    background-image: url(../images/tp_11-2.png)
}


.kf-sec {
    position: fixed;
    right: 0.2rem;
    top: 50%;
    z-index: 99;
}

.kf-sec .lk {
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    box-shadow: 0px .04rem .1rem 0px rgba(185, 1, 79, 0.2);
    border-radius: 50%;
    width: 0.62rem;
    height: 0.62rem;
    margin-bottom: 0.13rem;
    text-align: center;
    cursor: pointer;
}

.kf-sec .icon {
    height: 0.28rem;
    width: auto;
}

.kf-sec .txt {
    font-size: 0.14rem;
    color: #fff;
    background: linear-gradient(180deg, #AE1D36 0%, #C6402A 100%);
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: all .2s;
}

.kf-sec .gotop {
    background: linear-gradient(180deg, #AE1D36 0%, #C6402A 100%);
}

.kf-sec .lk::after {
    content: '';
    position: absolute;
    background: url(../images/icon_12.png) no-repeat center;
    background-size: cover;
    width: 0.8rem;
    height: 0.28rem;
    margin-top: 0.05rem;
    opacity: 0;
}

.kf-sec .lk:hover .txt {
    opacity: 1;
}

.kf-sec .lk:hover:not(.gotop)::after {
    opacity: 1;
}

@media screen and (max-width:1500px) {
    .side-menu li>a .arrow {
        background-size: .15rem .15rem;
        width: 0.3rem;
        height: 0.3rem;
    }
}

@media screen and (min-width:1200px) and (max-width:1340px) {
    .head {
        padding: 0 .25rem;
    }

    .hd-nav li {
        margin-left: 0.2rem;
    }
}

@media screen and (max-width:992px) {
    .idx-kx .tabwrap {
        padding-bottom: .4rem;
    }

    .idx-kx .lbox {
        display: none;
    }

    .idx-kx .tablist {
        display: flex;
        justify-content: center;
        margin-bottom: .5rem;
    }

    .idx-kx .detail {
        padding-top: .5rem;
    }

    .idx-kx .tablist .lk {
        position: relative;
        font-size: 0.2rem;
        color: #9A8AB2;
        line-height: 0.4rem;
        white-space: nowrap;
        cursor: pointer;
        margin: 0 .3rem;
        text-align: center;
    }

    .idx-kx .tablist .lk:first-of-type {
        margin-left: 0;
    }

    .idx-kx .tablist .lk:last-of-type {
        margin-right: 0;
    }

    .idx-kx .tablist .lk span {
        position: relative;
        z-index: 52;
    }

    .idx-kx .tablist .lk.cur {
        font-size: 0.28rem;
        color: #622FB0;
    }

    .idx-kx .tablist .lk::before {
        content: '';
        display: inline-block;
        vertical-align: middle;
        width: 0.5rem;
        height: 0.5rem;
        background: url(../images/idx_38.png) no-repeat center;
        background-size: contain;
        margin-right: 0.05rem;
    }

    .idx-kx .tablist .lk.cur span {
        padding-left: 1.3rem;
    }

    .idx-kx .tablist .lk.cur::before {
        position: absolute;
        top: 34%;
        transform: translateY(-50%);
        width: 2rem;
        height: 2rem;
        background: url(../images/idx_45.png) no-repeat center;
        background-size: contain;
    }
}

@media screen and (max-width:1199px) {
    .idx-kx .arrow {
        display: none !important;
    }

    .idx-kx .picslide {
        margin-left: 0.2rem;
    }

    .idx-kx .lbox {
        width: 4.2rem;
    }

    .teach-list .item {
        width: 50%
    }

    .teach-list .imgbox {
        padding-top: 34%;
    }

}

@media screen and (min-width:992px) and (max-width:1500px) {
    .sj-menu {
        position: absolute;
        right: 2%;
        top: 50%;
        width: .4rem;
        height: .4rem;
        background: url(../images/menu.png) no-repeat center;
        background-size: .4rem;
        margin-top: -.2rem;
        display: block;
    }

    .sj-menu.close {
        background: url(../images/close.png) no-repeat center;
        background-size: .36rem;
    }

    .head {
        padding: 0 .25rem;
        height: 1.2rem;
    }

    .head .wrap {
        align-items: center;
    }

    .head .hd-logo {
        margin-top: 0;
    }

    .head .smbox {
        background: transparent;
    }

    .head .r {
        margin-right: 0.2rem;
    }

    .head.this {
        background-color: rgba(0, 0, 0, .95);
    }

    .hd-nav {
        position: fixed;
        width: 100%;
        left: 0;
        top: 1.2rem;
        background-color: rgba(0, 0, 0, .95);
        margin-top: 0;
        bottom: 0;
        overflow-y: scroll !important;
        display: none;
        border-top: 1px solid rgba(255, 255, 255, .1);
    }

    .hd-nav li {
        display: block;
        margin-left: 0;
        position: relative;
    }

    .hd-nav li>a {
        font-size: 0.2rem;
        line-height: 0.9rem;
        padding: 0 .3rem;
        border-bottom: 1px solid rgba(255, 255, 255, .1);
        font-weight: normal;
    }

    .hd-nav .arrow {
        width: 0.9rem;
        height: 0.9rem;
        position: absolute;
        right: 0;
        top: 0;
        background: url(../images/arrow.png) no-repeat center;
        background-size: .26rem;
        display: block;
    }

    .hd-nav .arrow.this {
        transform: rotate(180deg);
    }

    .hd-nav li:hover>a,
    .hd-nav li.cur>a {
        color: #fff;
    }

    .hd-nav .drop {
        position: static;
        width: 100%;
        transform: translate(0, 0);
        box-shadow: none;
        padding-left: 0.3rem;
        padding-left: 0.5rem;
        opacity: 1;
        visibility: inherit;
        background-color: rgba(0, 0, 0, .95);
        border: none;
        display: none;
    }

    .hd-nav .drop a {
        font-size: .18rem;
        line-height: 0.7rem;
        border-bottom: 1px solid rgba(255, 255, 255, .1);
        text-align: left;
        color: #fff;
    }
}

@media screen and (min-width:992px) and (max-width:1199px) {

    .sear-pop .close {
        top: 0.3rem;
    }


    .ft-t .tp {
        height: 0.5rem;
    }

    .ft-t .select {
        width: 2.2rem;
    }


    /* index */
    .idx-ban {
        height: 9rem;
    }

    .idx-ban .item {
        height: 9rem;
    }

    .idx-ban .swiper-pagination {
        left: 0.8rem;
    }

    .idx-us .lbox {
        width: 6.5rem;
    }

    .idx-us .rbox {
        width: 7.5rem;
    }

    .idx-us .rbox .grp {
        width: 1.7rem;
        height: 1rem;
        padding-top: 0.1rem;
    }

    .idx-us .rbox .num {
        font-size: 0.34rem;
    }

    .idx-us .rbox .fz br {
        display: none;
    }

    .idx-us .rbox .grp1 {
        left: 1.05rem;
        top: 2.05rem;
    }

    .idx-us .rbox .grp2 {
        left: 2.8rem;
        top: 2.05rem;
    }

    .idx-us .rbox .grp3 {
        left: 0.22rem;
        top: 3.5rem;
    }

    .idx-us .rbox .grp4 {
        left: 1.95rem;
        top: 3.5rem;
    }

    .idx-us .rbox .grp5 {
        left: 3.7rem;
        top: 3.5rem;
    }

    .idx-us .rbox .grp6 {
        left: 2.8rem;
        top: 5rem;
    }

    .idx-sq .lk1 .icon {
        height: 0.8rem;
    }


}

@media screen and (min-width:768px) and (max-width:991px) {
    .auto {
        padding: 0 3%;
        width: 100%;
    }

    html {
        font-size: 5.7rem !important;
    }

    .sj-menu {
        position: absolute;
        right: 2%;
        top: 50%;
        width: .4rem;
        height: .4rem;
        background: url(../images/menu.png) no-repeat center;
        background-size: .34rem;
        margin-top: -.18rem;
        display: block;
    }

    .sj-menu.close {
        background: url(../images/close.png) no-repeat center;
        background-size: .26rem;
    }

    .teach-list .imgbox {
        padding-top: 22%;
    }

    .head {
        padding: 0 .25rem;
        height: 1rem;
    }

    .head .wrap {
        align-items: center;
    }

    .head::before {
        display: none;
    }

    .head .hd-logo {
        margin-top: 0;
    }

    .hd-bar {
        flex-wrap: wrap;
        margin-right: 0.3rem;
    }

    .hd-bar .link {
        font-size: 0.14rem;
    }

    .head .smbox {
        background: transparent;
        width: 100%;
        margin-right: 0.15rem;
        justify-content: flex-end;
        margin-top: 0.05rem;
    }

    .head .r {
        margin-right: 0.2rem;
    }

    .head.this {
        background-color: rgba(0, 0, 0, .95);
    }

    .hd-logo .pic {
        height: 0.4rem;
    }

    .hd-logo .tit {
        font-size: 0.2rem;
    }

    .hd-logo .x {
        height: 0.4rem;
    }

    .head .smbox .x {
        margin: 0 .15rem;
    }


    .hd-nav {
        position: fixed;
        width: 100%;
        left: 0;
        top: 1rem;
        background-color: rgba(0, 0, 0, .95);
        margin-top: 0;
        bottom: 0;
        overflow-y: scroll !important;
        display: none;
        border-top: 1px solid rgba(255, 255, 255, .1);
    }

    .hd-nav li {
        display: block;
        margin-left: 0;
        position: relative;
    }

    .hd-nav li>a {
        font-size: 0.17rem;
        line-height: 0.8rem;
        padding: 0 .3rem;
        border-bottom: 1px solid rgba(255, 255, 255, .1);
        font-weight: normal;
    }

    .hd-nav .arrow {
        width: 0.8rem;
        height: 0.8rem;
        position: absolute;
        right: 0;
        top: 0;
        background: url(../images/arrow.png) no-repeat center;
        background-size: .26rem;
        display: block;
    }

    .hd-nav .arrow.this {
        transform: rotate(180deg);
    }

    .hd-nav li:hover>a,
    .hd-nav li.cur>a {
        color: #fff;
    }

    .hd-nav .drop {
        position: static;
        width: 100%;
        transform: translate(0, 0);
        box-shadow: none;
        padding-left: 0.3rem;
        padding-left: 0.5rem;
        opacity: 1;
        visibility: inherit;
        background-color: rgba(0, 0, 0, .95);
        border: none;
        display: none;
    }

    .hd-nav .drop a {
        font-size: .16rem;
        line-height: 0.7rem;
        border-bottom: 1px solid rgba(255, 255, 255, .1);
        text-align: left;
        color: #fff;
    }


    .sear-pop .close {
        top: 0.3rem;
    }

    .ft-t {
        flex-wrap: wrap;
    }

    .ft-t .hd-logo {
        width: 100%;
        justify-content: center;
        margin-bottom: 0.35rem;
    }

    .ft-t .hd-logo .pic {
        height: 0.55rem;
    }

    .ft-t .hd-logo .tit {
        font-size: 0.3rem;
    }

    .ft-t .tp {
        height: 0.5rem;
    }

    .ft-t .select {
        width: 2.2rem;
    }

    .ft-b {
        border: none;
    }

    .ft-menu {
        display: none;
    }

    .ft-lx {
        border: none;
        width: 100%;
        display: flex;
        align-items: center;
        flex-direction: row-reverse;
        padding: 0;
    }

    .ft-lx .ewm {
        width: 1.4rem;
        margin: 0;
    }

    .ft-lx .txt {
        margin: 0;
        flex: 1;
        overflow: hidden;
    }

    .ft-lx .fz {
        font-size: 0.16rem;
    }

    /* index */
    .idx-ban {
        height: 5.7rem;
    }

    .idx-ban .item {
        height: 5.7rem;
    }

    .idx-ban .swiper-pagination {
        left: 0.6rem;
        bottom: 0.6rem !important;
    }

    .idx-tt .titbox .cn {
        font-size: 0.3rem;
    }

    .idx-tt .titbox .icon {
        width: 0.5rem;
    }



    .idx-s1 {
        display: block;
        padding-bottom: 1.2rem;
    }

    .idx-xw {
        width: 100%;
    }

    .idx-xw .topbox {
        padding: .5rem .3rem .3rem;
        height: auto;
    }

    .idx-xw .detail {
        padding: 0 .3rem;
    }

    .idx-xw .slidebox .wz1 {
        font-size: 0.34rem;
    }

    .idx-xw .slidebox .info {
        padding: .35rem .9rem .3rem .15rem
    }

    .idx-xw .slidebox .title {
        font-size: 0.18rem;
    }

    .idx-xw .slidebox::after {
        display: none;
    }


    .idx-xw .hotbox {
        margin-left: 0;
    }

    .idx-xw .hotbox .info {
        padding: .3rem .3rem;
    }


    .idx-tz {
        width: 100%;
    }

    .idx-tz .topbox {
        padding: .3rem .3rem .3rem;
        height: auto;
    }

    .idx-tz .list {
        max-width: 100%;
    }


    .idx-kx .detail {
        display: block;
    }

    .idx-kx .lbox {
        width: 100%;
        margin-bottom: 0.3rem;
    }

    .idx-kx .circle {
        width: 100%;
        height: auto;
        margin: 0;
    }

    .idx-kx .circle .img,
    .idx-kx .circle .sanjiao,
    .idx-kx .circle .line1,
    .idx-kx .circle .line2 {
        display: none;
    }

    .idx-kx .circle .lk.cur::after {
        display: none;
    }

    .idx-kx .circle .lk {
        position: static;
        display: inline-block;
        vertical-align: middle;
        margin: 0 .3rem;
        transition: all 0s;
    }

    .idx-kx .circle .lk.cur {
        font-size: 0.24rem;
    }

    .idx-kx .circle .lk::before {
        transition: all 0s;
    }

    .idx-kx .circle .lk.cur::before {
        width: 2.42rem;
        height: 1.25rem;
        background: url(../images/idx_42.png) no-repeat center;
        background-size: contain;
        margin-right: 0;
        opacity: 1;
    }

    .idx-kx .circle .lk.cur span {
        margin-left: -0.9rem;
    }

    .idx-kx .rbox {
        padding: 0 .3rem;
    }

    .idx-kx .picslide {
        margin-left: 0.4rem;
        margin-right: 0;
        margin-bottom: 0;
    }

    .idx-kx .picslide .item {
        height: 3.5rem;
    }

    .idx-kx .picslide .item::after {
        display: none;
    }

    .idx-kx .infoslide .title {
        font-size: 0.2rem;
        line-height: 1.5;
    }

    .idx-kx .infoslide .txt {
        font-size: 0.16rem;
        line-height: 0.28rem;
    }

    .idx-kx .botsec {
        margin-top: 0.4rem;
    }

    .idx-us {
        padding: .8rem 0 .8rem;
    }

    .idx-us .detail {
        display: block;
        padding: 0 .3rem;
    }

    .idx-us .lbox {
        width: 7rem;
        position: relative;
        z-index: 50;
    }

    .idx-us .videobox {
        height: 4rem;
    }

    .idx-us .videobox .playicon {
        width: 0.7rem;
        height: 0.7rem;
    }

    .idx-us .enter {
        width: 2.1rem;
        height: 2.1rem;
        right: -1.05rem;
        bottom: -.55rem;
    }

    .idx-us .enter .icon {
        height: 0.7rem;
    }

    .idx-us .enter .fz {
        font-size: 0.2rem;
    }

    .idx-us .rbox {
        margin-top: -1rem;
        margin-left: .8rem;
        width: auto;
    }

    .idx-us .rbox .grp {
        width: 1.6rem;
        height: 1rem;
        padding-top: 0.1rem;
    }

    .idx-us .rbox .num {
        font-size: 0.3rem;
    }

    .idx-us .rbox .fz {
        font-size: 0.16rem;
    }

    .idx-us .rbox .fz br {
        display: none;
    }

    /* .idx-us .rbox .grp1{left: 1.02rem;top: 1.95rem;}
	.idx-us .rbox .grp2{left: 2.7rem;top: 1.95rem;}
	.idx-us .rbox .grp3{left: 0.18rem;top: 3.4rem;}
	.idx-us .rbox .grp4{left: 1.9rem;top: 3.4rem;}
	.idx-us .rbox .grp5{left: 3.56rem;top: 3.4rem;}
	.idx-us .rbox .grp6{left: 2.7rem;top: 4.8rem;} */

    .idx-us .rbox .grp1 {
        left: 17%;
        top: 33%;
    }

    .idx-us .rbox .grp2 {
        left: 41%;
        top: 33%;
    }

    .idx-us .rbox .grp3 {
        left: 5%;
        top: 55%;
    }

    .idx-us .rbox .grp4 {
        left: 29%;
        top: 55%;
    }

    .idx-us .rbox .grp5 {
        left: 53%;
        top: 55%;
    }

    .idx-us .rbox .grp6 {
        left: 42%;
        top: 78%;
    }

    .idx-dt .item {
        margin-right: 0.3rem;
    }

    .idx-dt .item .ico {
        width: 0.44rem;
    }

    .idx-sq {
        overflow: hidden;
        display: flex;
        justify-content: space-around;
        padding: 0 0 1rem;
    }

    .idx-sq .pic,
    .idx-sq .ball {
        display: none;
    }

    .idx-sq .lk {
        position: static;
        margin: 0;
        width: 1.9rem;
        height: 1.9rem;
    }

    .idx-sq .lk .icon {
        height: 1.2rem;
        margin: 0 auto;
        display: block;
        margin-top: -0.25rem;
    }

    .idx-sq .lk3 .icon {
        height: .8rem;
        margin: 0 0 .2rem 0;
    }

    /* é—‚å‚šå€¸éŠæå´éŽ¼ä½¸ç£¹é–»æˆ£å§¤éŠå—æŸ¨é‡ç‚²â‚¬å½’å´•éŽ´çŠ³å–é–»æ¥€ç‰†ç»—æŽ—æŸ¡é•â•åŠ¦é–ºå±¾ç›¯å¯®æ’®å¦¸éŠ‰Ñ‚å“—é—‚ä½¹æ‚¶é”å²„å´éŽ¼ä½¹ç®’é—‚ä½ºç²¯éŽ¸ç¨¿Ã¹é‘è—‰ç®ºé–»æ¨¼ç²¯é“æ›¢æ‚—é”åºæ†¾é–¸åº¢æ£ƒéŒâ€³ç•éˆ§î„„å´°éî…žè“Ÿé–¸ãƒ®å‰šé…æ¿‹æŸè¤œé“ç†·î‡£éŽ¼ä½¸Î§å©¢è·ºîƒ‡é˜è—‰îœƒéŠˆå—˜å°µé–¸å¬¬å–é…è·ºâ˜‰éŠï¼„åŽªé—æžå„œéå¥ç´”æ¿¡ã‚‡å§·é‹æ¶˜Ãºé¡“ç‚µæš¦å©µå‚œÇ¹é—æŠ½æŸ£é‡æ°³î†‰é–¸å¬«æŒ¸é¡“å…¼å¾„ç€£Ñ„å«¼é—‚ä½½î‰éŽå…¼æ…¨éŠˆå¤Šæžé—î„€ç§µé“æ¬“æŸ£é”å“„î•¼é–¸çŠ³îŸ‡éˆ§î„î†–é æ ­â€¦é‘è—‰æžé–¹é‚¦åŽ¼ç»¶ç‚²â”‘é˜æ’æž¤æ¿¡î‚¤å––å§Šç»˜æ‹…ç»‹æ¬¾æ£Œé—ç»˜æŒ¸é—æ’³ç•·éŽ¶ç­‹æ•‹é–³ÑŒå‰™é¡•ï½‰å¹Žé’˜å¤˜æ½Šé—é›ç¹ˆé¨å©šæ•å©µå›©ç®¾é‰å å¢½ç»‹è¤æ†¸é‰åž®æšžç¼å‚šç§µéŠˆï½‰å´˜éˆ¹ç‚¬å«¼é—è¤å§µæµœä»‹å´çžè§£æžé–¹æ‰®å¢—é“æ¬“æŸ›éŽ´æ¬â‚¬æ «â‚¬æ°¾æ‹· */
    .inner-ban {
        height: 3rem;
    }

    .main {
        padding: 0 0 .6rem;
    }

    .main .wrap {
        display: block;
    }

    .main-l {
        width: 100%;
        margin: 0;
    }

    .side-bar {
        margin-top: 0;
        width: 108%;
        margin-left: -4%;
        overflow: hidden;
    }

    .side-bar .titbox {
        display: none;
    }

    .side-menu-wrap {
        overflow-x: scroll;
        flex: 1;
        background: #fff;
        box-shadow: none;
    }

    .side-menu-wrap::-webkit-scrollbar {
        display: none;
    }

    .side-menu {
        white-space: nowrap;
        font-size: 0;
        padding-top: 0;
        text-align: center;
        min-height: auto;
    }

    .side-menu:before {
        display: none;
    }

    .side-menu li {
        vertical-align: middle;
        margin: 0;
        border: none;
    }

    .side-menu>li::after {
        display: none;
    }

    .side-menu li>a:before {
        display: none;
    }

    .side-menu li>a::after {
        display: none;
    }

    .side-menu li.has>a::after {
        display: block;
    }

    .side-menu li>a {
        padding: 0 .3rem;
        line-height: 0.5rem;
        height: 0.5rem;
        font-size: 0.16rem;
    }

    .side-menu li>a::before {
        width: 0.22rem;
        height: 0.22rem;
    }

    .side-menu li:last-child {
        margin-right: 0;
        border: none;
    }

    .side-menu-wrap li .second {
        padding-bottom: 0;
    }

    .side-menu-wrap li .second li a {
        line-height: 1;
        height: auto;
    }

    .side-menu-wrap li .second li a {
        padding: 0 .3rem;
    }

    .top-bar {
        flex-direction: column-reverse;
        justify-content: flex-start;
        align-items: flex-start;
        height: auto;
        padding-bottom: 0.2rem;
    }

    .top-bar .bt {
        font-size: 0.28rem;
        width: 100%;
        text-align: center;
        margin-top: 0.2rem;
    }

    .top-bar .bt::before {
        width: 0.34rem;
        height: 0.34rem;
    }

    .crumb {
        width: 100%;
        padding: .15rem 0;
    }

    /* é—‚å‚šå€¸éŠæå´éŽ¼ä½¸ç£¹ç€¹å‹¬å™´è¤°æŽ‘ç‚Šç‘œå¿›å¼³é”•å‚›ç…•æ¤¤î…Ÿåžµæµœæ¿‹æŸ›å¨†å¿•ç®»é–ºå±¸å‰å¯°å‹­â‚¬ï½Žäºé¡”å‘´æ‚·å©Šå‘­î•¼é¢îˆ›å¸žç»®å ¢â‚¬ï½Žåæµœæ»ˆæŸ¡å®¥å†¨å¦¿é–³ç»˜æ‡éŒç†ºç²™é¨î†½æ®»å©µî†¼ï¹¥å¦žè—‰ç•·éŠŠï¸¾ç¯€é–¸æ„µç…ˆå¦²éæ¢»æµ£è§„å é–¸æ–¿ç§µç»”ç†¼å´±å¦¯è‚©å½¾é—å“„æ´¢é¨å½’æŸ¨éŠˆå—•ç¹†é–µå æ‡Žé†æ¬‘æ†¸é‰åž®î­æ¿®å©ƒæ¤½éªžæ ­æ‚™éŽ»æŽ‘î‘é—‚ä½¸æ†¡éŒã„§ç²”è¤°æŽ‘ç®–é–¿ç†ºå§µé‹å‹¯æ‚¹æµ£èŠ¥ç¡¶é–¹è™«æ‡éŠˆî…å¯¼é‰æˆ î˜°å¦žã‚†æŒ¾æ¿®çƒ½å´¢å©Šå Ÿâ’’å¨´ï½…æ†¡éŽ¯å ¥æ‚¶å§˜ç…Žäº°ç€¹æ›Ÿç¹ˆéªžå¬®æ•ƒéˆ§î„‚ç²»éî…Ÿç…é–¸î‚£ç¹å¦²å“¥ç—ªéŽ¯Ñƒæ‚‘ç¼ç»˜ç›¯éªžå¬®æ‚œé¥ï¸¾è¿”å©µç‚²î‡­éŠ†å¬®å¹é”Ÿ  */

    /* é—‚å‚šå€¸éŠæå´éŽ¼ä½¸ç£¹é–¹é—´ç¤çº¾ç‘°îœƒç€£î…æ£é–»î…žæ£—éŠ†æŽ‘îé”å‘¬å£•æ¿¡ã‚‡å§·é‹ç‚ºæ‚§é˜æ±‡â‚¬ä¾€å¼´éŠâ„ƒæ«‡é—é€žå±½å¢°å©¢è§„æ´Ÿå®•çƒ½î”˜é˜ç¢‰ç´²é—è¯²å‡½ç¼å—›å´‘éŽ¾èˆµî•é–³å“„å€»ç» å‰§â‚¬ç‘°å£Šé æ› èŠ±æ¿ æ°¬ç‚ŠéŽæ¶™îŸ‡ç»¡â‚¬é—é›éªç»²å‰§æ¶µéîƒ¾äºœé–¹å­˜ç¹ƒé£è™¹ç´’éŒæ¶˜æµ®é–ºå±½æ£—é¡“å¥¸å´±å¦žå‰§æ•¾å©µçŠµæ•¸æ¿®æ’®æ•ƒéŠˆå›£å“å§˜ç…Žå¼®é–¹î‡†ç¹æ¿¡çƒ½åŸ¡éŒæ»ƒå¹—é—‚ä½¹å¯§ç»»å‚žå¹Šæ´âˆ¥ï½‡ç´’å¦¯é•ç°»å¦žã‚†åŠ§ç»²è·¨ç²»éæ·¬äºœé–µå¿¥ç´•æ¾§ç”¸æŸ›éˆºå¬¬ç¯€ç€¹æ›Ÿå¸’éˆ½å¤‹æ½é¡­æˆžî—ˆé—‚ä½½î‡§å§˜ï¹‚ï½žæ¾¶å¨’å“„â¿°é«æ¿ˆç¥é—å“„ç¨é˜å¥¸å¼°éŠ‰â•‚ç…Ÿé–¹é‚¦å‰šéŽ¯å ¢ç´’é˜è™«çš‘é–¹æ’æ‘œæµ ï¹‚å´œè¤è¤°é¹ƒæ¢ºéå‹¬å‚¨é–¸ã„¦æ¤½é©æ¶¢å¹‹é””è—‰ä»¯é—è¯¡åŽ½ç”¯æŽ“ä¿Šéè‚©ç®¾é–¸æ¶±å––æ¿®å¶‰æŸ¡å®€â‚¬é æ §ç•·å¨†æ’³Î§é–¸â„ƒîšæµ¼  */
    .arc-list .title {
        font-size: 0.18rem;
    }

    .pagelist .go,
    .pagelist>span {
        display: none;
    }

    /* é—‚å‚šå€¸éŠæå´éŽ¼ä½¸ç£¹é–¹é—´ç¤çº¾å½’æŸ£éŽ´ï½…Ð“é–¸å©‚æ½¡éŒã„©å¼´éæµ‹å“éãƒ§ä¸é–ºå¶ŽåŽ½é“æ›Ÿã„éŽ°å‰ç¨»ç¼â‚¬éˆ§î„‚ç´’éî„€åŠ¤æ¿žç¡·ç¹å¯®å©šæ‚¢é“åº£ç•¾é—ç»˜îš…é—æ»ƒÎ›é•î… ç£¼é–»æ„µå‰™é”ã‚†ã„é¡“çŠ²åŽ´ç€µî†¼îŸ·éŽ®ãˆ¤æ‚¡æ´ï½Žå”¹é—‚ä¾€â‚¬æ¶˜åµ†æ¿žä½³å†£æž”æ¤¤æ’±åžºéˆ·æˆ¦æŸ›å¨‘æ©ˆå·¥é–»å¿Šæ™›éˆ¹æˆ¦æ‚™éˆºä½·å£•é—‚å‚™ç¤éŽ¼î‚¦å¼µé¡’å‹¬å„Žæ¤¤æ «åŸå®“ä¾€æŸ›éŠ‰î†¼å¢¯æ¤¤ãƒ¥ç‰Šç»»æ¶¢å¹‹éåž«å™®æ¿žå­˜ç² æµœç‚µæ§éŽ¾è¯²ç£¼æ¿žå—˜å¸©éžå½’æ¢ºç»‹æ¬¾å„é–¹ç‘°æ´­å¯®è¯²â˜‰éŠçŠµåŠ´é—ç¨¿ç¹’æ¿®é¹ƒå´‘éŽ°æ¿ç®²é–µå¿‹å€•éªžãˆ¡ç¹›éŽ´ç‚µæ‡…é–¸æ©†äºªå§Šæ´ªå´œéŽ»æŽç°¼ç¼‚ä½½î‡§éŸæ‘ç•·å®•å›¨å–†é–¸æ›—æ™™ç»¨å©šæ£…é¡ãˆ¡ææ¤¤æˆæ‡˜å®•æ¿‹æ•ƒéŒæ¶šåŽ¸é–»å¿•åŸé…î‚¢æš©æ¿¡ç‚ªä¼‡éŒæ»…ç¢é—å“„æœ¬é©îˆžç®å§—â‚¬å®•ï¿ æ‚™å®¸î†½ç¶†å©µÂ°å€—æ¿®çƒ½å´‘å¨‘æ°­å´²æ¿®æ¤»å“ç€µî‡…åŠéªžæ¨¼ç´’å¦¯ç»˜îŸé—‚ä½½æ³•é£ï¹‚å¹é”Ÿ  */
    .tw-list .item {
        padding: 0.2rem;
        align-items: center;
        margin-bottom: 0;
    }

    .tw-list .imgbox {
        width: 2.8rem;
        height: 1.8rem;
    }

    .tw-list .line {
        display: none;
    }

    .tw-list .title {
        margin-top: 0.15rem;
    }

    .tw-list .morebtn {
        display: none;
    }


    /* å¸ˆèµ„é˜Ÿä¼3 */
    .teach-list .item {
        width: 100%;
    }

}

@media screen and (max-width:767px) {


    .main-r {
        min-height: 4rem;
    }

    .auto {
        padding: 0 4%;
        width: 100%;
    }

    html {
        font-size: 4.6rem !important;
    }

    .head .wrap .l {
        max-width: 80%;
    }

    .sj-menu {
        position: absolute;
        right: 2%;
        top: 50%;
        width: .44rem;
        height: .44rem;
        background: url(../images/menu.png) no-repeat center;
        background-size: .36rem;
        margin-top: -.25rem;
        display: block;
    }

    .sj-menu.close {
        background: url(../images/close.png) no-repeat center;
        background-size: .3rem;
    }

    .mb-search {
        position: absolute;
        right: calc(2% + 0.5rem);
        top: 50%;
        width: .4rem;
        height: .4rem;
        background: url(../images/icon_02.png) no-repeat center;
        background-size: .26rem;
        margin-top: -.25rem;
        display: block;
    }

    .head {
        padding: 0 .15rem;
        height: .9rem;
    }

    .head .wrap {
        align-items: center;
    }

    .head::before {
        display: none;
    }

    .head .hd-logo {
        margin-top: 0;
    }

    .hd-bar {
        margin-right: 0;
        position: absolute;
        width: 100%;
        right: 0;
        top: 0;
        padding: 0 .25rem;
        display: none;
    }

    .hd-bar .link {
        font-size: 0.14rem;
        white-space: nowrap;
    }

    .head .smbox {
        background: transparent;
        width: 100%;
        justify-content: center;
        margin: 0;
    }

    .head .smbox .x {
        display: none;
    }

    .head .smbox .hd-sear {
        display: none;
    }

    .head .r {
        margin-right: 0;
    }

    .head.this {
        background-color: rgba(0, 0, 0, .85);
    }

    .hd-logo .pic {
        height: 0.4rem;
        margin-right: 0.1rem;
    }

    .hd-logo .tit {
        font-size: 0.2rem;
    }

    .hd-logo .en {
        line-height: 1.1;
    }

    .hd-logo .x {
        height: 0.4rem;
    }




    .sear-pop .form {
        width: 90%;
    }

    .hd-nav .hd-bar {
        display: block;
    }



    .hd-nav {
        position: fixed;
        width: 100%;
        left: 0;
        top: .9rem;
        background-color: rgba(0, 0, 0, .85);
        margin-top: 0;
        bottom: 0;
        display: none;
        border-top: 1px solid rgba(255, 255, 255, .1);
    }

    .hd-nav ul {
        height: calc(100% - .8rem);
        overflow-y: scroll !important;
    }

    .hd-nav li {
        display: block;
        margin-left: 0;
        position: relative;
    }

    .hd-nav li>a {
        font-size: 0.17rem;
        line-height: 0.8rem;
        padding: 0 .3rem;
        border-bottom: 1px solid rgba(255, 255, 255, .1);
        font-weight: normal;
    }

    .hd-nav .arrow {
        width: 0.8rem;
        height: 0.8rem;
        position: absolute;
        right: 0;
        top: 0;
        background: url(../images/arrow.png) no-repeat center;
        background-size: .26rem;
        display: block;
    }

    .hd-nav .arrow.this {
        transform: rotate(180deg);
    }

    .hd-nav li:hover>a,
    .hd-nav li.cur>a {
        color: #fff;
    }

    .hd-nav .drop {
        position: static;
        width: 100%;
        transform: translate(0, 0);
        box-shadow: none;
        padding-left: 0.3rem;
        padding-left: 0.5rem;
        opacity: 1;
        visibility: inherit;
        background-color: rgba(0, 0, 0, .95);
        border: none;
        display: none;
    }

    .hd-nav .drop a {
        font-size: .16rem;
        line-height: 0.7rem;
        border-bottom: 1px solid rgba(255, 255, 255, .1);
        text-align: left;
        color: #fff;
    }

    .hd-nav .drop a:hover {
        background: none;
        color: #fff;
    }

    .sear-pop .close {
        top: 0.3rem;
    }

    .ft-t {
        flex-wrap: wrap;
        padding-bottom: 0;
        overflow: initial;
    }

    .ft-t .hd-logo {
        width: 100%;
        justify-content: center;
        margin-bottom: 0.35rem;
    }

    .ft-t .hd-logo .pic {
        height: 0.5rem;
    }

    .ft-t .hd-logo .tit {
        font-size: 0.22rem;
    }

    .ft-t .tp {
        height: 0.4rem;
        width: 80%;
        display: block;
        margin: 0 auto;
    }

    .ft-t .select {
        width: 100%;
        margin-top: .4rem;
        margin-bottom: 0.3rem;
        z-index: 60;
    }

    .ft-t .select .drop {
        max-height: 1.4rem;
    }

    .ft-b {
        border: none;
        margin-bottom: 0;
    }

    .ft-menu {
        display: none;
    }

    .ft-lx {
        border: none;
        width: 100%;
        display: flex;
        align-items: center;
        flex-direction: row-reverse;
        padding: 0 0 .3rem;
        position: relative;
        justify-content: space-between;
    }

    .ft-lx .ewm {
        width: 1.2rem;
        margin: 0;
    }

    .ft-lx .txt {
        margin: 0;
        flex: initial;
        overflow: hidden;
        width: 3.5rem;
    }

    .ft-lx .fz {
        font-size: 0.16rem;
    }




    /* index */
    .idx-ban {
        height: auto;
        overflow: hidden;
    }

    .idx-ban .item {
        height: auto;
    }

    .idx-ban .swiper-pagination {
        left: 50%;
        bottom: 0.4rem !important;
        transform: translate(-50%, 0);
    }

    .idx-ban .swiper-pagination-bullet-active {
        width: 0.26rem;
        height: 0.26rem;
    }

    .idx-tt {
        text-align: left !important;
        margin-bottom: 0.2rem;
    }

    .idx-tt .titbox .cn {
        font-size: 0.26rem;
    }

    .idx-tt .titbox .icon {
        width: 0.44rem;
    }

    .idx-tt .more {
        right: 0;
    }

    .idx-tt .more::before {
        width: 0.24rem;
        height: 0.24rem;
        margin-right: 0.1rem;
    }

    .idx-s1 {
        display: block;
        padding-bottom: 1.2rem;
    }

    .idx-xw {
        width: 100%;
        display: block;
        padding-bottom: .3rem;
    }

    .idx-xw .topbox {
        padding: .5rem .3rem .3rem;
        height: auto;
    }

    .idx-xw .detail {
        padding: 0 4%;
        display: block;
    }

    .idx-xw .slidebox {
        width: calc(100% + 0.2rem);
    }

    .idx-xw .slidebox .wz1 {
        font-size: 0.34rem;
    }

    .idx-xw .slidebox .info {
        padding: .35rem .15rem;
    }

    .idx-xw .slidebox .title {
        font-size: 0.2rem;
    }

    .idx-xw .slidebox::after {
        display: none;
    }

    .idx-xw .slidebox .item {}

    .idx-xw .slidebox .imgbox {
        height: 3rem;
    }

    .slide-arrows {
        display: none;
    }

    .idx-xw .hotbox {
        margin-left: 0;
        width: 100%;
        margin-top: 0.3rem;
    }

    .idx-xw .hotbox .info {
        padding: .3rem .3rem;
        min-height: auto;
    }

    .idx-xw .hotbox .imgbox {
        height: 2.4rem;
    }

    .idx-tz {
        width: 100%;
    }

    .idx-tz .detail {
        padding: .3rem 4% .1rem;
    }

    .idx-tz .topbox {
        padding: .3rem .3rem .3rem;
        height: auto;
    }

    .idx-tz .list {
        max-width: 100%;
    }

    .idx-kx {
        background-position: center bottom;
        padding-bottom: 0.5rem;
    }

    .idx-kx .idx-tt {
        margin-top: -0.3rem;
    }

    .idx-kx .detail {
        display: block;
        padding: .5rem 0 0;
    }

    .idx-kx .lbox {
        width: 100%;
        margin-bottom: 0.3rem;
    }

    .idx-kx .circle {
        width: 100%;
        height: auto;
        margin: 0;
    }

    .idx-kx .circle .img,
    .idx-kx .circle .sanjiao,
    .idx-kx .circle .line1,
    .idx-kx .circle .line2 {
        display: none;
    }

    .idx-kx .circle .lk.cur::after {
        display: none;
    }

    .idx-kx .circle .lk {
        position: static;
        display: inline-block;
        vertical-align: middle;
        margin: 0 .15rem;
        transition: all 0s;
        font-size: 0.22rem;
    }

    .idx-kx .circle .lk.cur {
        font-size: 0.22rem;
    }

    .idx-kx .circle .lk::before {
        transition: all 0s;
        width: 0.4rem;
        height: 0.4rem;
    }

    .idx-kx .circle .lk.cur::before {
        width: 1.5rem;
        height: .7rem;
        background: url(../images/idx_42.png) no-repeat center;
        background-size: contain;
        margin-right: 0;
        opacity: 1;
    }

    .idx-kx .circle .lk.cur span {
        margin-left: -0.6rem;
    }

    .idx-kx .rbox {
        padding: 0 .3rem;
        flex-direction: column-reverse;
    }

    .idx-kx .ll {
        flex: initial;
        width: 100%;
    }

    .idx-kx .picslide {
        margin-left: 0;
        margin-right: 0;
        margin-bottom: .3rem;
        width: 100%;
    }

    .idx-kx .picslide .item {
        height: 3.5rem;
    }

    .idx-kx .picslide .item::after {
        display: none;
    }

    .idx-kx .infoslide .title {
        font-size: 0.22rem;
        line-height: 1.5;
    }

    .idx-kx .infoslide .txt {
        font-size: 0.18rem;
        line-height: 0.36rem;
    }

    .idx-kx .botsec {
        margin-top: 0.4rem;
    }

    .idx-kx .botsec .slick-slider {
        width: 100% !important;
    }





    .idx-us {
        padding: .5rem 0 1.5rem;
        overflow: hidden;
    }

    .idx-us .detail {
        padding: 0 .3rem;
        flex-direction: column-reverse;
    }

    .idx-us .lbox {
        width: 100%;
        position: relative;
        z-index: 50;
    }

    .idx-us .videobox {
        height: 3rem;
        width: 4.48rem;
    }

    .idx-us .videobox .playicon {
        width: 0.7rem;
        height: 0.7rem;
    }

    .idx-us .enter {
        width: 1.6rem;
        height: 1.6rem;
        right: -.25rem;
        bottom: -.4rem;
    }

    .idx-us .enter .icon2 {
        height: .95rem;
    }

    .idx-us .enter .fz {
        font-size: 0.18rem;
        margin-top: -.05rem;
    }

    .idx-us .rbox {
        margin-top: -1rem;
        margin-left: 0;
        width: auto;
    }

    .idx-us .rbox .grp {
        width: 1.5rem;
        height: 1rem;
        padding-top: 0.1rem;
    }

    .idx-us .rbox .num {
        font-size: 0.32rem;
    }

    .idx-us .rbox .fz {
        font-size: 0.16rem;
        line-height: 0.22rem;
    }

    .idx-us .rbox .fz br {
        display: none;
    }

    .idx-us .rbox .grp1 {
        left: 2.45rem;
        top: 1.8rem;
    }

    .idx-us .rbox .grp2 {
        left: 4rem;
        top: 1.8rem;
    }

    .idx-us .rbox .grp3 {
        left: 1.65rem;
        top: 3.1rem;
    }

    .idx-us .rbox .grp4 {
        left: 3.25rem;
        top: 3.1rem;
    }

    .idx-us .rbox .grp5 {
        left: 4.78rem;
        top: 3.1rem;
    }

    .idx-us .rbox .grp6 {
        left: 4rem;
        top: 4.4rem;
    }

    .idx-us .rbox .pic {
        width: 6.5rem;
        display: block;
        margin-left: 1.5rem;
        max-width: initial;
    }

    .idx-dt {
        margin-top: -0.1rem;
        background-color: #fff;
        position: relative;
        z-index: 20;
        padding-bottom: 0.4rem;
    }

    .idx-dt .detail {
        width: calc(100% + 0.2rem);
    }

    .idx-dt .auto::before {
        border-radius: 0;
    }

    .idx-dt .item {
        margin-right: 0.2rem;
        padding-left: 0;
        padding-bottom: 0.3rem;
    }

    .idx-dt .item .info-l {
        margin-left: 0;
    }

    .idx-dt .item .ico {
        width: 0.44rem;
    }

    .idx-dt .item::after {
        display: none;
    }

    .idx-dt .item .arrow {
        display: none;
    }

    .idx-dt .item .txt {
        font-size: 0.18rem;
    }

    .idx-dt .detail::after {
        display: none;
    }


    .slick-dots {
        text-align: center;
    }

    .slick-dots li {
        display: inline-block;
        vertical-align: middle;
        margin: 0 .05rem;
        width: 0.1rem;
        height: 0.1rem;
        background-color: rgba(0, 0, 0, .6);
        border-radius: 50%;
    }

    .slick-dots li button {
        display: none;
    }

    .slick-dots li.slick-active {
        background-color: #003993;
    }


    .idx-sq {
        overflow: hidden;
        display: flex;
        justify-content: space-around;
        padding: .7rem 0;
        margin-top: 0;
        flex-wrap: wrap;
    }

    .idx-sq .pic,
    .idx-sq .ball {
        display: none;
    }

    .idx-sq .lk {
        position: static;
        margin: 0;
        width: 2.1rem;
        height: 2.1rem;
    }

    .idx-sq .lk .icon {
        height: 1.1rem;
        margin: 0 auto;
        display: block;
        margin-top: -0.15rem;
        margin-bottom: 0.05rem;
    }

    .idx-sq .lk3 .icon {
        height: .7rem;
        margin: 0 0 .2rem 0;
    }

    .idx-sq .lk::before {
        display: none;
    }

    .idx-sq .lk:hover {
        transform: scale(0, 0);
    }

    .kf-sec {
        right: 0.05rem;
        top: auto;
        bottom: 1.8rem;
    }

    /* é—‚å‚šå€¸éŠæå´éŽ¼ä½¸ç£¹é–»æˆ£å§¤éŠå—æŸ¨é‡ç‚²â‚¬å½’å´•éŽ´çŠ³å–é–»æ¥€ç‰†ç»—æŽ—æŸ¡é•â•åŠ¦é–ºå±¾ç›¯å¯®æ’®å¦¸éŠ‰Ñ‚å“—é—‚ä½¹æ‚¶é”å²„å´éŽ¼ä½¹ç®’é—‚ä½ºç²¯éŽ¸ç¨¿Ã¹é‘è—‰ç®ºé–»æ¨¼ç²¯é“æ›¢æ‚—é”åºæ†¾é–¸åº¢æ£ƒéŒâ€³ç•éˆ§î„„å´°éî…žè“Ÿé–¸ãƒ®å‰šé…æ¿‹æŸè¤œé“ç†·î‡£éŽ¼ä½¸Î§å©¢è·ºîƒ‡é˜è—‰îœƒéŠˆå—˜å°µé–¸å¬¬å–é…è·ºâ˜‰éŠï¼„åŽªé—æžå„œéå¥ç´”æ¿¡ã‚‡å§·é‹æ¶˜Ãºé¡“ç‚µæš¦å©µå‚œÇ¹é—æŠ½æŸ£é‡æ°³î†‰é–¸å¬«æŒ¸é¡“å…¼å¾„ç€£Ñ„å«¼é—‚ä½½î‰éŽå…¼æ…¨éŠˆå¤Šæžé—î„€ç§µé“æ¬“æŸ£é”å“„î•¼é–¸çŠ³îŸ‡éˆ§î„î†–é æ ­â€¦é‘è—‰æžé–¹é‚¦åŽ¼ç»¶ç‚²â”‘é˜æ’æž¤æ¿¡î‚¤å––å§Šç»˜æ‹…ç»‹æ¬¾æ£Œé—ç»˜æŒ¸é—æ’³ç•·éŽ¶ç­‹æ•‹é–³ÑŒå‰™é¡•ï½‰å¹Žé’˜å¤˜æ½Šé—é›ç¹ˆé¨å©šæ•å©µå›©ç®¾é‰å å¢½ç»‹è¤æ†¸é‰åž®æšžç¼å‚šç§µéŠˆï½‰å´˜éˆ¹ç‚¬å«¼é—è¤å§µæµœä»‹å´çžè§£æžé–¹æ‰®å¢—é“æ¬“æŸ›éŽ´æ¬â‚¬æ «â‚¬æ°¾æ‹· */
    .inner-ban {
        height: auto;
    }

    .main {
        padding: 0 0 .5rem;
    }

    .main .wrap {
        display: block;
    }

    .main-l {
        width: 100%;
        margin: 0;
    }

    .side-bar {
        margin-top: 0;
        width: 108%;
        margin-left: -4%;
        overflow: hidden;
    }

    .side-bar .titbox {
        display: none;
    }

    .side-menu {
        min-height: auto;
    }

    /* .side-menu-wrap{overflow-x: scroll;flex:1;background:#fff;box-shadow:none;}
	.side-menu-wrap::-webkit-scrollbar{ display: none;} 
	.side-menu{white-space: nowrap;font-size: 0;padding-top: 0;text-align: center;min-height: auto;background:none;}
	.side-menu:before{display: none;}
	.side-menu li{display: inline-block;vertical-align: middle;margin: 0;border:none;}
	.side-menu li>a:before{display: none;}
	.side-menu li>a::after{display: none;}
	.side-menu li>a{padding:0 .2rem;line-height: 0.7rem;height: 0.7rem;font-size: 0.2rem;}
	.side-menu li>a::before{width: 0.22rem;height: 0.22rem;}
	.side-menu li:last-child{margin-right: 0;border:none;} */

    .top-bar {
        flex-direction: column-reverse;
        justify-content: flex-start;
        align-items: flex-start;
        height: auto;
        padding-bottom: 0.15rem;
    }

    .top-bar .bt {
        font-size: 0.28rem;
        width: 100%;
        text-align: center;
        margin-top: 0.2rem;
    }

    .top-bar .bt::before {
        width: 0.32rem;
        height: 0.32rem;
    }

    .crumb {
        width: 100%;
        padding: .15rem 0;
    }

    .teac-sec .mod {
        padding-bottom: 1px;
    }

    .teac-sec .tit {
        font-size: 0.22rem;
        line-height: 0.65rem;
        padding: 0 .25rem;
    }

    .teac-sec .list {
        margin: 0;
        justify-content: space-between;
        padding-right: 0.07rem;
        width: 100%;
    }

    .teac-sec .list li {
        min-width: 47%;
        margin: 0 0 3%;
    }

    .teac-sec .list span {
        line-height: 0.55rem;
    }


    /* é—‚å‚šå€¸éŠæå´éŽ¼ä½¸ç£¹ç€¹å‹¬å™´è¤°æŽ‘ç‚Šç‘œå¿›å¼³é”•å‚›ç…•æ¤¤î…Ÿåžµæµœæ¿‹æŸ›å¨†å¿•ç®»é–ºå±¸å‰å¯°å‹­â‚¬ï½Žäºé¡”å‘´æ‚·å©Šå‘­î•¼é¢îˆ›å¸žç»®å ¢â‚¬ï½Žåæµœæ»ˆæŸ¡å®¥å†¨å¦¿é–³ç»˜æ‡éŒç†ºç²™é¨î†½æ®»å©µî†¼ï¹¥å¦žè—‰ç•·éŠŠï¸¾ç¯€é–¸æ„µç…ˆå¦²éæ¢»æµ£è§„å é–¸æ–¿ç§µç»”ç†¼å´±å¦¯è‚©å½¾é—å“„æ´¢é¨å½’æŸ¨éŠˆå—•ç¹†é–µå æ‡Žé†æ¬‘æ†¸é‰åž®î­æ¿®å©ƒæ¤½éªžæ ­æ‚™éŽ»æŽ‘î‘é—‚ä½¸æ†¡éŒã„§ç²”è¤°æŽ‘ç®–é–¿ç†ºå§µé‹å‹¯æ‚¹æµ£èŠ¥ç¡¶é–¹è™«æ‡éŠˆî…å¯¼é‰æˆ î˜°å¦žã‚†æŒ¾æ¿®çƒ½å´¢å©Šå Ÿâ’’å¨´ï½…æ†¡éŽ¯å ¥æ‚¶å§˜ç…Žäº°ç€¹æ›Ÿç¹ˆéªžå¬®æ•ƒéˆ§î„‚ç²»éî…Ÿç…é–¸î‚£ç¹å¦²å“¥ç—ªéŽ¯Ñƒæ‚‘ç¼ç»˜ç›¯éªžå¬®æ‚œé¥ï¸¾è¿”å©µç‚²î‡­éŠ†å¬®å¹é”Ÿ  */
    .edit {
        padding: 0;
    }

    /* é—‚å‚šå€¸éŠæå´éŽ¼ä½¸ç£¹é–¹é—´ç¤çº¾ç‘°îœƒç€£î…æ£é–»î…žæ£—éŠ†æŽ‘îé”å‘¬å£•æ¿¡ã‚‡å§·é‹ç‚ºæ‚§é˜æ±‡â‚¬ä¾€å¼´éŠâ„ƒæ«‡é—é€žå±½å¢°å©¢è§„æ´Ÿå®•çƒ½î”˜é˜ç¢‰ç´²é—è¯²å‡½ç¼å—›å´‘éŽ¾èˆµî•é–³å“„å€»ç» å‰§â‚¬ç‘°å£Šé æ› èŠ±æ¿ æ°¬ç‚ŠéŽæ¶™îŸ‡ç»¡â‚¬é—é›éªç»²å‰§æ¶µéîƒ¾äºœé–¹å­˜ç¹ƒé£è™¹ç´’éŒæ¶˜æµ®é–ºå±½æ£—é¡“å¥¸å´±å¦žå‰§æ•¾å©µçŠµæ•¸æ¿®æ’®æ•ƒéŠˆå›£å“å§˜ç…Žå¼®é–¹î‡†ç¹æ¿¡çƒ½åŸ¡éŒæ»ƒå¹—é—‚ä½¹å¯§ç»»å‚žå¹Šæ´âˆ¥ï½‡ç´’å¦¯é•ç°»å¦žã‚†åŠ§ç»²è·¨ç²»éæ·¬äºœé–µå¿¥ç´•æ¾§ç”¸æŸ›éˆºå¬¬ç¯€ç€¹æ›Ÿå¸’éˆ½å¤‹æ½é¡­æˆžî—ˆé—‚ä½½î‡§å§˜ï¹‚ï½žæ¾¶å¨’å“„â¿°é«æ¿ˆç¥é—å“„ç¨é˜å¥¸å¼°éŠ‰â•‚ç…Ÿé–¹é‚¦å‰šéŽ¯å ¢ç´’é˜è™«çš‘é–¹æ’æ‘œæµ ï¹‚å´œè¤è¤°é¹ƒæ¢ºéå‹¬å‚¨é–¸ã„¦æ¤½é©æ¶¢å¹‹é””è—‰ä»¯é—è¯¡åŽ½ç”¯æŽ“ä¿Šéè‚©ç®¾é–¸æ¶±å––æ¿®å¶‰æŸ¡å®€â‚¬é æ §ç•·å¨†æ’³Î§é–¸â„ƒîšæµ¼  */
    .arc-list .item {
        padding: .15rem .15rem;
    }

    .arc-list .info {
        padding: 0 0 0 .15rem;
    }

    .arc-list .title {
        font-size: 0.18rem;
    }

    .arc-list .morebtn {
        display: none;
    }

    .pagelist {
        margin-top: 0.3rem;
    }

    .pagelist .go,
    .pagelist>span {
        display: none;
    }

    .pagelist .prev,
    .pagelist .next,
    .pagelist .first,
    .pagelist .last {
        display: none;
    }


    /* é—‚å‚šå€¸éŠæå´éŽ¼ä½¸ç£¹é–¹é—´ç¤çº¾å½’æŸ£éŽ´ï½…Ð“é–¸å©‚æ½¡éŒã„©å¼´éæµ‹å“éãƒ§ä¸é–ºå¶ŽåŽ½é“æ›Ÿã„éŽ°å‰ç¨»ç¼â‚¬éˆ§î„‚ç´’éî„€åŠ¤æ¿žç¡·ç¹å¯®å©šæ‚¢é“åº£ç•¾é—ç»˜îš…é—æ»ƒÎ›é•î… ç£¼é–»æ„µå‰™é”ã‚†ã„é¡“çŠ²åŽ´ç€µî†¼îŸ·éŽ®ãˆ¤æ‚¡æ´ï½Žå”¹é—‚ä¾€â‚¬æ¶˜åµ†æ¿žä½³å†£æž”æ¤¤æ’±åžºéˆ·æˆ¦æŸ›å¨‘æ©ˆå·¥é–»å¿Šæ™›éˆ¹æˆ¦æ‚™éˆºä½·å£•é—‚å‚™ç¤éŽ¼î‚¦å¼µé¡’å‹¬å„Žæ¤¤æ «åŸå®“ä¾€æŸ›éŠ‰î†¼å¢¯æ¤¤ãƒ¥ç‰Šç»»æ¶¢å¹‹éåž«å™®æ¿žå­˜ç² æµœç‚µæ§éŽ¾è¯²ç£¼æ¿žå—˜å¸©éžå½’æ¢ºç»‹æ¬¾å„é–¹ç‘°æ´­å¯®è¯²â˜‰éŠçŠµåŠ´é—ç¨¿ç¹’æ¿®é¹ƒå´‘éŽ°æ¿ç®²é–µå¿‹å€•éªžãˆ¡ç¹›éŽ´ç‚µæ‡…é–¸æ©†äºªå§Šæ´ªå´œéŽ»æŽç°¼ç¼‚ä½½î‡§éŸæ‘ç•·å®•å›¨å–†é–¸æ›—æ™™ç»¨å©šæ£…é¡ãˆ¡ææ¤¤æˆæ‡˜å®•æ¿‹æ•ƒéŒæ¶šåŽ¸é–»å¿•åŸé…î‚¢æš©æ¿¡ç‚ªä¼‡éŒæ»…ç¢é—å“„æœ¬é©îˆžç®å§—â‚¬å®•ï¿ æ‚™å®¸î†½ç¶†å©µÂ°å€—æ¿®çƒ½å´‘å¨‘æ°­å´²æ¿®æ¤»å“ç€µî‡…åŠéªžæ¨¼ç´’å¦¯ç»˜îŸé—‚ä½½æ³•é£ï¹‚å¹é”Ÿ  */
    .tw-list .item {
        padding: 0.1rem;
        align-items: center;
        margin-bottom: 0;
        display: block;
    }

    .tw-list .imgbox {
        width: 100%;
        max-height: 2.6rem;
        height: auto;
        margin-right: 0;
    }

    .tw-list .info {
        padding: .18rem 0;
    }

    .tw-list .line {
        display: none;
    }

    .tw-list .title {
        margin-top: 0.15rem;
        font-size: 0.22rem;
        line-height: 1.5;
    }

    .tw-list .morebtn {
        display: none;
    }

    .tw-list .item:last-child {
        margin-bottom: 0;
    }

    .idx-kx .tablist {
        margin-top: .2rem;
    }

    .idx-kx .thumbs.slick-slider {
        width: calc(100% - 1.1rem) !important;
        ;
    }

    .idx-kx .thumbs .item {
        height: auto;
        margin: 0;
    }

    .idx-kx .thumbs .img {
        width: .9rem;
        height: .9rem;
    }

    .idx-kx .thumbs .item.slick-current .img {
        width: .9rem;
        height: .9rem;
        margin: 0.15rem auto;
        border: 2px solid #CF3F26;
    }

    .idx-kx .thumbs .item.slick-current {
        background: none;
    }

    .idx-kx .thumbs .slick-track {
        height: 1.5rem;
    }

    .idx-kx .arrow {
        display: block !important;
        width: .9rem;
        height: .9rem;
        margin: 0 0 .15rem 0;
    }



    /* å¸ˆèµ„é˜Ÿä¼3 */
    .teach-ss {
        padding: .2rem .2rem .05rem .25rem;
    }

    .teach-ss .row {
        display: block;
    }

    .teach-ss .tit {
        display: block;
        margin-bottom: 0.1rem;
    }

    .teach-list {
        /* margin-top: -0.5rem; */
    }

    .teach-list .item {
        width: 100%;
        /* margin-top: 0.1rem; */
        margin-bottom: 0.5rem;
    }

    .teach-list .imgbox {
        padding-top: 1.9rem;
    }

    .teach-list .tt {
        line-height: 0.2rem;
    }






}

@media (max-width: 540px) {
    .idx-kx .tablist .lk {
        margin: 0 .1rem;
    }

    .idx-kx .tablist .lk::before {
        width: 0.4rem;
        height: 0.4rem;
    }

    .idx-kx .tablist .lk.cur {
        font-size: 0.26rem;
    }

    .idx-kx .tablist .lk.cur::before {
        width: 1.2rem;
        height: 1.2rem;
        top: 40%;
    }

    .idx-kx .tablist .lk.cur span {
        padding-left: 0.8rem;
    }

    .idx-kx .thumbs .slick-track {
        height: 1.1rem;
    }

    .idx-kx .thumbs.slick-slider {
        width: calc(100% - 1rem) !important;
        ;
    }

    .idx-kx .thumbs .img {
        width: .7rem;
        height: .7rem;
        margin: 0 auto;
    }

    .idx-kx .thumbs .item.slick-current .img {
        width: .7rem;
        height: .7rem;
        margin: 0.15rem auto;
        border: 2px solid #CF3F26;
    }

    .idx-kx .arrow {
        display: block !important;
        width: .7rem;
        height: .7rem;
        margin: 0;
        margin-left: .2rem;
    }
}

.teac-det {
    width: 100%;
}

.teac-det .person {
    display: flex;
    align-items: flex-start;
    margin-bottom: .25rem;
}

.teac-det .person .imgbox {
    position: relative;
    flex-shrink: 0;
}

.teac-det .person .imgbox .avator {
    width: 2.20rem;
    height: 2.75rem;
    position: relative;
    z-index: 2;
    object-fit: contain;
}

.teac-det .person .imgbox .shodow {
    width: 2.20rem;
    height: 2.75rem;
    position: absolute;
    top: .08rem;
    left: -.09rem;
    z-index: 1;
}

.teac-det .person .right {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.teac-det .person .right .nameBox {
    border-bottom: 1px solid #D8D8D8;
    padding: .18rem .24rem;
    padding-left: .46rem;
    margin-bottom: .2rem;
    position: relative;


}

.teac-det .person .right .nameBox::after {
    content: '';
    display: block;
    width: .06rem;
    height: .06rem;
    border-radius: 50%;
    border: 1px solid #D8D8D8;
    position: absolute;
    bottom: 0;
    right: 0;
    transform: translate(100%, 50%);

}

.teac-det .person .right .nameBox .name {
    letter-spacing: 0em;
    font-weight: 700;
    font-size: .28rem;
    color: #2C2C2C;
    letter-spacing: .1rem;
    margin-right: .2rem;
    padding: .17rem 0;
}

.teac-det .person .right .nameBox .position {
    font-weight: 400;
    font-size: .18rem;
    color: #808080;
}

.teac-det .person .right .bot {
    padding-left: .46rem;
}

.teac-det .person .right .bot .ul li {
    display: flex;
    align-items: center;
    font-size: .18rem;
    color: #808080;
    margin-top: .09rem;
}

.teac-det .person .right .bot .ul li img {
    width: .21rem;
    margin-right: .07rem;

}

.teac-det .person .right .bot p {
    margin-top: .16rem;
    font-size: .18rem;
    font-weight: normal;
    line-height: .34rem;
    letter-spacing: 0em;
    color: #666666
}

.teac-det .txtBox p {
    margin-top: .16rem;
    font-size: .18rem;
    line-height: .34rem;
    color: #666666
}

.teac-det .txtBox * {
    font-size: .18rem;
}

@media screen and (max-width:600px) {
    .teac-det .person {
        flex-direction: column;
    }

    .teac-det .person .right .bot {
        padding-left: 0;
    }

    .teac-det .person .imgbox {
        width: 100%;
    }

    .teac-det .person .imgbox .avator {
        width: 100%;
        height: 5rem;
    }

    .teac-det .person .imgbox .shodow {
        width: 100%;
        height: 5rem;
    }

    .teac-det .person .right .nameBox {
        padding-left: 0rem;
    }
}

.teachList {
    width: 100%;
    background-color: #fff;
    border: 1px solid #005EB2;
}

.teachList .row {
    display: flex;
    border-top: 1px solid #005EB2;
}

.teachList .row:nth-child(1) {
    border-top: none;
}

.teachList .row.top .col {

    font-size: .24rem;
    font-weight: bold;
    line-height: .61rem;
    color: #414141;
    padding-left: .4rem;

}

.teachList .row .col {
    min-height: .26rem;
    display: flex;
    flex-wrap: wrap;
}

.center {
    font-size: .18rem;
    padding-left: .4rem;
    display: flex;
    align-items: center;
}

.teachList .row .col .item {
    display: block;
    width: 20%;
    line-height: .5rem;
    text-align: center;
    font-size: .18rem;
    color: #414141;
    border-bottom: 1px solid #005EB2;
    border-right: 1px solid #005EB2;
}

.teachList .row .col .item:hover {
    background-color: #005EB2;
    color: #fff;
}

.teachList .row .col .item:nth-child(5n) {
    border-right: none;
}

.teachList .row .col:nth-child(1) {
    width: 25%;
    border-right: 1px solid #005EB2;
}

.teachList .row .col:nth-child(2) {
    width: 75%;
}

@media screen and (max-width:767px) {

    .teachList .row .col .item {
        width: 25%;
    }

    .teachList .row .col .item:nth-child(5n) {
        border-right: 1px solid #005EB2;
    }

    .teachList .row .col .item:nth-child(4n) {
        border-right: none;
    }
}

@media screen and (max-width:600px) {
    .teachList .row.top .col {

        font-size: .18rem;
        padding-left: .2rem;

    }

    .center {

        padding-left: .2rem;
    }

    .teachList .row .col .item {
        width: 33.333%;
    }

    .teachList .row .col .item:nth-child(4n) {
        border-right: 1px solid #005EB2;
    }

    .teachList .row .col .item:nth-child(3n) {
        border-right: none;
    }
}

.idx-sq .lk .tit {
    padding: 0 .2rem;
}

.idx-us .enter .fz {
    text-align: center;
}

@media (max-width: 992px) {
    .idx-kx .tablist {
        overflow: hidden;
        overflow-x: auto;
        padding: 0.2rem .2rem;
        justify-content: unset;
        margin-bottom: .3rem;
    }

    .idx-kx .tablist::after {
        content: "";
        display: block;
        clear: both;
    }

    .idx-kx .tablist .lk {
        display: flex;
        align-items: center;
        float: left;
    }

    .idx-kx .tablist .lk::before {
        flex-shrink: 0;
    }
}

@media (max-width: 540px) {
    .idx-kx .tablist {
        padding: .1rem .2rem;
    }
}

.idx-tz .list .item:hover .smb {
    background-size: contain;
}

.ft-top .select .drop a:hover {
    background: #0f5cad;
}

/* 2024-04-24æ–°å¢ž */
.side-menu.s2 {
    background: #fff;
    margin-top: .3rem;
}

.side-menu.s2>li>a {
    font-size: .26rem;
    font-weight: bold;
    color: #fff;
    justify-content: center;
    line-height: .32rem;
    background: #0848A7;
    padding: .29rem .1rem;
    cursor: pointer;
}

.side-menu.s2>li>a::before {
    display: none;
}

.side-menu.s2 .second {
    display: block;
    background: #fff;
    padding: 0;
}

.side-menu.s2 .second li {
    padding: 0;
}

.side-menu.s2 .second a {
    font-size: .16rem;
    font-weight: normal;
    line-height: .28rem;
    color: #123E9B;
    justify-content: center;
    padding: .22rem .1rem;
    cursor: pointer;
}

.side-menu.s2 .second li.cur a {
    background: #f0f2f5;
    font-weight: bold;
}

.side-menu.s2 .second a::before {
    display: none;
}

.teach-list.s2 .item {
    width: 32%;
    align-items: center;
}

.teach-list.s2 .imgbox {
    width: 1.66rem;
}

.teach-list.s2 .tt {
    font-size: .16rem;
    line-height: .38rem;
    padding-left: .28rem;
}

.teach-list.s2 .name {
    min-width: auto;
    margin-right: .25rem;
}

.teach-list.s2 .txt {
    font-size: .16rem;
    padding-left: .28rem;
    margin-top: .15rem;
}

.teach-list.s2 .txt p {
    margin-bottom: 6px;
}

.teach-list.s2 .txt i {
    width: .18rem;
    height: .18rem;
    margin-right: .12rem;
}

.nav-page .main-r {
    margin-left: -3.35rem;
}

.nav-page .top-bar {
    margin-bottom: 0;
    border: 0;
}

.role-nav {
    position: relative;
    text-align: center;
    padding: 1rem .5rem;
    background: linear-gradient(63deg, #1A298E, #0088C9);
    background-size: cover;
}

.role-nav::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/role_bg.png) no-repeat;
    background-size: cover;
}

.role-nav .title {
    position: relative;
    font-size: .36rem;
    font-weight: normal;
    line-height: 1.2;
    color: #FFFFFF;
}

.role-nav ul {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: .5rem;
}

.role-nav ul li {
    margin: .2rem .425rem;
}

.role-nav ul li a {
    position: relative;
    font-size: .28rem;
    font-weight: normal;
    line-height: 1;
    color: #fff;
    padding: .06rem 0;
}

.role-nav ul li a:hover::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0.03rem;
    background: #fff;
}

.institution-list {}

.institution-list .title {
    font-size: .26rem;
    font-weight: bold;
    line-height: 1.4;
    color: #003993;
    text-align: center;
}

.institution-list ul {
    display: flex;
    flex-wrap: wrap;
    margin-top: .35rem;
}

.institution-list ul li {
    width: 48%;
    display: flex;
    align-items: center;
    margin-bottom: .5rem;
}

.institution-list ul li .img-box {
    position: relative;
    width: 3rem;
    height: 2.05rem;
    flex-shrink: 0;
}

.institution-list ul li .img-box img {
    width: 100%;
    height: 100%;
}

.institution-list ul li .img-box span {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    font-size: .24rem;
    font-weight: bold;
    line-height: .26rem;
    color: #FFFFFF;
    text-align: center;
    transform: translate(-50%, -50%);
    padding: .1rem;
}

.institution-list ul li .info {
    margin-left: .32rem;
}

.institution-list ul li .info .member span {
    display: block;
    font-size: .16rem;
    font-weight: normal;
    line-height: .24rem;
    color: #003993;
}

.institution-list ul li .info .txt {
    font-size: .16rem;
    font-weight: normal;
    line-height: .24rem;
    color: #333333;
    margin-bottom: .15rem;
}

.institution-list ul li .info .more {
    display: flex;
    align-items: center;
    margin-top: .4rem;
}

.institution-list ul li .info .more i {
    display: inline-block;
    width: .3rem;
    height: .28rem;
    background: url(../images/idx_08.png) no-repeat center;
    background-size: contain;
    margin-right: 0.04rem;
}

.institution-list ul li .info .more span {
    font-size: .18rem;
    font-weight: normal;
    color: #003993;
}

@media (max-width: 991px) {
    .teach-list.s2 .item {
        width: 48%;
    }

    .nav-page .main-r {
        margin-left: 0;
    }

    .role-nav ul li {
        margin: .16rem .36rem;
    }

    .institution-list ul li {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .teach-list.s2 .item {
        width: 100%;
    }

    .role-nav {
        padding: .4rem .2rem;
    }

    .role-nav .title {
        font-size: .24rem;
    }

    .role-nav ul {
        margin-top: .2rem;
    }

    .institution-list ul li {
        margin-bottom: .3rem;
    }

    .role-nav ul li a {
        font-size: .2rem;
    }

    .institution-list ul li .img-box {
        width: 2.4rem;
        height: 1.6rem;
    }

    .institution-list ul li .img-box span {
        font-size: .2rem;
    }

    .institution-list ul li .info {
        margin-left: .2rem;
    }

    .institution-list ul li .info .more {
        margin-top: .15rem;
    }

    .institution-list ul li .info .more i {
        width: .24rem;
        height: .2rem;
    }

}


/* 2024-10-23æ–°å¢ž */
.hd-nav .drop {
    height: auto;
    overflow: unset !important;
}

.hd-nav .drop li {
    position: relative;
    width: 100%;
    margin: 0;
}

.hd-nav .drop li .third {
    display: none;
    position: absolute;
    left: 100%;
    top: 0;
    background: #FFFFFF;
}

.hd-nav .drop li .third a {
    padding: 0 .2rem;
}

.hd-nav .drop li.cur .third {
    display: block;
}

@media (min-width: 1501px) {
    .hd-nav .drop li:hover .third {
        display: block;
    }
}

@media (max-width: 1500px) {
    .hd-nav .drop li .third {
        position: relative;
        left: 0;
        top: 0;
        background: #020202;
        border-bottom: 1px solid rgba(255, 255, 255, .1);
    }

    .hd-nav .drop li .third a {
        padding-left: .4rem;
    }
}

/* 2024-10-26æ–°å¢ž */
.s3 {
    justify-content: flex-start;
}

.s3 .item {
    align-items: center;
    flex-direction: column;
    width: 22%;
    margin-right: 4%;
}

.s3 .item:nth-of-type(4n) {
    margin-right: 0;
}

.s3 .info {
    width: 100%;
    margin-top: .1rem;
}

.s3 .info .tt {
    padding: 0;
    text-align: center;
}

@media (max-width: 991px) {
    .s3 .item {
        width: 32%;
        margin-right: 2%;
    }

    .s3 .item:nth-of-type(4n) {
        margin-right: 2%;
    }

    .s3 .item:nth-of-type(3n) {
        margin-right: 0;
    }
.idx-xw .slidewrap{width:100%;}
}

@media (max-width: 767px) {
    .s3 .item {
        width: 48%;
        margin-right: 4%;
    }

    .s3 .item:nth-of-type(3n) {
        margin-right: 4%;
    }

    .s3 .item:nth-of-type(2n) {
        margin-right: 0;
    }
}