@charset "UTF-8";

body.show a,
body.show .transition,
body.show .index-flow .title dl dd .layer,
.index-flow .title dl dd body.show .layer,
body.show .g-nav2,
body.show .g-nav,
body.show .g-head .btn-list .search .input,
.g-head .btn-list .search body.show .input,
body.show .g-head .btn-list,
.g-head body.show .btn-list,
body.show :before,
body.show :after,
body.show img {
    transition: All 0.5s ease;
    -webkit-transition: All 0.5s ease;
    -moz-transition: All 0.5s ease;
    -o-transition: All 0.5s ease;
}

.ellipsis,
.index-flash li .name a {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.flex,
.index-flow .img-list li a .layer .info,
.index-flow .title dl dd .layer,
.index-flow .title dl,
.index-flow .container .video i,
.index-admissions .dots,
.index-events .list-wrapper dd.li-dd dl.info dd,
.index-events .list-wrapper dl.ul-dl,
.index-events .wal .arrow,
.index-events .wal,
.index-news .col-2 .arrow .dots,
.index-news .col-2 .arrow,
.index-news .col-2 .list li .title,
.index-search .search-result .name,
.index-search .hot-words,
.index-flash .btn .dots,
.index-flash .btn,
.g-foot .info .tel,
.g-foot .info,
.g-foot .list li,
.g-nav2 .scroll ul,
.g-nav ul,
.g-head .btn-list .language .name,
.g-head .btn-list ul,
.g-head .btn-list,
.p-layer {
    display: flex;
    display: -webkit-flex;
    display: -ms-flex;
}

.flexColumn {
    display: flex;
    display: -webkit-flex;
    display: -ms-flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
}

.itemsCenter,
.index-flow .img-list li a .layer .info,
.index-flow .container .video i,
.index-events .list-wrapper dd.li-dd dl.info dd,
.index-events .wal,
.index-news .col-2 .arrow,
.index-news .col-2 .list li .title,
.index-search .search-result .name,
.index-flash .btn,
.g-foot .info .tel,
.g-foot .list li,
.g-head .btn-list .language .name,
.g-head .btn-list,
.p-layer {
    align-items: center;
    -webkit-align-items: center;
}

.justifyCenter,
.index-flow .container .video i,
.index-admissions .dots,
.index-admissions .list dl,
.index-news .col-2 .arrow .dots,
.index-news .col-2 .list li .title,
.index-flash .btn,
.p-layer {
    justify-content: center;
    -webkit-justify-content: center;
}

.flexAround {
    justify-content: space-around;
    -webkit-justify-content: space-around;
}

.flexBetween,
.index-news .col-2 .arrow,
.index-news,
.g-foot .info {
    justify-content: space-between;
    -webkit-justify-content: space-between;
}

.flexWrap,
.foot-link .list ul,
.index-flow .img-list li a .layer,
.index-flow .img-list ul,
.index-admissions .list dl,
.index-news,
.index-search .hot-words ul,
.g-foot .info div,
.g-foot .list ul {
    display: flex;
    display: -webkit-flex;
    display: -ms-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}

.dis_flex {
    display: flex;
    display: -webkit-flex;
    display: -ms-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}

.bsBox {
    box-sizing: content-box;
}

.p-ico,
.index-flow .container .video i,
.index-flow .container .list a i,
.index-events .list-wrapper dd.li-dd dl.info em,
.index-search .search-result li a i {
    font-family: "icon";
    font-size: 0.2rem;
}

.p-more {
    display: inline-block;
    font-size: 0.12rem;
    color: #6510ad;
    padding: 0 0.05rem;
    line-height: 0.25rem;
    border-bottom: #6510ad solid 0.02rem;
}

.p-layer {
    position: fixed;
    z-index: 100;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
}

.p-layer.show {
    opacity: 1;
    visibility: visible;
}

.pageTips {
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000 url("../images/bg.png");
}

.pageTips .container {
    color: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 630px;
    margin-left: -315px;
    margin-top: -160px;
}

.pageTips .container a.close {
    display: block;
    width: 50px;
    height: 50px;
    position: absolute;
    z-index: 1;
    left: auto;
    right: -15px;
    top: 40px;
    bottom: auto;
    background: url("../images/close.png") center no-repeat;
}

.pageTips .container .img {
    text-align: center;
}

.pageTips .container .msg {
    font-size: 18px;
    line-height: 36px;
    padding-top: 30px;
}

.pageTips .container a {
    color: #fff;
    text-decoration: underline;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    -webkit-appearance: none;
}

html {
    font-size: 100px;
    overflow-x: hidden;
}

body {
    font-size: 0.14rem;
    font-family: "SourceSansPro-Regular", "微软雅黑";
    color: #000;
    -webkit-text-size-adjust: none;
    overflow-x: hidden;
}

body.hidden {
    overflow: hidden;
}

a {
    color: #000;
    text-decoration: none;
    outline: none;
}

a:link {
    text-decoration: none;
    outline: none;
}

a:visited {
    text-decoration: none;
    outline: none;
}

a:hover {
    text-decoration: none;
    color: #6510ad;
    outline: none;
}

li {
    list-style: outside none;
}

h1 {
    font-size: 16px;
}

h2,
h3,
h4,
h5 {
    font-size: 14px;
}

h5 {
    font-size: 0.12rem;
}

textarea,
input {
    background: transparent;
    font-size: 12px;
    font-family: "SourceSansPro-Regular", "微软雅黑";
    color: #888;
    outline: none;
    border: 0;
}

em {
    font-style: normal;
}

img {
    vertical-align: middle;
    max-width: 100%;
    border: 0;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.clear {
    clear: both;
    height: 0;
    display: block;
    _display: inherit;
}

.h10 {
    height: 0.1rem;
    overflow: hidden;
    clear: both;
}

.h50 {
    height: 0.5rem;
    overflow: hidden;
    clear: both;
}

.wal {
    max-width: 13.2rem;
    margin: 0 auto;
}
.wal2 {
    max-width: 18rem;
    margin: 0 auto;
}

/* @font-face {
    font-family: "icon";
    src: url("fonts/icon.woff2") format("woff2"), url("fonts/icon.woff") format("woff"), url("fonts/icon.ttf") format("truetype"), url("fonts/icon.eot") format("embedded-opentype"),
        url("fonts/icon.svg") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "SourceSansPro-Bold";
    src: url("fonts/SourceSansPro-Bold.woff2") format("woff2"), url("fonts/SourceSansPro-Bold.woff") format("woff"), url("fonts/SourceSansPro-Bold.ttf") format("truetype"),
        url("fonts/SourceSansPro-Bold.eot") format("embedded-opentype"), url("fonts/SourceSansPro-Bold.svg") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "SourceSansPro-Regular";
    src: url("fonts/SourceSansPro-Regular.woff2") format("woff2"), url("fonts/SourceSansPro-Regular.woff") format("woff"), url("fonts/SourceSansPro-Regular.ttf") format("truetype"),
        url("fonts/SourceSansPro-Regular.eot") format("embedded-opentype"), url("fonts/SourceSansPro-Regular.svg") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Amitabold";
    src: url("fonts/Amitabold.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
} */

/*-------------------------*/
.g-head {
    position: fixed;
    z-index: 50;
    left: 0;
    top: 0;
    width: 100%;

}

.g-head:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: -0.05rem;
    right: 0;
    height: 1.65rem;
    background: url("../images/head-bg.png") center repeat-x;
    background-size: auto 99%;
}

.g-head:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: -0.05rem;
    right: 0;
    height: 0.05rem;
    /* background: url("../images/head-bg2.jpg") center repeat-x; */
    background-size: 100% 100%;
}

.g-head .wal {
    min-height: 1.1rem;
    position: relative;
    max-width: 100%;
    margin: 0 0.4rem;
}

.g-head a.logo {
    display: block;
    background: url("../images/logo.png") center no-repeat;
    background-size: 100%;
    width: 3.8rem;
    position: absolute;
    z-index: 1;
    left: 0;
    right: auto;
    top: 0;
    bottom: 0;
}

.g-head .btn-list {
    position: absolute;
    z-index: 1;
    left: auto;
    right: 1.36rem;
    top: 0;
    bottom: auto;
    height: 0.53rem;
    font-size: 0.12rem;
    color: #fff;
}

.g-head .btn-list a {
    color: #fff;
}

.g-head .btn-list ul {
    margin-right: 0.2rem;
}

.g-head .btn-list ul li {
    padding-left: 0.14rem;
}

.g-head .btn-list ul a {
    display: block;
}

.g-head .btn-list ul a:hover {
    opacity: 1;
}

.g-head .btn-list .language {
    border: #545454 solid 1px;
    border-radius: 25px;
    padding: 0.1rem 0;
}

.g-head .btn-list .language:hover {
    border: 1px solid #fff;
}

.g-head .btn-list .language .name {
    height: 0.16rem;
    opacity: 0.75;
    padding: 0 0.25rem 0 0.21rem;
}

.g-head .btn-list .language .name i {
    flex-shrink: 0;
    font-size: 0.14rem;
    margin-right: 0.1rem;
    font-style: normal;
}

.g-head .btn-list .language .name:hover {
    opacity: 1;
}

.g-head .btn-list .search {
    width: 0.5rem;
    height: 0.4rem;
    position: relative;
    z-index: 20;
    border: #545454 solid 1px;
    border-radius: 25px;
    padding: 0.1rem 0;
    text-align: center;
    margin-right: 0.2rem;
}

.g-head .btn-list .search:hover {
    border: 1px solid #fff;
}

.g-head .btn-list .search .btn {
    font-size: 0.18rem;
    opacity: 0.75;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 5;
    line-height: 0.4rem;
}

.g-head .btn-list .search .btn input {
    width: 100%;
    height: 0.4rem;
    cursor: pointer;
    position: absolute;
    z-index: 1;
    left: 0;
    right: auto;
    top: 0;
    bottom: auto;
    display: none;
}

.g-head .btn-list .search .btn:hover {
    opacity: 1;
}

.g-head .btn-list .search .input {
    position: absolute;
    z-index: 1;
    left: auto;
    right: -0.12rem;
    top: 0;
    bottom: auto;
    height: 0.4rem;
    width: 0.2rem;
    background: #fff;
    opacity: 0;
    visibility: hidden;
}

.g-head .btn-list .search .input input {
    width: 100%;
    height: 0.4rem;
    line-height: 0.4rem;
    font-size: 0.14rem;
    padding: 0 0.12rem;
}

.g-head .btn-list .search.on .btn {
    color: #6510ad;
}

.g-head .btn-list .search.on .btn input {
    display: block;
}

.g-head .btn-list .search.on .input {
    width: 3rem;
    opacity: 1;
    visibility: visible;
}

.g-head a.navA {
    position: absolute;
    z-index: 1;
    left: auto;
    right: -0.4rem;
    top: 0;
    bottom: auto;
    background: url("../images/img100.png") center no-repeat;
    background-size: 100% 100%;
    width: 1rem;
    height: 0.8rem;
}

.g-head a.navA:after {
    content: "";
    display: block;
    position: absolute;
    left: 0.1rem;
    top: 0;
    right: 0;
    bottom: 0;
    background: url("../images/navA.png") center no-repeat;
    background-size: 0.31rem;
}

.g-nav {
    position: absolute;
    z-index: 1;
    left: auto;
    right: 1.36rem;
    top: 0.45rem;
    bottom: auto;
}

.g-nav li {
    position: relative;
    margin-left: 0.15rem;
}

.g-nav a.name {
    display: block;
    height: 0.62rem;
    line-height: 0.62rem;
    font-size: 0.18rem;
    color: #fff;
    font-weight: bold;
    padding-right: 0.2rem;
    position: relative;
}

.g-nav a.name i.line {
    display: block;
    position: absolute;
    left: 0;
    top: 100%;
    right: 0.2rem;
    height: 0.02rem;
    background: #e2ca5b;
    margin-top: -0.12rem;
    opacity: 0;
}

.g-nav a.name em {
    display: block;
    margin-right: -0.2rem;
    padding-right: 0.2rem;
    position: relative;
}

.g-nav a.name em:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    font-size: 0.12rem;
    font-family: "icon";
    content: "\eaed";
}

.g-nav a.name.on {
    color: #e2ca5b;
}

.g-nav a.name.on i.line {
    opacity: 1;
}

.g-nav .list {
    position: absolute;
    z-index: 1;
    left: 50%;
    right: auto;
    top: -100vh;
    bottom: auto;
    background: #fff;
    width: 2rem;
    margin-left: -1rem;
    box-shadow: 0 0 0.38rem 0 rgba(0, 0, 0, 0.19);
    -webkit-box-shadow: 0 0 0.38rem 0 rgba(0, 0, 0, 0.19);
    -moz-box-shadow: 0 0 0.38rem 0 rgba(0, 0, 0, 0.19);
    border-top: #036eb8 solid 0.04rem;
    padding: 0.2rem 0;
    opacity: 0;
    visibility: hidden;
}

.g-nav .list a {
    display: block;
    text-align: center;
    font-size: 0.17rem;
    line-height: 0.48rem;
    color: #036eb8;
}
.g-nav .list dd{
    position: relative;
}
.g-nav .list dd .sub{
    position: absolute;
    left: 2rem;
    width: 2rem;
    background: #fff;
    display: none;
    top: 0rem;
}
.g-nav .list dd:hover .sub{
    display: block;
}

.g-nav .list a:hover {
    background: #ededed;
}

.g-nav li:hover a.name {
    color: #036eb8;
}

.g-nav li:hover a.name i.line {
    opacity: 1;
}

.g-nav li:hover .list {
    opacity: 1;
    visibility: visible;
    top: 100%;
    transition: opacity 0.5s ease;
    -webkit-transition: opacity 0.5s ease;
    -moz-transition: opacity 0.5s ease;
    -o-transition: opacity 0.5s ease;
}

.g-nav2 {
    position: fixed;
    z-index: 49;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: url("../images/nav-bg.jpg") center no-repeat;
    background-size: cover;
    opacity: 0;
    visibility: hidden;
}

.g-nav2 .scroll {
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    top: 0.8rem;
    bottom: 0;
    overflow-y: auto;
}

.g-nav2 .scroll ul {
    max-width: 17.85rem;
    margin: 0 auto;
}

.g-nav2 .scroll li {
    width: 14.285%;
    text-align: center;
    padding-top: 0.45rem;
}

.g-nav2 .scroll li a {
    color: #fff;
}

.g-nav2 .scroll li h2 {
    font-size: 0.22rem;
}

.g-nav2 .scroll li .list {
    padding: 0.2rem 0;
}

.g-nav2 .scroll li .list h3 {
    font-weight: 400;
    font-size: 0.17rem;
    line-height: 0.36rem;
}

.g-nav2 .scroll li .list dl {
    padding-bottom: 0.2rem;
}

.g-nav2 .scroll li .list dd {
    font-size: 0.12rem;
    line-height: 0.3rem;
    opacity: 0.65;
}

