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: #2E4B70;
}

.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: 'pfr';
}

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: 100%;
    margin: 0 auto;
}

@media (min-width: 600px) {
    .ctbx {
        width: 90%;
    }
    .hdwp {
        width: 100%;
    }
}

@media (min-width: 1360px) {
    .ctbx {
        width: 13rem;
    }
}

@media (min-width: 1460px) {
    .ctbx {
        width: 14rem;
    }
}

@media (min-width: 1610px) {
    .ctbx {
        width: 15.5rem;
    }
}

@font-face {
    font-family: 'shssbb';
    src: url(../fonts/SourceHanSerifCN-Bold.otf)
}

@font-face {
    font-family: 'shssb';
    src: url(../fonts/SourceHanSerifCN-SemiBold.otf)
}

@font-face {
    font-family: 'pfr';
    src: url(../fonts/pingfang-r.ttf)
}

@font-face {
    font-family: 'pfm';
    src: url(../fonts/pingfang-m.ttf)
}

.header {
    margin: auto;
    position: relative;
}

.header::before {
    content: "";
    position: absolute;
    z-index: 3;
    left: 0;
    top: 0;
    width: 100%;
    height: 50%;
    /* background: linear-gradient(180deg, rgba(0, 0, 0, 0.68) 1%, rgba(0, 0, 0, 0) 31%); */
    background: url(../images/top_bg.png) repeat-x top;
}


/* 首页 */

.head_top {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
    background-size: 100% 100%;
    transition: all 0.25s ease-out 0s;
}

.tc_logo {
    width: 4.3rem;
    float: left;
    height: 1rem;
    margin-top: 0.2rem;
    position: relative;
}

.tc_logo img {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
    max-width: 100%;
    max-height: 100%;
}

.head_rg {
    float: right;
}

.head_rg .hdrg_top {
    float: right;
    margin: 0.18rem 0 0.1rem;
}

.head_rg .hdrg_top .en {
    float: right;
}

.head_rg .hdrg_top .en a {
    font-size: 0.16rem;
    line-height: 0.38rem;
    color: #fff;
    padding-left: 0.3rem;
    margin-right: 0.18rem;
    position: relative;
    background: url(../images/ic_eg.png) no-repeat left center;
}

.head_rg .hdrg_top .en a:hover {
    font-weight: bold;
}

.head_rg .hdrg_top .hdss {
    float: right;
    width: 2.8rem;
    height: 0.4rem;
    border-radius: 0.2rem;
    padding: 0 0.1rem;
    box-sizing: border-box;
    background: rgba(255, 255, 255, 0.1);
    border: rgba(255, 255, 255, 0.29) 1px solid;
    position: relative;
}

.head_rg .hdrg_top .hdss .sub,
.head_rg .hdrg_top .hdss .inp {
    cursor: pointer;
    outline: none;
    border-style: none;
    background: none;
}

.head_rg .hdrg_top .hdss .sub {
    position: absolute;
    right: 0;
    top: 0;
    width: 0.4rem;
    height: 0.38rem;
    overflow: hidden;
    background: url(../images/ic_ser.png) no-repeat center;
}

.head_rg .hdrg_top .hdss .inp {
    height: .38rem;
    width: calc(100% - 0.4rem);
    padding-left: .15rem;
    font-size: 0.16rem;
   color:#fff;
}

.head_rg .hdrg_top .hdss .inp::input-placeholder {
    color: rgba(255, 255, 255, 0.8);
}

.head_rg .hdrg_top .hdss .inp::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.8);
}

.head_rg .hdrg_top .hdss .inp::-moz-placeholder {
    color: rgba(255, 255, 255, 0.8);
}

.head_rg .hdrg_top .hdss .inp::-moz-placeholder {
    color: rgba(255, 255, 255, 0.8);
}

.head_rg .hdrg_top .hdss .inp::-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.8);
}


/* 导航 */

.navbar {}

.navbar .menu-bott {
    display: none;
}

.navbar .nav-button {
    display: none;
}

.navbar .navbar-nav {
    display: flex;
    padding: 0;
    margin: 0;
    list-style: none;
}

.navbar .navbar-nav>li {
    position: relative;
    text-align: center;
}

.navbar .navbar-nav>li>a {
    font-size: 0.26rem;
    color: #fff;
    padding: 0.1rem 0.26rem;
    line-height: 0.32rem;
    display: block;
    box-sizing: border-box;
    font-family: 'shssb';
}

.navbar .navbar-nav>li:hover>a {
    /* font-weight: bold; */
}

.navbar .navbar-nav>li:hover>ul {
    opacity: 1;
    visibility: visible;
}

.navbar .hasChild:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -10px;
    box-shadow: 0px 0px 59px 0px rgb(19 40 83 / 10%);
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #8f0512;
    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: #fff 2px solid; */
    font-weight: bold;
}

.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(143, 5, 18, 0.6);
    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: #8f0512;
}

.head_top.hdfixed .navbar .navbar-nav>.current>a,
.head_top.hdfixed .navbar .navbar-nav>li:hover>a {
    color: #8f0512;
}

@-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);
    }
}

.head_top.on {
    background: #9b0514;
    top: 0px;
    height: 0.84rem;
}

.head_top.on .tc_logo {
    margin-top: 0.15rem;
    height: 0.54rem;
}

.head_top.on .head_rg .hdrg_top {
    display: none;
}

.head_top.on .head_rg .navbar .navbar-nav>li>a {
    padding-top: 0.26rem;
    padding-bottom: 0.26rem;
}

