@charset "utf-8";

@font-face {
    font-family: Heebo-Black;
    src: url(../fonts/Heebo-Black-2.ttf);
}

@font-face {
    font-family: Heebo-Light;
    src: url(../fonts/Heebo-Light-5.ttf);
}

@font-face {
    font-family: Bebas-Regular;
    src: url(../fonts/bebas-regular.TTF);
}

.head::before {
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
}

.head {
    /* transition: all .5s; */
}

html, body {
    /* background: #fff; */
}

body {
    overflow-x: hidden;
}

.banner {
    position: relative;
}

.banner-tit {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9;
}

.banner-tit h2 {
    width: 2.86rem;
    line-height: .4rem;
    color: #fffafc;
    font-size: .28rem;
    position: relative;
    height: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    background: url(../images/leftNavh2bg.png) no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    font-family: "sysong";
    font-weight: normal;
}

.nymain .leftNav>h2 {}



.banner>img {
    display: block;
    width: 100%;
    min-height: 1.4rem;
    object-fit: cover;
}

.banner::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, .0) 50%, rgba(0, 0, 0, .6) 100%);
}


.pagination {
    text-align: center;
    font-size: 0;
    padding-top: 50px;
}

.pagination a {
    display: inline-block;
    border: 1px solid #dcdcdc;
    padding: 0 12px;
    height: 35px;
    font-size: 14px;
    line-height: 35px;
    text-align: center;
    color: #666;
    margin: 0 7px;
}

.pagination a.active {
    background: #2D7BBB;
    color: #fff;
    border: 1px solid #2D7BBB;
}

.pagination a:hover {
    background: #2D7BBB;
    color: #fff;
    border: 1px solid #2D7BBB;
}

.pagination span {
    display: inline-block;
    font-size: 14px;
}

.nymain {
    position: relative;
    padding-bottom: 1rem;
    z-index: 3;
    font-family: "微软雅黑";
    padding-top: 1px;

}
  

.nymain>div {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}

.nymain::before {}

.nymain .leftNav {
    width: 2.62rem;
    position: relative;
    margin-right: .8rem;
    /* background: #fff; */
}

.nymain .leftNav>h2 {
    line-height: .4rem;
    color: #fffafc;
    font-size: .28rem;
    position: relative;
    height: 1.02rem;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #2D7BBB;
    font-weight: normal;
    display: none;
}

.nymain .leftNav>h2 i {
    font-style: normal;
    font-size: 0.3rem;
    line-height: .26rem;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    text-align: center;
    top: .28rem;
    opacity: 0.1;
    background: linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    text-shadow: 0px 4px 10px rgba(0, 91, 172, 0.2);
    z-index: 1;
}

.nymain .leftNav>h2 b {
    position: relative;
    z-index: 2;
}



.nymain .leftNav>h2 img {
    vertical-align: middle;
    margin-right: 10px;
    margin-top: -5px;
}

.nymain .leftNav p {
    margin-left: 20px;
    font-size: 26px;
    font-weight: 600;
    color: #fff;
    padding: 20px 0;
}

.nymain .leftNav>ul {
    background-position: right bottom;
    position: relative;
    background: linear-gradient(180deg, #d9edfe, #ffffff);
    padding-bottom: 2.5rem;
}

.nymain .leftNav>ul:before {}

.nymain .leftNav>ul::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 1px;
    background-image: linear-gradient(180deg, rgba(12, 99, 171, 0) 0%, rgba(12, 99, 171, 0.5) 100%);
    opacity: 0.5;
}

.nymain .leftNav>ul::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background-image: linear-gradient(90deg, rgba(12, 99, 171, 0) 20%, rgba(12, 99, 171, 0.5) 100%);
    opacity: 0.5;
}

.nymain .leftNav>ul>li {
    position: relative;

}

.nymain .leftNav>ul>li:after {
    content: "";
    position: absolute;
    left: .2rem;
    right: .2rem;
    bottom: 0;
    border-bottom: 1px solid rgba(12, 99, 171, 0.08);
}

.nymain .leftNav>ul>li:first-child {
    border-top: none;
}

.nymain .leftNav ul li a {
    display: block;
    font-size: .2rem;
    line-height: .35rem;
    color: #000000;
    transition: all .5s;
    text-align: center;
    padding: 15px 15px;
}

.nymain .leftNav>ul>li>span {
    position: absolute;
    width: .4rem;
    height: .75rem;
    right: .1rem;
    top: 0;
    background: url(../images/sub_left_down.png) no-repeat center center;
    background-size: .1rem auto;
    cursor: pointer;
    transition: all 0.3s;
    display: none;
    transform: rotateZ(90deg);
}



.nymain .leftNav>ul>li.on>a {
    color: #2D7BBB;
    color: #fff !important;
    background-color: #2D7BBB;
}

.nymain .leftNav>ul>li.on>span {
    transform: rotateZ(-90deg);
    background: url(../images/sub_left_down-w.png) no-repeat center center;
    background-size: .1rem auto;
}


.nymain .leftNav>ul>li.activ {
    background: #dadada;
}

.nymain .leftNav>ul>li.on.active>a {
    color: #fff !important;
    background-color: #2D7BBB;
}

.nymain .leftNav ul li:hover {}

.nymain .leftNav>ul>li.active>span {}

.nymain .leftNav ul li.active ul {
    display: block;
}

.nymain .leftNav ul li a:hover {
    background-position: 31px center;
    color: #2D7BBB;
}

.nymain .leftNav>ul>li>ul {
    display: none;
    padding-top: .18rem;
    padding-bottom: 0;
    padding-right: 0;
    padding-bottom: .2rem;
}

