* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

html {
    font-size: 100px;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td, hr, button, article, aside, details, figcaption, figure, footer, header, menu, nav, section {
    margin: 0;
    padding: 0;
    border: 0;
}

:focus {
    outline: 0
}

a {
    text-decoration: none;
    color: #333333;
}

a:hover {
    color: #c8161d;
}

button {
    user-select: none;
}

img:not([src]), img[src=""] {
    opacity: 0;
}

img {
    display: inline-block;
    padding: 0;
    border: none;
    -ms-interpolation-mode: bicubic;
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
}

ul, ol {
    list-style: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

input, select, button, textarea {
    font-size: 100%;
    font: inherit;
}

hr {
    height: 0;
    border: none;
    border-top: 1px solid #f4f3f2;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

pre {
    overflow: auto
}

code, kbd, pre, samp {
    font-family: monospace, monospace;
}

body {
    color: #333;
    position: relative;
    overflow-x: hidden;
    font-size: 0.16rem;
    font-family: Microsoft YaHei, -apple-system, BlinkMacSystemFont, "PingFang SC", Arial, Helvetica Neue, "Helvetica Neue", "Open Sans", "Hiragino Sans GB", sans-serif;
}

select::-ms-expand {
    display: none;
}

i, em {
    font-style: normal;
}

input, textarea, select {
    padding: 0;
    font-family: inherit;
    outline: none;
    resize: none;
    background: none;
    border: none;
    font-size: inherit;
    color: inherit;
}

textarea::-moz-placeholder {
    color: inherit;
    opacity: 0.5;
    font-size: inherit;
}

select::-moz-placeholder {
    color: inherit;
    opacity: 0.5;
    font-size: inherit;
}

::-webkit-input-placeholder {
    color: inherit;
    opacity: 0.5;
    font-size: inherit;
}

::-ms-input-placeholder {
    color: inherit;
    opacity: 0.5;
    font-size: inherit;
}

::-webkit-scrollbar {
    width: .08rem;
    height: .04rem;
}

::-webkit-scrollbar-track {
    border-radius: .05rem;
    background: #ddd
}

::-webkit-scrollbar-thumb {
    border-radius: .05rem;
    background: #c8161d;
}

.clearfix:after {
    clear: both;
    display: block;
    visibility: hidden;
    overflow: hidden;
    height: 0;
    content: "."
}

.container {
    max-width: 14.1rem;
    margin: 0 auto;
}

.flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

@media (max-width:1024px) {
    html {
        font-size: 95px !important;
    }
}

@media (max-width:900px) {
    html {
        font-size: 90px !important;
    }
}

@media (max-width:750px) {
    html {
        font-size: 85px !important;
    }

    .wp {
        width: 90%
    }
}

@media (max-width:540px) {
    html {
        font-size: 80px !important;
    }

    body {
        font-size: .18rem;
    }

    .eclips {
        display: inline-block;
        overflow: visible;
        text-overflow: inherit;
        white-space: normal;
    }
}

@media (max-width:360px) {
    html {
        font-size: 75px !important;
    }
}

header {
    background: url(../images/bg-1.png) no-repeat top;
    background-size: cover;
}

.header-cont {
    position: relative;
}

header .logo {
    display: inline-block;
    width: 50%;
    float: left;
    padding: .3rem 0;
}

header .search {
    display: inline-block;
    width: 50%;
    text-align: right;
    padding: 0.3rem 0;
    vertical-align: middle;
}

header .search .contact a {
    font-size: .14rem;
    padding-bottom: .2rem;
}

header .search .contact ul li {
    display: inline-block;
    margin-left: .2rem;
}

header .search .contact ul li img {
    width: .2rem;
    height: .2rem;
    margin-right: .05rem;
}

header .search .search-box {
    margin-top: .15rem;
}

header .search .search-box input {
    background-color: #fff;
    border: 1px solid #bfbfbf;
    width: 3.51rem;
    height: .34rem;
    text-indent: .1rem;
}

input::-webkit-input-placeholder {
    color: #a8a8a8;
    font-size: .14rem;
    text-indent: .1rem;
}

input::-moz-placeholder {
    color: #a8a8a8;
    font-size: .14rem;
    text-indent: .1rem;
}

input::-moz-placeholder {
    color: #a8a8a8;
    font-size: .14rem;
    text-indent: .1rem;
}

input::-ms-input-placeholder {
    color: #a8a8a8;
    font-size: .14rem;
    text-indent: .1rem;
}

header .search .search-box .btn {
    width: .51rem;
    height: .34rem;
    background: url(../images/search.jpg) no-repeat;
    background-size: cover;
    cursor: pointer;
    vertical-align: top;
}

nav {
    background-color: #c8161d;
    height: .7rem;
}

nav.ceiling {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 50;
}

nav .navs>li {
    line-height: .69rem;
    position: relative;
    padding: 0 .35rem;
}

nav .navs>li:hover {
    background-color: #a90c0f;
}

nav .navs>li.select>a::after {
    content: url(../images/jiantou.png);
    transition: all .5s ease-in 0s;
    margin-left: .05rem;
    display: inline-block;
}
nav .navs>li:first-child.select>a::after {
    display:none;
}

nav .navs>li.select:hover>a::after {
    transform: rotate(180deg);
}

nav .navs li a {
    color: #FFF;
    font-size: .2rem;
}

nav .navs .sub-nav {
    position: absolute;
    top: .7rem;
    background: #a90c0f;
    width: 130%;
    left: 65%;
    z-index: 10000;
    transform: translateX(-50%) scaleY(0);
    visibility: hidden;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    transition: .5s;
    transform-origin: top;
}

nav .navs li:hover .sub-nav {
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) scaleY(1);
}

nav .navs li .sub-nav li {
    padding: 0 .2rem;
    line-height: .5rem;
}

nav .navs li .sub-nav li a {
    font-size: .16rem;
}

nav .navs li:hover .sub-nav li:hover {
    background-color: #fff;
    transition: .3s;
}

nav .navs li:hover .sub-nav li:hover a {
    color: #c8161d;
}

.banner {
    max-width: 14.1rem;
    margin: 0 auto;
}

.banner .swiper-slide {
    /* height: 536px; */
    /* background-size: cover!important; */
}

.banner .swiper-slide img {
    text-align: center;
}

.banner .swiper-slide img {
    width: 100%;
    height: auto;
}

/* .banner .swiper-slide:hover img {
	transition: 1s;
	transform: scale(1.05);
	-webkit-transform: scale(1.05)
} */
.banner .container {}

.banner .swiper-slide .box {
    width: 100%;
    /* max-width: 100%; */
    padding: .2rem 0;
    position: absolute;
    bottom: 0;
    /* z-index: -100; */
    /* background-image: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,.7)); */
    background-color: #ffffff6b;
}

.banner .swiper-slide .txt {
    font-size: .2rem;
    color: #fff;
    /* opacity: 1; */
    text-indent: .2rem;
}

.banner .swiper-pagination-bullet-active {
    opacity: var(--swiper-pagination-bullet-opacity, 1);
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    width: .38rem;
    border-radius: .05rem;
    background-color: #fff;
}

.banner .swiper-pagination-bullet {
    transition: 1s;
}

.banner .swiper-pagination-bullet {
    opacity: 0.8;
    background-color: #fff;
}

.banner .swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: .25rem;
    right: .2rem;
    left: auto;
    width: auto;
}

.cont1 {
    margin-top: .35rem;
}

.cont1 .index-left {
    width: 64%;
    float: left;
    padding-right: .32rem;
}

.cont1 .index-left .report .report-item {
    border-bottom: 1px solid #d0d0d0;
    padding: .15rem 0 .15rem 0;
    line-height: .3rem;
}

.cont1 .index-left .report .report-item ul li {
    float: left;
    padding-right: .4rem;
    position: relative;
    cursor: pointer;
}

.cont1 .index-left .report .report-item ul li.select::after {
    content: '';
    width: 1rem;
    height: .02rem;
    display: block;
    background-color: #c8161d;
    position: absolute;
    bottom: -0.16rem;
}

.cont1 .index-left .report .report-item ul li.select span {
    color: #c8161d;
}

.cont1 .index-left .report .report-item ul li span {
    font-size: .24rem;
    font-weight: 700;
    color: #c7c7c7;
}

.cont1 .index-left .report .report-tab {
    background-color: #fff;
}

.cont1 .index-left .report .report-tab .report-tab-box {
    position: relative;
}

.cont1 .index-left .report .report-tab .report-tab-box p,
.cont2 .index-left .message .message-tab .message-tab-box p {
    position: absolute;
    right: 0;
    top: -0.65rem;
    /* width: .85rem;
    height: .28rem; */
    background: url(../images/more.png) no-repeat;
    background-size: cover;
}

.cont1 .index-left .report .report-tab .report-tab-box p a,
.cont2 .index-left .message .message-tab .message-tab-box p a {
    display: block;
    width: .85rem;
    height: .28rem;
}

.cont1 .index-left .report .report-tab .report-tab-box p:hover,
.cont2 .index-left .message .message-tab .message-tab-box p:hover {
    /* position: absolute;
    right: 0;
    top: -0.65rem;
    width: .85rem;
    height: .28rem; */
    background: url(../images/more-hover.png) no-repeat;
    background-size: cover;
}

.cont1 .index-left .report .report-tab .report-tab-box ul li {
    margin: .25rem 0 .15rem 0;
}

.cont1 .index-left .report .report-tab .report-tab-box ul li a .report-li-date {
    float: left;
    width: .9rem;
    height: .8rem;
    overflow: hidden;
    border: 1px solid #e0e0e0;
    border-radius: .05rem;
}

.cont1 .index-left .report .report-tab .report-tab-box ul li a .report-li-date .date-month {
    background-color: #a00f14;
    height: .33rem;
    text-align: center;
    line-height: .33rem;
    color: #fff;
    font-size: .16rem;
}

.cont1 .index-left .report .report-tab .report-tab-box ul li a .report-li-date .date-year {
    background-color: #fff;
    height: .47rem;
    text-align: center;
    line-height: .47rem;
    color: #a00f14;
    font-size: .18rem;
}

.cont1 .index-left .report .report-tab .report-tab-box ul li a .report-li-txt {
    padding-left: 1.2rem;
}

.cont1 .index-left .report .report-tab .report-tab-box ul li a .report-li-txt h2 {
    font-size: .16rem;
    font-weight: 400;
    line-height: .4rem;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
}

.cont1 .index-left .report .report-tab .report-tab-box ul li a .report-li-txt span {
    font-size: .14rem;
    color: #999;
    line-height: .4rem;
    padding-right: .1rem;
    vertical-align: middle;
    position: relative;
}

.cont1 .index-left .report .report-tab .report-tab-box ul li a .report-li-txt .person::before {
    content: '';
    background: url(../images/person.png) no-repeat;
    display: inline-block;
    width: .17rem;
    height: .16rem;
    padding-right: .05rem;
}

.cont1 .index-left .report .report-tab .report-tab-box ul li a .report-li-txt .address {
    padding-left: .2rem;
}

.cont1 .index-left .report .report-tab .report-tab-box ul li a .report-li-txt .address::before {
    content: '';
    background: url(../images/position.png) no-repeat;
    display: inline-block;
    width: .17rem;
    height: .16rem;
    padding-right: .05rem;
    position: absolute;
    top: 2px;
    left: 0;
}

.cont1 .index-right {
    width: 36%;
    display: inline-block;
}

.cont-title {
    position: relative;
    border-bottom: 1px solid #d0d0d0;
    padding: .15rem 0 .15rem 0;
    line-height: .3rem;
}

.cont-title h1 {
    display: inline-block;
    line-height: .3rem;
    font-size: .24rem;
    position: relative;
}

.cont-title h1::after {
    content: '';
    width: 1rem;
    height: .02rem;
    display: block;
    background-color: #c8161d;
    position: absolute;
    bottom: -0.2rem;
}

.cont-title p {
    position: absolute;
    right: 0;
    top: .24rem;
    /* width: .85rem;
    height: .28rem; */
    background: url(../images/more.png) no-repeat;
    background-size: cover;
}

.cont-title p a {
    display: block;
    width: .85rem;
    height: .28rem;
}

.cont-title p:hover {
    /* position: absolute;
    right: 0;
    top: .24rem;
    width: .85rem;
    height: .28rem; */
    background: url(../images/more-hover.png) no-repeat;
    background-size: cover;
}

.cont1 .index-right .news ul li {
    padding: .15rem 0 .12rem 0;
    border-bottom: 1px dashed #d0d0d0;
}

.cont1 .index-right .news ul li a .news-img {
    float: left;
    width: 1.27rem;
    height: .8rem;
    overflow: hidden;
    background-color: #eeeeee7d;
}

.cont1 .index-right .news ul li a .news-img img {
    width: 100%;
    height: auto;
}

.cont1 .index-right .news ul li:hover a .news-img {
    transition: 1s;
    transform: scale(1.05);
    -webkit-transform: scale(1.05)
}

.cont1 .index-right .news ul li a .news-txt {
    padding-left: 1.5rem;
}

.cont1 .index-right .news ul li a .news-txt h2 {
    font-size: .16rem;
    font-weight: 400;
    line-height: .22rem;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
}

.cont1 .index-right .news ul li a .news-txt span {
    color: #999;
    font-size: .12rem;
    line-height: .22rem;
}

.cont2 {
    margin-top: .1rem;
    padding-bottom: .3rem;
}

.cont2 .index-left {
    width: 64%;
    float: left;
    padding-right: .32rem;
}

.cont2 .index-left .message .message-item {
    border-bottom: 1px solid #d0d0d0;
    padding: .15rem 0 .15rem 0;
    line-height: .3rem;
}

.cont2 .index-left .message .message-item ul li {
    float: left;
    padding-right: .4rem;
    position: relative;
    cursor: pointer;
}

.cont2 .index-left .message .message-item ul li.select::after {
    content: '';
    width: 1rem;
    height: .02rem;
    display: block;
    background-color: #c8161d;
    position: absolute;
    bottom: -0.16rem;
}

.cont2 .index-left .message .message-item ul li.select span {
    color: #c8161d;
}

.cont2 .index-left .message .message-item ul li span {
    font-size: .24rem;
    font-weight: 700;
    color: #c7c7c7;
}

.cont2 .index-left .message .message-tab .message-tab-box {
    position: relative;
}

/* .cont2 .index-left .message .message-tab .message-tab-box p {
    position: absolute;
    right: 0;
    top: -0.65rem;
    width: .85rem;
    height: .28rem;
    background: url(../images/more.png) no-repeat;
}

.cont2 .index-left .message .message-tab .message-tab-box p a {
    display: block;
    width: .85rem;
    height: .28rem;
}

.cont2 .index-left .message .message-tab .message-tab-box p:hover {
    position: absolute;
    right: 0;
    top: -0.65rem;
    width: .85rem;
    height: .28rem;
    background: url(../images/more-hover.png) no-repeat;
} */

.cont2 .index-left .message .message-tab .message-tab-box ul li {
    margin: .25rem 0 .15rem 0;
}

.cont2 .index-left .message .message-tab .message-tab-box ul li a .message-li-date {
    float: left;
    width: .9rem;
    height: .8rem;
    overflow: hidden;
    border: 1px solid #e0e0e0;
    border-radius: .05rem;
}

.cont2 .index-left .message .message-tab .message-tab-box ul li a .message-li-date .date-month {
    background-color: #003466;
    height: .33rem;
    text-align: center;
    line-height: .33rem;
    color: #fff;
    font-size: .16rem;
}

.cont2 .index-left .message .message-tab .message-tab-box ul li a .message-li-date .date-year {
    background-color: #fff;
    height: .47rem;
    text-align: center;
    line-height: .47rem;
    color: #003466;
    font-size: .18rem;
}

.cont2 .index-left .message .message-tab .message-tab-box ul li a .message-li-txt {
    padding-left: 1.2rem;
}

.cont2 .index-left .message .message-tab .message-tab-box ul li a .message-li-txt h2 {
    font-size: .16rem;
    font-weight: 400;
    line-height: .4rem;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
}

.cont2 .index-left .message .message-tab .message-tab-box ul li a .message-li-txt span {
    font-size: .14rem;
    color: #999;
    line-height: .4rem;
    padding-right: .1rem;
    vertical-align: middle;
    position: relative;
}

.cont2 .index-left .message .message-tab .message-tab-box ul li a .message-li-txt .person::before {
    content: '';
    background: url(../images/person.png) no-repeat;
    display: inline-block;
    width: .17rem;
    height: .16rem;
    padding-right: .05rem;
}

.cont2 .index-left .message .message-tab .message-tab-box ul li a .message-li-txt .address {
    padding-left: .2rem;
}

.cont2 .index-left .message .message-tab .message-tab-box ul li a .message-li-txt .address::before {
    content: '';
    background: url(../images/position.png) no-repeat;
    display: inline-block;
    width: .17rem;
    height: .16rem;
    padding-right: .05rem;
    position: absolute;
    top: .02rem;
    left: 0;
}

.cont2 .index-right {
    width: 36%;
    display: inline-block;
}

.rczp ul {
    margin-top: .22rem;
}

.rczp ul li {
    margin-bottom: .1rem;
}

.rczp ul li a {
    display: block;
    width: 5.07rem;
    height: 0.83rem;
    overflow: hidden;
    position: relative;
}

.rczp ul li a::before {
    position: absolute;
    content: url(../images/arrow-right.png);
    left: 50%;
    top: 50%;
    transform: translate(0, -40%);
    transition: .5s;
}

.rczp ul li:hover a::before {
    left: 55%;
    transition: .5s;
}

.rczp ul li a img {
    width: 100%;
    height: 100%;
}

.notice ul {
    margin-top: .05rem;
}

.notice ul li {
    padding: .05rem 0;
}

.notice ul li a .notice-li-date {
    display: inline-block;
    float: left;
    width: .97rem;
    height: .3rem;
    line-height: .3rem;
    text-align: center;
    border: 1px solid #c8161d;
    color: #c8161d;
}

.notice ul li a .notice-li-txt {
    line-height: .3rem;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    padding-left: .1rem;
}

main {
    background: url(../images/bg-2.png) no-repeat right bottom;
}

footer {
    background-color: #003466;
    border-top: .08rem solid #c8161d;
    padding: .25rem 0;
}

footer .footer-logo {
    width: 35%;
    display: inline-block;
    float: left;
}

footer .footer-logo img {
    opacity: .6
}

footer .footer-contact {
    width: 25%;
    display: inline-block;
    float: left;
    padding-left: .5rem;
}

footer .footer-link {
    width: 25%;
    display: inline-block;
    float: left;
    padding-left: .5rem;
}

footer .footer-about {
    width: 10%;
    display: inline-block;
    float: left;
}

footer .footer-about .about-img img {
    border-radius: 10px;
    width: 1.04rem;
    height: 1.04rem;
}

footer p {
    font-size: .16rem;
    line-height: .30rem;
    color: rgba(255, 255, 255, .6);
    margin-bottom: .1rem;
}

footer p.hx::after {
    content: '';
    width: .25rem;
    height: 1px;
    display: block;
    background-color: rgba(255, 255, 255, .6);
}

footer ul li {
    font-size: .14rem;
    color: rgba(255, 255, 255, .6);
    line-height: .26rem;
}

footer ul li a {
    font-size: .14rem;
    color: rgba(255, 255, 255, .6);
    line-height: .26rem;
}

footer ul li a:hover {
    color: rgba(255, 255, 255, 1);
}

.list-banner img {
    width: 100%;
}

.left {
    width: 25%;
    float: left;
    padding: .35rem 0;
}

.left aside {
    margin-right: .58rem;
    background-color: #f1f1f1;
    border-bottom-right-radius: .5rem;
    text-align: right;
    padding: 0.15rem 0.15rem 0.8rem 0.15rem;
}

.left aside h2 {
    font-size: .26rem;
    font-weight: 400;
    padding-right: .28rem;
    background: url(../images/ny-nav-bg.jpg) no-repeat;
    background-size: cover;
    line-height: .51rem;
    color: #fff;
}

.left aside ul {
    padding-right: .28rem;
}

.left aside ul li {
    line-height: .6rem;
}

.left aside ul li:hover a {
    color: #c8161d;
}

.left aside ul li.act a {
    color: #c8161d;
}

.left aside ul li.act a::before {
    content: url(../images/act.png);
    display: inline-block;
    width: .42rem;
    height: .26rem;
    padding-right: .2rem;
    vertical-align: top;
    line-height: .75rem;
}

.right {
    width: 75%;
    display: inline-block;
    padding: .35rem 0;
}

.right .lxwm p{
    margin: 0 0 10px 0!important;
}

.right .position {
    font-size: .14rem;
}

.right .position a {
    line-height: .2rem;
}

.right .col {
    border-bottom: 1px solid #ebebeb;
    line-height: .38rem;
    margin-bottom: .12rem;
}

.right .col h2 {
    display: inline-block;
    font-size: .24rem;
    color: #c8161c00;
    font-weight: 400;
}

.right .col h3 {
    display: inline-block;
    float: right;
    color: #f1f1f1;
    font-size: .30rem;
    padding-right: .1rem;
}

.right .toggle-item {
    height: .4rem;
    border-bottom: 1px solid #ebebeb;
    margin-bottom: .2rem;
}

.right .toggle-item ul li:first-child {
    border-right: 1px solid #ffff;
}

.right .toggle-item ul li {
    width: 1.47rem;
    height: .4rem;
    line-height: .4rem;
    float: left;
    border: 1px solid #ebebeb;
    text-align: center;
    font-size: .16rem;
    background-color: #fff;
    cursor: pointer;
}

.right .toggle-item ul li.sel {
    border-bottom: 1px solid #ffff;
}

.right .toggle-tab-box ul li {
    width: 100%;
    float: left;
    background-color: #fff;
    padding: .15rem;
    overflow: hidden;
}

.right .toggle-tab-box ul li:nth-child(even) {
    background-color: #f9f2f2;
}

.right .toggle-tab-box .person-photo {
    width: 1.5rem;
    height: 1.8rem;
    margin-right: .15rem;
    overflow: hidden;
    float: left;
    display: inline-block;
}

.right .toggle-tab-box .person-photo img {
    width: 100%;
}

.right .toggle-tab-box .person-inf {
    display: inline-block;
    padding-left: .15rem;
    overflow: hidden;
    width: 80%;
}

.right .toggle-tab-box .person-inf h2 {
    color: #c8161d;
    line-height: .5rem;
    font-size: .24rem;
    font-weight: 400;
}

.right .toggle-tab-box .person-inf p {
    line-height: .4rem;
    font-size: .16rem;
    color: #666;
}

.right .toggle-tab-box .person-inf .person-inf-left {
    width: 45%;
    float: left;
    border-right: 1px dashed #dcdcdc;
    /* height: 120px; */
}

.right .toggle-tab-box .person-inf .person-inf-right {
    width: 50%;
    display: inline-block;
    margin-left: 5%;
}

.right .toggle-tab-box .person-inf p.email::before {
    content: url(../images/email.png);
    display: inline-block;
    vertical-align: middle;
    width: .3rem;
    height: .3rem;
    margin-right: .1rem;
}

.right .toggle-tab-box .person-inf p.tel::before {
    content: url(../images/tel.png);
    display: inline-block;
    vertical-align: middle;
    width: .3rem;
    height: .3rem;
    margin-right: .1rem;
}

.right .toggle-tab-box .person-inf p.off-add::before {
    content: url(../images/add.png);
    display: inline-block;
    vertical-align: middle;
    width: .3rem;
    height: .3rem;
    margin-right: .1rem;
}

.right .toggle-tab-box .person-inf p.time::before {
    content: url(../images/time.png);
    display: inline-block;
    vertical-align: middle;
    width: .3rem;
    height: .3rem;
    margin-right: .1rem;
}

.right .toggle-item.jyry {
    background-color: #f1f1f1;
    border: 0;
    vertical-align: middle;
}

.right .toggle-item.jyry span {
    display: inline-block;
    float: left;
    color: #333;
    line-height: .4rem;
    padding-left: .1rem;
}

.right .toggle-item.jyry ul li {
    border: 0;
    background-color: rgba(255, 255, 255, 0);
    width: auto;
    margin: .08rem .15rem 0 .15rem;
    height: .23rem;
    line-height: .23rem;
    padding: 0 .05rem;
}

.right .toggle-item.jyry ul li a {
    color: #333;
}

.right .toggle-item.jyry ul li.act {
    background-color: #a00f14;
}

.right .toggle-item.jyry ul li.act a {
    color: #fff;
}

.right .toggle-tab-box.xzry .person-inf h2 {
    margin-bottom: .1rem;
}

.right .toggle-tab-box.xzry .person-inf .person-inf-right {
    width: 100%;
    display: block;
    margin-left: 0;
    padding-bottom: .1rem;
}

.right .toggle-tab-box.xzry .person-inf .person-inf-right p {
    float: left;
    position: relative;
}

.right .toggle-tab-box.xzry .person-inf .person-inf-right p:first-child {
    width: 30%;
    margin-right: .5rem;
}

.right .toggle-tab-box.xzry .person-inf .person-inf-right p:first-child::after {
    content: '';
    display: inline-block;
    width: .02rem;
    height: .2rem;
    background-color: #999;
    line-height: .4rem;
    vertical-align: middle;
    position: absolute;
    right: 0;
    top: .1rem;
}

.right .toggle-tab-box.xzry .person-inf .person-inf-left {
    width: 100%;
    border-right: 1px dashed #dcdcdc00;
}

.right .toggle-tab-box.xzry .person-inf .person-inf-left p {
    float: left;
    width: 33.33%;
}

.short-course {
    padding-right: 1.23rem;
}

.short-course ul li {
    padding: .3rem 0;
}

.short-course ul li a .course-li-date {
    float: left;
    width: .9rem;
    height: .8rem;
    overflow: hidden;
    border: 1px solid #e0e0e0;
    border-radius: .05rem;
}

.short-course ul li a .course-li-date .date-month {
    background-color: #a00f14;
    height: .33rem;
    text-align: center;
    line-height: .33rem;
    color: #fff;
    font-size: .16rem;
}

.short-course ul li a .course-li-date .date-year {
    background-color: #fff;
    height: .47rem;
    text-align: center;
    line-height: .47rem;
    color: #a00f14;
    font-size: .18rem;
}

.short-course ul li a .course-li-txt {
    padding-left: 1.2rem;
}

.short-course ul li a .course-li-txt h2 {
    font-size: .16rem;
    font-weight: 400;
    line-height: .4rem;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
}

.short-course ul li a .course-li-txt span {
    font-size: .14rem;
    color: #999;
    line-height: .4rem;
    padding-right: .1rem;
    vertical-align: middle;
}

.short-course ul li a .course-li-txt .person::before {
    content: '';
    background: url(../images/person.png) no-repeat;
    display: inline-block;
    width: .17rem;
    height: .16rem;
    padding-right: .05rem;
}

.short-course ul li a .course-li-txt .address::before {
    content: '';
    background: url(../images/position.png) no-repeat;
    display: inline-block;
    width: .17rem;
    height: .18rem;
    padding-right: .05rem;
}

.main-bg {
    background-color: #fff;
}

.txt-list ul {
    margin-right: .7rem;
}

.txt-list ul li {
    margin: 0.3rem 0;
    line-height: .55rem;
    background-color: #fff;
    box-shadow: 0rem 0rem .1rem .02rem #eeeeee;
}

.txt-list ul li:hover {
    background-color: #c8161d;
    transition: all .5s;
}

.txt-list ul li:hover .txt-list-li-date, .txt-list ul li:hover .txt-list-li-txt {
    color: #fff;
}

.txt-list ul li a .txt-list-li-date {
    float: left;
    width: 1.7rem;
    overflow: hidden;
    padding-left: .25rem;
    color: #a00f14;
    font-size: .16rem;
}

.txt-list ul li a .txt-list-li-txt {
    font-size: .16rem;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
}

.img-list ul {
    margin: .4rem 0;
}

.img-list ul li {
    width: 31%;
    float: left;
    margin-right: 3.5%;
    margin-bottom: 3.5%;
    position: relative;
}

.img-list ul li:nth-child(3n) {
    margin-right: 0%;
}

.img-list ul li .img-list-pic {
    width: 100%;
    height: 1.43rem;
    overflow: hidden;
}

.img-list ul li .img-list-pic img {
    width: 100%;
    height: auto;
}

.img-list ul li .txt-list-li-txt h2 {
    font-size: .16rem;
    font-weight: 400;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    line-height: .28rem;
    margin: .1rem 0;
    height: .56rem;
    padding: 0 .05rem;
}

.img-list ul li .txt-list-li-txt p {
    position: absolute;
    right: .02rem;
    top: .02rem;
    color: #c8161d;
    line-height: .32rem;
    background-color: #fff;
    border: 1px solid #c8161d;
    padding: 0 .05rem;
}

.img-list ul li:hover {
    background-color: #c8161d;
    transition: all .5s;
}

.img-list ul li:hover .txt-list-li-txt p {
    color: #fff;
    background-color: #c8161d;
    transition: all .5s;
}

.img-list ul li:hover .txt-list-li-txt h2 {
    color: #fff;
    transition: all .5s;
}

.introduce {
    margin-right: 1.23rem;
    margin-top: .3rem;
}

.introduce h2 {
    font-size: .16rem;
    line-height: .3rem;
}

.introduce p {
    font-size: .2rem;
    line-height: .4rem;
    padding-bottom: .4rem;
    text-indent: .32rem
}

.introduce img {
    float: right;
    width: 50%;
    margin: .5rem 0 .3rem .3rem;
}

.introduce .introduce-box {
    border: 1px solid #c8161d;
    padding: 0 .5rem;
    margin-bottom: .18rem;
}

.introduce .introduce-box h6 {
    font-size: .18rem;
    font-weight: 400;
    text-align: center;
    line-height: .5rem;
    position: relative;
    margin-bottom: .4rem;
}

.introduce .introduce-box h6::after {
    content: '';
    display: block;
    width: 1rem;
    height: .02rem;
    background-color: #c8161d;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0%)
}

article {
    /* background-color: #fafafa; */
}

.article {
    padding: .3rem;
}

.arc-title h1 {
    font-weight: 400;
    font-size: .26rem;
    text-align: center;
}

.arc-info {
    padding-bottom: .1rem;
    border-bottom: 1px solid #ddd;
    margin-bottom: .2rem;
    padding-top: .25rem;
    font-size: .14rem;
    color: #666
}

.arc-info span {
    display: inline-block;
    margin: 0 .1rem;
}

.arc-info .resize a {
    position: relative;
    vertical-align: bottom;
}

.arc-info a.large-size {
    font-size: .19rem;
    margin: 0 .05rem
}

.arc-info a.large-size:after {
    content: '+';
    font-size: .12rem;
    position: absolute;
    top: 0;
    right: -0.07rem
}

.arc-info a.normal-size {
    font-size: .16rem;
    margin: 0 .05rem
}

.arc-info a.small-size {
    font-size: .14rem;
    margin: 0 .05rem
}

.arc-info a.small-size:after {
    content: '-';
    font-size: .12rem;
    position: absolute;
    top: -0.03rem;
    right: -0.05rem;
}

.arc-con p {
    margin-bottom: 8px;
    text-indent: 40px;
    line-height: 40px;
    font-family: Microsoft YaHei, -apple-system, BlinkMacSystemFont, "PingFang SC", Arial, Helvetica Neue, "Helvetica Neue", "Open Sans", "Hiragino Sans GB", sans-serif;
    font-size: .2rem;
}

.arc-con video {
    max-width: 100% !important;
    height: auto !important;
    display: block;
    margin: 0 auto;
}

.arc-share {
    display: inline-flex;
}

.flex-right {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.arc-lib {
    border-top: 1px solid #ddd;
    padding-top: .26rem;
}

.arc-libs {
    flex: 5;
}

.arc-lib p {
    padding: .05rem 0;
}

.arc-back {
    margin-left: .3rem;
    flex: 1;
    width: 1rem;
}

.arc-back a {
    display: block;
    padding: 0 .2rem;
    background: #c8161d;
    border-radius: .05rem;
    color: #fff;
    line-height: .35rem;
    font-size: .14rem;
    width: 1rem;
    float: right;
}

.jy-detail {
    padding: .2rem 0;
}

.jy-detail-head {
    box-shadow: 0 0.1rem 0.15rem rgba(0, 0, 0, .1);
    background: url(../images/jy-detail-bg.png) no-repeat right bottom;
    z-index: -2;
    background-size: cover;
    position: relative;
    height: 3.18rem;
}

.jy-detail-head:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 2rem;
    height: 100%;
    background: #a00f14;
    content: '';
    z-index: -1;
}

.jy-detail .person-photo {
    width: 2rem;
    height: 2.37rem;
    overflow: hidden;
    float: left;
    display: inline-block;
    border: .03rem solid #fff;
    margin: .4rem 0 .4rem .8rem;
}

.jy-detail .person-photo img {
    width: 100%;
}

.jy-detail .person-inf {
    display: inline-block;
    padding-left: 0.4rem;
    overflow: hidden;
    position: absolute;
    top: .6rem;
    width: 73%;
}
.jy-detail .person-inf .zc p{
    float:none;
    width: auto;
    line-height: .3rem;
}
.jy-detail .person-inf h2 {
    font-size: 0.24rem;
    font-weight: 400;
    line-height: .6rem;
}

.jy-detail .person-inf p {
    line-height: .5rem;
    font-size: .16rem;
    width: 33.3%;
    float: left;
    color: #666;
}

.jy-detail .person-inf p.email::before {
    content: url(../images/email.png);
    display: inline-block;
    vertical-align: middle;
    width: .3rem;
    height: .3rem;
    margin-right: .1rem;
}

.jy-detail .person-inf p.tel::before {
    content: url(../images/tel.png);
    display: inline-block;
    vertical-align: middle;
    width: .3rem;
    height: .3rem;
    margin-right: .1rem;
}

.jy-detail .person-inf p.off-add::before {
    content: url(../images/add.png);
    display: inline-block;
    vertical-align: middle;
    width: .3rem;
    height: .3rem;
    margin-right: .1rem;
}

.jy-detail .jy-detail-cont {
    margin: 0.3rem 0rem;
    padding-right: .2rem;
    background-color: #fff;
}

.jy-detail .jy-detail-cont p strong {
    margin-bottom: .16rem !important;
    font-size: .2rem !important;
    margin-left: -.32rem;
}

.jy-detail .jy-detail-cont p {
    margin-bottom: .2rem !important;
    font-size: .18rem !important;
    text-align: justify;
    line-height: .32rem;
    text-indent: .32rem;
}

.jy-detail hr {
    margin: .3rem 0;
    opacity: 0;
}

.jy-detail .jy-detail-cont h2 {
    border-bottom: 1px solid #ddd;
    margin-bottom: 0.3rem;
    color: #a00f14;
    font-size: .18rem;
    display: none;
}

.jy-detail .jy-detail-cont h2 span {
    border-left: 1px solid #ddd;
    border-top: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #fff;
    line-height: 0.44rem;
    padding: .1rem 0.1rem;
}

.contact_us {
    margin-top: .45rem;
    position: relative;
    padding-bottom: 2.6rem;
}

.contact_us p {
    clear: both;
    overflow: hidden;
    color: #333;
    padding-top: .15rem;
    line-height: .28rem;
}

.contact_us img {
    position: absolute;
    right: 1.23rem;
    top: 0;
}

.leader .person-photo {
    width: 1.5rem;
    height: 1.8rem;
    margin-right: 0.15rem;
    overflow: hidden;
    float: left;
    display: inline-block;
}

.leader .person-photo img {
    width: 100%;
}

.leader .person-inf {
    display: inline-block;
    padding-left: 0.15rem;
    overflow: hidden;
    width: 80%;
}

.leader .person-inf h2 {
    color: #333;
    line-height: .5rem;
    font-size: .24rem;
    display: inline-block;
    padding-right: .2rem;
}

.leader .person-inf span {
    color: #333;
    font-size: .16rem;
}

.leader .person-inf p {
    line-height: .4rem;
    font-size: .16rem;
    width: 47%;
    color: #9c9c9c;
}

.leader ul {
    padding-top: .15rem;
}

.leader ul li {
    background-color: #fff;
    padding: 0.15rem;
    overflow: hidden;
    background: url(../images/ld-bg.png) no-repeat;
    background-size: cover;
    margin-bottom: .3rem;
    box-shadow: 0 0 0.1rem rgba(0, 0, 0, .1);
}

/**æ‰“å°ç›¸å…³æ ·å¼**/
.printStyle header, 
.printStyle footer, 
.printStyle nav, 
.printStyle mobile-nav, 
.printStyle .list-banner, 
.printStyle div.left,
.printStyle .position,
.printStyle #print{
    display: none;
}

.yellow{
    color: #e4a600 !important;
    font-size: 14px !important;
}

/* 新增实验室预约入口 */
footer .footer-about{
    width: 15%;
}
.footer-about ul{
    display: flex;
    margin-top: 30px;
}
.footer-about ul li{
    flex: 1;
    text-align: center;
}
.footer-about ul li a span{
    display: inline-block;
}
.footer-about ul li:first-child{
    position: relative;
}
.footer-about ul li:first-child:hover .about-ewm {
    display: block;
}
.about-ewm {
    display: none;
    position: absolute;
    top: -145px;
    left: -10px;
    width: 126px;
    height: 136px;
}
.footer-contact ul li p {
    margin-bottom: 0;
    font-size: .14rem;
    line-height: .26rem;
}