.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-cir {
    position: absolute;
    width: 0.7rem;
    height: 0.7rem;
    bottom: 20px;
    background-size: 70%;
    border: 2px solid rgba(255, 255, 255, 1);
    animation: roted 80s linear infinite;
}


@keyframes roted {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
} */


/* .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;
    left: 0;
    width: 100%;
    bottom: 0.8rem;
    color: #fff;
    text-align: center;
    z-index: 2;
    margin: 0px;
    padding: 0px;
    font-size: 0px;
}

.ban_box .ban-dot span {
    margin: 0 0.08rem;
    cursor: pointer;
    vertical-align: middle;
    display: inline-block;
    position: relative;
    background: none;
    outline: none;
    opacity: 1;
    width: 0.34rem;
    height: 0.18rem;
    font-size: 0px;
    background: url(../images/ban-dot.png) no-repeat center;
}

.ban_box .ban-dot span.swiper-pagination-bullet-active {
    margin-bottom: 0.08rem;
    background: url(../images/ban-dot2.png) no-repeat center;
}

.sydh {
    overflow: hidden;
    position: relative;
}

.sydh .tit {
    float: left;
    display: flex;
}

.sydh .tit i {
    width: 0.67rem;
    height: 0.69rem;
    line-height: 0.61rem;
    display: inline-block;
    background: url(../images/dh_yuan.png) no-repeat;
    background-size: 100% 100%;
    text-indent: 0.15rem;
    margin-right: 0.06rem;
}

.sydh .tit h1 {
    position: relative;
    font-size: 0.34rem;
    color: #333;
    padding-top: 0.08rem;
    padding-right: 0.46rem;
    font-family: 'shssbb';
    letter-spacing: 5px;
}

.sydh .tit h1::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    background: url(../images/dh_yun.png) no-repeat;
    width: 0.46rem;
    height: 0.21rem;
}

.sydh .tit h1 b {
    position: absolute;
    left: 0;
    top: 0;
    color: #999;
    font-size: 0.14rem;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    letter-spacing: normal;
}

.sydh span {
    position: absolute;
    right: 0;
    top: 0.25rem;
    font-size: 0.18rem;
    height: 0.3rem;
    line-height: 0.3rem;
    color: #9b211b;
    padding-right: 0.36rem;
    transition: all 0.4s ease;
    font-family: 'shssb';
    background: url(../images/ic_more.png) no-repeat right center;
}

.sydh span a {
    color: #9b211b;
}

.sydh span:hover a {
    color: #e27c0d;
}


/* 快速导航 */

.cont_box {
    margin: -0.58rem auto 0;
    position: relative;
    z-index: 5;
}

.cont_box .ksdh {
    padding: 0 0.6rem;
    background: url(../images/ksdh_bg.png) no-repeat center;
    background-size: 100% 100%;
    height: 1.25rem;
}

.cont_box .ksdh ul {
    display: flex;
}

.cont_box .ksdh ul li {
    margin: 0.21rem 0;
    width: 20%;
    float: left;
}

.cont_box .ksdh ul li .pic {
    width: 0.69rem;
    float: left;
    height: 0.69rem;
    position: relative;
    transition: all 0.3s ease;
}


.cont_box .ksdh ul li .pic span {
    display: block;
    height: 100%;
    position: relative;
}

.cont_box .ksdh ul li .pic span img {
    max-width: 100%;
    max-height: 100%;
    position: absolute;
   z-index:6;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.cont_box .ksdh ul li .pic span img.img2,
.cont_box .ksdh ul li:hover .pic span img.img1 {
    display: none;
}

.cont_box .ksdh ul li:hover .pic span img.img2 {
    display: block;
}

.cont_box .ksdh ul li .text {
    width: calc(100% - 0.9rem);
    float: right;
}

.cont_box .ksdh ul li .text h2 {
    display: flex;
    align-items: center;
    height: 0.69rem;
    font-family: 'shssb';
    color: #a96622;
    font-size: 0.22rem;
    line-height: 0.3rem;
    transition: all 0.4s ease-out 0s;
}

.cont_box .ksdh ul li:hover .text h2 {
    color: #8f0512;
}

.cont_box .ksdh ul li .pic .bg {
    width: 0.69rem;
    height: 0.69rem;
    position: absolute;
    left: 0;
    top: 0;
    background: url(../images/ks_icbg.png) no-repeat center;
    background-size: 100% 100%;
    animation: roted 20s linear infinite;
}

.cont_box .ksdh ul li:hover .pic .bg{
    background: url(../images/ks_icbg2.png) no-repeat;
    background-size: 100% 100%;
}
@keyframes roted {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}




/* 文院新闻 */

.cont_box2 {
    background: url(../images/cont_bg1.jpg) no-repeat;
    background-size: cover;
    overflow: hidden;
    padding: 0.95rem 0 0.8rem;
    margin-top: -0.68rem;
}

.wyxwdt {
    margin: 0 -0.28rem;
}

.wyxwdt .min {
    width: 50%;
    float: left;
}

.wyxwdt .min .mmar {
    margin: 0 0.28rem;
}

.wyxw {
    padding-top: 0.42rem;
    overflow: hidden;
}

.syxwlf {
    width: 3.57rem;
    float: left;
}

.xwtj {
    overflow: hidden;
    padding-bottom: 0.69rem;
    position: relative;
}

.xwtj::after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 0;
    bottom: 0.05rem;
    width: 100%;
    height: 0.05rem;
    background: url(../images/xwtj_xian.png) repeat-x bottom;
}

.xwtj .pic {
    overflow: hidden;
    padding-bottom: 2.18rem;
    position: relative;
    z-index: 3;
}