.nymain .leftNav>ul>li>ul>li>a {
    font-size: .16rem;
    line-height: .43rem;
    /* border-top: 1px solid #eeeeee; */
    color: #222222;
    border: none;
}

.nymain .leftNav>ul>li>ul>li:nth-child(1)>a {
    border: none;
}

.ny-right {
    flex: 1;
    min-width: 0;
    padding-top: .75rem;
}

.ny-rcom {
    font-size: 24px;
    color: #2D7BBB;
    margin-bottom: 15px;
    font-weight: normal;
}

.position {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    border-bottom: 1px solid rgba(120, 0, 9, 0.17);
}

.position>div {
    position: relative;
    text-align: right;
    font-size: .16rem;
    line-height: .3rem;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
    color: #fff;
    padding-bottom: .18rem;
}

.position>h3::after {}

.position h3 {
    z-index: 9;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: SourceHanSerifCN-SemiBold;
    font-size: 0.32rem;
    font-weight: normal;
    font-stretch: normal;
    color: #ffffff;
    line-height: .95rem;
    transform-origin: left center;
    background: #2D7BBB;
    width: 2.62rem;
}

.position svg {
    margin-right: .1rem;
    height: .2rem;
}

.position svg path {
    fill: #fff;
}

.position span {
    vertical-align: middle;
    z-index: 9;
    position: relative;
}

.position img {
    width: auto;
    height: .17rem;
    vertical-align: middle;
    margin-right: 0.05rem;
    z-index: 9;
    position: relative;
}

.position a {
    padding: 0 .05rem;
    vertical-align: middle;
    color: #fff;
    z-index: 9;
    position: relative;
}

.position a:hover {
    /* color: #0c63ab; */
    text-decoration: underline;
}




.timg-list ul {
    margin-top: .1rem;
}

.timg-list ul li {
    position: relative;
}

.timg-list ul li::before {
    content: "";
    position: absolute;
    left: -.2rem;
    top: 0;
    right: -.2rem;
    bottom: 0;
    z-index: 1;
    transform: scaleY(0);
    transition: all 0.5s;
    background: #FCFBFB;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}

.timg-list ul li a {
    display: block;
    transition: all 0.3s;
    padding: .15rem 0;
    position: relative;
    z-index: 2;
    font-family: "微软雅黑";
    padding: .4rem 0 .5rem 0;
    border-top: 1px dashed rgba(0, 0, 0, 0.16);
}

.timg-list ul li:nth-child(1) a {
    border: none;
}

.timg-list ul li a h3 {
    font-size: .2rem;
    color: #222222;
    line-height: .5rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-weight: normal;
    clear: both;
}

.timg-list ul li a>div {
    display: flex;
}

.timg-list-img {
    float: left;
    width: 2.82rem;
    margin-right: .38rem;
}

.timg-list ul li a .pic {
    padding-top: 69%;
}


.timg-linfo {
    flex: 1;
    min-width: 0;
}

.timg-linfo p {
    font-size: .16rem;
    line-height: .28rem;
    color: #666666;
    margin: .18rem 0 .23rem 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: .56rem;
}

.timg-linfo div {
    display: flex;
    align-items: flex-end;
    position: relative;
}

.timg-linfo div::after {}

.timg-linfo div::before {}

.timg-linfo div::after {}

.timg-linfo div b {
    font-size: 0.24rem;
    font-weight: bold;
    line-height: .3rem;
    color: #94070A;

}

.timg-linfo div span {
    font-size: 0.16rem;
    font-weight: normal;
    line-height: .28rem;
    color: #9E9E9E;
    padding-left: .25rem;
    background: url(../images/icon-time-b.png) no-repeat;
    background-position: left center;
    background-size: .15rem auto;
}



.timg-list ul li a:hover {
    border-color: transparent;
}

.timg-list ul li:hover+li a {
    border-color: transparent;
}

.timg-list ul li a:hover h3 {
    color: #2D7BBB;
    font-weight: 600;
}

.timg-list ul li a:hover span {}

.timg-list ul li a:hover p {}

.timg-list ul li:hover::before {
    transform: scaleY(1);
}


/* 图片列表 */

.img-lists ul {
    margin: 0 -.15rem;
    display: flex;
    flex-wrap: wrap;
    margin-top: -.54rem;
}

.img-lists ul li {
    width: 24.33%;
    margin-top: .54rem;
    transition: all 0.3s;
    position: relative;
    top: 0;
}

.img-lists ul li:nth-child(3n+1) {
    margin-left: 0;
}

.img-lists ul li a:hover {}

.img-lists ul li:hover .info {}

.img-lists ul li:hover .info p {
    color: #0c63ab;
}

.img-lists ul li a {
    display: block;
    margin: 0 .15rem;
    transition: all 0.5s;
    position: relative;
}

.img-lists ul li a .pic {
    padding-top: 64%;
    background: #000;
}

a.video .pic {
    background: #000;
}

a.video .pic div {
    opacity: .7;
}

a.video:hover .pic div {
    opacity: .9;
}

a.video .pic::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: url(../images/ny-icon-play.png) no-repeat;
    background-position: center center;
    background-size: .51rem auto;
}

.img-lists ul li a>img {
    display: block;
    width: 100%;
    height: 196px;
}

.img-lists ul li a>div.info {
    /* display: none; */
    font-size: 0;
    background-position: left center;
    transition: all 0.5s;
    padding-top: .14rem;
    /* position: absolute; */
    left: 0;
    /* right: .45rem; */
    bottom: 0;
    background: #fff;
    border-top: 0.03rem solid #0c63ab;
}