.g-nav2 .scroll li .list dd:hover {
    opacity: 1;
}

.g-foot {
    position: relative;
    color: #fff;
    font-size: 0.12rem;
}

.g-foot a {
    color: #fff;
}

.g-foot:before {
    content: "";
    display: block;
    position: absolute;
    left: 4.5%;
    bottom: 0;
    right: 0;
    height: 1.92rem;
    background: #c6cfd7;
}

.g-foot:after {
    content: "";
    display: block;
    position: absolute;
    left: 7.1%;
    bottom: 0;
    right: 0;
    height: 100%;
    background: #4b0c77;
}

.g-foot .wal {
    min-height: 2.35rem;
    position: relative;
    z-index: 2;
}

.g-foot .logo {
    position: absolute;
    z-index: 1;
    left: 0;
    right: auto;
    top: 0.46rem;
    bottom: auto;
    width: 1.8rem;
}

.g-foot .list {
    position: absolute;
    z-index: 1;
    left: 2.3rem;
    right: auto;
    top: 0.5rem;
    bottom: auto;
    width: 3.5rem;
}

.g-foot .list li {
    height: 0.24rem;
    padding-right: 0.2rem;
}

.g-foot .list li .p-ico,
.g-foot .list li .index-flow .container .video i,
.index-flow .container .video .g-foot .list li i,
.g-foot .index-flow .container .list li a i,
.index-flow .container .g-foot .list li a i,
.g-foot .index-flow .container .list a li i,
.index-flow .container .g-foot .list a li i,
.g-foot .list li .index-events .list-wrapper dd.li-dd dl.info em,
.index-events .list-wrapper dd.li-dd dl.info .g-foot .list li em,
.g-foot .list .index-search .search-result li a i,
.index-search .search-result .g-foot .list li a i {
    font-size: 0.14rem;
    margin-right: 0.1rem;
    flex-shrink: 0;
}

.g-foot .info {
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    top: auto;
    bottom: 0;
    height: 0.69rem;
    border-top: rgba(255, 255, 255, 0.27) solid 1px;
}

.g-foot .info div p {
    opacity: 0.36;
    line-height: 0.45rem;
    padding-right: 0.12rem;
}

.g-foot .info .tel {
    height: 0.45rem;
}

.g-foot .info .tel i {
    font-size: 0.14rem;
    margin-right: 0.08rem;
    font-style: normal;
}

@media screen and (max-width: 1840px) {
    .g-foot:before {
        left: 0.4rem;
    }

    .g-foot:after {
        left: 0.8rem;
    }
}

@media screen and (min-width: 1930px) {
    .g-foot:before {
        left: 50%;
        margin-left: -9.4rem;
    }

    .g-foot:after {
        left: 50%;
        margin-left: -8.9rem;
    }
}

body.navShow {
    overflow: hidden;
}

body.navShow .g-head .btn-list {
    height: 1.1rem;
}

body.navShow .g-head a.navA:after {
    background-image: url("../images/img31.png");
}

body.navShow .g-nav {
    opacity: 0;
    visibility: hidden;
}

body.navShow .g-nav2 {
    opacity: 1;
    visibility: visible;
}

/*index*/
.index-video {
    width: 100%;
    height: 100vh;
    overflow: hidden;
    position: relative;
}

.index-video video,
.index-video img {
    position: absolute;
    left: 50%;
    top: 50%;
    min-height: 100%;
    min-width: 100%;
    max-width: 1000%;
    transform: translate(-50%, -50%);
}

.index-video .btn {
    background: url("../images/btn42.png") center no-repeat;
    background-size: cover;
    width: 0.42rem;
    height: 0.42rem;
    position: absolute;
    z-index: 1;
    left: auto;
    right: 0.3rem;
    top: auto;
    bottom: 0.9rem;
    cursor: pointer;
}

.index-flash {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.index-flash li {
    position: relative;
    height: 100vh;
    overflow: hidden;
}

.index-flash li video {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    min-height: 100%;
    min-width: 100%;
    height: auto;
    width: 100%;
    object-fit: cover;
}

.index-flash li .video-btn {
    background: url("../images/btn108.png") center no-repeat;
    background-size: 100%;
    width: 1.08rem;
    height: 1.08rem;
    position: absolute;
    z-index: 1;
    left: 50%;
    right: auto;
    top: 50%;
    bottom: auto;
    margin-left: -0.54rem;
    margin-top: -0.54rem;
    cursor: pointer;
    opacity: 0;
}

.index-flash li .img a {
    position: relative;
    display: block;
    height: 100vh;
    overflow: hidden;
    width: 100%;
}

.index-flash li .img a:before {
    content: "";
    display: block;
    position: absolute;
    z-index: 5;
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
    background: url("../images/bg20.png") center bottom repeat-x;
    background-size: auto 5.19rem;
}

.index-flash li .img a img {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%);
    object-fit: cover;
}

.index-flash li .name a {
    display: block;
    color: #fff;
    text-align: center;
    font-weight: bold;
    position: absolute;
    z-index: 5;
    left: 0;
    right: 0;
    top: auto;
    bottom: 1.1rem;
    font-size: 0.24rem;
    padding: 0 0.3rem;
    height: 1.3em;
    line-height: 1.3em;
}

.index-flash .btn {
    position: absolute;
    z-index: 5;
    left: 0;
    right: 0;
    top: auto;
    bottom: 1.6rem;
    text-align: center;
}

.index-flash .btn .dots span {
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin: 0 8px;
    width: 10px;
    height: 10px;
    background: rgba(255, 255, 255, 0.78);
    opacity: 1;
    display: inline-block;
}

.index-flash .btn .dots span.swiper-pagination-bullet-active {
    background: #dcc55a;
}

.index-flash .btn a {
    display: inline-block;
    width: 93px;
    height: 93px;
    background: url(../images/banner_btn.png) no-repeat;
}

.index-flash .arrow a {
    display: block;
    width: 0.47rem;
    height: 0.86rem;
    background: center no-repeat;
    background-size: 100%;
    position: absolute;
    z-index: 1;
    left: auto;
    right: auto;
    top: 50%;
    bottom: auto;
    margin-top: -0.26rem;
    opacity: 0;
    cursor: pointer;
}

.index-flash .arrow a.prev {
    left: 0.28rem;
    background-image: url("../images/prev53_2.png");
}

.index-flash .arrow a.next {
    right: 0.28rem;
    background-image: url("../images/next53_2.png");
}

.index-flash:hover .arrow a {
    opacity: 1;
}

.index-flash:hover .arrow a:hover {
    opacity: 1;
}

.index-flash-vertical li video {
    width: auto;
    height: 100%;
}

.index-flash-vertical li .img a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.index-search-bg {
    position: fixed;
    z-index: 100;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    display: none;
}

.index-search {
    height: 1.1rem;
    position: relative;
    max-width: 11.5rem;
    margin: 0 auto;
}

.index-search .wal {
    position: relative;
    z-index: 10;
    background: url("../images/index-search.png") center top no-repeat;
    background-size: 100%;
    min-height: 1.67rem;
    padding: 0 0.76rem 0 0.6rem;
    top: -0.81rem;
}

.index-search .form {
    border-bottom: #6510ad solid 0.02rem;
    height: 0.81rem;
    padding-top: 0.1rem;
    position: relative;
}

.index-search .form .name {
    font-size: 0.3rem;
    color: rgba(101, 16, 173, 0.4);
    line-height: 0.7rem;
}

.index-search .form .name em {
    color: rgba(101, 16, 173, 0.4);
    font-size: 0.18rem;
    text-transform: uppercase;
    padding-left: 0.15rem;
}

.index-search .form .input {
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    top: 0.1rem;
    bottom: auto;
}

.index-search .form .input input {
    width: 100%;
    height: 0.7rem;
    line-height: 0.7rem;
    font-size: 0.3rem;
    color: #333;
}

.index-search .form .submit {
    position: absolute;
    z-index: 2;
    top: 0.1rem;
    right: 0;
    bottom: 0;
    width: 0.64rem;
    background: url("../images/search24.png") center no-repeat;
    background-size: 0.24rem;
}

.index-search .form .submit input {
    width: 100%;
    height: 0.81rem;
    cursor: pointer;
}

.index-search .hot-words {
    padding: 0.1rem 0;
    line-height: 0.33rem;
    color: #a0a0a0;
}

.index-search .hot-words .name {
    font-weight: bold;
    flex-shrink: 0;
}

.index-search .hot-words .p-ico,
.index-search .hot-words .index-flow .container .video i,
.index-flow .container .video .index-search .hot-words i,
.index-search .hot-words .index-flow .container .list a i,
.index-flow .container .list a .index-search .hot-words i,
.index-search .hot-words .index-events .list-wrapper dd.li-dd dl.info em,
.index-events .list-wrapper dd.li-dd dl.info .index-search .hot-words em,
.index-search .hot-words .search-result li a i,
.index-search .search-result li a .hot-words i {
    font-size: 0.12rem;
    flex-shrink: 0;
    margin-left: 0.08rem;
    margin-right: 0.28rem;
}

.index-search .hot-words li {
    padding-right: 0.14rem;
}

.index-search .hot-words li a.on {
    font-weight: bold;
    color: #6510ad;
}

.index-search .search-result {
    background: #fff;
    padding: 0.35rem 0.6rem 0.46rem 0.6rem;
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    top: 0.81rem;
    bottom: auto;
    display: none;
}

.index-search .search-result .name {
    padding-bottom: 0.1rem;
}

.index-search .search-result .name h3 {
    font-size: 0.22rem;
    color: #6510ad;
}

.index-search .search-result .name a {
    font-size: 0.12rem;
    margin-left: 0.13rem;
    color: #9d9d9d;
}

.index-search .search-result .name a:hover {
    color: #6510ad;
}

.index-search .search-result ul {
    padding-bottom: 0.3rem;
}

.index-search .search-result li {
    font-size: 0.16rem;
    line-height: 0.34rem;
}

.index-search .search-result li a {
    color: #000;
    padding-right: 0.17rem;
    display: inline-block;
    position: relative;
}

.index-search .search-result li a i {
    position: absolute;
    z-index: 1;
    left: auto;
    right: 0;
    top: 0;
    bottom: auto;
    color: #787878;
    font-style: normal;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
}

.index-search .search-result li a:hover {
    color: #6510ad;
}

.index-search .search-result li a:hover i {
    color: #6510ad;
}

.index-search .search-result .btn a {
    display: block;
    text-align: center;
    line-height: 0.54rem;
    color: #fff;
    -moz-border-radius: 0.06rem;
    -webkit-border-radius: 0.06rem;
    border-radius: 0.06rem;
    background: url("../images/btn.jpg") center no-repeat;
    background-size: cover;
}

.index-search.on {
    z-index: 110;
}

.index-search.on .form .name,
.index-search.on .hot-words {
    opacity: 0;
    visibility: hidden;
}

.index-search.on .search-result {
    display: block;
}

.index-news .col-1 {
    width: 2.8rem;
}

.index-news .col-1 .title {
    font-size: 0.16rem;
    text-transform: uppercase;
    color: #666;
    padding-top: 0.15rem;
    line-height: 0.45rem;
}

.index-news .col-1 .title span {
    padding-left: 0.1rem;
}

.index-news .col-1 li {
    border-bottom: #e2e2e2 solid 1px;
}

.index-news .col-1 li:last-child {
    border: 0;
}

.index-news .col-1 li a {
    display: block;
    color: #000;
}

.index-news .col-1 li a .img {
    width: 100%;
    overflow: hidden;
    position: relative;
    margin-bottom: -0.08rem;
}

.index-news .col-1 li a .img img {
    width: 100%;
}

.index-news .col-1 li a .name {
    font-size: 0.17rem;
    line-height: 0.24rem;
    font-weight: bold;
    padding: 0.25rem 0;
}

.index-news .col-1 li a:hover {
    color: #6510ad;
}

.index-news .col-1 li a:hover img {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
}

.index-news .col-2 {
    width: 6.71rem;
    position: relative;
    min-height: 7.2rem;
}

.index-news .col-2:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border-left: #d6d6d6 solid 1px;
    border-right: #d6d6d6 solid 1px;
}

.index-events {
    min-height: 7.2rem;
    position: relative;
}

.index-events:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 50%;
    margin-right: -6.6rem;
    background: #f2f3f9;
}

.index-events .wal {
    position: relative;
    height: 2.2rem;
}

.index-events .wal .title {
    padding-right: 0.68rem;
    position: relative;
    color: #000;
    font-size: 0.18rem;
    text-transform: uppercase;
    line-height: 1em;
}

.index-events .wal .title:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 0.3rem;
    width: 0.04rem;
    height: 0.54rem;
    background: #6510ad;
    margin-top: -0.27rem;
}

.index-events .wal .title h2 {
    font-size: 0.34rem;
    font-weight: 400;
    line-height: 1em;
    padding-top: 0.06rem;
}

.index-events .wal p {
    line-height: 0.26rem;
    color: #929292;
    width: 5.26rem;
    margin-right: 0.78rem;
}

.index-events .wal .more {
    margin-right: 2.38rem;
}

.index-events .wal .arrow a {
    width: 0.53rem;
    height: 0.53rem;
    background: center no-repeat;
    background-size: 100%;
}

.index-events .wal .arrow a.prev {
    background-image: url("../images/prev53.png");
}

.index-events .wal .arrow a.next {
    background-image: url("../images/next53.png");
    margin-left: 0.39rem;
}

.index-events .list {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.index-events .list-wrapper {
    width: 36.9rem;
    position: relative;
    left: 50%;
    margin-left: -18.45rem;
}

.index-events .list-wrapper dd.li-dd {
    padding: 0 0.15rem;
    width: 33.333%;
}

.index-events .list-wrapper dd.li-dd .name a {
    color: #000;
    display: block;
    line-height: 1em;
    padding-bottom: 1em;
}

.index-events .list-wrapper dd.li-dd .img {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.index-events .list-wrapper dd.li-dd .img img {
    width: 100%;
}

.index-events .list-wrapper dd.li-dd .img:hover img {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
}

.index-events .list-wrapper dd.li-dd .name2 {
    padding: 0.22rem 0;
}

.index-events .list-wrapper dd.li-dd .name2 a {
    display: block;
    font-size: 0.17rem;
    line-height: 0.24rem;
    font-weight: bold;
    color: #000;
    height: 0.48rem;
    overflow: hidden;
}

.index-events .list-wrapper dd.li-dd .name2 a:hover {
    color: #6510ad;
}

.index-events .list-wrapper dd.li-dd dl.info {
    position: relative;
    font-size: 0.12rem;
    color: #9574ac;
}

.index-events .list-wrapper dd.li-dd dl.info:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    width: 1px;
    height: 0.38rem;
    margin-top: -0.19rem;
    background: #791cb5;
}

.index-events .list-wrapper dd.li-dd dl.info dd {
    height: 0.24rem;
    line-height: 1em;
}

.index-events .list-wrapper dd.li-dd dl.info em {
    font-size: 0.16rem;
    color: #7c44a1;
    text-align: center;
    width: 0.37rem;
    padding-left: 0.05rem;
    position: relative;
    top: 0.01rem;
}

.index-research {
    position: relative;
    width: 100%;
}

.index-research .wal {
    min-height: 9.08rem;
    position: relative;
}

.index-research .title {
    padding: 1.65rem 0 0.2rem 0;
    position: relative;
    color: #000;
    font-size: 0.18rem;
    text-transform: uppercase;
    line-height: 1em;
}

.index-research .title:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0.68rem;
    height: 0.04rem;
    background: #6510ad;
}