.xwtj .pic img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

.xwtj .text {
    padding-top: 0.13rem;
    overflow: hidden;
}

.xwtj .text h2 {
    font-family: 'pfm';
    font-size: 0.2rem;
    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;
}

.xwtj .text span {
    margin: 0.08rem 0 0.12rem;
    font-size: 0.16rem;
    color: #a96622;
    display: block;
}

.xwtj .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;
}

.xwtj .xwtj-dot {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 0;
    text-align: center;
    z-index: 9;
    margin: 0px;
    padding: 0px;
    font-size: 0px;
}

.xwtj .xwtj-dot span {
    margin: 0 0.12rem;
    cursor: pointer;
    vertical-align: middle;
    display: inline-block;
    position: relative;
    background: none;
    outline: none;
    opacity: 1;
    width: 0.36rem;
    height: 0.48rem;
    font-size: 0px;
    background: url(../images/xwtj-dot.png) no-repeat bottom;
    background-size: auto 0.16rem;
    position: relative;
}

.xwtj .xwtj-dot span::before {
    content: "";
    position: absolute;
    z-index: 6;
    left: 0;
    top: 0;
    width: 0.36rem;
    height: 0.36rem;
    line-height: 0.36rem;
    font-size: 0.14rem;
    color: #a96622;
}

.xwtj .xwtj-dot span:nth-of-type(1):before {
    content: "壹";
}

.xwtj .xwtj-dot span:nth-of-type(2):before {
    content: "贰";
}

.xwtj .xwtj-dot span:nth-of-type(3):before {
    content: "叁";
}

.xwtj .xwtj-dot span:nth-of-type(4):before {
    content: "肆";
}

.xwtj .xwtj-dot span:nth-of-type(5):before {
    content: "伍";
}

.xwtj .xwtj-dot span.swiper-pagination-bullet-active {
    background: url(../images/xwtj-dot2.png) no-repeat bottom;
    background-size: auto 0.16rem;
}

.xwtj .xwtj-dot span.swiper-pagination-bullet-active::before {
    color: #fff;
    background: url(../images/xwtj-num.png) no-repeat;
    background-size: 100% 100%;
}

.syxwrg {
    width: calc(100% - 3.8rem);
    float: right;
}

.syxwrg li {
    width: 100%;
    float: left;
    padding-bottom: 0.15rem;
    margin-bottom: 0.15rem;
    border-bottom: rgba(153, 153, 153, 0.2) 1px solid;
    transition: all 0.4s ease-out 0s;
}

.syxwrg li h2 {
    font-family: 'pfm';
    font-size: 0.18rem;
    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;
}

.syxwrg li span {
    margin-top: 0.08rem;
    font-size: 0.16rem;
    color: #a96622;
    display: block;
}

.syxwrg li:hover h2,
.syxwrg li:hover span {
    color: #9b0514;
}


/* 学术动态 */

.xsdt {
    padding-top: 0.36rem;
    overflow: hidden;
}

.xsdt li {
    width: 100%;
    float: left;
    margin-bottom: 0.3rem;
}

.xsdt li .time {
    width: 0.76rem;
    height: 0.8rem;
    float: left;
    background: url(../images/time_bg.png) no-repeat;
    background-size: 100% 100%;
    text-align: center;
    transition: all 0.4s ease-out 0s;
}

.xsdt li .time b {
    font-size: 0.3rem;
    font-family: 'pfm';
    line-height: 0.48rem;
    color: #dcae80;
}

.xsdt li .time span {
    font-size: 0.14rem;
    color: #fff;
    line-height: 0.24rem;
}

.xsdt li .text {
    width: calc(100% - 1rem);
    float: right;
    padding-bottom: 0.37rem;
    border-bottom: rgba(153, 153, 153, 0.2) 1px solid;
}

.xsdt li .text h2 {
    font-size: 0.18rem;
    color: #333;
    line-height: 0.54rem;
    height: 0.54rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all 0.4s ease-out 0s;
}

.xsdt li:hover .time {
    background: url(../images/time_bg2.png) no-repeat;
    background-size: 100% 100%;
}

.xsdt li:hover .time b,
.xsdt li:hover .text h2 {
    color: #9b0514;
}


/* 通知公告 */

.cont_box3 {
    background: url(../images/tzgg_bg.png) no-repeat;
    background-size: cover;
    overflow: hidden;
    padding: 0.66rem 0 0.8rem;
}

.tzgg {
    padding-top: 0.34rem;
    overflow: hidden;
}

.tzgg li {
    width: 100%;
    float: left;
}

.tzgg li a {
    display: block;
    padding: 0.25rem 0 0.2rem;
    overflow: hidden;
    border-bottom: rgba(153, 153, 153, 0.2) 1px solid;
}

.tzgg li .time {
    float: left;
    width: 0.8rem;
    text-align: center;
    color: #a96622;
    transition: all 0.4s ease-out 0s;
}

.tzgg li .time b {
    display: block;
    line-height: 0.38rem;
    font-size: 0.3rem;
    background: url(../images/time_bg3.png) no-repeat bottom;
}

.tzgg li .time span {
    font-size: 0.14rem;
}

.tzgg li:hover .time b {
    background: url(../images/time_bg4.png) no-repeat bottom;
}

.tzgg li .text {
    width: calc(100% - 1.05rem);
    float: right;
    position: relative;
}

.tzgg li .text h2 {
    font-size: 0.18rem;
    color: #333;
    line-height: 0.54rem;
    height: 0.54rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all 0.4s ease-out 0s;
}

