body,
h1,
h2,
h3,
h4,
h5,
p,
dl,
dd,
ol,
ul,
th,
td,
fieldset,
input,
button,
textarea,
form,
canvas,
audio,
video,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    margin: 0;
    padding: 0px;
    outline: none;
    font-weight: normal;
}

ol,
ul,
li {
    list-style: none
}

img {
    border: 0;
    -ms-interpolation-mode: bicubic
}

li,
img,
label,
input {
    vertical-align: middle
}

a {
    text-decoration: none;
    outline: none;
    cursor: pointer;
    color: #333;
}

a:hover {
    color: #99111A;
}

.clear {
    clear: both;
}

.left {
    float: left;
}

.right {
    float: right;
}

html {
    font-size: 100px;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body {
    color: #333;
    font-size: .16rem;
    font-family: 'alphr';
}

img {
    max-width: 100%;
    border: none;
    -webkit-transition: all 5s ease;
    -moz-transition: all 5s ease;
    -ms-transition: all 5s ease;
    -o-transition: all 5s ease;
    transition: all 5s ease;
}

.ctbx {
    width: 92%;
    margin: 0 auto;
}

.hdwp {
    width: 96%;
    margin: 0 auto;
}

@media (min-width: 600px) {
    .ctbx {
        width: 90%;
    }
    .hdwp {
        width: 100%;
    }
}

@media (min-width: 1360px) {
    .ctbx {
        width: 13rem;
    }
}

@media (min-width: 1440px) {
    .ctbx {
        width: 14rem;
    }
}

@media (min-width: 1600px) {
    .ctbx {
        width: 15rem;
    }
}

@media (min-width: 1920px) {
    .hdwp {
        width: 18rem;
    }
}

@font-face {
    font-family: 'alphm';
    src: url(../fonts/Alibaba-PuHuiTi-Medium.otf)
}

@font-face {
    font-family: 'alphr';
    src: url(../fonts/Alibaba-PuHuiTi-Regular.otf)
}

@font-face {
    font-family: 'alplt';
    src: url(../fonts/Alibaba-PuHuiTi-Light.otf)
}

@font-face {
    font-family: 'sys-b';
    src: url(../fonts/SourceHanSerifCN-Bold.otf)
}

.header {
    margin: auto;
    position: relative;
}

.header::before {
    content: "";
    position: absolute;
    z-index: 2;
    left: 0;
    top: 0;
    width: 100%;
    height: 50%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.62) -2%, rgba(0, 0, 0, 0) 95%);
}


/* 首页 */

.head_top {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
    background-size: 100% 100%;
    transition: all 0.25s ease-out 0s;
}

.head_top.on {
    box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.1);
    background: #99111A;
    top: 0px;
}

.tc_logo {
    width: 7.3rem;
    float: left;
    height: 1rem;
    margin: 0.19rem 0 0.19rem 0.15rem;
    position: relative;
}

.tc_logo img {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
    max-width: 100%;
    max-height: 100%;
}

.head_top.on .tc_logo {
    height: 0.72rem;
    margin: 0.15rem 0 0.15rem 0.15rem;
}

.head_rg {
    float: right;
    margin-top: 0.58rem;
    margin-right: 0.15rem;
}

.head_rg a {
    font-family: 'alplt';
    font-size: 0.18rem;
    line-height: 0.3rem;
    color: rgba(255, 255, 255, 0.9);
    padding-right: 0.15rem;
    margin-right: 0.15rem;
    position: relative;
    font-style: normal;
}

.head_rg a:nth-of-type(2) {
    padding-left: 22px;
    background: url(../images/ic_eng.png) left center no-repeat;
    background-size: auto 0.18rem;
}

.head_rg a::after {
    content: "";
    position: absolute;
    top: 0.05rem;
    right: 0;
    width: 0.01rem;
    height: 0.16rem;
    background: rgba(225, 225, 225, 0.9);
    transform: rotate(12deg);
}

.head_rg a:nth-last-of-type(1):after {
    display: none;
}

.head_top.on .head_rg {
    margin-top: 0.35rem;
}

.head_top.on .head_rg a {
    font-size: 0.16rem;
}

.nav_box {
    position: relative;
    padding-right: 0.8rem;
    box-sizing: border-box;
}

.nav_box .sstc {
    position: absolute;
    right: 0;
    top: 0.1rem;
    width: 0.5rem;
    height: 0.5rem;
    background: #A4171F url(../images/ic_ser.png) no-repeat center;
    background-size: auto 0.2rem;
    border-radius: 50%;
    background-size: auto 0.2rem;
    cursor: pointer;
}

.head_top.on .nav_box .sstc {
    top: 0.03rem;
    width: 0.4rem;
    height: 0.4rem;
    background: #e67d14 url(../images/ic_ser.png) no-repeat center;
    background-size: auto 0.2rem;
}

.sstc_box {
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 99999;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-out 0s;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    backdrop-filter: blur(5px)
}

.sstc_box.showdiv {
    opacity: 1;
    visibility: visible;
}

.sstc_box .serclose {
    position: absolute;
    right: .3rem;
    top: .25rem;
    width: .3rem;
    height: .3rem;
    cursor: pointer;
    background: url(../images/close.png) no-repeat;
    background-size: 100%;
}

.sstc_box .serform {
    width: 90%;
    margin: 0 auto;
    margin: 0\0;
    -webkit-transform: translateY(1.5rem);
    transition: .2s .1s
}

.sstc_box.showdiv .serform {
    transform: translateY(0);
    transition: .5s .3s
}

.sstc_box .serform .input-group {
    max-width: 5.5rem;
    margin: 0 auto;
    position: relative;
}

.sstc_box .serform .input-group .sub {
    position: absolute;
    right: 0;
    top: 0;
    width: .9rem;
    height: .5rem;
    overflow: hidden;
    background: 0 0;
    cursor: pointer;
    border-radius: 0 5px 5px 0;
    outline: none;
    border-style: none;
}

.sstc_box .serform .input-group .sub:before {
    content: '';
    background: linear-gradient(to right, #e21220, #991219);
    transform: skewX(-12deg);
    position: absolute;
    top: 0;
    bottom: -1px;
    left: 0;
    z-index: 0;
    right: -6px;
    transform-origin: left bottom
}

.sstc_box .serform .input-group .sub:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background: url(../images/search.png) no-repeat center;
}

.sstc_box .serform .input-group .inp {
    height: .5rem;
    border: 0;
    border-right: 0;
    padding-right: .9rem;
    width: 100%;
    padding-left: .15rem;
    background: #fff;
    border-radius: 5px 10px 10px 5px;
    box-sizing: border-box;
}


/* 导航 */

.nav_xian {
    background: linear-gradient(270deg, rgba(216, 216, 216, 0) 0%, rgba(255, 255, 255, 0.5) 25%, rgba(255, 255, 255, 0.5) 83%, rgba(216, 216, 216, 0) 100%);
    width: 96%;
    margin: auto;
    height: 1px;
    overflow: hidden;
}

.navbar {
    margin: 0 -0.25rem;
}

.navbar .menu-bott {
    display: none;
}

.navbar .nav-button {
    display: none;
}

.navbar .navbar-nav {
    padding: 0;
    list-style: none;
    display: flex;
}

.navbar .navbar-nav>li {
    position: relative;
    text-align: center;
    flex: 1;
}

.navbar .navbar-nav>li>a {
    font-size: 0.2rem;
    color: #fff;
    padding: 0.19rem 0rem;

    line-height: 0.32rem;
    display: block;
    box-sizing: border-box;
}

.head_top.on .navbar .navbar-nav>li>a {
    font-size: 0.18rem;
    padding: 0.08rem 0;
}

.navbar .navbar-nav>li:hover>a {
    /* font-weight: bold; */
}

.navbar .navbar-nav>li:hover>ul {
    opacity: 1;
    visibility: visible;
}

.navbar .hasChild:before {
    content: "";
    width: 2px;
    height: 10px;
    background: #fff;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: scaleY(0);
    transition: all 0.2s ease-out 0s;
}

.navbar .hasChild:hover:before {
    transform: scaleY(1);
}


/* .navbar .navbar-nav>li.current>a,
.navbar .navbar-nav>li:hover>a {
    border-bottom: #EA9425 2px solid;
} */

.navbar .nav-child {
    overflow: hidden;
    position: absolute;
    top: 100%;
    z-index: 999999;
    opacity: 0;
    visibility: hidden;
    width: 100%;
    left: 0px;
    padding: 8px 0px;
    background: rgba(0, 0, 0, 0.3);
    transition: all 0.3s ease;
}

.navbar .nav-child li a {
    font-size: 16px;
    line-height: 24px;
    padding: 8px 5px;
    display: block;
    color: #fff;
    box-sizing: border-box;
}

.navbar .nav-child li:hover a {
    background: #99111A;
}

.head_top.hdfixed .navbar .navbar-nav>.current>a,
.head_top.hdfixed .navbar .navbar-nav>li:hover>a {
    color: #99111A;
}

@-webkit-keyframes opacity {
    0%,
    100% {
        -webkit-transform: scale(1);
    }
    50% {
        -webkit-transform: scale(1.02);
    }
}

@keyframes opacity {
    0%,
    100% {
        -webkit-transform: scale(1);
    }
    50% {
        -webkit-transform: scale(1.02);
    }
}

.ban_box {
    position: relative;
}

.banlb {
    width: 100%;
    display: block !important;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
}

.banlb img {
    width: 100%;
}

.banlb img:hover {
    transform: scale(1.05);
}

.ban_box .ban-down {
    position: absolute;
    left: 50%;
    z-index: 4;
    width: 0.31rem;
    height: 0.34rem;
    bottom: 0.2rem;
    transform: translateY(0px);
    background: url(../images/ban-down.png) no-repeat center;
    animation: roted 3s linear 0s infinite;
}

@keyframes roted {
    0% {
        transform: translateY(0px);
    }
    30% {
        transform: translateY(3px);
    }
    60% {
        transform: translateY(6px);
    }
    100% {
        transform: translateY(10px);
    }
}