.img-lists ul li a>div.info:after {
    content: "";
    /* position: absolute; */
    /* left: 100%; */
    /* bottom: 0; */
    /* border-width: 0 .3rem .45rem 0; */
    /* border-color: transparent transparent #fff transparent; */
    /* border-style: solid; */
}

.img-lists ul li a>div.info p {
    /* overflow: hidden; */
    /* text-overflow: ellipsis; */
    /* white-space: nowrap; */
    font-family: SourceHanSerifCN-SemiBold;
    font-size: 0.18rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.3rem;
    color: #073151;
}

.img-lists ul li a>div.info img {
    height: 14px;
    vertical-align: middle;
}

.img-lists ul li a>div.info span {
    font-size: 14px;
    display: inline-block;
    margin-left: 5px;
    color: #999;
    vertical-align: middle;
}


/* 通知公告 */

.notice-list ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -.3rem;
    margin-top: -.35rem;
}

.notice-list ul li {
    width: 50%;
    margin-top: .35rem;
}

.notice-list ul li a {
    display: block;
    border-radius: 0.1rem;
    border: solid 0.01rem #2D7BBB;
    margin: 0 .3rem;
    position: relative;
    padding: .33rem .4rem .4rem .4rem;
    transition: all .5s;
}


.notice-list ul li a h3 {
    font-family: "SourceHanSerifCN-Bold";
    font-size: 0.2rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.3rem;
    color: #222222;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.notice-list ul li a p {
    font-size: 0.14rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.24rem;
    letter-spacing: 0rem;
    color: #848484;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    height: .72rem;
    margin: .18rem 0 .5rem 0;
}

.notice-list ul li a span {
    display: block;
    font-family: CanelaWeb-Regular;
    font-size: 0.17rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.3rem;
    color: #000f28;
}

.notice-list ul li a:hover {
    box-shadow: 0 0.05rem .15rem rgba(45, 123, 187, .3);
}

.notice-list ul li a:hover h3 {
    color: #2D7BBB;
}

/* 内容页 */


.art-main {
    flex: 1;
    min-width: 0;
    position: relative;
}

.art-main .art-tit h3 {
    text-align: center;
    font-family: SourceHanSerifCN-Bold;
    font-size: 0.36rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.4rem;
    letter-spacing: 0rem;
    color: #222222;
}

.art-main .art-tit h4 {
    text-align: center;
    color: #666666;
    font-weight: normal;
    font-size: 18px;
    margin-top: 30px;
}

.art-main .art-body {}

.art-main .art-body p {
    margin-top: .3rem;
    font-size: 0.2rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.36rem;
    color: #222222;
}

.art-main .art-body img {
    max-width: 100% !important;
    display: block;
    margin: .3rem auto;
}

.art-main .cont-tit p {
    font-size: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    line-height: .3rem;
    color: #666666;
    background: rgba(0, 0, 0, 0.04);
    padding: .05rem .1rem;
}

.art-main .cont-tit p img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 0.05rem;
}

.art-main .cont-tit p .liulan {
    margin-left: 50px;
}

.art-main .cont-tit p span {
    display: flex;
    align-items: center;
    vertical-align: middle;
    font-size: .14rem;
    line-height: .36rem;
    margin: 0 10px;
    color: #9E9E9E;
    padding-top: .05rem;
}

.art-time {
    position: relative;
    margin-top: .75rem;
}

.art-time::before {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    height: 1px;
    width: 1.55rem;
    background-color: #007398;
}

.art-time p {
    font-size: 0.16rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.36rem;
    letter-spacing: 0rem;
    color: #007398;
    display: flex;
    justify-content: center;
}

.art-time p::before {
    content: "";
    display: block;
    background: url(../images/art-time.png) no-repeat;
    background-position: center center;
    background-size: 100% auto;
    width: 0.17rem;
    height: 0.36rem;
    margin-right: .1rem;
}

.art-info {}


.pnext {
    margin-top: .35rem;
    padding-top: .25rem;
    border-top: 1px dashed rgba(0, 0, 0, 0.16);
}

.pnext p {
    text-indent: initial;
    font-size: .16rem;
    line-height: .28rem;
    color: #323232;
}

.pnext p+p {
    margin-top: .05rem
}

.pnext p a {
    color: #0B0B0B;
    font-size: .16rem;
}

.pnext p:hover {
    color: #A31D20;
}

.pnext p:hover a {
    color: #A31D20;
}

.xgxw {
    margin-top: 0;
}

.xgxw-tit {
    margin-top: .5rem;
    border-bottom: 1px solid #2D7BBB;
    padding-bottom: .36rem;
}

.xgxw-tit h3 {
    font-family: SourceHanSerifCN-Medium;
    font-size: 0.36rem;
    line-height: .36rem;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0.02rem;
    color: #085084;
    transform: scaleX(.86);
    transform-origin: left center;
}

.xgxw-list {}

.xgxw-list ul li a {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #2D7BBB;
    height: 0.8rem;
}

.xgxw-list ul li a h3 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 0.2rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.36rem;
    letter-spacing: 0rem;
    color: #222222;
    flex: 1;
    min-width: 0;
}

.xgxw-list ul li a span {
    font-size: 0.16rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.36rem;
    letter-spacing: 0rem;
    color: #007398;
    margin-left: .15rem;
}


.artzx {
    width: 4.27rem;
    margin-left: .9rem;
    margin-top: .6rem;
}

.artzx-tit {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #2D7BBB;
}

.artzx-tit h3 {
    padding-left: .6rem;
    background: url(../images/artzx-tit-icon.png) no-repeat;
    background-position: left top;
    background-size: .43rem auto;
    font-family: SourceHanSerifSC-Regular;
    font-size: 0.3rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.43rem;
    color: #222222;
    padding-bottom: .13rem;
}