.tzgg li:hover .time,
.tzgg li:hover .text h2 {
    color: #9b0514;
}


/* 学术预告 */

.xsygao {
    padding: 0.4rem 0 0.3rem;
    overflow: hidden;
   position: relative;
}
.xsygao .mar{
  
}
.xsygao .mar .pic {
    overflow: hidden;
    padding-bottom: 141%;
    position: relative;
    z-index: 3;
}

.xsygao .mar .pic img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
    width: 100%;
    height: 100%;
}

.xsygao .mar .bg {
    position: absolute;
    z-index: 4;
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
    background: url(../images/xsyg_bg.png) no-repeat bottom;
    background-size: 100% auto;
}

.xsygao .mar .text {
    position: absolute;
    z-index: 5;
    width: 100%;
    left: 0;
    bottom: 0;
    padding: 0 0.25rem 0.15rem;
    box-sizing: border-box;
}

.xsygao .mar .text h2 {
    font-size: 0.18rem;
    color: #fff;
    line-height: 0.28rem;
    height: 0.56rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 0.1rem;
}

.xsygao .mar .text p {
    font-size: 0.16rem;
    color: #fff;
    line-height: 0.32rem;
    height: 0.32rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-left: 0.32rem;
    box-sizing: border-box;
    position: relative;
}

.xsygao .mar .text p::before,
.xsygao .mar .text p::after {
    content: "";
    position: absolute;
    left: 0;
    width: 0.22rem;
    height: 0.22rem;
    top: 0.05rem;
}

.xsygao .mar .text p::before {
    background: #9b0514;
    border-radius: 50%;
}

.xsygao .mar .text p:nth-of-type(1)::after {
    background: url(../images/yg_zjr.png) no-repeat center;
    background-size: auto 0.12rem;
}

.xsygao .mar .text p:nth-of-type(2)::after {
    background: url(../images/yg_sj.png) no-repeat center;
    background-size: auto 0.13rem;
}

.xsygao .mar .text p:nth-of-type(3)::after {
    background: url(../images/yg_dz.png) no-repeat center;
    background-size: auto 0.14rem;
}
.xsygao .xsyg-dot {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 0;
    text-align: center;
    z-index: 9;
    margin: 0px;
    padding: 0px;
    font-size: 0px;
}

.xsygao .xsyg-dot span {
    margin: 0 0.05rem;
    cursor: pointer;
    vertical-align: middle;
    display: inline-block;
    position: relative;
    background: none;
    outline: none;
    opacity: 1;
    width: 0.1rem;
    height: 0.1rem;
    font-size: 0px;
    background:#CCC;
}
.xsygao .xsyg-dot span.swiper-pagination-bullet-active{
    background:#9b211b;
}
/* 文院芳华 */

.cont_box4 {
    padding: 0.82rem 0 0.55rem;
    overflow: hidden;
    background: url(../images/cont_bg4.png) no-repeat;
    background-size: cover;
}

.sydh.dhwyfh .tit {
    width: 2.8rem;
    margin: auto;
    float: none;
}

.wyfh {
    margin: 0.08rem -0.17rem 0;
    overflow: hidden;
}

.fhlb {
    width: 25%;
    float: left;
}

.wyfh .fhlb:nth-of-type(1) {
    margin-top: 0.8rem;
}

.wyfh .fhlb:nth-of-type(2) {
    margin-top: 0.33rem;
}

.wyfh .fhlb:nth-of-type(3) {
    margin-top: 1.2rem;
}

.fhlb .mar {
    margin: 0 0.17rem;
    position: relative;
}

.fhlb .mar .fhtit {
    position: absolute;
    z-index: 2;
    width: 0.64rem;
    height: 2.27rem;
    left: 0;
    top: 0;
    background: url(../images/fhtit_bg.png) no-repeat;
    background-size: 100% 100%;
    transition: all 0.4s ease-out 0s;
}

.fhlb .mar .fhtit b {
    width: 0.64rem;
    height: 0.64rem;
    position: relative;
    display: block;
}