.index-research .title h2 {
    font-size: 0.34rem;
    font-weight: 400;
    line-height: 1em;
    padding-top: 0.06rem;
}

.index-research .content {
    line-height: 0.26rem;
    color: #929292;
    width: 3.6rem;
    padding: 0.35rem 0 0.3rem 0;
}

.index-research .list {
    position: absolute;
    z-index: 11;
    left: 0;
    right: auto;
    top: auto;
    bottom: 0;
    width: 3.95rem;
}

.index-research .list li {
    border-bottom: #e7e7e7 solid 1px;
    position: relative;
}

.index-research .list li:before {
    content: "";
    display: block;
    position: absolute;
    left: -0.3rem;
    top: -1px;
    bottom: -1px;
    width: 5.05rem;
    background: url("../images/img542.png") right center no-repeat;
    background-size: 100%;
    opacity: 0;
}

.index-research .list li:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    background: #6510ad;
    width: 0.02rem;
    height: 0.48rem;
    margin-top: -0.24rem;
    opacity: 0;
}

.index-research .list li .img {
    display: none;
}

.index-research .list li a.name {
    display: block;
    font-size: 0.17rem;
    line-height: 0.26rem;
    color: #000;
    font-weight: bold;
    padding: 0.15rem 0;
    position: relative;
    left: 0;
}

.index-research .list li:hover:before,
.index-research .list li.on:before {
    opacity: 1;
    left: 0;
}

.index-research .list li:hover:after,
.index-research .list li.on:after {
    opacity: 1;
}

.index-research .list li:hover a.name,
.index-research .list li.on a.name {
    color: #6510ad;
    left: 0.3rem;
}

.index-research .big-img {
    position: absolute;
    z-index: 1;
    left: 50%;
    right: 0;
    top: auto;
    bottom: 0;
    margin-left: -2.12rem;
    padding-top: 0.46rem;
}

.index-research .big-img:before {
    content: "";
    display: block;
    position: absolute;
    left: 1.13rem;
    top: 0;
    right: 0;
    bottom: 0;
    background: url("../images/img1080.jpg") center top no-repeat;
    background-size: 100%;
}

.index-research .big-img:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0.46rem;
    right: 0;
    bottom: 0;
    background: #fff;
}

.index-research .big-img a {
    height: 7.4rem;
    position: relative;
    background: center no-repeat;
    background-size: cover;
    display: block;
    z-index: 2;
}

/*
.index-admissions {
  background: url("../image/index-admissions.png") center bottom no-repeat;
  background-size: auto 7.07rem;
  min-height: 7.07rem;
  text-align: center;
  position: relative;
  z-index: 1;
}
.index-admissions .title {
  padding: 1.05rem 0 0.2rem 0;
  position: relative;
  color: #000;
  font-size: 0.18rem;
  text-transform: uppercase;
  line-height: 1em;
}
.index-admissions .title:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -0.34rem;
  width: 0.68rem;
  height: 0.04rem;
  background: #6510AD;
}
.index-admissions .title h2 {
  font-size: 0.34rem;
  font-weight: 400;
  line-height: 1em;
  padding-top: 0.06rem;
}
.index-admissions .content {
  line-height: 0.26rem;
  color: #929292;
  padding: 0.3rem 0 0.35rem 0;
  max-width: 6.02rem;
  margin: 0 auto;
}
.index-admissions .list {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.index-admissions .list dd {
  width: 20%;
  max-width: 2.23rem;
}
.index-admissions .list dd .ico {
  width: 1.22rem;
  margin: 0 auto;
}
.index-admissions .list dd .info {
  font-size: 0.12rem;
  color: #000;
  padding: 0.2rem 0 0 0.1rem;
}
.index-admissions .list dd .info b {
  font-size: 0.3rem;
  color: #6510AD;
}
.index-admissions .list dd p {
  padding-top: 0.05rem;
  line-height: 0.18rem;
  color: #929292;
}
.index-admissions .dots {
  padding: 0.3rem 0 0.5rem 0;
}
.index-admissions .dots span {
  width: 0.08rem;
  height: 0.08rem;
  margin: 0 0.05rem;
  background: #9D9D9D;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.index-admissions .dots span.swiper-pagination-bullet-active {
  background: #6510AD;
}
*/

.index-admissions-wrapper {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.index-admissions {
    background: url("../images/img890.jpg") center bottom no-repeat;
    background-size: auto 7.3rem;
    min-height: 7.3rem;
    text-align: center;
    position: relative;
    z-index: 1;
    padding: 1.3rem 0;
}

.index-admissions .title {
    padding: 1.05rem 0 0.2rem 0;
    position: relative;
    color: #000;
    font-size: 0.18rem;
    text-transform: uppercase;
    line-height: 1em;
}

.index-admissions .title:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -0.34rem;
    width: 0.68rem;
    height: 0.04rem;
    background: #6510ad;
}

.index-admissions .title h2 {
    font-size: 0.34rem;
    font-weight: 400;
    line-height: 1em;
    padding-top: 0.06rem;
}

.index-admissions .content {
    line-height: 0.26rem;
    color: #929292;
    padding: 0.3rem 0 0.35rem 0;
    max-width: 6.02rem;
    margin: 0 auto;
}

.index-admissions .list2 {
    width: 16.5rem;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    padding: 1.5rem 0;
}

/*ul:nth-child(1),
    ul:nth-child(3){
      li:nth-child(1){width: 3.25rem}
      li:nth-child(2){width: 3.4rem}
      li:nth-child(3){width: 3.4rem}
      li:nth-child(4){width: 2.6rem}
    }
    ul:nth-child(2){
      li:nth-child(1){width: 2.8rem}
      li:nth-child(2){width: 3.3rem}
      li:nth-child(3){width: 3.4rem}
      li:nth-child(4){width: 3.1rem}
      li:nth-child(5){width: 3.2rem}
    }*/
.index-admissions .list2 ul {
    display: flex;
    justify-content: center;
}

.index-admissions .list2 li {
    display: flex;
    height: 1.25rem;
    align-items: center;
    padding: 0 0.4rem;
}

.index-admissions .list2::before {
    content: "";
    position: absolute;
    width: 10.59rem;
    height: 0.77rem;
    background: url(../images/rdqh_line1.png);
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background-repeat: no-repeat;
    background-size: 100%;
}

.index-admissions .list2::after {
    content: "";
    position: absolute;
    width: 10.59rem;
    height: 0.02rem;
    background: url(../images/rdqh_line2.png);
    bottom: 0.77rem;
    left: 50%;
    transform: translateX(-50%);
    background-size: 100%;
}

.index-admissions .list2 li .num-wrapper {
    position: relative;
}

.index-admissions .list2 li .num-wrapper .num2,
.index-admissions .list2 li .num-wrapper .num {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    position: relative;
    font-family: "Amitabold";
}

.index-admissions .list2 li .num-wrapper .num2 {
    opacity: 0;
}

.index-admissions .list2 li .num-wrapper .num {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.index-admissions .list2 ul:nth-child(2) li {
    /* padding: 0 .5rem; */
}

.index-admissions .list2 li .num,
.index-admissions .list2 li .num2 {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    position: relative;
    font-family: "Amitabold";
    font-size: 0.72rem;
    line-height: 1em;
    margin-left: 0.1rem;
    color: #6703b1;
}

.index-admissions .list2 li .name {
    font-size: 0.17rem;
    color: #000;
    text-align: left;
    flex-shrink: 0;
    white-space: nowrap;
    line-height: 0.24rem;
    text-align: right;
    font-weight: 700;
}

.index-admissions .list2 li .name span {
    margin-right: -0.1rem;
}

.index-admissions .list2 li .name i {
    font-style: normal;
}

.index-admissions .list2 li .name i.after1 {
    margin-right: -0.1rem;
}

.index-admissions .list {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.index-admissions .list dd {
    width: 20%;
    max-width: 2.23rem;
}

.index-admissions .list dd .ico {
    width: 1.22rem;
    margin: 0 auto;
}

.index-admissions .list dd .info {
    font-size: 0.12rem;
    color: #000;
    padding: 0.2rem 0 0 0.1rem;
}

.index-admissions .list dd .info b {
    font-size: 0.3rem;
    color: #6510ad;
}

.index-admissions .list dd p {
    padding-top: 0.05rem;
    line-height: 0.18rem;
    color: #929292;
}

.index-admissions .dots {
    padding: 0.3rem 0 0.5rem 0;
    border: #f00 solid 1px;
}

.index-admissions .dots span {
    width: 0.08rem;
    height: 0.08rem;
    margin: 0 0.05rem;
    background: #9d9d9d;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.index-admissions .dots span.swiper-pagination-bullet-active {
    background: #6510ad;
}

.index-admissions .btn {
    display: flex;
    justify-content: center;
    padding-top: 0.3rem;
}

.index-admissions .btn a {
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(to right, #5219c1, #0f17f1);
    color: #fff;
    font-size: 0.18rem;
    width: 4.16rem;
    height: 0.56rem;
}

.index-admissions .btn a:after {
    content: "";
    display: block;
    width: 0.2rem;
    height: 0.2rem;
    margin-left: 0.1rem;
    background: url("../images/arrow.svg") center no-repeat;
    background-size: 100%;
}

.index-admissions .btn a:hover {
    background: linear-gradient(to left, #5219c1, #0f17f1);
}

@media screen and (max-width: 1700px) {
    .index-admissions .list2 li {
        /*padding: 0 .1rem;*/
    }

    .index-admissions .list2 li .num {
        margin-left: 0.15rem;
    }

    .index-admissions .list2 li .num {
        font-size: 0.5rem;
    }
}

.index-admissions .list2 ul:first-child li {
    min-width: 3.59rem;
    justify-content: center;
}

.index-admissions .list2 ul:nth-child(3) li {
    min-width: 3.59rem;
    justify-content: center;
}

.index-flow {
    position: relative;
    min-height: 16rem;
}

.index-flow:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 1.6rem;
    right: 0;
    background: url("../images/index-flow.jpg") center no-repeat;
    background-size: cover;
    height: 13.08rem;
}

.index-flow .container {
    margin-top: -0.93rem;
    padding-bottom: 1rem;
    position: relative;
    z-index: 5;
}

.index-flow .container .list {
    width: 3.19rem;
    height: 6.68rem;
    flex-shrink: 0;
    background: url("../images/img319.png") center no-repeat;
    background-size: 100% 100%;
    padding: 0.6rem 0.5rem 0 0.5rem;
    position: absolute;
    z-index: 1;
    left: 0;
    right: auto;
    top: auto;
    bottom: 1rem;
}

.index-flow .container .list ul {
    margin-bottom: 0.4rem;
}

.index-flow .container .list a {
    display: block;
    color: #000;
    font-weight: bold;
    line-height: 0.6rem;
    border-bottom: #b3b3b3 solid 1px;
    position: relative;
    font-size: 0.18rem;
}

.index-flow .container .list a i {
    position: absolute;
    z-index: 1;
    left: auto;
    right: 0;
    top: 0;
    bottom: auto;
    font-style: normal;
    font-weight: 100;
}

.index-flow .container .list a:hover {
    color: #6510ad;
}

.index-flow .container .video {
    width: 10.01rem;
    position: relative;
    margin-left: auto;
}

.index-flow .container .video i {
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    font-style: normal;
    font-size: 0.82rem;
    color: #6510ad;
    cursor: pointer;
}

.index-flow .title {
    padding: 0.35rem 0 0.45rem 0;
    position: relative;
    font-size: 0.18rem;
    text-transform: uppercase;
    line-height: 1em;
    color: #fff;
    z-index: 5;
}

.index-flow .title:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 3.45rem;
    height: 0.03rem;
    background: #ee9640;
}

.index-flow .title a.more {
    display: block;
    color: #fff;
    border-bottom: #fff solid 2px;
    position: absolute;
    z-index: 1;
    left: 4.15rem;
    right: auto;
    top: 0.63rem;
    bottom: auto;
    line-height: 26px;
    padding: 0 5px;
    font-size: 12px;
}

.index-flow .title a.more:hover {
    color: #ee9640;
    border-color: #ee9640;
}

.index-flow .title h2 {
    font-size: 0.34rem;
    font-weight: 400;
    line-height: 1em;
    padding-top: 0.06rem;
}

.index-flow .title dl {
    position: absolute;
    z-index: 1;
    left: auto;
    right: 0;
    top: auto;
    bottom: 0.45rem;
}

.index-flow .title dl dd {
    margin-left: 0.2rem;
    position: relative;
}

.index-flow .title dl dd a {
    display: block;
    width: 0.56rem;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.11);
    position: relative;
    z-index: 2;
}

.index-flow .title dl dd a:hover {
    background: #6510ad;
}

.index-flow .title dl dd .layer {
    -moz-border-radius: 0.1rem;
    -webkit-border-radius: 0.1rem;
    border-radius: 0.1rem;
    background: #fff;
    width: 2.47rem;
    position: absolute;
    z-index: 1;
    left: 50%;
    right: auto;
    top: 100%;
    bottom: auto;
    margin-left: -2rem;
    margin-top: 0;
    padding: 0.18rem 0.2rem;
    opacity: 0;
    visibility: hidden;
}

.index-flow .title dl dd .layer:after {
    content: "";
    display: block;
    position: absolute;
    top: -0.06rem;
    right: 0.35rem;
    width: 0.2rem;
    height: 0.2rem;
    background: #fff;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
}

.index-flow .title dl dd .layer .ewm {
    width: 50%;
    text-align: center;
}

.index-flow .title dl dd .layer .ewm img {
    width: 1rem;
}

.index-flow .title dl dd .layer .ewm .name {
    font-size: 12px;
    padding-top: 0.03rem;
    color: #727084;
}

.index-flow .title dl dd.more a {
    background: rgba(255, 255, 255, 0.58);
}

.index-flow .title dl dd.more .layer {
    background: #000;
    font-size: 0.12rem;
    width: auto;
    padding: 0.1rem 0.2rem;
    -moz-border-radius: 0.2rem;
    -webkit-border-radius: 0.2rem;
    border-radius: 0.2rem;
    left: auto;
    right: -60%;
}

.index-flow .title dl dd.more .layer:after {
    background: #000;
    left: 50%;
    margin-left: -0.1rem;
    z-index: -1;
}

.index-flow .title dl dd:hover a {
    background: #6510ad;
}

.index-flow .title dl dd:hover .layer {
    margin-top: 0.18rem;
    opacity: 1;
    visibility: visible;
}

.index-flow .title dl dd:hover.more img {
    filter: brightness(10);
}

.index-flow .img-list {
    max-width: 18.4rem;
    margin: 0 auto;
    padding: 0 0.4rem;
    position: relative;
}

.index-flow .img-list li {
    width: 25%;
}

.index-flow .img-list li a {
    display: block;
    position: relative;
}

.index-flow .img-list li a:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background: url("../images/bg10.png") center repeat-x;
    background-size: auto 100%;
}