/* .ban_box .ban-next,
.ban_box .ban-prev {
    width: 0.6rem;
    height: 0.6rem;
    position: absolute;
    z-index: 5;
    top: 50%;
    margin-top: -0.3rem;
    outline: none;
    cursor: pointer;
    background: rgba(0, 0, 0, 0.4) url(../images/jt_lf.png) no-repeat center;
    box-sizing: border-box;
    border: 1px solid rgba(255, 255, 255, 0.4);
    border-radius: 50%;
}

.ban_box .ban-next {
    left: 0.6rem;
}

.ban_box .ban-prev {
    right: 0.6rem;
    transform: rotate(180deg);
}

.ban_box .ban-next:hover,
.ban_box .ban-prev:hover {
    background: rgba(0, 0, 0, 0.8) url(../images/jt_lf.png) no-repeat center;
}

.ban_box .ban-prev:hover {
    transform: rotate(180deg);
} */

.ban_box .ban-dot {
    position: absolute;
    right: 2rem;
    width: auto;
    bottom: 0.45rem;
    color: #fff;
    text-align: right;
    z-index: 4;
    margin: 0px;
    padding: 0px;
    font-size: 0px;
}

.ban_box .ban-dot span {
    margin: 0 0.25rem;
    cursor: pointer;
    vertical-align: middle;
    display: inline-block;
    position: relative;
    background: none;
    outline: none;
    opacity: 1;
    width: 0.34rem;
    height: 0.34rem;
    font-size: 0px;
    background: url(../images/ban-dot.png) no-repeat center;
}

.ban_box .ban-dot span::after {
    content: "";
    position: absolute;
    left: 0.44rem;
    bottom: 0.16rem;
    width: 0.30rem;
    height: 1px;
    background: #fff;
}

.ban_box .ban-dot span.swiper-pagination-bullet-active {
    background: url(../images/ban-dot2.png) no-repeat center;
    background-size: auto 0.34rem;
}

.ban_box .ban-dot span.swiper-pagination-bullet-active::after {
    left: 0.48rem;
}

.ban_box .ban-dot span:nth-last-of-type(1):after {
    opacity: 0;
}

.sydh {
    overflow: hidden;
}

.sydh h1 {
    float: left;
    padding-left: 0.2rem;
    background: url(../images/icon_yuan.png) no-repeat left center;
    background-size: auto 0.75rem;
    font-size: 0.42rem;
    color: #333;
    font-family: 'sys-b';
    line-height: 0.75rem;
}

.sydh b {
    color: #99111A;
}

.sydh span {
    float: right;
    font-size: 0.16rem;
    height: 0.38rem;
    line-height: 0.38rem;
    color: #888;
    border-radius: 0.5rem;
    box-sizing: border-box;
    border: 1px solid #DFDFDF;
    padding: 0 0.07rem 0 0.18rem;
    transition: all 0.4s ease;
    margin-top: 0.17rem;
}

.sydh span img {
    margin-left: 0.13rem;
    margin-top: -3px;
    display: inline-block;
    height: 0.26rem;
}

.sydh span a {
    color: #888;
}

.sydh span:hover {
    border: #99111A 1px solid;
    transform: translateX(5px);
}

.sydh span:hover a {
    color: #99111A;
}


/* 新闻动态 */

.cont_box {
    background: url(../images/bg1.png) no-repeat center top;
    background-size: cover;
    padding-top: 0.9rem;
    overflow: hidden;
}

.xwdt_box {
    padding-top: 0.54rem;
    overflow: hidden;
}

.xwdt_box .xwlbo {
    width: 8rem;
    float: left;
    position: relative;
}

.xwdt_box .xwlbwz {
    width: calc(100% - 8.4rem);
    float: right;
}

.xwlbo .mar {
    position: relative;
}

.xwlbo .mar .pic {
    position: relative;
    overflow: hidden;
    padding-bottom: 67%;
}

.xwlbo .mar .pic img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.xwlbo .mar .pic img:hover {
    transform: scale(1.05);
}

.xwlbo .mar .time {
    position: absolute;
    bottom: 1.02rem;
    left: 0;
    z-index: 2;
    width: 0.8rem;
    height: 1.05rem;
    background: url(../images/icon_time3.png) no-repeat;
    background-size: 100% 100%;
    line-height: 0.3rem;
    text-align: center;
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
}

.xwlbo .mar .time b {
    font-size: 0.34rem;
    display: block;
    font-weight: normal;
    margin-top: 0.18rem;
}

.xwlbo .mar .time span {
    font-size: 0.16rem;
}

.xwlbo .mar .text {
    overflow: hidden;
    background: #FFFFFF;
    padding: 0.35rem 0.45rem 0.08rem 0.25rem;
}

.xwlbo .mar .text h2 {
    font-size: 0.24rem;
    color: #333;
    line-height: 0.46rem;
    height: 0.46rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all 0.3s ease-out 0s;
}

.xwlbo .mar .text p {
    font-size: 0.16rem;
    color: #888;
    line-height: 0.32rem;
    height: 0.32rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.xwlbo .mar:hover .text .tit h2 {
    color: #99111A;
    transform: translateX(5px);
}

.xwlbo .xwlbo-dot {
    position: absolute;
    right: 0.3rem;
    bottom: 1.4rem;
    z-index: 9;
    text-align: center;
}

.xwlbo .xwlbo-dot span {
    margin: 0 0 0 18px;
    width: 10px;
    height: 10px;
    background: rgba(255, 255, 255, 0.7);
    cursor: pointer;
    border-radius: 50%;
}

.xwlbo .xwlbo-dot span.swiper-pagination-bullet-active {
    width: 35px;
    height: 5px;
    border-radius: 4px;
    margin-bottom: 2px;
    background: #fff;
}

.xwdt_box .xwlbwz ul {
    overflow: hidden;
}

.xwdt_box .xwlbwz li {
    width: 100%;
    float: left;
    border-left: 1px solid #E7E7E7;
}

.xwdt_box .xwlbwz li .mar {
    margin-left: 0.4rem;
    border-bottom: #E7E7E7 1px solid;
    transition: all 0.4s ease-out 0s;
}

.xwdt_box .xwlbwz li .mar a {
    padding: 0.17rem 0.3rem 0.27rem 0;
    display: block;
    overflow: hidden;
}

.xwdt_box .xwlbwz li .mar .text {
    overflow: hidden;
}

.xwdt_box .xwlbwz li .mar .text h2 {
    font-size: 0.2rem;
    line-height: 0.38rem;
    height: 0.38rem;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    margin-bottom: 0.05rem;
}

.xwdt_box .xwlbwz li .mar .text span {
    font-size: 0.16rem;
    line-height: 0.26rem;
    color: #888;
    padding-left: 0.3rem;
    background: url(../images/icon_time.png) no-repeat left center;
}

.xwdt_box .xwlbwz li .mar .pic {
    display: none;
}

.xwdt_box .xwlbwz li.on {
    transition: all 0.4s ease-out 0s;
    background: url(../images/syxwlb_bg.jpg) no-repeat;
    background-size: cover;
}

.xwdt_box .xwlbwz li.on .mar {
    border-bottom: rgba(0, 0, 0, 0) 1px solid;
}

.xwdt_box .xwlbwz li.on .mar a {
    padding: 0.3rem 0.3rem 0.3rem 0;
}

.xwdt_box .xwlbwz li.on .mar .text {
    width: calc(100% - 2.45rem);
    float: left;
}

.xwdt_box .xwlbwz li.on .mar .text h2 {
    color: #fff;
    line-height: 0.32rem;
    height: 0.64rem;
    -webkit-line-clamp: 2;
    transition: all 0.2s ease-out 0s;
    margin-bottom: 0.26rem;
}

.xwdt_box .xwlbwz li.on .mar .text span {
    background: url(../images/icon_time2.png) no-repeat;
    color: #fff;
}

.xwdt_box .xwlbwz li.on .mar .pic {
    display: block;
    width: 1.95rem;
    float: right;
}

.xwdt_box .xwlbwz li.on .mar .pic span {
    position: relative;
    padding-bottom: 67%;
    overflow: hidden;
    display: block;
}

.xwdt_box .xwlbwz li.on .mar .pic span img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}


/* 通知公告 */

.cont_box2 {
    background: url(../images/bg2.png) no-repeat center;
    background-size: cover;
    overflow: hidden;
    padding-top: 1rem;
}

.cont_box2 .tzgg {
    width: calc(100% - 10.2rem);
    float: left;
}

.cont_box2 .xyfc {
    width: 9.6rem;
    float: right;
}

.tzgg .lbwz {
    margin-top: 0.36rem;
    overflow: hidden;
}

.tzgg .lbwz li {
    width: 100%;
    float: left;
    transition: all 0.4s ease-out 0s;
}

.tzgg .lbwz li:nth-of-type(2n-1) {
    background: #F7F7F7;
}

.tzgg .lbwz li a {
    display: block;
    padding: 0.27rem 0.16rem;
    overflow: hidden;
    transition: all 0.4s ease-out 0s;
}

.tzgg .lbwz li .time {
    float: left;
    width: 0.65rem;
    line-height: 0.28rem;
    text-align: center;
    color: #99111A;
    font-family: Arial, Helvetica, sans-serif;
}

.tzgg .lbwz li .time b {
    font-size: 0.34rem;
    display: block;
    font-weight: normal;
    margin-top: 0.04rem;
    font-family: 'Times New Roman', Times, serif;
}

.tzgg .lbwz li .time span {
    font-size: 0.16rem;
}

.tzgg .lbwz li .text {
    width: calc(100% - 0.8rem);
    float: right;
    height: 0.6rem;
    display: flex;
    align-items: center
}