.fhlb .mar .fhtit b img {
    max-width: 90%;
    max-height: 90%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.fhlb .mar .fhtit h1 {
    font-size: 0.24rem;
    color: #fbefde;
    font-family: 'shssb';
    font-weight: normal;
    width: 0.24rem;
    display: inline-block;
    margin: 0.12rem 0 0.25rem 0.2rem;
    text-align: center;
    line-height: 0.28rem;
}

.fhlb .mar .fhtit span {
    font-size: 0.14rem;
    color: #fbefde;
    width: 0.2rem;
    display: inline-block;
    margin-left: 0.22rem;
    text-align: center;
    line-height: 0.16rem;
}

.fhlb .mar .fhtit span a {
    color: #fbefde;
}

.fhlb .mar .fhtit:hover {
    background: url(../images/fhtit_bg2.png) no-repeat;
}

.fhlb .mar .fhnr {
    margin: 0.1rem 0 0 0.28rem;
    background: url(../images/wyfh_lbbg.png) no-repeat;
    background-size: 100% 100%;
    overflow: hidden;
    padding: 0 0.36rem;
    min-height: 5.58rem;
}

.fhlb .mar .fhnr ul {
    padding-top: 0.26rem;
    overflow: hidden;
}

.fhlb .mar .fhnr li {
    width: 100%;
    float: left;
    padding: 0.2rem 0;
    border-bottom: #dcd7cf 1px solid;
}

.fhlb .mar .fhnr li:nth-last-of-type(1) {
    border-bottom-style: none;
}

.fhlb .mar .fhnr li a {
    font-size: 0.18rem;
    line-height: 0.3rem;
    height: 0.6rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.fhlb .mar .fhnr li:hover a {
    color: #9b0514;
}

.fhlb .mar .fhnr.fhnrtp ul {
    padding-top: 0.1rem;
}

.fhlb .mar .fhnr.fhnrtp .pic {
    overflow: hidden;
    padding-bottom: 64%;
    position: relative;
    margin-top: 0.45rem;
    border-radius: 5px;
}

.fhlb .mar .fhnr.fhnrtp .pic img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

.fhlb .mar .fhnr.fhnrtp .pic img:hover {
    transform: scale(1.05);
}

.dibu_bg {
    padding: 1.45rem 0 0.8rem;
    background: url(../images/dibu_bg.png) no-repeat;
    background-size: cover;
}

.dibu_bg .dbc1 {
    display: inline-block;
    width: 100%;
}

.dibu_bg .dbc1 .dblf {
    width: 5.5rem;
    float: left;
    border-right: rgba(255, 255, 255, 0.2) 1px solid;
}

.dibu_bg .dbc1 .dblogo {
    width: 4.2rem;
    overflow: hidden;
    margin-bottom: 0.23rem;
}

.dibu_bg .dbc1 .dbdz {
    font-size: 0.16rem;
    line-height: 0.3rem;
    color: #fff;
    overflow: hidden;
}

.dibu_bg .dbc1 .dbdz p {
    color: #fff;
    overflow: hidden;
}

.dibu_bg .dbc1 .dbmin {
    width: calc(100% - 7.3rem);
    float: left;
    margin-top: 0.35rem;
}

.dibu_bg .dbc1 .dbmin h2 {
    font-size: 0.24rem;
    color: #fff;
    font-family: 'pfm';
    margin-bottom: 0.2rem;
    margin-left: 0.8rem;
    box-sizing: border-box;
}

.dibu_bg .dbc1 .dbmin ul {
    overflow: hidden;
    padding-left: 0.8rem;
    box-sizing: border-box;
}

.dibu_bg .dbc1 .dbmin li {
    width: 33.3%;
    float: left;
}

.dibu_bg .dbc1 .dbmin li a {
    font-size: 0.16rem;
    color: #fff;
    line-height: 0.32rem;
    height: 0.32rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
}

.dibu_bg .dbc1 .dbewm {
    width: 1.75rem;
    float: right;
}

.dibu_bg .dbc1 .dbewm span {
    padding: 0.08rem;
    background: #fff;
    display: block;
}

.dibu_bg .dbc1 .dbewm span img {
    width: 100%;
}

.dibu_bg .dbc1 .dbewm p {
    text-align: center;
    font-size: 0.14rem;
    color: #fff;
    line-height: 0.38rem;
}

.dibu_bg .db_banq {
    display: none;
}

.list_pic {
    overflow: hidden;
    position: relative;
}

.list_pic::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1.1rem;
    background: url(../images/list-ban-bg.png);
}

.list_pic img {
    width: 100%;
}

.sjmenu {
    display: none;
}

.list_box {
    position: relative;
    background: url(../images/list_bg.png) no-repeat bottom;
    padding-bottom: 1rem;
    overflow: hidden;
    margin-top: -1.1rem;
}

.list_lf {
    width: 3.5rem;
    float: left;
    position: relative;
    background: url(../images/lftit_bg.png) no-repeat top;
    background-size: 100% auto;
}

.list_lf .lftit {
    padding: 0.3rem 0.5rem 0.1rem;
    box-sizing: border-box;
    font-size: 0.4rem;
    color: #faf2df;
    font-family: 'shssb';
}

.sideMenu {
    padding: 0.36rem 0.3rem 3.8rem 0.4rem;
    box-sizing: border-box;
    overflow: hidden;
    background: url(../images/lf_bg.png) no-repeat;
    background-size: 100% 100%;
}

.sideMenu li {
    width: 100%;
    float: left;
    font-family: 'shssb';
}

.sideMenu li h3 {
    position: relative;
    padding: 0.3rem 0.2rem 0.3rem 0.35rem;
    line-height: 0.4rem;
    background: url(../images/lt_ic.png) no-repeat 0.1rem center;
    border-bottom: rgba(194, 178, 162, 0.4) 1px solid;
}

.sideMenu li h3 a {
    display: block;
    box-sizing: border-box;
    cursor: pointer;
    font-size: 0.24rem;
    color: #583a1c;
}

.sideMenu dl {
    display: none;
    overflow: hidden;
}

.sideMenu dl dd {
    position: relative;
    border-bottom: #e9e8e5 1px solid;
}

.sideMenu dl dd:nth-last-of-type(1) {
    border-bottom-style: none;
}

.sideMenu dl dd a {
    display: block;
    width: 100%;
    font-size: 0.18rem;
    color: #666;
    line-height: 0.28rem;
    cursor: pointer;
    padding: 0.16rem 0.18rem 0.16rem 0;
    box-sizing: border-box;
}

.sideMenu li.current h3,
.sideMenu li:hover h3 {
    background: url(../images/lt_ic2.png) no-repeat 0.1rem center;
}

.sideMenu li.current h3>a,
.sideMenu li:hover h3>a {
    color: #9b0514;
}

.sideMenu li.current h3 {
    border-bottom: rgba(184, 28, 34, 0.48) 1px solid;
}

.sideMenu dl dd.current,
.sideMenu dl dd:hover,
.sideMenu dl dd:hover a,
.sideMenu dl dd.current a {
    color: #9b0514;
}
.sideMenu li.current dl {
    display: block !important;
    padding: 0.07rem 0.2rem;
    background: #fdfbf5;
}
.sideMenu dl dd em {
    position: absolute;
    z-index: 5;
    right: 0;
    top: 0;
    width: 0.45rem;
    height: 0.6rem;
    cursor: pointer;
    background: url(../images/lt_erjt.png) no-repeat right;
}

.sideMenu dl dd.current em {
    transform: translate(35%, -30%) rotate(90deg);
}

.sideMenu dl dd .sub {
    display: none;
}

.sideMenu dl dd .sub p,
.sideMenu dl dd .sub p a {
    color: #333;
    font-size: 0.16rem;
}

.sideMenu dl dd .sub p a {
    padding: 0.05rem 0 0.05rem 0.15rem;
    position: relative;
    box-sizing: border-box;
    margin-left: 0.1rem;
    line-height: 0.2rem;
}

.sideMenu dl dd .sub p a::before {
    content: "";
    position: absolute;
    z-index: 5;
    left: 0;
    top: 0.12rem;
    width: 0.05rem;
    height: 0.05rem;
    background: #999;
    border-radius: 50%;
}

.sideMenu dl dd .sub p.current,
.sideMenu dl dd .sub p.current a,
.sideMenu dl dd .sub p:hover,
.sideMenu dl dd .sub p:hover a {
    color: #9b0514;
}

.sideMenu dl dd .sub p.current a::before,
.sideMenu dl dd .sub p:hover a::before {
    background: #9b0514;
}

.sideMenu dl dd.current .sub {
    display: block !important;
    padding-bottom: 0.1rem;
}

.list_rg {
    float: right;
    width: calc(100% - 4.2rem);
}

.ltdqwz {
    overflow: hidden;
    padding-top: 0.5rem;
}

.ltdqwz h1 {
    float: left;
    line-height: 0.4rem;
    font-size: 0.3rem;
    color: #fff;
    font-family: 'shssbb';
}

.ltdqwz span {
    float: right;
    margin-top: 0.12rem;
    display: block;
    font-size: 0.14rem;
    color: #fff;
    line-height: 0.26rem;
    padding-left: 0.25rem;
    background: url(../images/ic_home2.png) no-repeat left 0.04rem;
    background-size: auto 0.17rem;
}
.ltdqwz span b,
.ltdqwz span b a {
    color: #fff;
   font-weight: normal;
}

.ltdqwz span b:nth-last-of-type(1),
.ltdqwz span b:nth-last-of-type(1) a {
    color: #f6d58f;
    
}
.ltdqwz span b:hover,
.ltdqwz span b:hover a{
    color: #f6d58f;
}


/* 列表页文字 */

.list_lb {
    min-height: 500px;
}

.list_lb ul {
    padding: 0.5rem 0 0.4rem;
    overflow: hidden;
}

.list_lb li {
    width: 100%;
    float: left;
    border-bottom: #d7d2ca 1px solid;
    transition: all 0.4s ease;
    position: relative;
}

.list_lb li a {
    padding-left: 0.3rem;
    display: block;
    overflow: hidden;
    background: url(../images/ltwz_ic.png) no-repeat left center;
}

.list_lb li .text {
    width: calc(100% - 1.2rem);
    float: left;
}

.list_lb li .text h2 {
    font-size: 0.2rem;
    color: #181818;
    line-height: 0.74rem;
    height: 0.74rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all 0.4s ease;
}

.list_lb li span {
    width: 1.1rem;
    float: right;
    font-size: 0.16rem;
    color: #a96622;
    height: 0.74rem;
    line-height: 0.74rem;
}

.list_lb li:hover span,
.list_lb li:hover .text h2 {
    color: #9b0514;
}

.list_lb li:hover .text h2 {
    transform: translateX(5px);
}


/* 新闻列表页 */

.xwlb {
    overflow: hidden;
    min-height: 5rem;
}

.xwlb ul {
    overflow: hidden;
    padding: 0.45rem 0 0.4rem;
}

.xwlb li {
    overflow: hidden;
    position: relative;
    transition: all 0.4s ease;
    border-bottom: #e7e7e7 1px solid;
    width: 100%;
    float: left;
}

.xwlb li a {
    display: block;
    padding: 0.38rem 0 0.38rem;
    overflow: hidden;
}

.xwlb li .time {
    width: 0.76rem;
    height: 0.8rem;
    float: left;
    background: url(../images/time_bg.png) no-repeat;
    background-size: 100% 100%;
    text-align: center;
    transition: all 0.4s ease-out 0s;
    margin-right: 0.25rem;
}

.xwlb li .time b {
    font-size: 0.3rem;
    font-family: 'pfm';
    line-height: 0.48rem;
    color: #dcae80;
}

.xwlb li .time span {
    font-size: 0.14rem;
    color: #fff;
    line-height: 0.24rem;
}

.xwlb li .pic {
    width: 1.65rem;
    float: left;
    border: #fff 1px solid;
    border-radius: 5px;
}

.xwlb li .pic span {
    display: block;
    position: relative;
    padding-bottom: 63%;
    overflow: hidden;
    border-radius: 5px;
}

.xwlb li .pic span img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 5px;
}