.artzx-list ul {
    margin-top: .27rem;
}

.artzx-list ul li a {
    display: block;
    margin-left: .18rem;
    border-left: 1px solid #0c63ab;
    padding: .16rem 0;
}

.artzx-list ul li:nth-child(1) a {
    padding-top: 0;
}

.artzx-list ul li a span {
    display: block;
    margin-left: .18rem;
    position: relative;
    width: 0.9rem;
    border-radius: 0.05rem;
    border: solid 1px #cecece;
    line-height: .28rem;
    text-align: center;
    font-size: 0.14rem;
    font-weight: normal;
    color: #979797;
    transition: all .5s;

}

.artzx-list ul li a span::before {
    content: "";
    position: absolute;
    left: -0.2rem;
    top: 50%;
    width: 0.09rem;
    height: 0.09rem;
    background-color: #0c63ab;
    border-radius: 50%;
    transform: translateX(-50%) translateY(-50%);
}

.artzx-list ul li a span::after {
    content: "";
    position: absolute;
    right: 100%;
    left: -.15rem;
    height: 1px;
    background-color: #cecece;
    top: 50%;
    transform: translateY(-50%);
}

.artzx-list ul li a h3 {
    margin-left: .18rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: .6rem;
    font-size: 0.2rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.3rem;
    letter-spacing: 0rem;
    color: #222222;
    margin-top: .13rem;
}


/* 文字列表 */

.i-list li {
    position: relative;
}

.i-list li a {
    display: block;
    transition: all 0.5s;
    padding: .4rem 0 .38rem 0;
    position: relative;
    z-index: 9;
}

.i-list li:nth-child(1) a {
    padding-top: 0;
}

.i-list li a .date {
    display: flex;
    transition: all 0.5s;
    position: relative;
}

.i-list li a .date b {
    font-size: 0.32rem;
    font-weight: bold;
    line-height: 0.26rem;
    color: #2D7BBB;
}

.i-list li a .date span {
    font-family: CanelaWeb-Regular;
    font-size: 0.16rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.3rem;
    color: #000f28;
    border-bottom: 1px solid #007398;
    padding-bottom: .1rem;
}

.i-list li a .info {
    flex: 1;
    min-width: 0;
}

.i-list li a .info h3 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: normal;
    font-family: SourceHanSerifCN-SemiBold;
    font-size: 0.2rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.36rem;
    letter-spacing: 0rem;
    color: #073151;
    margin: .1rem 0 .27rem 0;
}

.i-list li a .info p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    max-height: .48rem;
    font-size: 0.14rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.24rem;
    letter-spacing: 0rem;
    color: #222222;
    opacity: 0.7;
}

.i-list li a span {}

.i-list li:hover a::after {
    transform: scaleY(1);
}

.i-list li:hover a .date::after {
    background: rgba(255, 229, 229, 0.17);
}

.i-list li:hover a h3 {
    color: #0c63ab;
}

.i-list li:hover a p {}

.i-list li:hover a {
    border-color: transparent;
}

.i-list li:hover a .date b {
    color: #fff;
}

.i-list li:hover a .date span {
    color: #0c63ab;
    border-color: #0c63ab;
}

.publine {
    display: block;
    position: relative;
}

.publine::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    border-bottom: solid 0.01rem #ddd;
    z-index: 1;
}

.publine::after {
    content: "";
    position: absolute;
    right: 0;
    width: 0;
    bottom: 0;
    border-bottom: solid 0.01rem #0c63ab;
    z-index: 2;
    transition: all .6s;
}

.publine:hover::after {
    left: 0;
    width: 100%;
}

.artzx-list ul li a:hover span {
    border-color: #0c63ab;
    color: #0c63ab;
}

.artzx-list ul li a:hover span::after {
    background-color: #0c63ab;
}

.artzx-list ul li a:hover h3 {
    color: #0c63ab;
}

.ny-tit {
    margin-bottom: .35rem;
}

.ny-tit h3 {
    display: flex;
    align-items: flex-end;
    font-size: 0.26rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.32rem;
    letter-spacing: 0rem;
    color: #0c63ab;
}

.ny-tit h3 b {
    background: url(../images/nyyiy-bor.png) no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    width: 0.6rem;
    height: 0.15rem;
    margin-bottom: 0.06rem;
    margin-left: 0.1rem;
}

.ny-tit h3::after {
    content: "";
    display: block;
    flex: 1;
    min-width: 0;
    height: 0.03rem;
    background-color: #93bada;
    margin-bottom: 0.06rem;
}

/* 学校简介 */
.xxjj1 {
    display: flex;
    flex-direction: row-reverse;
    align-items: flex-start;
}

.xxjj1-l {
    width: 5.45rem;
    margin-left: .45rem;
    position: relative;
    padding-bottom: .2rem;
    padding-right: .2rem;
}

.xxjj1-l img {
    display: block;
    width: 100%;
}

.xxjj1-l::after {
    content: "";
    position: absolute;
    right: 0;
    left: 35%;
    top: 30%;
    bottom: 0;
    z-index: -1;
    background-color: #0c63ab;
    pointer-events: none;
}

.xxjj1-r {
    flex: 1;
    min-width: 0;
}

.xxjj-text {}

.xxjj-text p {
    text-indent: 2em;
    font-size: 0.18rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.32rem;
    letter-spacing: 0rem;
    color: #000000;
}

.xxjj-text p+p {
    margin-top: .3rem;
}

.xxjj>div {
    margin-top: .3rem;
}

.xxjj3 ul {
    display: flex;
}

.xxjj3 ul li {
    flex: 1;
    min-width: 0;
}