.index-flow .img-list li a .img {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.index-flow .img-list li a .img img {
    width: 100%;
}

.index-flow .img-list li a .layer {
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    top: auto;
    bottom: 0;
    padding: 0 0.4rem;
    color: #fff;
}

.index-flow .img-list li a .layer .time {
    font-size: 0.12rem;
    opacity: 0.6;
}

.index-flow .img-list li a .layer p {
    width: 100%;
    font-size: 0.16rem;
    line-height: 0.26rem;
    margin-top: 0.02rem;
    max-height: 1.04rem;
    overflow: hidden;
}

.index-flow .img-list li a .layer .info {
    border-bottom: #ee9640 solid 0.07rem;
    font-size: 0.14rem;
    padding: 0.2rem 0;
}

.index-flow .img-list li a .layer .info img {
    height: 0.21rem;
    margin-right: 0.1rem;
}

.index-flow .img-list li a .layer .info-2 {
    border-color: #47d800;
}

.index-flow .img-list li a:hover .img img {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
}

.index-flow .img-list li.li_01 {
    width: 50%;
}

.foot-link {
    position: relative;
    min-height: 4.02rem;
}

.foot-link .title {
    font-size: 0.34rem;
    color: #000;
    line-height: 1em;
    padding: 1.1rem 0 0.3rem 0;
}

.foot-link .list {
    max-width: 7.59rem;
}

.foot-link .list li {
    width: 33.333%;
    padding: 0.05rem 0.65rem 0 0;
}

.foot-link .list a {
    display: block;
    border-bottom: #ddd solid 1px;
    font-size: 0.16rem;
    color: #616161;
    line-height: 0.45rem;
}

.foot-link .list a:hover {
    color: #000;
}

.foot-link .ewm {
    width: 2.19rem;
    position: absolute;
    z-index: 1;
    left: auto;
    right: 0;
    top: auto;
    bottom: -0.6rem;
}

.foot-link .ewm p {
    text-align: center;
    font-size: 12px;
    color: #fff;
    padding-top: 0.14rem;
}

/*20221015两会红色
.style-red .index-search .form .name, .style-red .index-search .form .name em {
  color: rgba(235, 31, 31, 0.4);
}
.style-red .index-search .form {
  border-bottom-color: #b20000;
}
.style-red .g-foot:after {
  background: #b20000;
}
.style-red .g-head a.navA {
  background-image: url(../image/img100-red.png);
}
.style-red .g-head:after {
  background-image: url(../image/head-bg2-red.jpg);
}
.style-red .index-research .big-img:before {
  background-image: url(../image/img1080-red.jpg);
}
.style-red .index-flow:before {
  background-image: url(../image/index-flow-red.jpg);
}
*/

/*美院结束 */

.index-flow .img-list li a .layer .info-3 {
    border-color: #ef01fe;
}

.index-flow .img-list li a .layer .info-4 {
    border-color: #00e9ff;
}

.fga {
    color: #fff;
}

.fga:hover {
    color: #ee9640;
}

.index-admissions .dots,
.index-admissions .list {
    z-index: 10;
}

.g-head .btn-list .search .input input {
    width: 88%;
}

.pageTips .container a.close {
    display: none !important;
}

.index-images .dots {
    text-align: center;
    padding: 0.3rem 0 1rem 0;
}

.index-images .dots span {
    width: 0.16rem;
    height: 0.16rem;
    border-radius: 50%;
    background-color: #9d9d9d;
    display: inline-block;
    margin: 0.2rem 0.1rem;
}

.index-images .dots .swiper-pagination-bullet-active {
    background-color: #6510ad;
}

@media screen and (min-width: 800px) {
    .index-images .dots {
        display: none;
    }

    .index-images {
        padding: 0.8rem 0;
    }

    .index-images ul {
        display: flex;
        justify-content: space-between;
        margin-left: -0.15rem;
        margin-right: -0.15rem;
    }

    .index-images li {
        width: 33.333%;
        padding: 0 0.15rem;
    }

    .index-images li a {
        display: block;
        width: 100%;
        overflow: hidden;
        position: relative;
    }

    .index-images li a:hover img {
        transform: scale(1.1);
    }
}

@media screen and (max-width: 800px) {
    .index-images {
        width: 100%;
        overflow: hidden;
        position: relative;
    }

    .index-images .list-wrapper {
        overflow: hidden;
        padding: 0;
    }

    .index-images .list-wrapper a {
        display: block;
        background: #000;
    }

    .index-images .list-wrapper a img {
        opacity: 0.6;
    }

    .index-images .list-wrapper .swiper-slide-active a img {
        opacity: 1;
    }
}

@media screen and (min-width: 800px) {
    .phone-show {
        display: none;
    }
}

@media screen and (max-width: 800px) {
    .pc-show {
        display: none;
    }
}

.bg01 {
    background: url(../images/bg01.png) top center no-repeat;
    min-height: 10.42rem;
    background-size: 100% 100%;
margin-top:0.6rem;
}
.bg02 {
    background: url(../images/bg02.png) top center no-repeat;
    min-height: 15.6rem;
    background-size: 100% 100%;
}
.bg03 {
    background: url(../images/bg03.png) top center no-repeat;
    min-height: 5.25rem;
    background-size: 100% 100%;
}
.bg04 {
    background: url(../images/bg04.png) top center no-repeat;
    min-height: 12rem;
    background-size: 100% 100%;
}
.bg05 {
    background: url(../images/bg05.png) top center no-repeat;
    min-height: 11.15rem;
    background-size: 100% 100%;
}
.bg06 {
    background: #07478c;
    min-height: 1.3rem;
}
.bg07 {
    background: url(../images/bg07.png) top center no-repeat #ededed;
    min-height: 1.87rem;
  
    margin:0 auto;
}
.bg08 {
    background: url(../images/bg08.png) top center no-repeat;
    background-size: 100% auto;
}
.bg09 {
    background: url(../images/bg09.png) bottom center no-repeat;
    background-size: 100% auto;
    padding-bottom: .3rem;
}

/* .bg01 .wal,.bg02 .wal {
  position: relative;
  max-width: 100%;
  margin: 0 0.4rem;
} */
.bg01 .col-1 {
    width: 62%;
    /* width: 11.1rem; */
    position: relative;
}
.bg01 .title,
.bg02 .title {
    justify-content: space-between;
    height: 2rem;
    padding-top: 0.6rem;
}
.bg01 .title a {
    display: inline-block;
    height: 0.58rem;
    background: url(../images/index02.png) left center no-repeat;
    background-size: auto 100%;
    padding-left: 0.2rem;
    color: #1483c4;
    text-decoration: none;
    font-size: 0.18rem;
    line-height: 0.5rem;
}
.bg02 .title a {
    display: inline-block;
    height: 0.58rem;
    background-size: auto 100%;
    color: #1483c4;
    text-decoration: none;
    font-size: 0.18rem;
    line-height: 0.5rem;
}
.bg01 .title a i,
.bg02 .title a i {
    font-size: 0.18rem;
}
.bg03 .title {
    justify-content: space-between;
    height: 2rem;
    padding-top: 0.6rem;
}
.bg03 .title a {
    display: inline-block;
    height: 0.58rem;
    color: #fff;
    text-decoration: none;
    font-size: 0.18rem;
    line-height: 0.5rem;
}
.bg03 .title a i {
    font-size: 0.18rem;
    color: #b8d9ec;
}
.index_title {
    justify-content: space-between;
    height: 2rem;
    padding-top: 0.6rem;
}
.index_title a {
    display: inline-block;
    height: 0.58rem;
    color: #1483c4;
    text-decoration: none;
    font-size: 0.18rem;
    line-height: 0.5rem;
}
.index_title a i {
    font-size: 0.18rem;
    color: #b8d9ec;
}

.index_title02 {
    justify-content: space-between;
    height: 2rem;
    padding-top: 0.6rem;
}
.index_title02 .title_link a {
    display: inline-block;
    width: 0.67rem;
    height: 0.67rem;
    margin-left: 0.2rem;
    background-size: 100% 100%;
    position: relative;
}
.index_title02 .title_link a img{
    position: absolute;
    width: 1.5rem;
    height: 1.5rem;
    max-width: 1.5rem;
    top: -.5rem;
    left: -1.6rem;
    display: none;
}
.index_title02 .title_link a:hover img{
    display: block;
}
.index_title02 .title_link a.t_weixin {
    background: url(../images/weixin.png) no-repeat;
}
.index_title02 .title_link a.t_weibo {
    background: url(../images/weibo.png) no-repeat;
}
.index_title02 .title_link a.t_douyin {
    background: url(../images/douyin.png) no-repeat;
}
.index_title02 .title_link a.t_toutiao {
    background: url(../images/toutiao.png) no-repeat;
}
.space-between {
    justify-content: space-between;
}
.bg01 .col-1 .swiper1 {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.bg01 .col-1 .swiper1 li {
    text-align: center;
}

.bg01 .col-1 .swiper1 .img {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.bg01 .col-1 .swiper1 .img img {
    width: 100%;
}

.bg01 .col-1 .swiper1 .img:hover img {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
}

.bg01 .col-1 .swiper1 .title {
    color: #6510ad;
    font-size: 0.12rem;
    padding-top: 0.22rem;
    text-transform: uppercase;
    line-height: 1em;
}

.bg01 .col-1 .swiper1 .title:before,
.bg01 .col-1 .swiper1 .title:after {
    content: "";
    display: block;
    position: absolute;
    position: relative;
    width: 0.15rem;
    height: 1px;
    background: #6510ad;
    opacity: 0.64;
    margin: 0 0.15rem;
}

.bg01 .col-1 .swiper1 .title span {
    padding-left: 0.1rem;
}
.bg01 .col-1 .swiper1 .img {
    box-shadow: 0px 0px 0.18rem rgba(62, 62, 62, 0.34);
}
.bg01 .col-1 .swiper1 .name a {
    display: block;
    font-size: 0.24rem;
    line-height: 0.3rem;
    color: #fff;
    padding: 0.15rem 0.55rem 0.2rem 0;
    width: 100%;
    text-align: left;
}

.bg01 .col-1 .swiper1 .name a:hover {
    color: #6510ad;
}

.bg01 .col-1 .swiper1 p {
    font-size: 0.13rem;
    line-height: 0.22rem;
    padding: 0 0.8rem;
    color: #888;
}

.bg01 .col-1 .arrow1 {
    position: absolute;
    z-index: 1;
    right: 0;
    top: auto;
    bottom: 0.95rem;
    width: 1.4rem;
}

.bg01 .col-1 .arrow1 a {
    width: 0.7rem;
    height: 0.7rem;
    background: rgba(0, 161, 255, 0.6);
    text-align: center;
    line-height: 0.7rem;
    float: left;
    cursor: pointer;
}
.bg01 .col-1 .arrow1 a:hover {
    background: rgba(0, 161, 255, 1);
}
.bg01 .col-1 .arrow1 a i {
    color: #fff;
    font-size: 0.24rem;
}
.bg01 .col-2 {
    width: 36%;
    /* width: 6.4rem; */
}

.bg01 .col-2 .list_news .item {
    height: 1.5rem;
    background: #fff;
    display: flex;
    justify-content: space-between;
    box-shadow: 0 5px 15px rgba(158, 158, 158, 0.69);
    margin-bottom: 0.22rem;
}
.bg01 .col-2 .list_news .item .pic {
    position: relative;
    width: 2rem;
    height: 1.5rem;
    overflow: hidden;
}
.bg01 .col-2 .list_news .item .pic i.arrow {
    position: absolute;
    right: -4px;
    color: #fff;
    font-size: 0.14rem;
    top: 0.7rem;
}
.bg01 .col-2 .list_news .item .pic img {
    max-width: 100%;
    height: 100%;
}
.bg01 .col-2 .list_news .item .name {
    width: 3.3rem;
    font-size: 0.24rem;
    line-height: 0.3rem;
    font-weight: bold;
    padding: 0.25rem 0;
    margin-left: 0.15rem;
}
.bg01 .col-2 .list_news .item .name a {
    color: #555555;
    text-decoration: none;
    display: block;
    height: 1rem;
}
.bg01 .col-2 .list_news .item i.arrow01 {
    margin-right: 0.2rem;
    color: #ededed;
    font-size: 0.3rem;
    margin-top: 0.6rem;
}
.bg01 .col-2 .list_news .item:hover {
    background: #1483c4;
}
.bg01 .col-2 .list_news .item:hover .pic img {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
}
.bg01 .col-2 .list_news .item:hover .pic i.arrow {
    color: #1483c4;
}
.bg01 .col-2 .list_news .item:hover .name a {
    color: #fff;
}
.bg01 .col-2 .list_news .item:hover i.arrow01 {
    opacity: 0.6;
}

.index_quick .index_quick_t {
    background: url(../images/index_quick_t.png) 0 12px repeat-x;
    text-align: center;
}
.index_quick .index_quick_t span {
    background: #fff;
    padding: 0 0.2rem;
    font-size: 0.18rem;
    color: #898989;
    text-align: center;
    display: inline-block;
    cursor: pointer;
}
.index_quick .index_quick_t span i {
    color: #378dc7;
    font-size: 0.18rem;
}
.index_quick_con{
    transition: All 0.5s ease;
    -webkit-transition: All 0.5s ease;
    -moz-transition: All 0.5s ease;
    -o-transition: All 0.5s ease;
}
.index_quick .index_quick_con .content{
    display: flex;
    justify-content: space-between;
    padding: 0.2rem 0.44rem;
}
.index_quick .index_quick_con .item {
    text-align: center;
    font-size: 0.18rem;
}
.index_quick .index_quick_con .item i {
    display: block;
    margin: 0 auto;
    color: #378dc7;
    font-size: 0.26rem;
}
.index_quick .index_quick_con .item a {
    color: #378dc7;
    text-decoration: none;
}

.index_notice {
    background: url(../images/index05.png) 0 5px repeat-x;
    min-height: 4.38rem;
}
.index_notice .item {
    position: relative;
    width: 80%;
    margin: 0 auto;
}
.index_notice .item .date {
    background: url(../images/index06.png) 5px 0 no-repeat;
    padding-top: 0.5rem;
    color: #959595;
    font-size: 0.12rem;
    margin-bottom: 0.2rem;
    margin-left: 0.2rem;
}
.index_notice .item .date span {
    color: #222;
    font-size: 0.2rem;
    padding-right: 0.1rem;
}
.index_notice .item .con {
    height: 1.6rem;
    border-radius: 0.15rem;
    background: #fff;
    box-shadow: 5px 5px 10px rgba(62, 62, 62, 0.62);
    padding: 0.2rem;
    font-size: 0.16rem;
    line-height: 1.5;
}
.index_notice .item .con p {
    height: 1rem;
    color: #555555;
}
.index_notice .item .con .more {
    font-size: 0.12rem;
    color: #959595;
}
.index_notice .item .con .more i {
    color: #1483c4;
}
.index_notice .item:hover .con {
    background: #0e76bc;
}
.index_notice .item:hover .con p {
    color: #fff;
}
.index_notice .item:hover .con .more {
    color: #fff;
}
.index_notice .item:hover .con .more i {
    color: #d81e06;
}
.index_notice .item:hover .date {
    background: url(../images/index07.png) 5px 0 no-repeat;
}
.index_notice .item:hover .date span {
    color: #0e76bc;
}

.academic_reports {
    width: 53%;
    /* width: 9.5rem; */
    margin-top: 0.78rem;
    position: relative;
}
.academic_reports .item {
    background: url(../images/index09.png) no-repeat;
    background-size: 100% 100%;
    width: 100%;
    height: 5.9rem;
    padding: 0.18rem 0.22rem;
}
.academic_reports .item .pic {
    width: 4.12rem;
    height: 3.09rem;
    overflow: hidden;
    position: relative;
}

.academic_reports .item .pic img {
    width: 4.12rem;
    height: 3.09rem;
}

.academic_reports .item .pic:hover img {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
}
.academic_reports .item a {
    color: #555555;
}
.academic_reports .item .name {
    font-weight: bold;
    font-size: 0.18rem;
    line-height: 0.26rem;
    height: 0.8rem;
    margin: 0.2rem 0;
}
.academic_reports .item .con {
    font-size: 0.13rem;
    line-height: 0.24rem;
    height: 1rem;
}
.academic_reports .item .more {
    text-align: right;
}
.academic_reports .swiper-button-prev {
    left: -0.3rem !important;
}
.academic_reports .swiper-button-next {
    right: -0.3rem !important;
}

.index_kycg {
    /* margin-top: 16%; */
    margin-top: 1.08rem;
    width: 42%;
    /* width: 7.6rem; */
    position: relative;
}
.index_kycg .title1 {
    color: #fff;
    font-size: 0.34rem;
    line-height: 0.74rem;
    background: #00c5d7;
    width: 3.1rem;
    text-align: center;
}
.index_kycg .con {
    float: right;
    width: 86%;
    /* width: 6.6rem; */
}
.index_kycg .con .item {
    border-bottom: 1px dotted #fff;
}
.index_kycg .con .item a {
    color: #fff;
}
.index_kycg .con .item .date {
    font-size: 0.12rem;
    padding: 0.15rem 0;
}
.index_kycg .con .item .name {
    font-size: 0.16rem;
    line-height: 0.24rem;
    padding-bottom: 0.12rem;
}
.index_kycg .con .item:hover .name {
    color: #00c5d7;
}

.w18 {
    max-width: 18rem;
    margin: 0 auto;
}
.w17 {
    max-width: 17rem;
    margin: 0 auto;
}
.w18_flex {
    display: flex;
    display: -webkit-flex;
    display: -ms-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    justify-content: space-between;
    -webkit-justify-content: space-between;
}
.data_medicine .mySwiper3 {
    height: 2.5rem;
}
.data_medicine .item li {
    display: flex;
    color: #fff;
    font-size: 0.17rem;
    line-height: 0.24rem;
    font-weight: 700;
}
.data_medicine .item .pic {
    width: 1.66rem;
    height: 1.66rem;
    background-size: 100% 100%;
    margin-right: 0.2rem;
}
.data_medicine .item .txt {
    padding-top: 0.25rem;
}
.data_medicine .item .txt .timer {
    font-size: 0.48rem;
    line-height: 1em;
}
.data_medicine .item .pic.pic01 {
    background: url(../images/pic01.png) no-repeat;
    background-size: 100% 100%;
}
.data_medicine .item .pic.pic02 {
    background: url(../images/pic02.png) no-repeat;
    background-size: 100% 100%;
}
.data_medicine .item .pic.pic03 {
    background: url(../images/pic03.png) no-repeat;
    background-size: 100% 100%;
}
.data_medicine .item .pic.pic04 {
    background: url(../images/pic04.png) no-repeat;
    background-size: 100% 100%;
}
.data_medicine .item:hover .pic.pic01 {
    background: url(../images/pic01_hover.png) no-repeat;
    background-size: 100% 100%;
}
.data_medicine .item:hover .pic.pic02 {
    background: url(../images/pic02_hover.png) no-repeat;
    background-size: 100% 100%;
}
.data_medicine .item:hover .pic.pic03 {
    background: url(../images/pic03_hover.png) no-repeat;
    background-size: 100% 100%;
}
.data_medicine .item:hover .pic.pic04 {
    background: url(../images/pic04_hover.png) no-repeat;
    background-size: 100% 100%;
}
.data_medicine .swiper-pagination .swiper-pagination-bullet {
    background: #fff !important;
    opacity: 1 !important;
}
.data_medicine .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #0f77bb !important;
}

.media_expert .col-1 {
    width: 29%;
}
.media_expert .col-1 .pic {
    height: 6.43rem;
    overflow: hidden;
    position: relative;
}
.media_expert .col-1 .pic img {
    max-width: 100%;
    height: 6.43rem;
}

.media_expert .col-1 .pic:hover img {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
}
.media_expert .col-2 {
    width: 37%;
}
.media_expert .col-2 .item {
    border-bottom: 1px dotted #848484;
    margin-bottom: 0.2rem;
}
.media_expert .col-2 .item .item_logo,
.media_expert .col-2 .item .item_logo img {
    height: 0.44rem;
}
.media_expert .col-2 .item .name {
    padding: 0.22rem 0;
    font-size: 0.17rem;
    line-height: 0.24rem;
    color: #555555;
}
.media_expert .col-2 .item:hover .name {
    color: #1483c4;
}
.media_expert .col-3 {
    width: 26%;
}
.media_expert .col-3 .item {
    position: relative;
    height: 3.11rem;
    margin-bottom: 0.2rem;
}
.media_expert .col-3 .item .pic {
    height: 3.11rem;
    overflow: hidden;
    position: relative;
}
.media_expert .col-3 .item .pic img {
    max-width: 100%;
    height: 3.11rem;
}
.media_expert .col-3 .item:hover .pic img {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
}
.media_expert .col-3 .name {
    position: absolute;
    left: 0;
    bottom: 0;
    background: url(../images/index14.png) bottom repeat-x;
    height: 1.65rem;
    width: 100%;
}
.media_expert .col-3 .name span {
    padding: 0 0.25rem;
    color: #fff;
    font-size: 0.16rem;
    padding-top: 1rem;
    display: block;
}

.picture_item .col-1 {
    width: 32%;
}
.picture_item .pic01 {
    overflow: hidden;
    position: relative;
    height: 4rem;
    margin-bottom: 0.15rem;
}
.picture_item .pic01 a{
    display: block;
    height: 4rem;
}
.picture_item .pic01:hover img {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
}
.picture_item .pic01 img {
    max-height: 4rem;
    width: 100%;
    height: 4rem;
}

.picture_item .pic02 {
    overflow: hidden;
    position: relative;
    height: 3.35rem;
}
.picture_item .pic02 a{
    display: block;
    height: 3.35rem;
}
.picture_item .pic02:hover img {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
}
.picture_item .pic02 img {
    max-height: 3.35rem;
    height: 3.35rem;
    width: 100%;
}

.picture_item .pic03 {
    overflow: hidden;
    position: relative;
    height: 3rem;
    margin-bottom: 0.15rem;
}
.picture_item .pic03 a{
    display: block;
    height: 3rem;
}
.picture_item .pic03:hover img {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
}
.picture_item .pic03 img {
    max-height: 3rem;
    width: 100%;
    height: 100%;
}

.picture_item .pic04 {
    overflow: hidden;
    position: relative;
    height: 2.85rem;
}
.picture_item .pic04 a{
    display: block;
    height: 2.85rem;
}
.picture_item .pic04:hover img {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
}
.picture_item .pic04 img {
    max-height: 2.85rem;
    width: 100%;
    height: 100%;
}

.picture_item .pic05 {
    overflow: hidden;
    position: relative;
    height: 5.8rem;
    margin-top: .5rem;
}
.picture_item .pic05 a{
    display: block;
    height: 6rem;
}
.picture_item .pic05:hover img {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
}
.picture_item .pic05 img {
    max-height: 6rem;
    width: 100%;
    height: 100%;
}

.swiper_tool {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 6rem;
    height: 1rem;
}

.special_subject {
    padding-bottom: 0.8rem;
}
.special_subject .item {
    width: 22%;
    overflow: hidden;
    position: relative;
}
.special_subject .item img {
    max-height: 2.12rem;
    max-width: 100%;
}
.special_subject .item:hover img {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
}

.media_matrix .col-1 {
    width: 30%;
}
.media_matrix .col-2 {
    width: 36%;
}
.media_matrix .col-3 {
    width: 32%;
}
.media_matrix .pic01 {
    height: 8.25rem;
    overflow: hidden;
    position: relative;
}
.media_matrix .pic01:hover img {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
}
.media_matrix .pic01 img {
    max-height: 8.25rem;
    width: 100%;
    height: 100%;
}
.media_matrix .pic02 {
    height: 4.15rem;
    overflow: hidden;
    position: relative;
}
.media_matrix .pic02:hover img {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
}
.media_matrix .pic02 img {
    max-height: 4.15rem;
    width: 100%;
    height: 100%;
}
.media_matrix .pic03 {
    height: 3.98rem;
    overflow: hidden;
    position: relative;
    margin-top: 0.12rem;
}
.media_matrix .pic03:hover img {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
}
.media_matrix .pic03 img {
    max-height: 3.98rem;
    width: 100%;
    height: 100%;
}
.media_matrix .pic04 {
    height: 3.9rem;
    overflow: hidden;
    position: relative;
}
.media_matrix .pic04:hover img {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
}
.media_matrix .pic04 img {
    max-height: 3.9rem;
    width: 100%;
    height: 100%;
}
.media_matrix .pic05 {
    height: 4.21rem;
    overflow: hidden;
    position: relative;
    margin-top: 0.12rem;
}
.media_matrix .pic05:hover img {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
}
.media_matrix .pic05 img {
    max-height: 4.21rem;
    width: 100%;
    height: 100%;
}
.media_matrix .pic .name {
    position: absolute;
    left: 0;
    bottom: 0;
    background: url(../images/index14.png) bottom repeat-x;
    height: 1.65rem;
    width: 100%;
}
.media_matrix .pic .name span {
    padding: 0 0.25rem 0 0.8rem;
    color: #fff;
    font-size: 0.16rem;
    padding-top: 1rem;
    display: block;
    height: 1.65rem;
}
.media_matrix .pic .name span.weixin {
    background: url(../images/weixin.png) 0.4rem 0.95rem no-repeat;
    background-size: auto 20%;
}
.media_matrix .pic .name span.douyin {
    background: url(../images/douyin.png) 0.4rem 0.95rem no-repeat;
    background-size: auto 20%;
}
.media_matrix .pic .name span.weibo {
    background: url(../images/weibo.png) 0.4rem 0.95rem no-repeat;
    background-size: auto 20%;
}
.media_matrix .pic .name span.toutiao {
    background: url(../images/toutiao.png) 0.4rem 0.95rem no-repeat;
    background-size: auto 20%;
}

.quick_link {
    padding-top: 0.3rem;
}
.quick_link .t {
    font-size: 0.34rem;
    font-weight: 400;
    line-height: 1em;
    color: #fff;
}
.quick_link .con {
    display: flex;
    justify-content: space-between;
    width: 90%;
}
.quick_link .con select {
    width: 20%;
    height: 0.5rem;
    border: 1px solid #38689b;
    font-size: 0.24rem;
    color: #bed1e6;
    background: #064282;
}

.copyright {
    float: right;
    color: #7e7e7e;
    padding: 0.35rem 0;
    font-size: 0.16rem;
    line-height: 0.3rem;
    margin-right: 0.5rem;
}
.ny_banner img {
    width: 100%;
}

.ny_left {
    width: 22%;
    position: relative;
    top: -1.7rem;
    z-index: 10;
}
.ny_right {
    width: 70%;
}

.ny_left .t {
    background: url(../images/ny01.png) no-repeat;
    background-size: 100% 100%;
    height: 1.7rem;
    text-align: center;
    color: #fff;
    font-size: 0.28rem;
    font-weight: normal;
}
.ny_left .t span {
    display: block;
    font-size: 0.4rem;
    padding-top: 0.3rem;
}
.ny_left .con {
    background: url(../images/ny02.png) top repeat-x;
}
.ny_left .con01 {
    background: url(../images/ny03.png) bottom center no-repeat;
    background-size: 95% auto;
    padding: 0.4rem 0 4rem 15%;
}
.ny_left .con01 .item {
    width: 80%;
    line-height: 0.26rem;
    min-height: 0.56rem;
    background: #dee2eb;
    margin-bottom: 0.1rem;
}
.ny_left .con01 .item a {
    display: block;
    color: #222222;
    font-size: 0.16rem;
    line-height: 0.26rem;
    padding: 0.15rem 0;
    padding-left: 0.1875rem;
}
.ny_left .con01 .item:hover {
    background: url(../images/ny04.png) no-repeat;
    background-size: 100% 100%;
}
.ny_left .con01 .item.active {
    background: url(../images/ny04.png) no-repeat;
    background-size: 100% 100%;
}
.ny_left .con01 .item:hover a,.ny_left .con01 .item.active a {
    color: #fff;
}

.ny_right .con {
    padding: 0.4rem 0.45rem;
    background: rgba(255, 255, 255, 0.6);
    border-radius: 0.15rem;
    margin-top: 0.4rem;
}
.ny_right .con .t {
    height: 1rem;
    display: flex;
    justify-content: space-between;
}
.ny_right .con .t span {
    font-size: 0.24rem;
    color: #222;
}
.ny_right .con .t span i {
    display: block;
    height: 0.05rem;
    width: 0.5rem;
    background: url(../images/ny05.png) no-repeat;
    background-size: 100% 100%;
    margin-top: 0.2rem;
}
.ny_right .con1 {
    padding: 0 0 .4rem 0;
    background: rgba(255, 255, 255, 0.6);
    border-radius: 0.15rem;
}
.ny_right .t .ny_pos {
    color: #888;
    font-size: 0.16rem;
    line-height: 0.24rem;
    padding-left: 0.2rem;
}

.ny_right .t .ny_pos a {
    color: #888;
    padding: 0 5px;
}

.ny_right .page01 img {
    max-width: 100%;
}
.ny_right .page01 p {
    color: #222;
    font-size: 0.18rem;
    line-height: 0.34rem;
    text-indent: 2em;
    text-align: justify;
    margin-bottom: 0.25rem;
}
.ny_right .page01 h2{
    color: #222;
    font-weight: bold;
    font-size: .24rem;
    margin-bottom: .2rem;
}
.ny_right .ny_t{
    border-left: 3px solid #006ebb;
    background: url(../images/ny06.png) center repeat-x;
    height: .4rem;
    margin-bottom: .25rem;
}
.ny_right .ny_t span{
    padding: 0 .35rem;
    font-size: .24rem;
    color: #1483c4;
    line-height: .4rem;
    background: #fff;
    font-weight: bold;
}
.ny_right .ny_t1{
    text-align: center;
    color: #1484c4;
    height: .4rem;
    line-height: .4rem;
    font-size: .24rem;
}
.ny_right .page02 .list .item{
    height: 4.2rem;
    background: url(../images/ny08.png) bottom center no-repeat;
    background-size: 100% auto;
    padding: 0 .5rem;
    display: flex;
    justify-content:space-between;
    margin-bottom: .5rem;
}
.ny_right .page02 .list .item .pic{
    width: 27%;
    height: 3.6rem;
    text-align: center;
}
.ny_right .page02 .list .item .pic img{
    height: 3.6rem;
    max-width: 100%;
}
.ny_right .page02 .list .item .txt{
    width: 67%;
    margin-top: 1rem;
}
.ny_right .page02 .list .item .txt a{
    text-decoration: none;
    color: #222;
}
.ny_right .page02 .list .item .txt .name{
    float: left;
    font-size: .18rem;
    font-weight: bold;
    line-height: .2rem;
    margin-bottom: .13rem;
    border-left: 3px solid #1483c4;
    padding-left: .15rem;
}
.ny_right .page02 .list .item .txt .name span{
    font-size: .22rem;
}
.ny_right .page02 .list .item .txt .position{
    float: right;
    font-size: .18rem;
    font-weight: bold;
    line-height: .2rem;
    margin-bottom: .13rem;
}
.ny_right .page02 .list .item .txt .intro{
    font-size: .14rem;
    line-height: .2rem;
    height: 1.8rem;
    margin-top: .2rem;
}
.ny_right .page02 .list .item .txt .more{
    text-align: right;
}
.ny_right .page02 .list .item .txt .more i{
    color: #1483c4;
}
.ny_right .page02 .list .item:hover{
    background: url(../images/ny09.png) bottom center no-repeat;
    background-size: 100% auto;
}
.ny_right .page02 .list .item:hover .txt a{
    text-decoration: none;
    color: #fff;
}
.ny_right .page02 .list .item:hover .txt .name{
    border-left: 3px solid #fff;
}
.ny_right .page02 .list .item:hover .txt .more i{
    color: #fff;
}

.ny_right .page03 .list .item{
    height: 4.2rem;
    background: url(../images/ny08.png) bottom center no-repeat;
    background-size: 100% auto;
    padding: 0 .5rem;
    margin-bottom: .5rem;
}
.ny_right .page03 .list .item .pic{
    width: 27%;
    height: 3.6rem;
    text-align: center;
}
.ny_right .page03 .list .item .pic img{
    height: 3.6rem;
    max-width: 100%;
}
.ny_right .page03 .list .item .txt{
    width: 67%;
    margin-top: 1rem;
}
.ny_right .page03 .list .item .txt a{
    text-decoration: none;
    color: #222;
}
.ny_right .page03 .list .item .txt .name{
    float: left;
    font-size: .18rem;
    font-weight: bold;
    line-height: .2rem;
    margin-bottom: .13rem;
    border-left: 3px solid #1483c4;
    padding-left: .15rem;
}
.ny_right .page03 .list .item .txt .name span{
    font-size: .22rem;
}
.ny_right .page03 .list .item .txt .position{
    float: right;
    font-size: .18rem;
    font-weight: bold;
    line-height: .2rem;
    margin-bottom: .13rem;
}
.ny_right .page03 .list .item .txt .intro{
    font-size: .14rem;
    line-height: .2rem;
    height: 1.8rem;
    margin-top: .2rem;
}
.ny_right .page03 .list .item .txt .more{
    text-align: right;
}
.ny_right .page03 .list .item .txt .more i{
    color: #1483c4;
}
.ny_right .page03 .list .item:hover{
    background: url(../images/ny09.png) bottom center no-repeat;
    background-size: 100% auto;
}
.ny_right .page03 .list .item:hover .txt a{
    text-decoration: none;
    color: #fff;
}
.ny_right .page03 .list .item:hover .txt .name{
    border-left: 3px solid #fff;
}
.ny_right .page03 .list .item:hover .txt .more i{
    color: #fff;
}

.ny_right .page03 .list .item:nth-child(odd) .pic,.ny_right .page03 .list .item:nth-child(even) .txt{
    float: left;
}
.ny_right .page03 .list .item:nth-child(odd) .txt,.ny_right .page03 .list .item:nth-child(even) .pic{
    float: right;
}

.ny_right .page04 .list{
    padding: .25rem .25rem;
}
.ny_right .page04 .list:nth-child(even){
    background: #f2f3f4;
}
.ny_right .page04 .list:nth-child(even) .con{
    background: #fff;
}
.ny_right .page04 .list:nth-child(even) .ny_t span{
    background: #f2f3f4;
}
.ny_right .page04 .list .item{
    float: left;
    width: 33%;
    border: 1px solid #fff;
    border-top: 3px solid #fff;
    border-radius: 5px;
    display: flex;
    justify-content: space-between;
    padding: .25rem .25rem;
}
.ny_right .page04 .list .item .pic,.ny_right .page04 .list .item .pic img{
    width: .8rem;
    height: .8rem;
}
.ny_right .page04 .list .item .txt{
    height: .6rem;
    font-size: .16rem;
    line-height: .3rem;
    margin: 0px;
    overflow: hidden;
    width: 70%;
    margin-left: .2rem;
}
.ny_right .page04 .list .item .txt .name{
    line-height: .3rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    color: #222;
}
.ny_right .page04 .list .item .txt .name a{
    color: #222;
}
.ny_right .page04 .list .item .txt .s_name{
    font-size: .12rem;
    color: #222;
    font-weight: bold;
}
.ny_right .page04 .list .item .txt .s_name a:hover{
    color: #c41414;
}
.ny_right .page04 .list .item:hover{
    border-color: #1483c4;
}

.ny_right .page05{
    display: flex;
    justify-content: space-between;
}
.ny_right .page05 .list{
    width: 50%;
}
.ny_right .page05 .list .item{
    width: 46%;
    margin: 2%;
    float: left;
}
.ny_right .page05 .list .item .pic{
    height: 3.4rem;
    width: 100%;
}
.ny_right .page05 .list .item .pic img{
    height: 3.4rem;
    max-width: 100%;
}
.ny_right .page05 .list .item .txt{
    text-align: center;
    font-size: 0.2rem;
    color: #fff;
    line-height: 0.26rem;
    font-weight: normal;
    background: #1483c4;
    min-height: .6rem;
}
.ny_right .page05 .list .item .txt span{
    display: block;
    font-size: 0.16rem;
    color: #fff;
    line-height: 0.26rem;
}
.ny_right .page05 .list .item:hover .txt{
    background: url(../images/ny10.png) no-repeat;
    background-size: 100% 100%;
}


.ny_right .page06 p {
    color: #222;
    font-size: 0.18rem;
    line-height: 0.34rem;
    text-indent: 2em;
    text-align: justify;
    margin-bottom: 0.25rem;
}
.ny_right .page06 .history{
    background: url(../images/ny11.png) center center no-repeat;
    background-size: 80% auto;
}
.ny_right .page06 .history img{
    width: 100%;
}


.ny_right .page07 .list .item{
    height: 3.42rem;
    background: url(../images/ny13.png) bottom center no-repeat;
    background-size: 100% auto;
    padding: 0 .5rem;
    display: flex;
    justify-content:space-between;
    margin-bottom: .5rem;
}
.ny_right .page07 .list .item .pic{
    width: 19%;
    height: 2.8rem;
    text-align: center;
}
.ny_right .page07 .list .item .pic img{
    height: 2.8rem;
    max-width: 100%;
}
.ny_right .page07 .list .item .txt{
    width: 78%;
    margin-top: 1rem;
}
.ny_right .page07 .list .item .txt a{
    text-decoration: none;
    color: #222;
}
.ny_right .page07 .list .item .txt .name{
    font-size: .32rem;
    font-weight: bold;
    line-height: .2rem;
    margin-bottom: .25rem;
    border-left: 3px solid #1483c4;
    padding-left: .15rem;
}
.ny_right .page07 .list .item .txt .position{
    font-size: .18rem;
    font-weight: bold;
    line-height: .2rem;
    margin-bottom: .13rem;
    color: #888888;
}
.ny_right .page07 .list .item:hover{
    background: url(../images/ny14.png) bottom center no-repeat;
}
.ny_right .page07 .list .item:hover a,.ny_right .page07 .list .item:hover .position{
    color: #fff;
}
.ny_right .page07 .list .item:hover .name{
    border-color: #fff;
}

.ny_right .page08 .intro p{
    color: #222;
    font-size: 0.18rem;
    line-height: 0.34rem;
    text-indent: 2em;
    text-align: justify;
    margin-bottom: 0.25rem;
}

.ny_right .page08 .list .item{
    width: 3.4rem;
    height: 3.7rem;
    background: #f6f9fd;
    float: left;
    margin: .2rem .1rem;
}
.ny_right .page08 .list .item .pic,.ny_right .page08 .list .item .pic img{
    width: 3.4rem;
    height: 2.55rem;
}
.ny_right .page08 .list .item .txt{
    padding: .1rem .15rem 0 .15rem;
}
.ny_right .page08 .list .item .txt .date{
    float: left;
    width: 1rem;
    text-align: center;
    color: #aaaaaa;
    font-size: .12rem;
}
.ny_right .page08 .list .item .txt .date span{
    color: #0e76bc;
    font-size: .24rem;
    display: block;
}
.ny_right .page08 .list .item .txt .name{
    width: 2rem;
    float: right;
    color: #414141;
    font-size: .14rem;
}
.ny_right .page08 .list .item .txt .name span{
    font-size: .24rem;
    display: block;
}
.ny_right .page08 .list .item .txt .more{
    border-top: 1px solid #cccccc;
    font-size: .14rem;
    color: #414141;
    margin-top: .1rem;
    padding: .1rem 0;
}
.ny_right .page08 .list .item .txt .more i{
    float: right;
}

.ny_right .page09 p {
    color: #222;
    font-size: 0.18rem;
    line-height: 0.34rem;
    text-indent: 2em;
    text-align: justify;
    margin-bottom: 0.25rem;
}
.ny_right .page09 h2{
    color: #222;
    font-weight: bold;
    font-size: .24rem;
    margin-bottom: .2rem;
}

.ny_right .page10 .ny_header{
    border-bottom: 1px dotted #d5d5d5;
    text-align: center;
}
.ny_right .page10 .ny_header h2{
    color: #222;
    font-weight: bold;
    font-size: .24rem;
    margin-bottom: .2rem;
}
.ny_right .page10 .ny_header p{
    color: #8b8b8b;
    font-size: 0.18rem;
    line-height: 0.34rem;
    margin-bottom: 0.25rem;
}
.ny_right .page10 .ny_details{
    color: #4d4c4c;
    font-size: 0.18rem;
    line-height: 0.34rem;
    margin-bottom: 0.25rem;
    margin-top: .25rem;
}

.ny_right .page11 .list .item{
    height: 2.46rem;
    background: #fff;
    background-size: 100% auto;
    padding: 0 0;
    display: flex;
    justify-content:space-between;
    margin-bottom: .5rem;
    border-bottom: 1px solid #eff0f0;
}
.ny_right .page11 .list .item .pic{
    width: 3.28rem;
    height: 2.46rem;
    text-align: center;
}
.ny_right .page11 .list .item .pic img{
    width: 3.28rem;
    height: 2.46rem;
}
.ny_right .page11 .list .item .txt{
    width: 67%;
}
.ny_right .page11 .list .item .txt a{
    text-decoration: none;
    color: #222;
}
.ny_right .page11 .list .item .txt .date{
    font-size: .14rem;
    line-height: .2rem;
    margin-top: .2rem;
    color: #717171;
    margin-bottom: .2rem;
}
.ny_right .page11 .list .item .txt .date i{
    color: #3296c9;
}
.ny_right .page11 .list .item .txt .name{
    font-size: .18rem;
    font-weight: bold;
    line-height: .2rem;
    margin-bottom: .13rem;
}
.ny_right .page11 .list .item .txt .intro{
    font-size: .14rem;
    line-height: .2rem;
    height: 1.2rem;
    margin-top: .2rem;
}
.ny_right .page11 .list .item .txt .more i{
    color: #1483c4;
}
.ny_right .page11 .list .item:hover .txt .name{
    color: #1483c4;
}

.ny_right .page12 .list .item{
    height: 2.46rem;
    background: #fff;
    background-size: 100% auto;
    padding: 0 0;
    margin-bottom: .5rem;
    border-bottom: 1px solid #eff0f0;
}
.ny_right .page12 .list .item .txt a{
    text-decoration: none;
    color: #222;
}
.ny_right .page12 .list .item .txt .date{
    font-size: .14rem;
    line-height: .2rem;
    margin-top: .2rem;
    color: #717171;
    margin-bottom: .2rem;
}
.ny_right .page12 .list .item .txt .date i{
    color: #3296c9;
}
.ny_right .page12 .list .item .txt .name{
    font-size: .18rem;
    font-weight: bold;
    line-height: .2rem;
    margin-bottom: .13rem;
}
.ny_right .page12 .list .item .txt .intro{
    font-size: .14rem;
    line-height: .2rem;
    height: 1.2rem;
    margin-top: .2rem;
}
.ny_right .page12 .list .item .txt .more i{
    color: #1483c4;
}
.ny_right .page12 .list .item:hover .txt .name{
    color: #1483c4;
}

.ny_right .page13 .ny_logo{
    text-align: center;
    margin: .25rem 0;
}
.ny_right .page13 .ny_logo img{
    max-width: 50%;
}
.ny_right .page13 .ny_song{
    position: relative;
}
.ny_right .page13 .ny_song .player{
    position: absolute;
    right: 0;
    bottom: 0;
}
.ny_right .page13 .intro {
    color: #222;
    font-size: 0.18rem;
    line-height: 0.34rem;
    margin-bottom: 0.25rem;
}

.ny_right .page14 .intro01{
    display: flex;
    justify-content: space-between;
}
.ny_right .page14 .intro01 img{
    max-width: 40%;
}
.ny_right .page14 .intro01 .txt{
    width: 55%;
    color: #222;
    font-size: 0.18rem;
    line-height: 0.34rem;
    margin-bottom: 0.25rem;
    text-indent: 2em;
}
.ny_right .page14 .intro02{
    background: url(../images/ny21.png) no-repeat;
    background-size: 100% 100%;
    margin-top: .5rem;
    padding: .2rem;
}
.ny_right .page14 .intro02 .item{
    float: left;
    width: 25%;
    display: flex;
    margin-bottom: .25rem;
}
.ny_right .page14 .intro02 .item .pic{
    width: .8rem;
    height: .8rem;
}
.ny_right .page14 .intro02 .item .pic img{
    width: 100%;
    height: 100%;
    border-radius: .25rem;
}
.ny_right .page14 .intro02 .item .txt{
    color: #fff;
    font-size: .14rem;
    width: 50%;
    margin-left: .1rem;
}
.ny_right .page14 .intro02 .item .txt span{
    font-size: .18rem;
}
.ny_right .page14 .intro02 .intro_detail p{
    color: #fff;
    font-size: 0.18rem;
    line-height: 0.34rem;
    text-indent: 2em;
}
.ny_right .page14 .intro02 .intro_detail1 p{
    color: #222;
    font-size: 0.18rem;
    line-height: 0.34rem;
    text-indent: 2em;
}
.ny_right .page14 .intro02 .intro_detail img{
    max-width: 100%;
    margin: .2rem auto;
}

.ny_right .page14 .intro03{
    margin-top: .25rem;
}
.ny_right .page14 .intro03 img{
    max-width: 40%;
    float: left;
}
.ny_right .page14 .intro03 .txt{
    width: 55%;
    float: right;
    color: #222;
    font-size: 0.18rem;
    line-height: 0.34rem;
    margin-bottom: 0.25rem;
    text-indent: 2em;
}
.ny_right .page14 .intro03 p{
    color: #222;
    font-size: 0.18rem;
    line-height: 0.34rem;
    text-indent: 2em;
}


.ny_right .page15 p{
    color: #222;
    font-size: 0.18rem;
    line-height: 0.34rem;
    text-indent: 2em;
}
.ny_right .page15 p span{
    font-weight: bold;
}
.ny_right .page15 img{
    max-width: 100%;
    margin: .2rem auto;
    display: block;
}
.mt2{
    margin-top: .2rem;
}

.ny_right .page16 p{
    color: #222;
    font-size: 0.18rem;
    line-height: 0.34rem;
    text-indent: 2em;
    margin-bottom: .25rem;
}
.ny_right .page16 h2{
    color: #222;
    font-size: 0.18rem;
    line-height: 0.34rem;
    margin-bottom: .25rem;
    text-align: center;
    font-weight: normal;
}


.ny_right .page17 .list{
    padding: .25rem .25rem;
}
.ny_right .page17 .list:nth-child(even){
    background: #f2f3f4;
}
.ny_right .page17 .list:nth-child(even) .con{
    background: #fff;
}
.ny_right .page17 .list:nth-child(even) .ny_t span{
    background: #f2f3f4;
}
.ny_right .page17 .list .item{
    float: left;
    width: 33%;
    border: 1px solid #fff;
    border-top: 3px solid #fff;
    border-radius: 5px;
    padding: .15rem .1rem;
    text-align: center;
}
.ny_right .page17 .list .item .txt{
    height: .53rem;
    font-size: .16rem;
    line-height: .3rem;
    margin: 0px;
    overflow: hidden;
}
.ny_right .page17 .list .item .txt .name{
    line-height: .3rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    color: #222;
}
.ny_right .page17 .list .item .txt .name a{
    color: #222;
}
.ny_right .page17 .list .item .txt .s_name{
    font-size: .12rem;
    color: #222;
    
}
.ny_right .page17 .list .item .txt .s_name a:hover{
    color: #c41414;
}
.ny_right .page17 .list .item:hover{
    border-color: #1483c4;
}

#main-content-region {
    background: #fff;
    z-index: 3;
    position: fixed;
    top: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    transition: all .7s cubic-bezier(.5, 0, .2, 1) 0s;
    -webkit-transition: all .7s cubic-bezier(.5, 0, .2, 1) 0s;
    -moz-transition: all .7s cubic-bezier(.5, 0, .2, 1) 0s;
    -ms-transition: all .7s cubic-bezier(.5, 0, .2, 1) 0s;
    -o-transition: all .7s cubic-bezier(.5, 0, .2, 1) 0s;
    overflow: hidden;
    overflow-y: scroll;
  }
  
  #main-content-region.showdiv {
    top: 0;
  }

  .h90{
    height: 90px;
    overflow: hidden;
  }
  .hide{
    display: none !important;
  }

  .picture{
    height: 7.5rem;
  }