.tzgg .lbwz li .text h2 {
    flex: 1;
    color: #333;
    font-size: 0.2rem;
    line-height: 0.3rem;
    transition: all 0.4s ease-out 0s;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.tzgg .lbwz li:hover {
    background: #99111A;
}

.tzgg .lbwz li:hover .time,
.tzgg .lbwz li:hover .text h2 {
    color: #fff;
}

.xyfclb {
    margin-top: 0.36rem;
    overflow: hidden;
    position: relative;
}

.xyfclb .mar {
    overflow: hidden;
}

.xyfclb .mar .pic {
    position: relative;
    overflow: hidden;
    padding-bottom: 67%;
}

.xyfclb .mar .pic img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.xyfclb .mar .pic img:hover {
    transform: scale(1.05);
}

.xyfclb .mar .text {
    position: relative;
    padding: 0 0.15rem 0 0.38rem;
}

.xyfclb .mar .text::before {
    content: "";
    position: absolute;
    z-index: 2;
    left: 0.15rem;
    top: -0.32rem;
    width: 0.02rem;
    height: 0.7rem;
    background: #99111A;
}

.xyfclb .mar .text span {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.16rem;
    color: #99111A;
    margin: 0.15rem 0 0.08rem;
    display: block;
    transition: all 0.4s ease-out 0s;
}

.xyfclb .mar .text span b {
    font-size: 0.34rem;
    margin-right: 0.1rem;
    font-weight: normal;
    font-family: 'Times New Roman', Times, serif;
}

.xyfclb .mar .text h2 {
    color: #333;
    font-size: 0.2rem;
    line-height: 0.3rem;
    height: 0.6rem;
    transition: all 0.4s ease-out 0s;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.xyfclb .mar:hover .text span,
.xyfclb .mar:hover .text h2 {
    color: #99111A;
    transform: translateX(5px);
}

.xyfclb .xyfclb-next,
.xyfclb .xyfclb-prev {
    width: 0.3rem;
    height: 0.6rem;
    position: absolute;
    z-index: 5;
    top: 30%;
    outline: none;
    cursor: pointer;
    background: #991c22 url(../images/xyfc-btn.png) no-repeat 0.05rem center;
    box-sizing: border-box;
    border-radius: 0 0.6rem 0.6rem 0;
}

.xyfclb .xyfclb-next {
    right: 0;
     transform: rotate(180deg);
}

.xyfclb .xyfclb-prev {
    left: 0;
}

.xyfclb .xyfclb-next:hover,
.xyfclb .xyfclb-prev:hover {
    background: #dd8523 url(../images/xyfc-btn.png) no-repeat 0.05rem center;
}

.xyfclb .xyfclb-next:hover {
    transform: rotate(180deg);
}


/* 数智服务 */

.cont_box3 {
    background: url(../images/bg3-2.png) no-repeat center;
    background-size: cover;
    padding: 0.65rem 0 0.7rem;
}

.cont_box3 .ctbx {
    padding-top: 1.55rem;
    background: url(../images/bg3-1.png) no-repeat center top;
    background-size: auto 1.43rem;
}

.sydh.cen {
    position: relative;
    text-align: center;
}

.sydh.cen h1 {
    float: none;
    margin: auto;
    display: inline-block;
}

.sydh.cen::before,
.sydh.cen::after {
    content: "";
    position: absolute;
    top: 0.34rem;
    width: calc(50% - 1.34rem);
    height: 1px;
}

.sydh.cen::before {
    left: 0;
    background: url(../images/szfw_dh1.png) no-repeat right;
    background-size: auto 0.01rem;
}

.sydh.cen::after {
    right: 0;
    background: url(../images/szfw_dh2.png) no-repeat left;
    background-size: auto 0.01rem;
}

.szfw {
    overflow: hidden;
    padding-top: 0.05rem;
}

.szfw ul {
    margin: 0 -0.2rem;
}

.szfw li {
    width: 16.6%;
    float: left;
}

.szfw li .mar {
    margin: 0.2rem;
    text-align: center;
    overflow: hidden;
    transition: all 0.3s ease-out 0s;
}

.szfw li .mar span {
    height: 0.66rem;
    line-height: 0.66rem;
    width: 0.66rem;
    display: block;
    margin: auto;
}

.szfw li .mar span img {
    max-width: 100%;
    max-height: 100%;
}

.szfw li .mar h2 {
    font-size: 0.2rem;
    color: #333;
    line-height: 0.3rem;
    height: 0.6rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    transition: all 0.3s ease-out 0s;
    margin-top: 0.14rem;
}

.szfw li:hover .mar {
    transform: translateY(-5px);
}

.szfw li:hover .mar h2 {
    color: #99111A;
}


/* 思政园地 */

.cont_box4 {
    margin-top: -0.3rem;
    overflow: hidden;
    padding-bottom: 0.9rem;
}

.szyd {
    margin-top: 0.4rem;
    position: relative;
}

.szyd .mar {
    overflow: hidden;
}

.szyd .mar .pic {
    position: relative;
    overflow: hidden;
    padding-bottom: 67%;
}

 .szyd .mar .pic::before {
    content: "";
    position: absolute;
    z-index: 2;
    left: 50%;
    top: 50%;
    width: 0.53rem;
    height: 0.53rem;
    background: url(../images/icon_video.png) no-repeat;
    background-size: 100% 100%;
    transform: translate(-50%, -50%);
} 


.szyd .mar .pic img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.szyd .mar .pic img:hover {
    transform: scale(1.05);
}

.szyd .mar .text {
    overflow: hidden;
    padding: 0.22rem 0.258rem;
    border: 1px solid #E7E7E7;
    transition: all 0.3s ease-out 0s;
}

.szyd .mar .text h2 {
    color: #333;
    font-size: 0.22rem;
    line-height: 0.3rem;
    height: 0.6rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 0.2rem;
}

.szyd .mar .text span {
    font-size: 0.16rem;
    color: #888888;
    line-height: 0.3rem;
    height: 0.3rem;
    padding-left: 0.3rem;
    background: url(../images/icon_time.png) no-repeat left;
    background-size: auto 0.18rem;
}

.szyd .mar:hover .text {
    background: #ea9425;
    border: 1px solid #ea9425;
}

.szyd .mar:hover .text h2,
.szyd .mar:hover .text span {
    color: #fff;
}

.szyd .mar:hover .text span {
    background: url(../images/icon_time2.png) no-repeat left;
    background-size: auto 0.18rem;
}

.szyd .szyd-next,
.szyd .szyd-prev {
    width: 0.4rem;
    height: 0.4rem;
    position: absolute;
    z-index: 5;
    top: 39%;
    outline: none;
    background: #FFDFE2 url(../images/szyd-btn.png) no-repeat center;
    background-size: 0.09rem;
    border-radius: 50%;
    cursor: pointer;
}

.szyd .szyd-prev {
    left: -0.9rem;
}

.szyd .szyd-next {
    right: -0.9rem;
   transform: rotate(180deg);
}

.szyd .szyd-next:hover {  
    background: #f6a3a9 url(../images/szyd-btn.png) no-repeat center;
    background-size: 0.09rem;
   transform: rotate(180deg);
}

.szyd .szyd-prev:hover {
    background: #f6a3a9 url(../images/szyd-btn.png) no-repeat center;
    background-size: 0.09rem;
}


/* 榜样人物 */

.cont_box5 {
    background: url(../images/bg5.png) no-repeat center;
    background-size: cover;
    padding: 1.9rem 0 0.8rem;
}

.sydh.bai {
    position: relative;
    text-align: center;
}

.sydh.bai h1 {
    float: none;
    margin: auto;
    display: inline-block;
    background: url(../images/icon_yuan2.png) no-repeat left center;
    background-size: auto 0.75rem;
    color: #fff;
}

.sydh.bai h1 b {
    color: #fff;
}

.sydh.bai span {
    position: absolute;
    top: 0.17rem;
    right: 0;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.sydh.bai span a {
    color: #fff;
}

.sydh span:hover {
    border: #fff 1px solid;
}

.byrw {
    position: relative;
}

.byrw::after {
    content: "";
    position: absolute;
    bottom: 0.45rem;
    left: 0.8rem;
    width: calc(100% - 1.6rem);
    height: 0.23rem;
    background: url(../images/byrw_xian.png) repeat-x;
}

.byrw .swiper-slide {
    padding-bottom: 1.5rem;
    height: 4.3rem;
}

.byrw .swiper-slide::after {
    content: "";
    position: absolute;
    z-index: 5;
    left: 50%;
    bottom: 0;
    width: 0.91rem;
    height: 1.39rem;
    font-size: 0px;
    background: url(../images/pyrw_dian.png) no-repeat center;
    background-size: auto 1.39rem;
    transform: translate(-50%, 0);
    opacity: 0;
    transition: all 0.4s ease-out 0s;
}

.byrw .swiper-slide:hover::after {
    opacity: 1;
}

.byrw .lb {
    transition: all 0.3s ease-out 0s;
}

.byrw .lb .mar {
    position: relative;
    margin-top: 0.3rem;
}

.byrw .lb .mar .pic {
    position: relative;
    padding-bottom: 71%;
    overflow: hidden;
}

.byrw .lb .mar .pic img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.byrw .lb .mar .text {
    overflow: hidden;
    padding: 0.15rem 0.2rem 0.2rem;
    text-align: center;
    background: #fff;
}

.byrw .lb:hover .mar .pic img {
    transform: scale(1.05);
}

.byrw .lb .mar .text h2 {
    font-size: 0.22rem;
    color: #333;
    line-height: 0.34rem;
    height: 0.34rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 0.08rem;
}

.byrw .lb .mar .text p {
    font-size: 0.16rem;
    color: #888;
    line-height: 0.24rem;
    height: 0.72rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}


/* .byrw .lb {
    perspective: 5rem;
} */


/* .byrw .swiper-slide .lb .mar {
    transform: translateX(0.2rem) rotateY(15deg);
} */


/* .byrw .swiper-slide.swiper-slide-active .lb .mar {
    margin-top: 0.2rem;
}

.byrw .swiper-slide.swiper-slide-active .lb .mar .pic {
    padding-bottom: 75%;
}

.byrw .swiper-slide.swiper-slide-prev::after {
    transform: translate(-75%, 0);
}

.byrw .swiper-slide.swiper-slide-prev .lb .mar {
    transform: translateX(-0.52rem) rotateY(-5deg);
}

.byrw .swiper-slide.swiper-slide-next::after {
    transform: translate(-28%, 0);
}

.byrw .swiper-slide.swiper-slide-next .lb .mar {
    transform: translateX(0.52rem) rotateY(5deg);
}

.byrw .swiper-slide.swiper-slide-prev .text {
    transform: translate(-0.2rem, 0);
    width: calc(100% - 0.25rem);
    box-sizing: border-box;
    padding-left: 0.35rem;
}

.byrw .swiper-slide.swiper-slide-next .text {
    transform: translate(0.45rem, 0);
    width: calc(100% - 0.45rem);
    box-sizing: border-box;
} */


.byrw .lb:hover .mar .text {
    background: #ea9425;
}

.byrw .lb:hover .mar .text h2,
.byrw .lb:hover .mar .text p {
    color: #fff;
}

.byrw .byrw-next,
.byrw .byrw-prev {
    width: 0.64rem;
    height: 0.64rem;
    position: absolute;
    z-index: 5;
    bottom: 0.22rem;
    outline: none;
    background: rgba(0, 0, 0, 0.2) url(../images/byrw-btn.png) no-repeat center;
     background-size: auto 0.2rem;
    border-radius: 50%;
    cursor: pointer;
}

.byrw .byrw-prev {
    left: 0;
}

.byrw .byrw-next {
    right: 0;
    transform: rotate(180deg);
}

.byrw .byrw-next:hover {
    transform: rotate(180deg);
    background: #E47C15 url(../images/byrw-btn.png) no-repeat center;
    background-size: auto 0.2rem;
}

.byrw .byrw-prev:hover {
    background: #E47C15 url(../images/byrw-btn.png) no-repeat center;
    background-size: auto 0.2rem;
}


/* 辅导员园地 */

.cont_box6 {
    background: url(../images/bg6.png) no-repeat center;
    background-size: cover;
    padding: 1rem 0 3rem;
    overflow: hidden;
    position: relative;
}

.cont_box6 .ct6nr {
    width: 50%;
    float: left;
}

.ct6nr:nth-of-type(1) .mar {
    padding-right: 0.3rem;
}

.ct6nr:nth-of-type(2) .mar {
    padding-left: 0.3rem;
}

.fdyyd {
    padding-top: 0.4rem;
    overflow: hidden;
}

.fdyyd .ydtj {
    padding-bottom: 0.45rem;
    overflow: hidden;
    border-bottom: #e6e6e6 1px solid;
}

.fdyyd .ydtj .pic {
    width: 3.29rem;
    float: left;
}

.fdyyd .ydtj .pic span {
    display: block;
    position: relative;
    overflow: hidden;
    padding-bottom: 67%;
}

.fdyyd .ydtj .pic span img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.fdyyd .ydtj .pic span img:hover {
    transform: scale(1.05);
}

.fdyyd .ydtj .text {
    width: calc(100% - 3.65rem);
    float: right;
    padding-top: 0.15rem;
}

.fdyyd .ydtj .text h2 {
    font-size: 0.22rem;
    color: #333;
    line-height: 0.32rem;
    height: 0.64rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    transition: all 0.3s ease-out 0s;
}

.fdyyd .ydtj .text p {
    font-size: 0.16rem;
    color: #888;
    line-height: 0.26rem;
    height: 0.52rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin: 0.14rem 0 0.42rem;
}

.fdyyd .ydtj .text span {
    font-size: 0.16rem;
    color: #888888;
    line-height: 0.3rem;
    height: 0.3rem;
    padding-left: 0.3rem;
    background: url(../images/icon_time.png) no-repeat left;
    background-size: auto 0.18rem;
}

.fdyyd .ydtj .text:hover h2 {
    color: #aa2631;
    font-weight: bold;
}

.fdyyd .ydlb {
    padding-top: 0.18rem;
    overflow: hidden;
}

.fdyyd .ydlb li {
    width: 100%;
    float: left;
}

.fdyyd .ydlb li a {
    display: block;
    padding-left: 0.25rem;
    position: relative;
}

.fdyyd .ydlb li a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.17rem;
    width: 0.02rem;
    height: 0.18rem;
    background: #8c141d;
}

.fdyyd .ydlb li h2 {
    width: calc(100% - 1.1rem);
    float: left;
    color: #333;
    font-size: 0.2rem;
    line-height: 0.52rem;
    height: 0.52rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all 0.3s ease-out 0s;
}

.fdyyd .ydlb li span {
    font-size: 0.16rem;
    color: #888888;
    line-height: 0.52rem;
    float: right;
}

.fdyyd .ydlb li:hover h2 {
    color: #aa2631;
    transform: translateX(5px);
}

.gzck {
    padding-top: 0.1rem;
    overflow: hidden;
}

.gzck li {
    width: 100%;
    float: left;
    border-bottom: #e8e8e8 1px solid;
}

.gzck li:nth-last-of-type(1) {
    border-bottom-style: none;
}

.gzck li a {
    display: block;
    overflow: hidden;
    padding: 0.25rem 0.2rem 0.24rem 0.15rem;
}

.gzck li h2 {
    width: calc(100% - 1.35rem);
    float: right;
    color: #333;
    font-size: 0.2rem;
    line-height: 0.48rem;
    height: 0.48rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all 0.3s ease-out 0s;
}

.gzck li span {
    float: left;
    font-size: 0.16rem;
    color: #888888;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 0.4rem;
}

.gzck li span b {
    font-size: 0.34rem;
    color: #99111A;
    font-weight: normal;
    margin-right: 0.1rem;
    font-family: 'Times New Roman', Times, serif;
}

.gzck li:hover span,
.gzck li:hover h2 {
    color: #99111A;
}

.gzck li:hover h2 {
    transform: translateX(5px);
}


/* 媒体 */

.cont_box7 {
    background: url(../images/bg7.png) no-repeat center;
    background-size: cover;
    padding: 2.8rem 0 1.2rem;
    margin-top: -2.7rem;
}

.cont_box7 .ct7nr {
    width: 50%;
    float: left;
}

.ct7nr:nth-of-type(1) .mar {
    padding-right: 0.1rem;
}

.ct7nr:nth-of-type(2) .mar {
    padding-left: 0.1rem;
}

.ct7nr .mar .mtwz {
    margin: 0.11rem auto 0.52rem;
    text-align: center;
    height: 1.12rem;
}

.ct7nr .mar .mtwz img {
    max-width: 100%;
    max-height: 100%;
}

.mtlbo {
    position: relative;
}

.mtlbo::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: calc(100% + 0.4rem);
    height: 2.15rem;
    background: url(../images/mtlbo_bg.jpg) no-repeat;
    background-size: cover;
    transform: translate(-0.4rem, 0);
}

.mtlbo::after {
    content: "";
    position: absolute;
    z-index: 5;
    bottom: 0.62rem;
    left: 0;
    width: calc(100% - 1.35rem);
    height: 1px;
    background: rgba(255, 255, 255, 0.5);
}

.mtlbo .mttj {
    position: relative;
}

.mtlbo .mttj .pic {
    position: relative;
    overflow: hidden;
    padding-bottom: 56%;
    padding-bottom: 4.11rem;
}

.mtlbo .mttj .pic img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.mtlbo .mttj .pic img:hover {
    transform: scale(1.05);
}

.mtlbo .mttj .text {
    background: url(../images/mtlbo_bg.jpg) no-repeat;
    background-size: cover;
    padding: 0.3rem 1.35rem 0.95rem 0;
    overflow: hidden;
    position: relative;
}

.mtlbo .mttj .text h2 {
    font-size: 0.22rem;
    color: #fff;
    line-height: 0.4rem;
    height: 0.4rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all 0.4s ease-out 0s;
}

.mtlbo .mttj .text:hover h2 {
    transform: translateX(5px);
}

.mtlbo .mttj .laiy {
    position: absolute;
    left: 0;
    top: 0.2rem;
    z-index: 3;
    width: 0.5rem;
    height: 0.36rem;
    line-height: 0.36rem;
    text-align: center;
    background: #0fb805;
    border-radius: 0 0.18rem 0.18rem 0;
}

.mtlbo .mttj .laiy img {
    height: 0.2rem;
}

.mtlbo .mtlbo-next,
.mtlbo .mtlbo-prev {
    width: 0.4rem;
    height: 0.4rem;
    position: absolute;
    z-index: 5;
    bottom: 0.4rem;
    outline: none;
    cursor: pointer;
    background: url(../images/mtlb-btn.png) no-repeat center;
}

.mtlbo .mtlbo-next {
    right: 0.3rem;
   transform: rotate(180deg);
}

.mtlbo .mtlbo-prev {
    right: 0.7rem;
}

.mtvideo {
    overflow: hidden;
}

.mtvideo .pic {
    overflow: hidden;
    padding-bottom: 56%;
    padding-bottom: 4.22rem;
   transition:all 0.4s;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}


/* .mtvideo img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.mtvideo .pic img:hover {
    transform: scale(1.05);
}

.playBtn {
    content: "";
    position: absolute;
    z-index: 3;
    left: 50%;
    top: 50%;
    width: 0.91rem;
    height: 0.91rem;
    background: url(../images/icon_video2.png) no-repeat;
    background-size: 100% 100%;
    transform: translate(-50%, -50%);
} */

.mtrgt {
    margin-top: 0.2rem;
}

#mask {
    position: fixed;
    z-index: 10;
    inset: 0;
    background: rgba(0, 0, 0, .7);
    display: none;
    /* 初始隐藏 */
    align-items: center;
    justify-content: center;
}