.xwlb li:hover .time {
    background: url(../images/time_bg2.png) no-repeat;
    background-size: 100% 100%;
}

.xwlb li:hover .pic span img {
    transform: scale(1.05);
}

.xwlb li .text {
    width: calc(100% - 2.9rem);
    float: right;
}

.xwlb li .text h2 {
    font-size: 0.2rem;
    color: #333;
    line-height: 0.3rem;
    height: 0.3rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all 0.3s ease-out 0s;
}

.xwlb li .text p {
    font-size: 0.16rem;
    color: #666;
    line-height: 0.3rem;
    height: 0.6rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-top: 0.1rem;
}
.xwlb li .text i{
  display:none;
}
.xwlb li:hover {
    border-bottom: #ebcdd0 1px solid;
}

.xwlb li:hover .pic {
    border: #9b0514 1px solid;
}

.xwlb li:hover .text h2,
.xwlb li:hover .text p {
    color: #9b0514;
}


.xwlb.xrld li{
  padding: 0.38rem 0 0.38rem; 
}
  

.xwlb.xrld li .text {
    width: calc(100% - 1.85rem);
}
.xwlb.xrld li .text h2{
  margin-bottom:0.08rem;
      font-weight: bold;
}
.xwlb.xrld li .text p {
    font-size: 0.16rem;
    color: #666;
    line-height: 0.3rem;
    height: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    display:inline;
    -webkit-line-clamp: none;
    -webkit-box-orient: inline-axis;
    margin-top: 0;
}
.xwlb.xrld:hover .pic {
    border: #fff 1px solid;
}