/* css修改，下面是新写的css复制到线上即可 */

.index-flash .arrow1{
    position: absolute;
    bottom:.45rem;
    width: 3rem;
    left: 50%;
    margin-left: -1.5rem;
    display: flex;
    justify-content: space-between;
    height: 93px;
    z-index: 10;
}
.index-flash .arrow1 .btn1 {
    width: 93px;
    height: 93px;
    background: url(../images/banner_btn.png) no-repeat;
    cursor: pointer;
}

.index-flash .arrow1 a {
    display: block;
    width: 0.47rem;
    height: 0.86rem;
    background: center no-repeat;
    background-size: 100%;
    position: absolute;
    z-index: 1;
    left: auto;
    right: auto;
    top: 50%;
    bottom: auto;
    margin-top: -0.26rem;
    cursor: pointer;
}

.index-flash .arrow1 .prev {
    width: 25px;
    height: 93px;
    background: url(../images/arrow_prev.png) center center no-repeat;
    cursor: pointer;
    opacity: .5;
}
.index-flash .arrow1 .next {
    width: 25px;
    height: 93px;
    background: url(../images/arrow_next.png) center center no-repeat;
    cursor: pointer;
    opacity: .5;
}
.index-flash .arrow1 .next:hover,.index-flash .arrow1 .prev:hover{
    opacity: 1;
}