#vBox {
    position: relative;
    width: 80%;
    max-width: 800px;
    background: #000;
    border-radius: 6px;
    overflow: hidden;
}

#vBox video {
    width: 100%;
    display: block;
}

#close {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 30px;
    height: 30px;
    border: none;
    background: #fff;
    color: #000;
    font-size: 20px;
    border-radius: 50%;
    cursor: pointer;
    z-index: 9;
}

.mtrgt .mttj2 {
    width: calc(100% - 2rem);
    float: left;
    position: relative;
}

.mtrgt .mttj2 .pic {
    position: relative;
    overflow: hidden;
    padding-bottom: 56%;
    padding-bottom: 3.09rem;
    transition:all 0.4s;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.mtvideo .pic img,
.mtrgt .mttj2 .pic img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;

}

.mtvideo .pic:hover img,
.mtrgt .mttj2 .pic:hover img {
    transform: scale(1.05);
}

.mtvideo .pic::after,
.mtrgt .mttj2 .pic::after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 68%, rgba(0, 0, 0, 0.44) 99%);
}

.mtvideo .text,
.mtrgt .mttj2 .text {
    padding: 0.3rem 0.2rem 0.15rem 0.2rem;
    box-sizing: border-box;
    overflow: hidden;
    position: absolute;
    z-index: 3;
    width: 100%;
    left: 0;
    bottom: 0;
}