.xxjj3 ul li a {
    height: 2.49rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-right: 1px;
}

.xxjj3 ul li:nth-child(1) a {
    background: url(../images/xxjj3-itembg1.jpg) no-repeat;
    background-position: center center;
    background-size: cover;
}

.xxjj3 ul li:nth-child(2) a {
    background: url(../images/xxjj3-itembg2.jpg) no-repeat;
    background-position: center center;
    background-size: cover;
    margin-top: .47rem;
}

.xxjj3 ul li:nth-child(3) a {
    background: url(../images/xxjj3-itembg3.jpg) no-repeat;
    background-position: center center;
    background-size: cover;
}

.xxjj3 ul li:nth-child(4) a {
    background: url(../images/xxjj3-itembg4.jpg) no-repeat;
    background-position: center center;
    background-size: cover;
    margin-top: .47rem;
}

.xxjj3 ul li a div b {
    font-family: Cochin-Bold;
    font-size: 0.72rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.86rem;
    letter-spacing: 0rem;
    color: #ffffff;
}

.xxjj3 ul li a p {
    font-size: 0.2rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.3rem;
    letter-spacing: 0rem;
    color: #ffffff;
    margin-top: .1rem;
}

.xxjj5 {
    overflow: hidden;
}

.xxjj5-l {
    float: left;
    width: 5.22rem;
    margin-right: .6rem;
}

.xxjj5-l img {
    display: block;
    width: 100%;
}

.xxjj6 {
    border-top: 1px solid rgba(12, 99, 171, .2);
    margin-top: .3rem;
    padding-top: .3rem;
}

.xxjj6 p {
    font-size: 0.16rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.36rem;
    letter-spacing: 0rem;
    color: #666666;
    text-align: right;
}


/* 历任领导 */
.lrld {}

.lrld-c {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.lrld-box {
    width: 48%;
    position: relative;
    padding: .38rem .2rem .4rem .73rem;
    border: solid 0.01rem rgba(12, 99, 171, .2);
}

.lrld-box::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 0.31rem;
    bottom: 0;
    background: url(../images/lrld-bg2.jpg) no-repeat;
    background-position: center center;
    background-size: cover;
}

.lrld-box>h3 {
    font-size: 0.28rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.32rem;
    color: #000000;
    position: relative;
}

.lrld-box>h3::after {
    content: "";
    display: block;
    width: 0.3rem;
    height: 0.03rem;
    background-color: #0c63ab;
    margin-top: .23rem;
}

.lrld-box ul {
    margin-top: .07rem;
}

.lrld-box ul li a {
    padding: .1rem 0;
    display: block;
    font-size: 0.18rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.3rem;
    color: #000000;
}

.lrld-box:nth-child(2) {
    border: solid 0.01rem rgba(168, 123, 82, .2);
}

.lrld-box:nth-child(2n)::before {
    background: url(../images/lrld-bg1.jpg) no-repeat;
    background-position: center center;
    background-size: cover;
}


.lrld-box.w100 {
    width: 100%;
    margin-top: .6rem;
}


/* 文化活动 */
.whhd ul li a {
    display: flex;
    align-items: center;
    height: .9rem;
    padding: 0 .25rem;
}

.whhd ul li:nth-child(2n) a {
    background: rgba(12, 99, 171, .05) url(../images/whhd-itembg.png) no-repeat;
    background-position: right bottom;
    background-size: auto 100%;
}

.whhd ul li a h3 {
    flex: 1;
    min-width: 0;
    font-size: 0.2rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.32rem;
    letter-spacing: 0rem;
    color: #000000;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.whhd ul li a div {
    display: flex;
    align-items: flex-end;
}

.whhd ul li a div b {
    font-size: 0.26rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.3rem;
    letter-spacing: 0rem;
    color: #0c63ab;
    font-family: Cochin-bold;
}

.whhd ul li a div span {
    font-size: 0.14rem;
    font-weight: normal;
    letter-spacing: 0rem;
    line-height: .24rem;
    color: #999999;
    margin-left: 0.05rem;
}

.whhd ul li a:hover h3 {
    color: #0c63ab;

}


/* 组织机构 */

.zzjg-box {
    background-color: #ffffff;
    box-shadow: 0rem 0rem 0.3rem 0rem rgba(12, 99, 171, 0.1);
}

.zzjg-box+.zzjg-box {
    margin-top: .76rem;
}

.zzjg-box>h3 {
    background: #2D7BBB;
    background-position: left center;
    background-size: auto 100%;
    font-size: 0.28rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.65rem;
    color: #ffffff;
    padding-left: .58rem;
}

.zzjg-box:nth-child(2n)>h3 {
    background: #2D7BBB;
    background-position: left center;
    background-size: auto 100%;
}

.zzjg-box ul {
    padding: 0 .45rem .7rem .45rem;
    display: flex;
    flex-wrap: wrap;
    margin: 0 -.12rem;
}

.zzjg-box ul li {
    width: 33.33%;
    margin-top: .3rem;
}

.zzjg-box ul li a {
    min-height: 100%;
    display: block;
    margin: 0 .12rem;
    font-size: 0.18rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.3rem;
    letter-spacing: 0rem;
    color: #000000;
    padding: .1rem .15rem .1rem .4rem;
    position: relative;
    border: solid 0.01rem rgba(12, 99, 171, .2);
    transition: all .5s;
}

.zzjg-box ul li a::before {
    content: "";
    position: absolute;
    left: .15rem;
    width: 0.08rem;
    height: 0.08rem;
    background-color: #0c63ab;
    border-radius: 50%;
    top: .21rem;
}