.xwlb.xrld:hover .text h2{
   color: #333;
}


/* 师资队伍列表 */

.szdwlb {
    min-height: 5rem;
    overflow: hidden;
}

.szdwlb ul {
    margin: 0 -0.15rem;
    padding: 0.85rem 0 0.2rem;
    overflow: hidden;
}

.szdwlb li {
    width: 50%;
    float: left;
}

.szdwlb li .mar {
    margin: 0 0.15rem 0.2rem;
    padding: 0.4rem 0.2rem;
    background: url(../images/szdw_lbbg.png) no-repeat;
    background-size: 100% 100%;
    overflow: hidden;
    transition: all 0.3s ease-out 0s;
}

.szdwlb li .mar .pic {
    padding: 0.05rem;
    border: #deb388 1px dashed;
    border-radius: 50%;
    overflow: hidden;
    float: left;
    width: 1.85rem;
    height: 1.85rem;
    transition: all 0.3s ease-out 0s;
}

.szdwlb li .mar .pic span {
    width: 1.8rem;
    height: 1.8rem;
    border: #deb388 2px solid;
    border-radius: 50%;
    position: relative;
    display: block;
    overflow: hidden;
    transition: all 0.3s ease-out 0s;
}

.szdwlb li .mar .pic span img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    border-radius: 50%;
}

.szdwlb li .mar .text {
    width: calc(100% - 2.25rem);
    float: right;
       height: 1.85rem;
    position: relative;
}

.szdwlb li .mar .text h2 {
    font-size: 0.24rem;
    color: #000;
    line-height: 0.3rem;
    height: 1.85rem;
   display: flex;
    align-items: center;
}
.szdwlb li .mar .text h2 b{
  font-size: 0.16rem;
    color: #666;
  font-weight: normal;
    display: inline-block;
    margin-left: 0.2rem;
}
.szdwlb li .mar .text p {
    font-size: 0.16rem;
    color: #666;
    line-height: 0.28rem;
    height: 0.24rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin: 0.14rem 0 0.2rem;
}

.szdwlb li .mar .text span {
    font-size: 0.16rem;
    color: #dcae80;
    padding-right: 0.4rem;
    line-height: 0.24rem;
    background: url(../images/ic_more3.png) no-repeat right center;
    background-size: auto 0.12rem;
       position: absolute;
    right: 0;
    bottom: 0;
}

.szdwlb li:hover .mar {
    background: url(../images/szdw_lbbg2.png) no-repeat;
    background-size: 100% 100%;
}

.szdwlb li:hover .mar .text span {
    background: url(../images/ic_more4.png) no-repeat right center;
    background-size: auto 0.12rem;
    color: #9b0514;
}

.szdwlb li:hover .mar .pic {
    border: #9b0514 1px dashed;
}

.szdwlb li:hover .mar .pic span {
    border: #9b0514 2px solid;
}

.szdwlb li:hover .mar .text h2,
.szdwlb li:hover .mar .text p {
    color: #9b0514;
}


.xsyglb{
  overflow:hidden;
}
.xsyglb ul {
    margin: 0 -0.17rem;
   padding:0.65rem 0 0;
   overflow:hidden;
}

.xsyglb li {
    width: 33.3%;
    float: left;
}

.xsyglb li .mar {
    margin: 0 0.17rem 0.34rem;
}

.xsyglb li .mar a {
    display: block;
    position: relative;
}

.xsyglb li .mar .pic {
    overflow: hidden;
    padding-bottom: 141%;
    position: relative;
    z-index: 3;
}

.xsyglb li .mar img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
    width: 100%;
    height: 100%;
}

.xsyglb li .mar .bg {
    position: absolute;
    z-index: 4;
    width: 100%;
    height: 100%;
    left: -1px;
    bottom: -1px;
    background: url(../images/xsyg_bg.png) no-repeat bottom;
    background-size: 100% auto;
        width: calc(100% + 1px);
}

.xsyglb li .mar .text {
    position: absolute;
    z-index: 5;
    width: 100%;
    left: 0;
    bottom: 0;
    padding: 0 0.25rem 0.15rem;
    box-sizing: border-box;
}

.xsyglb li .mar .text h2 {
    font-size: 0.18rem;
    color: #fff;
    line-height: 0.28rem;
    height: 0.56rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 0.1rem;
}