.mtvideo .text h2,
.mtrgt .mttj2 .text h2 {
    font-size: 0.2rem;
    color: #fff;
    line-height: 0.34rem;
    height: 0.34rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all 0.4s ease-out 0s;
}

.mtvideo .text:hover h2,
.mtrgt .mttj2 .text:hover h2 {
    transform: translateX(5px);
}

.mtvideo .laiy,
.mtrgt .mttj2 .laiy {
    position: absolute;
    left: 0;
    top: 0.2rem;
    z-index: 3;
    width: 0.5rem;
    height: 0.36rem;
    line-height: 0.36rem;
    text-align: center;
    /* background: #D52C2B; */
    background: #0fb805;
    border-radius: 0 0.18rem 0.18rem 0;
}
.mtrgt .mttj2 .laiy img {
    height: 0.2rem;
}

.mtrgt .mtwbd {
    width: 1.8rem;
    float: right;
    background: url(../images/mt_fxbg.png) no-repeat;
    background-size: cover;
    height: 3.09rem;
}

.mtwbd ul {
    float: left;
    padding-top: 0.33rem;
}

.mtwbd ul li {
    position: relative;
    float: left;
    width: 0.45rem;
    margin: 0.15rem 0.67rem;
    transition: all 0.4s ease-out 0s;
  opacity: 0;
}

.mtwbd ul li h2 {
    float: left;
    width: 0.5rem;
    height: 0.5rem;
    text-align: center;
    border-radius: 50%;
    cursor: pointer;
    background: rgba(255, 255, 255, 0.2);
}

.mtwbd ul li h2 span {
    display: block;
    height: 100%;
  background: url(../images/db_wx.png) no-repeat center;
    background-size: auto 54%;
}


.dbewm {
    display: none;
    transition: all 0.4s ease-out 0s;
}

.mtwbd ul li:hover .dbewm {
    padding-right: 10px;
    width: 120px;
    display: block;
    position: absolute;
    z-index: 5;
    top: 50%;
    margin-top: -60px;
    right: 100%;
    transition: all 0.4s ease;
}

.dbewm .dbewm_bk {
    width: 110px;
    float: left;
}

.dbewm .dbewm_bk .dbewm_nr {
    width: 110px;
    float: left;
    border-radius: 10px;
    background: #fff;
    padding: 5px;
    border: #f2f2f2 1px solid;
    transition: all 0.4s ease-out 0s;
}

.dbewm .dbewm_bk .dbewm_nr span {
    width: 110px;
    position: relative;
    float: left;
}

.dbewm .dbewm_bk .dbewm_nr:before {
    content: "";
    width: 0;
    height: 0;
    top: 50px;
    right: 0px;
    position: absolute;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 10px solid #fff;
}

.dbewm .dbewm_bk .dbewm_nr span img {
    width: 110px;
    height: 110px;
}
.dbewm .dbewm_bk .dbewm_nr p {
    width: 100%;
    text-align: center;
    font-size: 0.18rem;
    color: #333;
    margin-top: 4px;
    display: inline-block;
}

/* 数据 */

.cont_box8 {
    background: url(../images/bg8.png) no-repeat center;
    background-size: cover;
    padding: 0.3rem 0 1.6rem;
    overflow: hidden;
}

.sjzs {
    height: 3.55rem;
    position: relative;
}

.sjzs .mar {
    width: 2.46rem;
    margin: auto;
    height: 2.91rem;
    background: url(../images/icon_book1.png) no-repeat;
    background-size: 100% 100%;
    text-align: center;
  transition:all 0.4s;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.sjzs .mar h1 {
    font-size: 0.22rem;
    line-height: 0.6rem;
    height: 0.6rem;
    overflow: hidden;
    color: #99111A;
    margin: 0.42rem 0 0.05rem;
    font-family: 'Times New Roman', Times, serif;
    display: inline-block;
}

.sjzs .mar h1 span {
    font-size: 0.6rem;
}

.sjzs .mar p {
    font-size: 0.2rem;
    color: #333;
    line-height: 0.28rem;
    height: 0.56rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

/*.sjzs .swiper-slide.swiper-slide-active .mar,*/
.sjzs .swiper-slide:hover .mar {
    background: url(../images/icon_book2.png) no-repeat;
    background-size: 100% 100%;
}

/*.sjzs .swiper-slide.swiper-slide-active .mar h1,
.sjzs .swiper-slide.swiper-slide-active .mar p,*/
.sjzs .swiper-slide:hover .mar h1,
.sjzs .swiper-slide:hover  .mar p {
    color: #fff;
}

.sjzs .swiper-slide.swiper-slide-prev .mar,
.sjzs .swiper-slide.swiper-slide-next .mar {
    margin-top: 0.6rem;
}

.sjzs .sjzs-next,
.sjzs .sjzs-prev {
    width: 0.4rem;
    height: 0.4rem;
    position: absolute;
    z-index: 5;
    top: 30%;
    outline: none;
    border: 4px solid #FFFFFF;
    background: #FFDFE2 url(../images/sjzs-btn.png) no-repeat center;
    background-size: 0.09rem;
    border-radius: 50%;
    cursor: pointer;
}

.sjzs .sjzs-prev {
    left: -0.8rem;
}

.sjzs .sjzs-next {
    right: -0.8rem;
    transform: rotate(180deg);
}

.sjzs .sjzs-next:hover {
    transform: rotate(180deg);
    background: #99111A url(../images/sjzs-btn2.png) no-repeat center;
    background-size: 0.09rem;
}

.sjzs .sjzs-prev:hover {
    background: #99111A url(../images/sjzs-btn2.png) no-repeat center;
    background-size: 0.09rem;
}

.lkdb_box {
    position: relative;
}

.link_box {
    position: absolute;
    left: 0;
    top: -0.5rem;
    width: 100%;
}

.link_box::before {
    content: "";
    position: absolute;
    z-index: 3;
    left: 0;
    top: 0;
    width: 50%;
    height: 100%;
    background: #EA9425;
}

.link_box .minnr {
    background: url(../images/link_bg.png) no-repeat right;
    background-size: auto 1rem;
    position: relative;
    z-index: 3;
    padding: 0.24rem 0;
}

.link_box .minnr h1 {
    float: left;
    font-size: 0.2rem;
    color: #fff;
    line-height: 0.5rem;
    margin-right: 0.2rem;
}

.link_box .rgt {}

.link_box .rgt .yqlj {
    width: 3.4rem;
    float: left;
    position: relative;
    margin-left: 0.3rem;
}

.link_box .rgt .yqlj h2 {
    height: 0.5rem;
    padding: 0 0.2rem 0 0.3rem;
    box-sizing: border-box;
    border: 1px solid rgba(255, 255, 255, 0.4);
}

.link_box .rgt .yqlj h2 span {
    color: #fff;
    font-size: 0.18rem;
    line-height: 0.5rem;
    display: block;
    background: url(../images/link_sjx.png) no-repeat right center;
}

.link_box .rgt .yqlj .yqljnr {
    display: none;
    position: absolute;
    z-index: 5;
    left: 0;
    bottom: 100%;
    background: #fff;
    width: 100%;
    padding: 0.1rem 0;
    box-sizing: border-box;
    transition: all 0.4s ease-out 0s;
}

.link_box .rgt .yqlj .yqljnr div {
    max-height: 1.25rem;
    overflow: auto;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.08);
}

.link_box .rgt .yqlj .yqljnr div::-webkit-scrollbar {
    width: 2px;
    background: #99111A;
}

.link_box .rgt .yqlj:hover .yqljnr {
    display: block;
}

.yqljnr div a {
    display: block;
    font-size: 0.16rem;
    line-height: 0.24rem;
    padding: 0.1rem;
}

.yqljnr div a:hover {
    background: #99111A;
    color: #fff;
}


/* 底部 */

.dibu_bg {
    background: url(../images/dibu_bg.jpg) no-repeat;
    background-size: cover;
    overflow: hidden;
}

.dibu_bg .dbc1 {
    padding: 1.3rem 0 0.5rem;
    overflow: hidden;
}

.dibu_bg .dbc1 .dblogo {
    width: 7.6rem;
    float: left;
    margin-top: 0.2rem;
}

.dibu_bg .dbc1 .dblogo img {
    max-width: 100%;
}

.dibu_bg .dbc1 .dbadr {
    float: right;
    padding-left: 0.5rem;
    position: relative;
}

.dibu_bg .dbc1 .dbadr::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.1rem;
    width: 2px;
    height: calc(100% - 0.2rem);
    background: #EA9425;
}

.dibu_bg .dbc1 .dbadr p {
    font-size: 0.18rem;
    color: rgba(255, 255, 255, 0.9);
    line-height: 0.3rem;
    margin: 0.05rem 0;
}