.zzjg-box:nth-child(2n) ul li a::before {
    background-color: #a87b52;
}

.zzjg-box ul li a:hover {
    color: #0c63ab;
    border-color: #0c63ab;
}

.zzjg-box:nth-child(2n) ul li a:hover {
    color: #a87b52;
    border-color: #a87b52;
}

/* 学术机构 */


.xsjg-box {
    background-color: #ffffff;
    box-shadow: 0rem 0rem 0.3rem 0rem rgba(0, 0, 0, 0.1);
}

.xsjg-box+.xsjg-box {
    margin-top: .34rem;
}

.xsjg-box>h3 {
    background: url(../images/xsjg-titbg1.jpg) no-repeat;
    background-position: center center;
    background-size: cover;
    font-size: 0.22rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.6rem;
    color: #ffffff;
    text-align: center;
}

.xsjg-box:nth-child(2n)>h3 {
    background: url(../images/xsjg-titbg2.jpg) no-repeat;
    background-position: center center;
    background-size: cover;
}

.xsjg-box ul {
    padding: .36rem .45rem .85rem .45rem;
}

.xsjg-box ul li:nth-child(1) {
    border-top: 1px solid rgba(0, 0, 0, 0.05);
}

.xsjg-box ul li {
    display: flex;
    align-items: flex-start;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    padding: .1rem 0;
}

.xsjg-box ul li b {
    font-size: 0.18rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.45rem;
    letter-spacing: 0rem;
    color: #000000;
    width: 1.34rem;
    text-align: justify;
    font-weight: 600;
    position: relative;
    margin-right: .35rem;
}

.xsjg-box ul li b::before {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 0.25rem;
    background-color: #000000;
    opacity: 0.1;
}

.xsjg-box ul li dl {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-wrap: wrap;
}

.xsjg-box ul li dl>div {
    width: 100%;
    font-size: 0.18rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.45rem;
    letter-spacing: 0rem;
    color: #000000;
}

.xsjg-box ul li dl dd {
    width: 9.09%;
}

.xsjg-box ul li dl dd a {
    display: block;
    font-size: 0.18rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.45rem;
    letter-spacing: 0rem;
    color: #000000;
}

.xsjg-box ul li dl dd a:hover {
    color: #0c63ab;
}

.xsjg-box:nth-child(2n+1) ul li a:hover {
    color: #a87b52;
}



/* 现任领导 */
.xrld {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.xrld-box {
    width: 47%;
    background-color: #ffffff;
    box-shadow: 0rem 0rem 0.3rem 0rem rgba(0, 0, 0, 0.1);
    padding: .38rem .2rem .4rem .73rem;
    border: solid 0.01rem rgba(12, 99, 171, .2);
    position: relative;
}

.xrld-box::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 0.31rem;
    bottom: 0;
    background: url(../images/lrld-bg2.jpg) no-repeat;
    background-position: center center;
    background-size: cover;
}

.xrld-box:nth-child(2n)::before {
    background: url(../images/lrld-bg1.jpg) no-repeat;
    background-position: center center;
    background-size: cover;
}


.xrld-box.w100 {
    width: 100%;
    margin-top: .6rem;
}

.xrld-box ul {
    min-height: 100%;
}

.xrld-box ul li {
    display: flex;
    align-items: flex-start;
    padding: .1rem 0;
}

.xrld-box ul li+li {
    border-top: 1px solid rgba(0, 0, 0, 0.05);
}

.xrld-box ul li>b {
    font-size: 0.2rem;
    font-weight: 600;
    line-height: 0.42rem;
    color: #000000;
    position: relative;
    width: 2.35rem;
    padding-right: .2rem;
    margin-right: .3rem;
}

.xrld-box ul li>b::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 0.25rem;
    background-color: #000000;
    opacity: 0.1;
}

.xrld-box ul li>dl {
    display: flex;
    flex-wrap: wrap;
    flex: 1;
    min-width: 0;
}

.xrld-box ul li>dl dd a {
    display: block;
    font-size: 0.2rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.42rem;
    letter-spacing: 0rem;
    color: #000000;
}

.xrld-box.w100 ul li>dl dd {
    width: 14.285%;
}

.xrld-box ul li dl dd a:hover {
    color: #0c63ab;
}

.xrld-box:nth-child(2n+1) ul li a:hover {
    color: #a87b52;
}


.endly {
    margin-top: .4rem;
    padding-top: .3rem;
    border-top: 1px solid rgba(12, 99, 171, .2);
}

.endly.ptmt {
    margin-top: .4rem;
    padding-top: .3rem;
    border-top: 1px solid rgba(12, 99, 171, .2);
}

.endly p {
    text-align: right;
    font-size: 0.16rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.36rem;
    letter-spacing: 0rem;
    color: #666666;
}

/* 学校标识 */
.xxbs-name {
    position: relative;
    margin-bottom: .33rem;
}

.xxbs-name p {
    text-indent: 0 !important;
    text-align: center;
    font-size: 0.28rem !important;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.32rem !important;
    letter-spacing: 0rem;
    color: #000000 !important;
}

.xxbs-name::after {
    content: "";
    display: block;
    width: 0.41rem;
    height: 0.04rem;
    background-color: #0c63ab;
    margin: 0 auto;
    margin-top: .13rem;
}

.xxbs-img img {
    display: block;
    max-width: 100%;
    margin: 0 auto;
}

.xxbs-text {
    margin-top: .2rem;
}

.xxbs-text p {
    text-align: center;
    font-size: 0.16rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.31rem;
    letter-spacing: 0rem;
    color: #333333;
}

.xxbs-xf ul {
    display: flex;
    justify-content: space-between;
}

.xxbs-xf ul li {}