.w168 {
    max-width: 16.8rem;
    margin: 0 auto;
    padding: 0 .3rem;
}

.bgnew_01{
    background: url(../images/bgnew_01.png) right bottom no-repeat;
    background-size: 45% 75%;
}
.bgnew_02{
    background: url(../images/bgnew_02.png) right bottom no-repeat;
    background-size: 100% 100%;
    padding-bottom: .4rem;
    max-width: 1920px;
    margin: 0 auto;
}
.bgnew_03{
    background: url(../images/bgnew_03.png) right bottom no-repeat;
    background-size: 100% 100%;
    padding-bottom: .4rem;
    padding-top: .2rem;
    max-width: 1920px;
    margin: 0 auto;
}
.bgnew_04{
    background: url(../images/bgnew_04.png) right bottom no-repeat;
    background-size: 100% 100%;
    padding-bottom: .4rem;
    padding-top: .2rem;
}
.bgnew_05{
    background: url(../images/bgnew_05.png) right bottom no-repeat;
    background-size: 100% 100%;
    padding-bottom: .4rem;
    padding-top: .2rem;
}
.medical_news{
    padding-top: 1.5rem;
}
.medical_news .col-1 {
    width: 60%;
    /* width: 11.1rem; */
    position: relative;
}
.medical_news .title{
    justify-content: space-between;
    height: 1.25rem;
}
.medical_news .title a {
    display: inline-block;
    height: 0.58rem;
    background: url(../images/index02.png) left center no-repeat;
    background-size: auto 100%;
    padding-left: 0.2rem;
    color: #1483c4;
    text-decoration: none;
    font-size: 0.18rem;
    line-height: 0.5rem;
}
.medical_news .title a i {
    font-size: 0.18rem;
}