.dibu_bg .dbc1 .dbadr p em {
    color: #EA9425;
   font-style: normal;
}

.dibu_bg .dbanq {
    border-top: 1px solid rgba(255, 255, 255, 0.14);
    color: rgba(255, 255, 255, 0.8);
    font-size: 0.18rem;
    line-height: 0.32rem;
    text-align: center;
    padding: 0.29rem 0;
}

.dibu_bg .dbanq p,
.dibu_bg .dbanq p a {
    color: rgba(255, 255, 255, 0.8);
}

.ycmob {
    display: none;
}

.ycpc {
    width: 1.8rem;
    position: fixed;
    z-index: 99;
    right: 0;
   bottom: 10%;
  opacity:0;
}
.ycpc.show{
  opacity:1;
}
.ycpc .yc_logo {
    width: 1.74rem;
    height: 1.74rem;
    margin: auto;
    position: absolute;
    top: -0.8rem;
}

.ycpc .ycnr {
    border-radius: 0.2rem;
    background: #99111A;
    padding: 0.5rem 0.16rem 0.3rem;
}

.ycpc .ycnr dl {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding: 0.2rem 0;
    overflow: hidden;
}

.ycpc .ycnr dl:nth-last-of-type(1) {
    border-bottom-style: none;
}

.ycpc .ycnr dl dt {
    font-size: 0.16rem;
    font-weight: bold;
    line-height: 0.4rem;
    color: #FFFFFF;
    padding-left: 0.25rem;
    box-sizing: border-box;
}

.ycpc .ycnr dl dd {
    font-size: 0.16rem;
    line-height: 0.3rem;
    color: #FFFFFF;
}

.ycpc .ycnr dl dd.yew {
    font-size: 0.2rem;
    color: #FFDDB0;
    text-indent: 0.25rem;
}

.ycpc .ycnr dl dt:nth-of-type(1) {
    background: url(../images/yc_icon01.png) no-repeat left center;
}

.ycpc .ycnr dl dt:nth-of-type(2) {
    background: url(../images/yc_icon02.png) no-repeat left center;
}

.ycpc .ycnr dl dt:nth-of-type(3) {
    background: url(../images/yc_icon03.png) no-repeat left center;
}

#gotop {
    cursor: pointer;
    width: 100%;
    height: .47rem;
    transform: translate(0, -50%);
}

#gotop img {
    width: 100%;
}

.ycmob_box {
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 99999;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-out 0s;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    backdrop-filter: blur(5px)
}


/* #gotop.hide {}

.body_b.showdiv #gotop.show {} */

.ltpic_box {
    position: relative;
    z-index: 3;
}

.ltpic_box::before {
    content: "";
    width: 50%;
    height: 0.08rem;
    position: absolute;
    left: 0;
    bottom: 0;
    background: #eb9423;
}

.list_pic {
    overflow: hidden;
}

.list_pic img {
    width: 100%;
}

.ltpic_box .ltlmmc {
    position: absolute;
    left: 0;
    bottom: 0.08rem;
    width: 100%;
}

.ltpic_box .ltlmmc h1 {
    font-size: 0.52rem;
    color: #FFFFFF;
    font-family: 'sys-b';
    margin-bottom: 0.45rem;
}

.ltpic_box .ltlmmc span img {
    height: 0.65rem;
}

.ltpic_box.pdy::before{
  display:none;
}
.ltpic_box.pdy .ltlmmc {
    text-align: center;
}
.ltpic_box.pdy .ltlmmc h1 {
    margin-bottom: 1rem;
}

.sjmenu {
    display: none;
}

.list_boxbg {
    padding-bottom: 1.2rem;
    background: #f6f6f6 url(../images/bg8.png) no-repeat center bottom;
}

.list_lf {
    width: 2.8rem;
    float: left;
    margin-top: 0.5rem;
    position: relative;
}

.list_lf::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 3.49rem;
    height: 3.88rem;
    background: url(../images/ltlf_pic.png) no-repeat;
    background-size: auto 3.88rem;
    transform: translate(-40%, 100%);
}

.sideMenu {}

.sideMenu li {
    width: 100%;
    float: left;
}

.sideMenu li h3 {
    padding: 0 0.1rem;
    overflow: hidden;
}


/*.sideMenu li h3 em {
    position: absolute;
    z-index: 2;
    left: 0;
    top: 0.24rem;
    width: 0.42rem;
    height: 0.42rem;
    background: url(../images/ltsjx.png) no-repeat center;
    background-size: auto 100%;
    cursor: pointer;
    opacity: 0;
}


 .sideMenu li.current em {
    transform: rotate(90deg);
} */

.sideMenu li h3 a {
    display: block;
    padding: 0.24rem 0 0.24rem 0.6rem;
    box-sizing: border-box;
    cursor: pointer;
    font-size: 0.2rem;
    color: #333;
    line-height: 0.42rem;
}

.sideMenu dl {
    display: none;
    overflow: hidden;
}

.sideMenu dl dd {
    position: relative;
}

.sideMenu dl dd a {
    display: block;
    width: 100%;
    font-size: 0.16rem;
    color: #666;
    line-height: 0.26rem;
    cursor: pointer;
    padding: 0.05rem 0.2rem 0.05rem 0.6rem;
    box-sizing: border-box;
}

.sideMenu li.current h3>a,
.sideMenu li:hover h3>a {
    color: #99111A;
    background: url(../images/ltej.png) no-repeat left 0.24rem;
    background-size: auto 0.42rem;
}

.sideMenu dl dd.current,
.sideMenu dl dd:hover,
.sideMenu dl dd:hover a,
.sideMenu dl dd.current a {
    color: #99111A;
}

.sideMenu li.current h3,
.sideMenu li:hover h3 {
    background: #fff;
}

.sideMenu li.current h3 em,
.sideMenu li:hover h3 em {
    opacity: 1;
}

.sideMenu li.current dl {
    display: block !important;
    padding: 0.1rem;
    background: #fff;
}

.list_rg {
    float: right;
    width: calc(100% - 2.8rem);
    margin-top: -0.87rem;
    position: relative;
    z-index: 3;
    background: #FFFFFF;
    padding-bottom: 0.6rem;
}

.ltdqwz {
    overflow: hidden;
    padding: 0.3rem 0 0.1rem;
    border-bottom: #99111A 1px solid;
    margin: 0 0.4rem;
}

.ltdqwz h1 {
    float: left;
    line-height: 0.55rem;
    font-size: 0.4rem;
    color: #99111A;
    font-family: 'sys-b';
}

.ltdqwz span {
    float: right;
    margin-top: 0.18rem;
    display: block;
    font-size: 0.14rem;
    color: #999;
    line-height: 0.3rem;
    padding-left: 0.25rem;
    background: url(../images/ic_home2.png) no-repeat left center;
    background-size: auto 0.15rem;
}

.ltdqwz span a {
    color: #999;
}

.ltdqwz span a:hover {
    color: #99111A;
}


/* 列表页文字 */

.list_lb {
    min-height: 500px;
}

.list_lb ul {
    padding: 0.4rem 0;
    overflow: hidden;
}

.list_lb li {
    overflow: hidden;
    transition: all 0.2s ease-out 0s;
    margin-top: 0.2rem;
    padding: 0 0.4rem;
}

.list_lb li .mar {
    padding: 0.13rem 0;
    overflow: hidden;
    background: #F6F6F6;
}

.list_lb li .mar .time {
    float: left;
    padding: 0 0.06rem;
    line-height: 0.27rem;
    text-align: center;
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    background: rgba(153, 17, 26, 0.9);
    height: 0.64rem;
    transition: all 0.2s ease-out 0s;
}

.list_lb li .mar .time b {
    font-size: 0.3rem;
    display: block;
    font-weight: normal;
    margin-top: 0.08rem;
    font-family: 'Times New Roman', Times, serif;
}

.list_lb li .mar .time span {
    font-size: 0.15rem;
}

.list_lb li .text {
    width: calc(100% - 0.96rem);
    float: right;
    padding-right: 0.7rem;
    box-sizing: border-box;
    position: relative;
}

.list_lb li .text::after {
    content: "";
    position: absolute;
    top: 0.12rem;
    right: 0.2rem;
    width: 0.4rem;
    height: 0.4rem;
    border-radius: 50%;
}

.list_lb li .text::after {
    background: #fff url(../images/list_jt.png) no-repeat center;
    background-size: auto 0.23rem;
}

.list_lb li .text h2 {
    font-size: 0.2rem;
    color: #333;
    line-height: 0.64rem;
    height: 0.64rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.list_lb li:hover {
    background: url(../images/ltlb_bg.jpg) no-repeat center;
    background-size: cover;
}

.list_lb li:hover .mar {
    background: none;
}

.list_lb li:hover .time {
    background: #EA9425;
}

.list_lb li:hover .text h2 {
    color: #fff;
}


/* 新闻列表页 */

.list_xw {
    overflow: hidden;
    min-height: 5rem;
}

.list_xw ul {
    overflow: hidden;
    padding: 0.2rem 0 0.4rem;
}

.list_xw li {
    overflow: hidden;
    position: relative;
    transition: all 0.4s ease;
    padding: 0.4rem 0.5rem;
    overflow: hidden;
}

.list_xw li::before {
    content: "";
    position: absolute;
    left: 0.5rem;
    bottom: 0;
    width: calc(100% - 1rem);
    height: 1px;
    border-bottom: #E2E2E2 1px dashed;
}

.list_xw li .ltxwlf {
    width: 3.1rem;
    float: left;
    position: relative;
}

.list_xw li .ltxwlf .time {
    position: absolute;
    z-index: 3;
    left: -0.1rem;
    bottom: -0.1rem;
    padding: 0.04rem 0.06rem 0.08rem;
    line-height: 0.27rem;
    text-align: center;
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    background: rgba(153, 17, 26, 0.9);
}

.list_xw li .ltxwlf .time b {
    font-size: 0.34rem;
    display: block;
    font-weight: normal;
    margin-top: 0.08rem;
    font-family: 'Times New Roman', Times, serif;
}

.list_xw li .ltxwlf .time span {
    font-size: 0.16rem;
}

.list_xw li .ltxwlf .pic {
    position: relative;
    padding-bottom: 67%;
    overflow: hidden;
}

.list_xw li .ltxwlf .pic img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.list_xw li:hover .ltxwlf .pic img {
    transform: scale(1.05);
}

.list_xw li .text {
    width: calc(100% - 3.45rem);
    float: right;
}
.list_xw li.picno  .ltxwlf{
   width:auto;
}
.list_xw li.picno  .ltxwlf .pic{
  display:none;
}
.list_xw li.picno  .ltxwlf .time{
  bottom:auto;
top:0.1rem;
}
.list_xw li.picno  .text{
    width: calc(100% - 0.9rem);
}
.list_xw li .text h2 {
    font-size: 0.22rem;
    color: #333;
    line-height: 0.62rem;
    height: 0.62rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all 0.2s ease-out 0s;
    position: relative;
    margin-bottom: 0.18rem;
    font-family: 'alphm';
}

.list_xw li .text h2::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0.3rem;
    height: 0.03rem;
    background: #EA9425;
}