.xxbs-xf ul li p {
    text-align: center;
    font-size: 0.2rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.32rem;
    letter-spacing: 0rem;
    color: #333333;
}

.xxbs-xq p {
    text-align: center;
    font-size: 0.2rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.32rem;
    letter-spacing: 0rem;
    color: #333333;
}

.xxbs-link {
    margin-top: .3rem;
}

.xxbs-link a {
    display: block;
    font-size: 0.18rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.32rem;
    letter-spacing: 0rem;
    color: #0c63ab;
    text-align: center;
}

.xxbs-logo {
    margin-top: .4rem;
}

.xxbs-box+.xxbs-box {
    margin-top: 1rem;
}

/* 科研平台 */
.kypt-type ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -.09rem;
}

.kypt-type ul li {
    margin: 0 .09rem;
}

.kypt-type ul li a {
    background-color: rgba(12, 99, 171, .05);
    border-radius: 0.3rem;
    display: block;
    font-size: 0.2rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.6rem;
    color: #000000;
    padding: 0 .3rem;
}

.kypt-type ul li.on a {
    background-color: #a87b52;
    color: #ffffff;
}

.kypt-type ul li:hover a {
    background-color: #a87b52;
    color: #ffffff;
}


.kypt-box ul {
    display: flex;
    flex-wrap: wrap;
    padding-top: .18rem;
}

.kypt-box ul li {
    width: 33.33%;
    margin-top: .22rem;
}

.kypt-box ul li a {
    min-height: 100%;
    display: block;
    margin: 0 .12rem;
    font-size: 0.18rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.3rem;
    letter-spacing: 0rem;
    color: #333333;
    padding: .1rem .15rem .1rem .15rem;
    position: relative;
    border: solid 0.01rem rgba(12, 99, 171, .2);
    transition: all .5s;
}

.kypt-box ul li a:hover {
    color: #0c63ab;
    border-color: #0c63ab;
}


/* 国家级一流本科专业建设点 */
.zyjs-name p {
    text-align: center;
    font-size: 0.24rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.32rem;
    letter-spacing: 0rem;
    color: #000000;
}

.zyjsbd {
    overflow-x: auto;
}

.zyjsbd table {
    width: 100%;
    border-collapse: collapse;
    margin-top: .3rem;
    table-layout: fixed;
    min-width: 768px;

}

.zyjsbd table tr {
    text-align: center;
}

.zyjsbd table tr th {
    background-color: #a87b52;
    font-size: 0.2rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.65rem;
    letter-spacing: 0rem;
    color: #ffffff;
    text-align: center;
}

.zyjsbd table tr:nth-child(2n+1) {
    background-color: rgba(168, 123, 82, .05);
}

.zyjsbd table tr td {
    font-size: 0.18rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.3rem;
    color: #333333;
    padding: .15rem .1rem;
}


/* 本科生招生 */
.bkszs>div+div {
    margin-top: .4rem;
}

.bkszs1 {
    display: flex;
    align-items: center;
    background-color: #0c63ab;
    justify-content: space-between;
    padding: .22rem .5rem;
}

.bkszs1-l p {
    font-size: 0.18rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.45rem;
    letter-spacing: 0rem;
    color: #ffffff !important;
}

.bkszs1-r {
    border-left: 1px dashed rgba(255, 229, 229, 0.2);
    padding: 0.2rem 0 .15rem 0;
    padding-left: 1.2rem;
}

.bkszs1-r img {
    width: 2.6rem;
    display: block;
    margin: 0 auto;
}

.bkszs1-r a {
    text-align: center;
    font-size: 0.18rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.45rem;
    color: #ffffff;
    display: block;
}

.bkszs-text+.bkszs-text {
    margin-top: .5rem;
}

.bkszs-text h4 {
    font-size: 0.2rem;
    font-weight: 600;
    font-stretch: normal;
    line-height: 0.3rem;
    letter-spacing: 0rem;
    color: #000000;
    margin-bottom: .2rem;
}

.bkszs-text p {
    text-indent: 2em;
    font-size: 0.18rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.32rem;
    letter-spacing: 0rem;
    color: #000000;
    text-align: justify;
}

.bkszs-text p+p {
    margin-top: .3rem;
}

.bkszs3>h3 {
    font-size: 0.22rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.3rem;
    letter-spacing: 0rem;
    color: #0c63ab;
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: .4rem;
}

.bkszs3>h3::before {
    content: "";
    display: block;
    width: 0.12rem;
    height: 0.12rem;
    background-color: #0c63ab;
    transform: rotate(45deg);
    margin-right: .1rem;
}

.bkszs3-c {
    overflow: hidden;
}

.bkszs3-l {
    float: left;
    width: 5.58rem;
    margin-right: .6rem;
}

.bkszs3-l img {
    display: block;
    width: 100%;
}

.bkszs5 {
    display: flex;
    align-items: flex-start;
}

.bkszs-text {
    flex: 1;
    min-width: 0;
}

.bkszs5-pic {
    width: 5.58rem;
    margin-left: .5rem;
}

.bkszs5-pic img {
    display: block;
    width: 100%;
}


/* 本科生教育 */
.bksjy>div {
    margin-top: .4rem;
}

.bksjy1 {
    flex: 1;
    min-width: 0;
    display: flex;
}

.bksjy1-l {
    flex: 1;
    min-width: 0;
}

.bksjy1-r {
    width: 5.46rem;
    padding-right: .24rem;
    padding-top: .24rem;
    position: relative;
    margin-left: .6rem;
    z-index: 1;
}

.bksjy1-r::after {
    content: "";
    position: absolute;
    left: .77rem;
    top: 0;
    right: 0;
    bottom: .39rem;
    background-color: #0c63ab;
    z-index: -1;
    pointer-events: none;
}