.medical_news .col-1 .swiper1 {
    position: relative;
    width: 100%;
    overflow: hidden;
    background: url(../images/swiper1_bg.png) left bottom no-repeat;
    background-size: 100% 100%;
}

.medical_news .col-1 .swiper1 .item {
    padding-left: 37px;
}

.medical_news .col-1 .swiper1 .img {
    width: 100%;
    overflow: hidden;
    position: relative;
    height: 5.8rem;
}

.medical_news .col-1 .swiper1 .img img {
    width: 100%;
    height: 100%;
}

.medical_news .col-1 .swiper1 .img:hover img {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
}

.medical_news .col-1 .swiper1 .title {
    color: #6510ad;
    font-size: 0.12rem;
    padding-top: 0.22rem;
    text-transform: uppercase;
    line-height: 1em;
}

.medical_news .col-1 .swiper1 .title:before,
.medical_news .col-1 .swiper1 .title:after {
    content: "";
    display: block;
    position: absolute;
    position: relative;
    width: 0.15rem;
    height: 1px;
    background: #6510ad;
    opacity: 0.64;
    margin: 0 0.15rem;
}

.medical_news .col-1 .swiper1 .title span {
    padding-left: 0.1rem;
}
.medical_news .col-1 .swiper1 .img {
    box-shadow: 0px 0px 0.18rem rgba(62, 62, 62, 0.34);
}
.medical_news .col-1 .swiper1 .name a {
    display: block;
    font-size: 0.24rem;
    line-height: 0.3rem;
    color: #fff;
    padding: 0.15rem 0.55rem 0.2rem 0;
    width: 100%;
    text-align: left;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.medical_news .col-1 .swiper1 .name a:hover {
    color: #ffffff;
}

.medical_news .col-1 .swiper1 p {
    font-size: 0.13rem;
    line-height: 0.22rem;
    padding: 0 0.8rem;
    color: #888;
}

.medical_news .col-1 .arrow1 {
    position: absolute;
    z-index: 1;
    right: 0;
    top: auto;
    bottom: 0.65rem;
    width: 1.4rem;
    height: .7rem;
}

.medical_news .col-1 .arrow1 a {
    width: 0.7rem;
    height: 0.7rem;
    background: rgba(0, 161, 255, 0.6);
    text-align: center;
    line-height: 0.7rem;
    float: left;
    cursor: pointer;
}
.medical_news .col-1 .arrow1 a:hover {
    background: rgba(0, 161, 255, 1);
}
.medical_news .col-1 .arrow1 a i {
    color: #fff;
    font-size: 0.24rem;
}
.medical_news .col-1 .swiper1 .item .date{
    position: absolute;
    width: 93px;
    height: 93px;
    background: #1384c5;
    text-align: center;
    color: #fff;
    top: 13px;
    right: 25px;
    font-size: .14rem;
}
.medical_news .col-1 .swiper1 .item .date span{
    font-size: .4rem;
    display: block;
    padding-top: 10px;
}
.medical_news .col-2 {
    width: 39%;
    /* width: 6.4rem; */
}

.medical_news .col-2 .list_news .item {
    height: 1.2rem;
    display: flex;
    justify-content: space-between;
    margin-bottom: 0.1rem;
    padding-bottom: .1rem;
    border-bottom: 1px dashed #c3c3c3;
}
.medical_news .col-2 .list_news .item .pic {
    position: relative;
    width: 2rem;
    height: 1.1rem;
    overflow: hidden;
}
.medical_news .col-2 .list_news .item .pic i.arrow {
    position: absolute;
    right: -4px;
    color: #fff;
    font-size: 0.14rem;
    top: 0.7rem;
}
.medical_news .col-2 .list_news .item .pic img {
    max-width: 100%;
    height: 100%;
}
.medical_news .col-2 .list_news .item .txt{
    width: 5.2rem;
    display: flex;
    justify-content: space-between;
    height: 1.1rem;
}
.medical_news .col-2 .list_news .item .name {
    width: 3.8rem;
    font-size: 0.18rem;
    line-height: 0.3rem;
    padding: 0.25rem 0;
    margin-left: 0.15rem;
}
.medical_news .col-2 .list_news .item .name a {
    color: #000000;
    text-decoration: none;
    display: block;
    height: .55rem;
}




.medical_news .col-2 .list_news .item .name .date{
    text-align: right;
    font-size: .14rem;
}
.medical_news .col-2 .list_news .item .name .date span{
    color: #ff0000;
}
.medical_news .col-2 .list_news .item i.arrow01 {
    margin-right: 0.2rem;
    color: #1384c5;
    font-size: 0.3rem;
    margin-top: 0.6rem;
}
.medical_news .col-2 .list_news .item:hover .txt {
    background: url(../images/medical_news01.png) right bottom no-repeat #1384c5; 
}
.medical_news .col-2 .list_news .item:hover .txt .name .date{
    color: #fff;
}
.medical_news .col-2 .list_news .item:hover .pic img {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
}
.medical_news .col-2 .list_news .item:hover .name a {
    color: #fff;
}

.pt05{
    padding-top: .5rem;
}
.pb05{
    padding-bottom: .5rem;
}
.index_notice01{
    width: 74%;
}
.index_notice01 .title{
    justify-content: space-between;
    height: 1.25rem;
}
.index_notice01 .title a {
    display: inline-block;
    height: 0.58rem;
    background: url(../images/index02.png) left center no-repeat;
    background-size: auto 100%;
    padding-left: 0.2rem;
    color: #1483c4;
    text-decoration: none;
    font-size: 0.18rem;
    line-height: 0.5rem;
}
.index_notice01 .title a i {
    font-size: 0.18rem;
}
.index_notice01 .con .item{
    width: 48%;
    height: 1rem;
    margin-right: .2rem;
    float: left;
    border-bottom: 1px dashed #c3c3c3;
}
.index_notice01 .con .item .date{
    padding: .15rem 0 0 .3rem;
    font-size: .14rem;
    line-height: .3rem;
}
.index_notice01 .con .item .date span{
    color: #ff0000;
}
.index_notice01 .con .item a{
    padding: 0 .3rem;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: .18rem;
}
.index_notice01 .con .item:hover{
    background: url(../images/medical_news01.png) right bottom no-repeat #1384c5;
}
.index_notice01 .con .item:hover .date,.index_notice01 .con .item:hover a{
    color: #fff;
}

.connect{
    width: 23%;
    background: rgba(81, 154, 198, 0.5);
}
.connect .title{
    width: 4rem;
    margin: 0 auto;
    padding-top: .25rem;
}
.connect .title img{
    width: 100%;
}
.connect .con{
    width: 3.4rem;
    margin: 0 auto;
    padding: .15rem 0;
margin-top: -25px;
height: 5.35rem;

}
.connect .item{
    width: 1.5rem;
    height: 1.5rem;
    margin: .1rem .1rem;
    float: left;
    background: #fff;
    text-align: center;
    max-width: 1.5rem;

}
.connect .item a{
    display: block;
    color: #0177bf;
    font-size: .18rem;
    padding-top: .3rem;
}
.connect .item a i{
    display: block;
    font-size: .48rem;
    margin-bottom: .2rem;
}
.connect .item:hover{
    background: #0177bf;
}
.connect .item:hover a{
    color: #fff;
}

.academic_reports_new{
    width: 58%;
}
.academic_reports_new .title{
    justify-content: space-between;
    height: 1.25rem;
}
.academic_reports_new .title a {
    display: inline-block;
    height: 0.58rem;
    background: url(../images/index02.png) left center no-repeat;
    background-size: auto 100%;
    padding-left: 0.2rem;
    color: #1483c4;
    text-decoration: none;
    font-size: 0.18rem;
    line-height: 0.5rem;
}
.academic_reports_new .title a i {
    font-size: 0.18rem;
}
.academic_reports_new .item{
    width: 47%;
    height: 4.4rem;
    background: url(../images/academic_reports_new01.png) no-repeat;
    background-size: 100% 100%;
    float: left;
    margin-right: .2rem;
    margin-top: .5rem;
}
.academic_reports_new .item .content{
    padding: .2rem .2rem;
}
.academic_reports_new .item .content .date{
    font-size: .28rem;
    color: #1483c4;
}
.academic_reports_new .item .content .date span{
    font-size: .16rem;
    color: #ff0000;
}
.academic_reports_new .item .content h2{
    height: 1.25rem;
    font-size: .26rem;
    margin-top: .3rem;
}
.academic_reports_new .item:hover .content h2{
    color: #1483c4;
}
.academic_reports_new .item .content p{
    font-size: .18rem;
    line-height: .3rem;
    color: #888888;
}
.academic_reports_new .item .content .more{
    border-top: 1px solid #888888;
    margin-top: .5rem;
    text-align: right;
    padding-top: .25rem;
}
.academic_reports_new .item .content .more a{
    color: #222222;
    font-size: .2rem;
}
.academic_reports_new .item .content .more a i{
    color: #ff0000;
}

.achievement{
    width: 38%;
}
.achievement .title{
    justify-content: space-between;
    height: 1.25rem;
}
.achievement .title a {
    display: inline-block;
    height: 0.58rem;
    color: #fff;
    text-decoration: none;
    font-size: 0.18rem;
    line-height: 0.5rem;
}
.achievement .title a i {
    font-size: 0.18rem;
}
.achievement .con .item{
    width: 100%;
    height: 1rem;
    border-bottom: 1px dashed #fff;
    margin-bottom: .15rem;
}
.achievement .con .item .date{
    padding: .15rem 0 0 .3rem;
    font-size: .14rem;
    line-height: .3rem;
    color: #fff;
}
.achievement .con .item .date span{
    color: #ff0000;
}
.achievement .con .item a{
    padding: 0 .3rem;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: .18rem;
    color: #fff;
}
.achievement .con .item:hover{
    background: url(../images/achievement01.png) right bottom no-repeat #fff;
}
.achievement .con .item:hover .date,.achievement .con .item:hover a{
    color: #000000;
}

.media_expert_new{
    padding-top: .4rem;
}
.media_expert_new .title{
    justify-content: space-between;
    height: 1.25rem;
}
.media_expert_new .title a {
    display: inline-block;
    height: 0.58rem;
    background: url(../images/index02.png) left center no-repeat;
    background-size: auto 100%;
    padding-left: 0.2rem;
    color: #1483c4;
    text-decoration: none;
    font-size: 0.18rem;
    line-height: 0.5rem;
}
.media_expert_new .title a i {
    font-size: 0.18rem;
}
.media_expert_pic{
    width: 30%;
    height: 6.3rem;
}
.media_expert_pic img{
    width: 100%;
    height: 100%;
}

.media_expert_list{
    width: 39%;
}
.media_expert_list .item{
    height: .98rem;
    width: 100%;
    border: 1px dashed #b1b1b1;
    border-top-color: transparent;
    border-left-color: transparent;
    border-right-color: transparent;
    margin-top: .26rem;
}
.media_expert_list .con .item .date{
    padding: 0 .3rem;
    font-size: .14rem;
    line-height: .3rem;
    color: #000000;
}
.media_expert_list .con .item .date span{
    color: #ff0000;
}
.media_expert_list .con .item a{
    padding: .15rem 0 0 .3rem;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: .18rem;
    color: #000000;
}
.media_expert_list .con .item:hover{
    
    border: 1px solid #1384c5;
}
.media_expert_list .con .item:hover .date,.media_expert_list .con .item:hover a{
    color: #000000;
}

.media_expert_picR{
    width: 29%;
}
.media_expert_picR .item:nth-child(1){
    border-top: 5px solid #01c2d7;
}
.media_expert_picR .item:nth-child(2){
    border-top: 5px solid #f5bbc3;
}
.media_expert_picR .item {
    position: relative;
    height: 3.16rem;
    margin-bottom: 0.2rem;
}
.media_expert_picR .item .pic {
    height: 3.11rem;
    overflow: hidden;
    position: relative;
}
.media_expert_picR .item .pic img {
    width: 100%;
    height: 3.11rem;
}
.media_expert_picR .item:hover .pic img {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
}
.media_expert_picR .name {
    position: absolute;
    left: 0;
    bottom: 0;
    background: url(../images/index14.png) bottom repeat-x;
    height: 1.65rem;
    width: 100%;
}
.media_expert_picR .name span {
    padding: 0 0.25rem;
    color: #fff;
    font-size: 0.16rem;
    padding-top: 1rem;
    display: block;
}
.media_expert_picR .name_title{
    position: absolute;
    right: 0;
    top: 0;
}
.media_expert_picR .name_title i{
    float: left;
    width: 26px;
    height: 54px;
    background: url(../images/media_expert01.png) no-repeat;
}
.media_expert_picR .name_title span{
    float: left;
    height: 54px;
    padding: 0 15px;
    color: #fff;
    font-size: .18rem;
    line-height: 54px;
    background: url(../images/media_expert02.png);
}

.picture_item_new .col-1bg{
    background: url(../images/dmu.png) 0 60px no-repeat;
    padding-top: 3.83rem;
}
.picture_item_new .col-1 {
    width: 32%;
}
.picture_item_new .pic01 {
    overflow: hidden;
    position: relative;
    height: 3.47rem;
    border-top: 5px solid #1384c5;
    width: 100%;
}
.picture_item_new .pic01 a{
    display: block;
    height: 3.47rem;
}
.picture_item_new .name {
    position: absolute;
    left: 0;
    bottom: 0;
    background: url(../images/index14.png) bottom repeat-x;
    height: 1.65rem;
    width: 100%;
}
.picture_item_new .name span {
    padding: 0 0.25rem;
    color: #fff;
    font-size: 0.16rem;
    padding-top: 1rem;
    display: block;
}
.picture_item_new .pic01:hover img {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
}
.picture_item_new .pic01 img {
    width: 100%;
    height: 100%;
}

.picture_item_new .pic02 {
    overflow: hidden;
    position: relative;
    height: 3.47rem;
}
.picture_item_new .pic02 a{
    display: block;
    height: 3.47rem;
}
.picture_item_new .pic02:hover img {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
}
.picture_item_new .pic02 img {
    max-height: 2.3rem;
    height: 2.3rem;
    width: 100%;
}

.picture_item_new .pic03 {
    overflow: hidden;
    position: relative;
    height: 3.47rem;
    margin-bottom: 0.15rem;
    border-top: 5px solid #f5bbc3;
    width: 100%;
}
.picture_item_new .pic03 a{
    display: block;
    height: 3.47rem;
}
.picture_item_new .pic03:hover img {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
}
.picture_item_new .pic03 img {
    width: 100%;
    height: 100%;
}

.picture_item_new .pic04 {
    overflow: hidden;
    position: relative;
    height: 3.47rem;
    border-top: 5px solid #f6cc00;
    width: 100%;
}
.picture_item_new .pic04 a{
    display: block;
    height: 3.47rem;
}
.picture_item_new .pic04:hover img {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
}
.picture_item_new .pic04 img {
    width: 100%;
    height: 100%;
}

.picture_item_new .pic05 {
    overflow: hidden;
    position: relative;
    height: 7.4rem;
    margin-top: .75rem;
    border-top: 5px solid #01a301;
    width: 100%;
}
.picture_item_new .pic05 a{
    display: block;
    height: 7.4rem;
}
.picture_item_new .pic05:hover img {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
}
.picture_item_new .pic05 img {
    width: 100%;
    height: 100%;
}
.picture_new{
    height: 8rem;
}
.picture_new .swiper_tool_new{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 66%;
    height: .8rem;
    z-index: 10;
}
.picture_new .swiper_tool_new a {
    width: 0.7rem;
    height: 0.7rem;
    background: rgba(0, 161, 255, 0.6);
    text-align: center;
    line-height: 0.7rem;
    cursor: pointer;
}
.picture_new .swiper_tool_new a.prev{
    float: left;
    margin-left: 15%;
}
.picture_new .swiper_tool_new a.next{
    float: right;
    margin-right: 15%;
}
.picture_new .swiper_tool_new a:hover {
    background: rgba(0, 161, 255, 1);
}
.picture_new .swiper_tool_new a i {
    color: #fff;
    font-size: 0.24rem;
}
.picture_new .swiper_tool_new .swiper-pagination{
    bottom: 30px;
    width: 50%;
    left: 25%;
}
.picture_new .swiper_tool_new .swiper-pagination .swiper-pagination-bullet{
    border-radius: 0;
    width: 20px;
}
.special_subject_new{
    padding-bottom: .4rem;
}
.special_subject_list .item {
    width: 100%;
    overflow: hidden;
    position: relative;
    text-align: center;
}
.special_subject_list .item img {
    max-height: 2.12rem;
    max-width: 100%;
}
.special_subject_list .item:hover img {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
}

.special_subject_list .swiper-wrapper{
    width: 100%;
    margin: 0 auto;
}
.special_subject_list .prev {
    width: 37px;
    height: 72px;
    background: url(../images/arrow_prev01.png) center center no-repeat;
    cursor: pointer;
    opacity: .5;
    left: 0;
}
.special_subject_list .next {
    width: 37px;
    height: 72px;
    background: url(../images/arrow_next01.png) center center no-repeat;
    cursor: pointer;
    opacity: .5;
    right: 0;
}
.special_subject_list .prev,.special_subject_list .next{
    position: absolute;
    top: 50%;
    margin-top: -36px;
    z-index: 10;
}

.media_matrix_new .col-1 {
    width: 30%;
}
.media_matrix_new .col-2 {
    width: 36%;
}
.media_matrix_new .col-3 {
    width: 32%;
}
.media_matrix_new .pic01 {
    height: 7.14rem;
    overflow: hidden;
    position: relative;
    border-top: 5px solid #f6cc00;
    width: 100%;
    /* margin: 0 .1rem 0 0; */
}
.media_matrix_new .pic01:hover img {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
}
.media_matrix_new .pic01 img {
    width: 100%;
    height: 100%;
}
.media_matrix_new .pic02 {
    height: 3.47rem;
    overflow: hidden;
    position: relative;
    border-top: 5px solid #02c101;
    width: 100%;
    /* padding: 0 .1rem .1rem .1rem; */
}
.media_matrix_new .pic02:hover img {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
}
.media_matrix_new .pic02 img {
    width: 100%;
    height: 100%;
}
.media_matrix_new .pic03 {
    height: 3.47rem;
    overflow: hidden;
    position: relative;
    border-top: 5px solid #f5bbc3;
    width: 100%;
    /* margin: .1rem 0 0 .1rem; */
}
.media_matrix_new .pic03:hover img {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
}
.media_matrix_new .pic03 img {
    width: 100%;
    height: 100%;
}
.media_matrix_new .pic04 {
    height: 3.47rem;
    overflow: hidden;
    position: relative;
    border-top: 5px solid #6abfe4;
    width: 100%;
    /* margin: 0 0 .1rem .1rem; */
}
.media_matrix_new .pic04:hover img {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
}
.media_matrix_new .pic04 img {
    width: 100%;
    height: 100%;
}
.media_matrix_new .pic05 {
    height: 3.47rem;
    overflow: hidden;
    position: relative;
    border-top: 5px solid #f8585e;
    width: 100%;
    /* margin: .1rem .1rem 0 .1rem; */
}
.media_matrix_new .pic05:hover img {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
}
.media_matrix_new .pic05 img {
    width: 100%;
    height: 100%;
}
.media_matrix_new .pic .name {
    position: absolute;
    left: 0;
    bottom: 0;
    background: url(../images/index14.png) bottom repeat-x;
    height: 1.65rem;
    width: 100%;
}
.media_matrix_new .pic .name span {
    padding: 0 0.25rem 0 0.8rem;
    color: #fff;
    font-size: 0.16rem;
    padding-top: 1rem;
    display: block;
    height: 1.65rem;
}
.media_matrix_new .pic .name span.weixin {
    background: url(../images/weixin.png) 0.4rem 0.95rem no-repeat;
    background-size: auto 20%;
}
.media_matrix_new .pic .name span.douyin {
    background: url(../images/douyin.png) 0.4rem 0.95rem no-repeat;
    background-size: auto 20%;
}
.media_matrix_new .pic .name span.weibo {
    background: url(../images/weibo.png) 0.4rem 0.95rem no-repeat;
    background-size: auto 20%;
}
.media_matrix_new .pic .name span.toutiao {
    background: url(../images/toutiao.png) 0.4rem 0.95rem no-repeat;
    background-size: auto 20%;
}
.media_matrix_new .more{
    text-align: right;
    line-height: .4rem;
}
.media_matrix_new .more a{
    color: #fff;
    font-size: .18rem;
}

.media_matrix_new .index_title02 {
    justify-content: space-between;
    height: 2rem;
    padding-top: 0.6rem;
}
.media_matrix_new .index_title02 .title_link a {
    display: inline-block;
    width: 0.67rem;
    height: 0.67rem;
    margin-left: 0.2rem;
    background-size: 100% 100%;
    position: relative;
}
.media_matrix_new .index_title02 .title_link a img{
    position: absolute;
    width: 1.5rem;
    height: 1.5rem;
    max-width: 1.5rem;
    top: -.5rem;
    left: -1.6rem;
    display: none;
}
.media_matrix_new .index_title02 .title_link a:hover img{
    display: block;
}
.media_matrix_new .index_title02 .title_link a.t_weixin {
    background: url(../images/weixin.png) no-repeat;
    background-size: 100% 100%;
}
.media_matrix_new .index_title02 .title_link a.t_weibo {
    background: url(../images/weibo.png) no-repeat;
    background-size: 100% 100%;
}
.media_matrix_new .index_title02 .title_link a.t_douyin {
    background: url(../images/douyin.png) no-repeat;
    background-size: 100% 100%;
}
.media_matrix_new .index_title02 .title_link a.t_toutiao {
    background: url(../images/toutiao.png) no-repeat;
    background-size: 100% 100%;
}

.p10{
    padding: 10px;
}


.media_matrix_new .pic .name span.bzicon {
    background: url(../images/bzhanicon.png) 0.4rem 0.95rem no-repeat;
    background-size: auto 20%;
}
.media_matrix_new .pic .name span.xhs {
    background: url(../images/xiaohongshuicon.png) 0.4rem 0.95rem no-repeat;
    background-size: auto 20%;
}



.nb_more{
position: absolute;right:0;top: .8rem;font-size: .16rem;}
.nb_more:hover{
color:#1483c4;
}




.index_notice01 .title a.nb_more {
font-size:0.52rem !important;
background: transparent !important;
color:#800;
}
.index_notice01 .title a.nb_more:hover {color:#1483c4 !important;
}