.list_xw li .text p {
    font-size: 0.16rem;
    color: rgba(51, 51, 51, 0.45);
    line-height: 0.26rem;
    height: 1.04rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.list_xw li:hover {
    background: url(../images/ltxw_bg.jpg) no-repeat center;
    background-size: cover;
}

.list_xw li:hover .ltxwlf .time {
    background: #EA9425;
}

.list_xw li:hover .text h2 {
    color: #fff;
}

.list_xw li:hover .text p {
    color: rgba(255, 255, 255, 0.55);
}
/* 列表页图标 */

.list_tb {
    min-height: 500px;
}

.list_tb ul {
    padding: 0.4rem;
    overflow: hidden;
    margin: 0 -0.2rem;
}

.list_tb li {
    overflow: hidden;
    transition: all 0.2s ease-out 0s;
    width: 33.3%;
    float: left;
}

.list_tb li .mar {
    padding: 0.35rem;
    height: 1.56rem;
    position: relative;
    margin: 0.15rem 0.2rem;
    background: #f6f6f6;
    box-sizing: border-box;
}

.list_tb li .mar::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -0.19rem;
    background: #99111a;
    width: 0.03rem;
    height: 0.38rem;
}

.list_tb li:hover .mar::before {
    background: #fff;
}

.list_tb li .mar .text {
    width: calc(100% - 0.9rem);
    float: left;
}

.list_tb li .mar .text h2 {
    font-size: 0.2rem;
    color: #333;
    line-height: 0.3rem;
    transition: all 0.4s ease-out 0s;
    display: flex;
    align-items: center;
    height: 0.86rem;
}

.list_tb li .mar .icon {
    width: 0.86rem;
    float: right;
    background: #fff;
    height: 0.86rem;
    border-radius: 50%;
    text-align: center;
    position: relative;
    transition: all 0.4s ease-out 0s;
}

.list_tb li .mar .icon img {
    position: absolute;
    left: 50%;
    top: 50%;
    max-width: 0.46rem;
    max-height: 0.46rem;
    transform: translate(-50%, -50%);
}

.list_tb li:hover .mar {
    background: #99111a;
}

.list_tb li:hover .mar .text h2 {
    color: #fff;
}

/*内容页*/

.contt_box {
    min-height: 450px;
  padding:0 0.4rem;
}

.contt_tit {
    text-align: center;
    padding: 0.25rem 0.2rem 0.2rem;
    overflow: hidden;
    margin-top: 0.6rem;
    background: #F6F6F6;
}

.contt_tit h1 {
    font-size: 0.28rem;
    color: #333;
    font-family: 'alphm';
    margin-bottom: 0.15rem;
}

.contt_tit h3 {
    font-size: 0.16rem;
    color: #777;
    line-height: 0.3rem;
    overflow: hidden;
}

.contt_zhwen {
    overflow: hidden;
    padding: 0.35rem 0 0.4rem;

}

.contt_zhwen p {
    font-size: 0.18rem!important;
    color: #333!important;
    line-height: 0.36rem!important;
    margin-bottom: 0.15rem;
    text-indent: 2em;
}
.contt_zhwen p span{
  font-size: 0.18rem!important;
    color: #333!important;
    line-height: 0.36rem!important;
}
.contt_zhwen p img {
    max-width: 90%;
    height: auto !important;
  border-style: none !important;
}
.contt_zhwen table{
  max-width: 100%!important;
}
.contt_zhwen td,
.contt_zhwen td p {
    text-indent: 0em;
    margin-bottom: 0;
}
.contt_zhwen table{
  max-width: 90%!important;
}
.contt_zhwen iframe {
    max-width: 90%!important;
}

.contt_zhwen video {
    max-width: 90%!important;
    height: auto !important;
}

.contt_sxp {
    border-top: 1px dashed #E2E2E2;
    box-sizing: border-box;
    padding: 0.4rem 0;
}

.contt_sxp li {
    width: 50%;
    float: left;
}

.contt_sxp li a {
    line-height: 0.3rem;
    padding: 0.05rem 0;
    font-size: 0.18rem;
    color: #333;
    position: relative;
    box-sizing: border-box;
    display: block;
}

.contt_sxp li a::before {
    content: "";
    position: absolute;
    width: 0.4rem;
    height: 0.4rem;
    background: url(../images/icon_sxp.png) no-repeat center;
    background-size: auto 0.14rem;
    border: 1px dashed #99111A;
    border-radius: 50%;
    top: 0;
}

.contt_sxp li.prev a {
    padding-left: 0.6rem;
    padding-right: 0.15rem;
}

.contt_sxp li.next a {
    padding-right: 0.6rem;
    padding-left: 0.15rem;
    text-align: right;
}

.contt_sxp li.prev a::before {
    left: 0;
}

.contt_sxp li.next a::before {
    right: 0;
    transform: rotate(180deg);
}

.contt_sxp li:hover,
.contt_sxp li:hover a {
    color: #99111A;
}
/* 人员构成 */

.rygc {
    min-height: 0.5rem;
    overflow: hidden;
    padding: 0 0.4rem;
}

.reny {
    overflow: hidden;
    padding: 0.3rem 0 0.1rem;
}

.reny ul {
    margin: 0 -0.2rem;
   display: flex;
    flex-wrap: wrap;
}

.reny li {
    width: 50%;
    float: left;
}

.reny li .mar {
    margin: 0 0.2rem 0.4rem;
    border: #eee 1px solid;
    overflow: hidden;
}

.reny li .mar .pic {
    width: 1.18rem;
    float: left;
}

.reny li .mar .pic span {
    position: relative;
    padding-bottom: 140%;
    overflow: hidden;
    display: block;
}

.reny li .mar .pic span img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.reny li .mar .text {
    width: calc(100% - 1.3rem);
    float: right;
    padding: 0.15rem 0.2rem 0 0;
    box-sizing: border-box;
}