.bksjy1-r img {
    display: block;
    width: 100%;
}

.bksjy-text p {
    font-size: 0.18rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.32rem;
    letter-spacing: 0rem;
    color: #000000;
    text-indent: 2em;
}

.bksjy-text p+p {
    margin-top: .3rem;
}

.bksjy3 ul .slick-slide {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -.15rem;
}

.bksjy3 ul .slick-slide>div {
    width: 33.33%;
    margin-top: .4rem;
}

.bksjy3 ul .slick-slide div li {
    display: block !important;
}

.bksjy3 ul .slick-slide div li a {
    margin: 0 .15rem;
    display: block !important;
}

.bksjy3 ul .slick-slide div li a .pic {
    padding-top: 69%;
}

.bksjy3 ul .slick-slide div li a .info {
    padding-top: .2rem;
}

.bksjy3 ul .slick-slide div li a .info h3 {
    font-size: 0.18rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.26rem;
    letter-spacing: 0rem;
    color: #000000;
    display: -webkit-box;
    /* -webkit-box-orient: vertical; */
    /* -webkit-line-clamp: 2; */
    /* overflow: hidden; */
    /* height: .52rem; */
}

.bksjy3-arr {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    position: relative;
    margin-top: .5rem;

}

.bksjy3-arr::before {
    content: "";
    display: block;
    flex: 1;
    min-width: 0;
    height: 1px;
    background-color: #0c63ab;
    margin-right: .13rem;
    opacity: 0.2;
}

.bksjy3-arr div {
    width: 0.4rem;
    height: 0.39rem;
    border-radius: 50%;
    margin-left: 0.04rem;
    transition: all .5s;
    cursor: pointer;
}

.bksjy3-arr div.prev {
    background: rgba(12, 99, 171, .1) url(../images/icon-prev-b.png) no-repeat;
    background-position: center center;
    background-size: 0.08rem auto;
}

.bksjy3-arr div.next {
    background: rgba(12, 99, 171, .1) url(../images/icon-next-b.png) no-repeat;
    background-position: center center;
    background-size: 0.08rem auto;
}

.bksjy3-arr div.prev:hover {
    background: #0c63ab url(../images/icon-prev-w.png) no-repeat;
    background-position: center center;
    background-size: 0.08rem auto;
}

.bksjy3-arr div.next:hover {
    background: #0c63ab url(../images/icon-next-w.png) no-repeat;
    background-position: center center;
    background-size: 0.08rem auto;
}


.xsjg-box ul li dl dd.jk {
    width: 18%;
}

.xsjg-box ul li dl dd.jk1 {
    width: 20%;
}

#vsb_content p {
    line-height: .32rem;
    font-size: .18rem;
    color: #000;
    text-indent: 2em;
    margin-bottom: .3rem;
}

#vsb_content table {
    margin: 0 auto !important;
}

#vsb_content table p {
    margin: 0 !important;
    text-indent: 0 !important;
}

.l2 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}







.szlist ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -.2rem
}

.szlist ul li {
    width: 50%;
    margin-top: .64rem
}

.szlist ul li a {
    margin: 0 .2rem;
    display: flex;
    border-radius: 0.1rem;
    border: solid 0.01rem #f6f5f5;
    background-color: #fff;
    padding: .2rem .25rem;
    transition: all .5s;
    min-height: 100%;
    position: relative;
    z-index: 1
}

.szlist ul li a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(45, 123, 187,.05);
    transition: all .5s;
    z-index: -1;
    pointer-events: none;
    opacity: 0;
    border-radius: 0.1rem
}

.szlist ul li a .pics {
    width: 1.53rem;
    margin-right: .27rem
}

.szlist ul li a .pics .pic {
    padding-top: 124%;
    border-radius: .1rem
}

.szlist ul li a .info {
    flex: 1;
    min-width: 0;
    padding-top: .1rem
}

.szlist ul li a .info h3 {
    display: flex;
    margin-bottom: .2rem
}

.szlist ul li a .info h3 b {
    font-family: SourceHanSerifCN-Bold;
    font-size: 0.24rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.26rem;
    letter-spacing: 0rem;
    color: #222222;
    border-bottom: .03rem solid #1074f0;
    padding-bottom: .12rem
}

.szlist ul li a .info dl {
    display: flex;
    font-size: 0.15rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.3rem;
    letter-spacing: 0rem;
    color: #222222
}

.szlist ul li a .info dl dd {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;

    flex: 1;
    min-width: 0;
    line-height: .3rem;
    max-height: .6rem;

}

.szlist ul li a:hover .info dl dd{
    
display: block;
    
max-height: none;
    
-webkit-box-orient: inherit;
    
-webkit-line-clamp: inherit;
}

.szlist ul li a:hover {
    background-color: #ffffff;
    border: solid 0.01rem #e5e5e5;
    box-shadow: 0 0.08rem .1rem rgba(0, 0, 0, .2)
}

.szlist ul li a:hover::before {
    opacity: 1
}

 
@media screen and (max-width: 1024px) {
    .szdw ul li {
        margin-top: .25rem
    }

    .szdw ul li a {
        display: block
    }

    .szlist ul {
        margin: 0 -.1rem
    }

    .szdw ul li a {
        margin: 0 .1rem
    }

    .szdw ul li a .pics {
        margin: 0 auto
    }

}

@media screen and (max-width: 768px) {
    .szdw ul li {
        width: 100%
    }

    .szdw ul li a {
        padding: .15rem .1rem
    }

    .szlist ul li a .info h3 {
        justify-content: center
    }
}