.xsyglb li .mar .text p {
    font-size: 0.16rem;
    color: #fff;
    line-height: 0.32rem;
    height: 0.32rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-left: 0.32rem;
    box-sizing: border-box;
    position: relative;
}

.xsyglb li .mar .text p::before,
.xsyglb li .mar .text p::after {
    content: "";
    position: absolute;
    left: 0;
    width: 0.22rem;
    height: 0.22rem;
    top: 0.05rem;
}

.xsyglb li .mar .text p::before {
    background: #9b0514;
    border-radius: 50%;
}

.xsyglb li .mar .text p:nth-of-type(1)::after {
    background: url(../images/yg_zjr.png) no-repeat center;
    background-size: auto 0.12rem;
}

.xsyglb li .mar .text p:nth-of-type(2)::after {
    background: url(../images/yg_sj.png) no-repeat center;
    background-size: auto 0.13rem;
}

.xsyglb li .mar .text p:nth-of-type(3)::after {
    background: url(../images/yg_dz.png) no-repeat center;
    background-size: auto 0.14rem;
}


/*内容页*/
.contt_box {
    min-height: 5rem;
    font-family: "微软雅黑";
}

.contt_tit {
    text-align: center;
    padding-top: 0.75rem;
    overflow: hidden;
}

.contt_tit h1 {
    font-size: 0.24rem;
    color: #000;
    font-weight: bold;
    margin-bottom: 0.35rem;
}

.contt_tit h3 {
    font-size: 0.14rem;
    color: #666;
    line-height: 0.26rem;
    overflow: hidden;
    padding: 0.12rem;
    box-sizing: border-box;
    background: #fcf7eb;
}

.contt_zhwen {
    overflow: hidden;
    padding: 0.25rem 0rem 0.4rem;
}

.contt_zhwen p {
    font-size: 0.16rem!important;
    color: #111!important;
    line-height: 0.32rem!important;
    margin-bottom: 0.15rem;
    text-indent: 0.4rem;
}

.contt_zhwen img {
    max-width: 90%;
    height: auto !important;
    margin:0 auto;
   /*display:block;*/
}
.contt_zhwen table{
   margin:0 auto;
      max-width: 100%!important;
}
.contt_zhwen table td {
    text-indent: 0em;
}

.contt_zhwen table td p {
    text-indent: 0em;
    margin-bottom: 0px;
}

.contt_zhwen iframe {
    max-width: 90%;
   margin:0 auto;
}

.contt_zhwen video {
    max-width: 90%;
   margin:0 auto;
}
.contt_zhwen p>a>img{
  display: initial;
    max-width: none;
    border-style: none!important;
    width: 0.26rem;
}
.contt_sxp {
    padding: 0.12rem;
    box-sizing: border-box;
    background: #fff;
    overflow: hidden;
}

.contt_sxp li {
    width: 50%;
    float: left;
    font-size: 0.16rem;
    color: #454545;
    line-height: 0.26rem;
}

.contt_sxp li:nth-of-type(2) {
    text-align: right;
}

.contt_sxp li a {
    color: #454545;
}

.contt_sxp li span {
    color: #9b0514;
    font-weight: bold;
}

.contt_sxp li:hover,
.contt_sxp li:hover a {
    color: #9b0514;
}

.ssjg {
    min-height: 450px;
}

.list_rsou {
    width: 100%;
 margin-top:0.3rem;
}

.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: #9b0514;
}

.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: #9b0514;
    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: #01548a;
}

.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_style2 .p_no_d,
.pb_sys_style1 .p_no_d {
    border: 1px solid #9b0514!important;
    background-color: #9b0514!important;
}




/* 1125多列表 */

.ltdlb_box {
    min-height: 5rem;
    overflow: hidden;
    margin: 0.8rem -0.16rem 0;
}

.ltdlb {
    width: 50%;
    float: left;
}

.ltdlb .mar {
    margin: 0 0.16rem 0.28rem;
    padding: 0.15rem 0.3rem 0.2rem;
    background: url(../images/ltdl_bg.png) no-repeat;
    background-size: 100% 100%;
    overflow: hidden;
    transition: all 0.3s ease-out 0s;
    height: 3.5rem;
}

.ltdlb .mar .tit {
    line-height: 0.6rem;
    border-bottom: rgba(51, 51, 51, 0.149) 1px solid;
    overflow: hidden;
}

.ltdlb .mar .tit h1 {
    font-size: 0.24rem;
    color: #82633a;
    float: left;
    background: url(../images/ltwz_ic.png) no-repeat left center;
    padding-left: 0.3rem;
    font-weight: bold;
}

.ltdlb .mar .tit span {
    float: right;
    font-size: 0.16rem;
    color: #82633a;
    font-weight: bold;
}

.ltdlb .mar .tit span a {
    color: #82633a;
}

.ltdlb .mar .tit span:hover,
.ltdlb .mar .tit span:hover a {
    color: #9b0514;
}

.ltdlb .mar ul {
    padding: 0.08rem 0;
    overflow: hidden;
}

.ltdlb .mar li {
    width: 100%;
    float: left;
}

.ltdlb .mar li a {
    display: block;
    padding: 0.1rem 0;
}

.ltdlb .mar li h2 {
    font-size: 0.18rem;
    color: #181818;
    line-height: 0.28rem;
    height: 0.28rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all 0.2s ease-out 0s;
}

.ltdlb .mar li span {
    font-size: 0.16rem;
    color: #82633a;
    line-height: 0.2rem;
}

.ltdlb .mar li:hover h2 {
    transform: translateX(5px);
    color: #9b0514;
}