.reny li .mar .text p {
    font-size: 0.18rem;
    color: #333;
    line-height: 0.3rem;
    max-height: 0.6rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.gong {
    background: #f9f9f9;
    overflow: hidden;
}

.gong h2 {
    font-size: 0.18rem;
    color: #fff;
    background: rgba(153, 17, 26, 0.9);
    padding: 0.1rem 0.2rem;
    box-sizing: border-box;
}

.gong .text {
    padding: 0.15rem 0.3rem;
    overflow: hidden;
    box-sizing: border-box;
}

.gong .text p {
    font-size: 0.18rem!important;
    color: #333!important;
    line-height: 0.36rem!important;
  text-indent:0em!important;
}


/* 资助中心 新闻动态*/

.pdzxzx_box {
    padding: 0.8rem 0 0.85rem;
}

.pdxw {
    width: 9rem;
    float: left;
}

.pdgg {
    width: calc(100% - 9.6rem);
    float: right;
}

.pdxwtj {
    position: relative;
    margin-top: 0.28rem;
}

.pdxwtj .mar {
    background: #981120 url(../images/pdxwtj.jpg) no-repeat right bottom;
    overflow: hidden;
}

.pdxwtj .mar .pic {
    width: 4.5rem;
    float: left;
}

.pdxwtj .mar .pic span {
    position: relative;
    overflow: hidden;
    padding-bottom: 67%;
    display: block;
}

.pdxwtj .mar .pic span img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.pdxwtj .mar .pic span img:hover {
    transform: scale(1.05);
}

.pdxwtj .mar .text {
    float: right;
    width: calc(100% - 4.5rem);
    padding: 0.3rem 0.4rem 0rem 0.4rem;
    box-sizing: border-box;
}

.pdxwtj .mar .text h2 {
    font-size: 0.2rem;
    color: #fff;
    line-height: 0.3rem;
    height: 0.66rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    transition: all 0.3s ease-out 0s;
    margin: 0.03rem 0 0.12rem;
}

.pdxwtj .mar .text i {
    width: 100%;
    height: 1px;
    background: rgba(255, 255, 255, 0.3);
    display: block;
}

.pdxwtj .mar .text p {
    margin-top: 0.16rem;
    font-size: 0.16rem;
    color: rgba(255, 255, 255, 0.6);
    line-height: 0.28rem;
    height: 0.56rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.pdxwtj .mar .text span {
    font-size: 0.16rem;
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 0.4rem;
}

.pdxwtj .mar .text span b {
    font-size: 0.34rem;
    color: #fff;
    font-weight: normal;
    margin-right: 0.1rem;
    font-family: 'Times New Roman', Times, serif;
}

.pdxwtj .mar:hover .text .tit h2 {
    transform: translateX(5px);
}

.pdxwtj .pdxwtj-dot {
    position: absolute;
    right: 0;
    bottom: 0.25rem;
    z-index: 9;
    text-align: center;
    width: calc(100% - 4.5rem);
}

.pdxwtj .pdxwtj-dot span {
    margin: 0 13px;
    width: 10px;
    height: 10px;
    background: rgba(255, 255, 255, 0.4);
    opacity: 1;
    cursor: pointer;
    border-radius: 50%;
}

.pdxwtj .pdxwtj-dot span.swiper-pagination-bullet-active {
    background: #FFFFFF;
}

.pdxwwz {
    padding-top: 0.2rem;
    overflow: hidden;
}

.pdxwwz li {
    width: 100%;
    float: left;
}

.pdxwwz li a {
    display: block;
    padding-left: 0.25rem;
    position: relative;
}

.pdxwwz li a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.17rem;
    width: 0.02rem;
    height: 0.18rem;
    background: #8c141d;
}

.pdxwwz li h2 {
    width: calc(100% - 1.1rem);
    float: left;
    color: #333;
    font-size: 0.2rem;
    line-height: 0.52rem;
    height: 0.52rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all 0.3s ease-out 0s;
}

.pdxwwz li span {
    font-size: 0.16rem;
    color: #888888;
    line-height: 0.52rem;
    float: right;
}

.pdxwwz li:hover h2 {
    color: #aa2631;
    transform: translateX(5px);
}

.pdggwz {
    margin-top: 0.28rem;
    overflow: hidden;
    border-bottom: #E7E7E7 1px solid;
}

.pdggwz li {
    width: 100%;
    float: left;
    transition: all 0.4s ease-out 0s;
}

.pdggwz li:nth-of-type(2n-1) {
    background: #F7F7F7;
}

.pdggwz li a {
    display: block;
    padding: 0.27rem 0.16rem;
    overflow: hidden;
    transition: all 0.4s ease-out 0s;
}

.pdggwz li .time {
    float: left;
    width: 0.65rem;
    line-height: 0.28rem;
    text-align: center;
    color: #99111A;
    font-family: Arial, Helvetica, sans-serif;
}

.pdggwz li .time b {
    font-size: 0.34rem;
    display: block;
    font-weight: normal;
    margin-top: 0.04rem;
    font-family: 'Times New Roman', Times, serif;
}

.pdggwz li .time span {
    font-size: 0.16rem;
}

.pdggwz li .text {
    width: calc(100% - 0.8rem);
    float: right;
    height: 0.6rem;
    display: flex;
    align-items: center
}

.pdggwz li .text h2 {
    flex: 1;
    color: #333;
    font-size: 0.2rem;
    line-height: 0.3rem;
    transition: all 0.4s ease-out 0s;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.pdggwz li:hover {
    background: #99111A;
}

.pdggwz li:hover .time,
.pdggwz li:hover .text h2 {
    color: #fff;
}


/* 资助中心 资助政策 */

.pdzxzx_box2 {
    background: url(../images/pdbg1.jpg) no-repeat center;
    background-size: cover;
    overflow: hidden;
    padding: 0.8rem 0 0.75rem;
}

.pdmin {
    width: 50%;
    float: left;
}

.pdmin:nth-of-type(1) .mar {
    padding-right: 0.3rem;
}

.pdmin:nth-of-type(2) .mar {
    padding-left: 0.3rem;
}

.gzck.pdzce li:nth-last-of-type(1) {
    border-bottom: #e8e8e8 1px solid;
}

.pdzxin {
    padding-top: 0.1rem;
    overflow: hidden;
}

.pdzxin li {
    width: 100%;
    float: left;
    border-bottom: #e8e8e8 1px solid;
}

.pdzxin li a {
    display: block;
    overflow: hidden;
    padding: 0.25rem 0.7rem 0.24rem;
    position: relative;
}

.pdzxin li a::before,
.pdzxin li a::after {
    content: "";
    position: absolute;
    height: 0.48rem;
    top: 0.25rem
}

.pdzxin li a::before {
    left: 0;
    width: 0.65rem;
    background: url(../images/icon_down.png) no-repeat center;
    background-size: auto 0.21rem;
}

.pdzxin li a::after {
    right: 0;
    width: 0.45rem;
    background: url(../images/icon_hjt.png) no-repeat left;
    background-size: auto 0.11rem;
}

.pdzxin li h2 {
    color: #333;
    font-size: 0.2rem;
    line-height: 0.48rem;
    height: 0.48rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all 0.3s ease-out 0s;
}

.pdzxin li:hover h2 {
    color: #99111A;
    transform: translateX(5px);
}

.pdzxin li:hover a::after {
    background: url(../images/icon_hjt_h.png) no-repeat left;
    background-size: auto 0.11rem;
}

.pdzxin.cjwt li a::before {
    background: url(../images/icon_shu.png) no-repeat center;
    background-size: auto 0.24rem;
}


/* 资助中心 常见问题 */

.pdzxzx_box3 {
    padding: 0.9rem 0 1.4rem;
    overflow: hidden;
    background: url(../images/bg8.png) no-repeat center;
    background-size: cover;
}

.pdkstd {
    overflow: hidden;
}

.pdkstd ul {
    margin: 0 -0.16rem;
}

.pdkstd li {
    width: 25%;
    float: left;
}

.pdkstd li .mar {
    margin: 0 0.16rem;
    height: 1.2rem;
    position: relative;
}

.pdkstd li .mar h2 {
    position: absolute;
    width: 100%;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
    line-height: 0.38rem;
    font-size: 0.2rem;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-align: center;
}

.pdkstd li .mar h2 img {
    margin-right: 0.16rem;
    max-height: 0.38rem;
}

.pdkstd li:nth-of-type(1) .mar {
    background: #910F17;
}

.pdkstd li:nth-of-type(2) .mar {
    background: #C8531D;
}

.pdkstd li:nth-of-type(3) .mar {
    background: #EA9425;
}

.pdkstd li:nth-of-type(4) .mar {
    background: #C7AA5C;
}

.pdkstd li:hover .mar {
    opacity: 0.9;
}

.pdzxzx_box2.zxjjbox {
    padding-bottom: 1.75rem;
}

.pdzxjj {
    background: #FFFFFF;
    border: 1px solid #E7E7E7;
    margin-top: 0.38rem;
    padding: 0.38rem 0.34rem;
    overflow: hidden;
}

.pdzxjj .pic {
    position: relative;
padding-bottom: 2.8rem;
    overflow: hidden;
}

.pdzxjj .pic img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.pdzxjj p {
    margin: 0.18rem 0 0.26rem;
    font-size: 0.2rem;
    line-height: 0.4rem;
    height: 1.2rem;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.pdzxjj span {
    display: block;
    position: relative;
}

.pdzxjj span::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.16rem;
    width: calc(100% - 1.34rem);
    height: 1px;
    background: #99111A;
}

.pdzxjj span a {
    float: right;
    width: 1.3rem;
    height: 0.34rem;
    font-size: 0.16rem;
    color: #fff;
    line-height: 0.34rem;
    background: #99111A;
    text-align: center;
}

.pdzxjj span a img {
    margin-left: 0.15rem;
    height: 0.16rem;
}

.pdzxjj span a:hover {
    background: #C8531D;
}
.xlfwxg {
    background: #FFFFFF;
    border: 1px solid #E7E7E7;
    margin-top: 0.38rem;
    padding: 0.38rem 0.34rem;
    overflow: hidden;
}

.xlfwxg .pic {
    position: relative;
    padding-bottom: 4.2rem;
    overflow: hidden;
}

.xlfwxg .pic img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.xlfwxg .btn {
    overflow: hidden;
    margin-top: 0.2rem;
}

.xlfwxg .btn ul {
    margin: 0 -0.1rem;
}

.xlfwxg .btn li {
    width: 33.3%;
    float: left;
}

.xlfwxg .btn li .mar {
    margin: 0 0.1rem;
    padding: 0;
}

.xlfwxg .btn li .mar a {
    overflow: hidden;
    padding: 0 0.1rem;
    display: block;
    height: 0.4rem;
    line-height: 0.4rem;
    font-size: 0.2rem;
    color: #fff;
    text-align: center;
    background: #EA9425;
  transition: all 0.3s ease-out 0s;
}

.xlfwxg .btn li:nth-of-type(2) .mar a {
    background: #C7AA5C;
}

.xlfwxg .btn li:nth-of-type(3) .mar a {
    background: #C8531D;
}
.xlfwxg .btn li:hover .mar a {
    background: #910F17;
}
.ssjg {
    min-height: 450px;
}

.list_rsou {
    width: 100%;
}

.list_rsou ul {
    width: 100%;
    float: left;
}

.list_rsou ul li {
    width: 100%;
    float: left;
    border-bottom: #ccc 1px dashed;
    position: relative;
}

.list_rsou ul li::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 25px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #99111A;
}

.list_rsou ul li a {
    margin-left: 14px;
    font-size: 16px;
    color: #333;
    float: left;
    line-height: 55px;
    height: 55px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: -moz-calc(100% - 100px);
    width: -webkit-calc(100% - 100px);
    width: calc(100% - 100px);
    transition: all 0.4s;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.list_rsou ul li i {
    float: right;
    font-size: 14px;
    color: #666;
    line-height: 55px;
    font-style: normal;
}

.list_rsou ul li:hover a {
    color: #99111A;
    text-indent: 16px;
    transition: all 0.4s;
}

.sspage {
    width: 100%;
    float: left;
    text-align: center;
    margin-top: 25px;
    font-size: 14px;
    color: #333;
}

.sspage a {
    color: #99111A;
}

.qzssjg_no {
    width: 600px;
    margin: 50px auto 0px;
    overflow: hidden;
    font-size: 14px;
    color: #333;
    line-height: 25px;
}

@media only screen and (max-width: 700px) {
    .qzssjg_no {
        width: 100%;
        font-family: Arial, Helvetica, sans-serif;
        font-family: "FZLTZHK", "Microsoft YaHei";
        font-family: "Microsoft YaHei";
    }
}

.pb_sys_style1 .p_no_d {
    border: 1px solid #99111A!important;
    background-color: #99111A!important;
}