@charset "UTF-8";

@font-face {
    font-family: 'sy';
    src: url('fonts/sySong.woff');
    font-style: normal;
}


/* 捐赠列表 */
#jzxw ul li a {
    background: url(../images/jz-tbg.png) no-repeat right center;
    background-size: cover;
    border-radius: 0 0 .2rem 0;
}


/* 媒体平台 */
#mtpt ul li a {
    padding: .3rem;
    background: url(../images/jz-tbg.png) no-repeat right center;
    background-size: cover;
    border-radius: 0 0 .2rem 0;
}

#mtpt ul li a .mt-p {
    width: 2.2rem;
    height: 2.2rem;
    padding: .1rem;
    background-color: rgba(132, 3, 4, 0.2);
}

.mt-p img {
    display: block;
    width: 100%;
    height: 100%;
}

#mtpt ul li a h3 {
    font-weight: 600;
}

.mt-gz {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    border-radius: .2rem;
    background: #840304;
    font-size: .16rem;
    color: #ffffff;
    width: 1.44rem;
    line-height: .4rem;
    cursor: pointer;
}

.mt-gz img {
    width: .18rem;
    margin-right: .1rem;
}

/* 毕业季 */
.byj-lt h2 {
    line-height: .58rem;
    display: inline-block;
    padding: 0 .7rem;
    font-size: .24rem;
    color: #840304;
    background: url(../images/byj-tit.png) no-repeat;
    background-size: 100% 100%;
    margin-bottom: .3rem;
}

.byj-lt ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.byj-lt ul i {
    width: 32%;
}

.byj-lt ul li {
    width: 32%;
    margin-bottom: .3rem;
}

.byj-lt ul li a .pic {
    padding-top: 57%;
}

.byj-lt ul li a {
    display: block;
    background: url(../images/yun.png) no-repeat right bottom #fff;
    background-size: 1.78rem;
    border-radius: 0rem 0rem .3rem 0rem;
}

.byj-lt ul li a:hover {
    box-shadow: 0px 5px 12px 0px rgba(132, 3, 4, 0.1449);
}

.byj-lt ul li a:hover h3 {
    color: #840304;
}

.byj-lt {
    margin-bottom: .35rem;
}

.byj-tx {
    padding: .2rem .17rem;
}

.byj-tx h3 {
    font-size: .2rem;
    font-weight: normal;
    text-align: justify;
    color: #41362A;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-bottom: .14rem;
    margin-bottom: .14rem;
    position: relative;
}

.byj-tx h3::after {
    content: '';
    width: .38rem;
    height: .02rem;
    background: #840304;
    position: absolute;
    left: 0;
    bottom: 0;
}

.byj-tx p {
    font-size: .16rem;
    text-align: justify;
    color: #840304;
    background: url(../images/tw-jt.png) no-repeat right center;
    background-size: .13rem;
}

/* gzdt */
.gzdt ul li a .pic {
    width: 3.38rem;
    height: 2.06rem;
    padding-top: 0;
    margin-right: .34rem;
}

.gzdt ul li a {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    background: url(../images/gz-tbg1.png) no-repeat right bottom #fff;
    border-radius: 0rem 0rem .3rem 0rem;
}

.gz-tx {
    padding-right: .3rem;
    flex: 1;
    min-width: 0;
}

.gz-tx h3 {
    font-size: .2rem;
    letter-spacing: .01rem;
    color: #41362a;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.gz-tx p {
    font-size: .16rem;
    line-height: .24rem;
    height: .48rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    color: #41362a;
    opacity: 0.8;
    margin-top: .2rem;
    margin-bottom: .3rem;
}

.gzdt ul li {
    margin-bottom: .2rem;
}

.gz-ifo {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;

}

.gz-ifo b {
    line-height: .28rem;
    padding: 0 .14rem;
    font-size: .16rem;
    color: #ffffff;
    background-color: #840304;
    border-radius: .06rem;
    font-weight: normal;
}

.gz-ifo span {
    font-size: .16rem;
    line-height: .3rem;
    color: #840304;
    opacity: 0.9;
}


.gzdt ul li a:hover {
    background: url(../images/gz-tbg2.png) no-repeat right bottom #c8ac8b;
}

.gzdt ul li a:hover span,
.gzdt ul li a:hover p,
.gzdt ul li a:hover h3 {
    color: #ffffff;
}

/* 理事会 */
.lsh-lt {
    background: #ffffff;
    border-radius: .2rem 0rem .2rem 0rem;
    overflow: hidden;
    position: relative;
    padding: .3rem;
    padding-left: .5rem;
    margin-bottom: .2rem;
}

.lsh-lt::after {
    content: '';
    display: block;
    width: 100%;
    height: .09rem;
    background: url(../images/hz2.png) no-repeat left top;
    background-size: 100% 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0.45;
}

.lsh .lsh-lt:nth-child(1)::after {
    background: url(../images/hz1.png) no-repeat left top;
    background-size: 100% 100%;
    opacity: 1;
}

.lsh .lsh-lt:nth-child(2)::after {
    opacity: 1;
}

.lsh .lsh-lt:nth-child(3)::after {
    opacity: 0.8;
}

.lsh .lsh-lt:nth-child(4)::after {
    opacity: 0.7;
}

.lsh .lsh-lt:nth-child(5)::after {
    opacity: 0.6;
}



.lsh-lt h2 {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    font-size: .2rem;
    color: #840304;
    font-weight: normal;
}

.lsh-lt h2 img {
    width: .6rem;
    margin-right: .1rem;
}

.lsh-lt ul {
    padding-left: .7rem;
    display: flex;
    flex-wrap: wrap;
}

.lsh-lt ul li a {
    font-size: .18rem;
    color: #41362A;
    display: block;
}

.lsh-lt ul li.ys a{border:1px solid #000000;display:inline-block;}

.lsh-lt ul li {
    width: 16.66%;
    margin-top: .1rem;
}

.lsh-lt ul li a:hover {
    color: #840304;
}

#lsh-msc ul {
    display: flex;
    flex-wrap: wrap;

}

#lsh-msc ul li {
    width: auto;
    margin-right: .5rem;
}

/* 联系我们 */

.lxwm {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.lx-lx h3 {
    font-size: .28rem;
    color: #840304;
    margin-bottom: .1rem;
}

.lx-lx p {
    display: flex;
    flex-wrap: wrap;
    align-items: center;

    font-size: .17rem;
    margin-bottom: .1rem;
    color: #000000
}

.lx-lx p img {
    max-width: .2rem;
    margin-right: .1rem;
}

.lx-ewm {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin-top: 1rem;
}

.lx-ewm>div {
    width: 30%;
}

.ewm-box {
    width: 100%;
    padding: .08rem;
    background-color: #E0C4C4;
}

.lx-ewm img {
    display: block;
    width: 100%;
    margin: 0 auto;
}

.lx-ewm h3 {
    font-size: .2rem;
    color: #41362A;
    text-align: center;
    margin: .12rem 0;
}

.lx-ewm p {
    font-size: .11rem;
    line-height: .18rem;
    text-align: justify;
    color: #666666;
}

.lx-l {
    flex: 1;
    min-width: 0;
}

.lx-r {
    width: 5.14rem;
    margin-left: .9rem;
}

.lx-r img {
    display: block;
    width: 100%;
}

/* 校友工作室 */
.gzs-tx p {
    font-size: .2rem;
    line-height: .34rem;
    text-align: justify;
    color: #41362A;
    margin-bottom: .34rem;
    text-indent: 2em;
}

.gzs-pt {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.gzs-pt>div {
    width: 48%;
}

.gzs-l img {
    display: block;
    width: 100%;
}

.gzs-r h3 {
    font-size: .24rem;
    font-weight: bold;
    color: #FFFFFF;
}


.gzs-r p {
    font-size: .2rem;
    color: #FFFFFF;
    margin-top: .14rem;
}

.gzs-r p::before {
    content: '•';
    color: #ffffff;
    margin-right: .1rem;
}

.gzs-r>div {
    margin-bottom: .27rem;
    padding: .5rem .6rem;
}

.gzs-r>div:nth-child(1) {
    background: #840304;
}

.gzs-r>div:nth-child(2) {
    background: #C8AC8B;
}

.gzs-r>div:nth-child(3) {
    background: #93A7BE;
    margin-bottom: 0;
}


/* 党支部 */
.dzb {
    border-radius: .1rem;
    padding: .8rem;
    padding-top: 0;
    background: #FFFFFF;
    border: 4px solid rgba(151, 151, 151, 0.3046);
    margin-top: 1rem;
    background: url(../images/yun.png) no-repeat right bottom;
}

.dzp-p {
    margin-top: -0.6rem;
}

.dzb p {
    font-size: .2rem;
    line-height: .36rem;
    text-align: justify;
    color: #41362A;
    text-indent: 2em;
    margin-top: .45rem;
    padding-top: .2rem;
    position: relative;
}

.dzb p::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    background: #840304;
    width: .4rem;
    height: .04rem;
}

.dzb-pt {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: .6rem;
}

.dzb-pt img {
    width: 5.3rem;
    margin-right: .3rem;
}

.dzb-pt p {
    flex: 1;
    min-width: 0;
}

/* 校友会简介 */

.xyhjj {
    border-radius: .1rem;
    background: url(../images/yun.png) no-repeat right bottom;
    border: .04rem solid rgba(151, 151, 151, 0.3046);
    padding: .5rem;
}

.xyhjj p {
    font-size: .2rem;
    line-height: .32rem;
    text-align: justify;
    color: #41362A;
    text-indent: 2em;
}

.xyhjj>p {
    margin-bottom: .4rem;
}

.xyhjj h3 {
    font-size: .3rem;
    font-weight: bold;
    color: #840304;
    margin-bottom: .45rem;
}

.xyhjj-pt {
    position: relative;
    padding-top: .5rem;
    margin-bottom: .4rem;
}

.xyhjj-pic {
    position: absolute;
    top: 0;
    right: 0;
    height: 90%;
}

.xyhjj-pic img {
    display: block;
    width: 100%;
    height: 100%;
}

.xyhjj-tx {
    width: 6rem;
    background: url(../images/xyhjj-tbg.png) no-repeat;
    background-size: 100% 100%;
    padding: .45rem;
    padding-right: 1.35rem;
    position: relative;
    z-index: 2;
}

.xyhjj-tx p {
    color: #ffffff;
}


/* zzjg */
.zzjg img {
    width: 100%;
    display: block;
}


/* 校友联络 */
#xyll-box ul li {
    width: 100%;
}

#xyll-box ul li a:hover {
    color: #840304;
}

/* 院系联络 */

.yxll {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}

.yxll>div {
    width: 48%;
}

.yxll-box {
    margin-bottom: .5rem;
    background: #FFFFFF;
    box-shadow: 0rem .02rem .12rem 0rem rgba(208, 208, 208, 0.5);
}

.yxll-box>h3 {
    padding: 0 .36rem;
    font-size: .26rem;
    color: #FFFFFF;
    line-height: .8rem;
    background: url(../images/xyll-tit.png) no-repeat;
    background-size: cover;
    border-radius: 0rem 0rem .4rem 0rem;
}

.yxll-box ul {
    padding: .35rem;

    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.yxll-box ul li {
    width: 50%;
    margin-bottom: .2rem;
}

.yxll-box ul li a {
    font-size: .2rem;
    color: #41362A;
    padding-left: .2rem;
    background: url(../images/xyll-jt.png) no-repeat left center;
    background-size: .09rem;
}

.yxll-box ul li a:hover {
    color: #840304;
}


/* 校友联络（综合） */

.xyzh-c {
    padding: .5rem .4rem;
}

.xyzh-tit {
    border-radius: .3rem 0rem 0rem 0rem;
    background: linear-gradient(90deg, #840304 0%, rgba(132, 3, 4, 0) 100%);
    padding: .12rem .4rem;
}

.xyzh {
    border-radius: .3rem 0rem .3rem 0rem;
    background: #FFFFFF;
    box-shadow: 0rem .06rem .14rem 0rem rgba(157, 111, 111, 0.0728);
}

.xyzh-top p {
    font-size: .2rem;
    line-height: .36rem;
    color: #41362A;
}

.xyzh-tit img {
    height: .5rem;
}

.xyzh-top h3 {
    font-size: .26rem;
    font-weight: bold;
    color: #840304;
    padding-left: .36rem;
    background: url(../images/hz-dots.png) no-repeat left center;
    background-size: .25rem;
    margin-bottom: .3rem;
}

.xyzh-top p {
    font-size: .2rem;
    line-height: .36rem;
    color: #41362A;
    margin-bottom: .2rem;
    /* text-align: justify; */
}

.xyzh-tx {
    margin-bottom: .7rem;
}

.xyzh-top {
    border-bottom: .02rem solid #840304;
    margin-bottom: .5rem;
}

.xyzh-bot-tit {
    position: relative;
    margin-bottom: .45rem;
}

.xyzh-bot-tit a {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);

    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    font-size: .18rem;
    color: #840304;
    line-height: .2rem;
}

.xyzh-bot-tit a img {
    margin: 0 .1rem;
    height: .2rem;
}

.xyzh-bot-tit a:hover {
    opacity: 0.7;
}

.xyzh-bot-tit h3 {
    font-size: .28rem;
    color: #840304;
    padding-bottom: .2rem;
    background: url(../images/xyzh-tit.png) no-repeat left bottom;
    background-size: 1.6rem;
}

#xyzh-news ul li a {
    border-radius: 0rem 0rem .3rem 0rem;
    background: url(../images/yun.png) no-repeat 100% bottom;
    background-size: auto 80%;
    box-shadow: 0rem .02rem .1rem 0rem rgba(213, 213, 213, 0.5);
}


/* 北大校友微信小程序 */
.xyxcx {
    border-radius: .1rem;
    background: #FFFFFF;
    border: .04rem solid rgba(151, 151, 151, 0.3046);
    padding: .5rem;
}

.xyxcx h2 {
    font-size: .3rem;
    font-weight: bold;
    text-align: center;
    color: #840304;
    margin-bottom: .4rem;
    text-align: center;

}

.xyxcx h3 {
    font-size: .2rem;
    color: #41362A;
    margin-bottom: .2rem;
}


.xcx-tx {
    position: relative;
}

.xcx-tx::after {
    content: '';
    position: absolute;
    width: .44rem;
    height: .37rem;
    background: url(../images/hz-dh.png) no-repeat;
    background-size: 100% 100%;
    left: -0.2rem;
    top: -0.4rem;
}

.xcx-dh {
    width: .44rem;
}

.xyxcx p {
    font-size: .2rem;
    line-height: .32rem;
    color: #41362A;
    margin-bottom: .4rem;
    text-align: justify;
}

.xcx-pt {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.xcx-pt p {
    width: .28rem;
    margin-left: .5rem;
    line-height: 1.2;
}

.xcx-pt img {
    width: 8.2rem;
    max-width: 100%;
}

/* 校友返校 */

.xyfx h2 {
    font-size: .3rem;
    font-weight: bold;
    color: #840304;
    text-align: center;
    margin-bottom: .4rem;
}

.xyfx-box h3 {
    font-size: .26rem;
    font-weight: bold;
    color: #840304;
    cursor: pointer;
}

.xyfx-box {
    border-radius: .2rem 0rem .2rem 0rem;
    background: #FFFFFF;
    overflow: hidden;
    padding: 0 .5rem;
    margin-bottom: .4rem;
    position: relative;
}

.xyfx-box::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: .09rem;
    background: url(../images/hz2.png) no-repeat;
    background-size: 100% 100%;
}

.xyfx-box h3 {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding-left: .35rem;
    background: url(../images/hz-dots.png) no-repeat left center;
    background-size: .25rem;

    position: relative;
    line-height: .8rem;
}

.xyfx-box p {
    font-size: .2rem !important;
    line-height: .32rem !important;
    color: #41362A !important;
    margin-bottom: .1rem;
}

.xyfx-box h3 span {
    width: .2rem;
    height: .16rem;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);

    background: url(../images/xyfx-jt1.png) no-repeat;
    background-size: 100% 100%;
}

.xyfx-tx {
    display: none;
}


.xyfx-box.on h3 span {
    transform: translateY(-50%) rotate(180deg);
}

.xyfx-box.on {
    padding-top: .1rem;
    padding-bottom: .5rem;
}

/* 联名行用卡 */
.xyk-c {
    border-radius: .1rem;
    background: url(../images/yun.png) no-repeat right bottom #fff;
    border: .04rem solid rgba(151, 151, 151, 0.3046);
    padding: .45rem;
    margin-bottom: .4rem;
    position: relative;
}

.xyk-c>h2 {
    font-size: .3rem;
    font-weight: bold;
    color: #840304;
    text-align: left;
    padding-right: 1rem;
}

.xyk-tit {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-bottom: .25rem;
}

.xyk-tit b {
    font-size: .26rem;
    font-family: 'sy';
    padding-left: .35rem;
    background: url(../images/hz-dots.png) no-repeat left center;
    background-size: .2rem;
    color: #840304;
}

.xyk-line {
    border: .01rem solid #840304;
    flex: 1;
    min-width: 0;
    margin: 0 .1rem;
}

.xyk-box p {
    font-size: .2rem;
    line-height: .32rem;
    color: #41362A;
    margin-bottom: .2rem;
    text-align: justify;
}
.xyk-tx>p{
    background: url(../images/xyk-sj.png) no-repeat left center;
    padding-left: .2rem;
    background-size: .12rem;
}

.xyk-box {
    margin-bottom: .3rem;
}

.xyk-box h3 {
    font-size: .2rem;
    line-height: .32rem;
    color: #41362A;
    margin-bottom: .15rem;
}

.xyk-box p {
    font-size: .2rem;
    line-height: .32rem;
    color: #41362A;
}

.xyk-c.on>h2 {
    text-align: center;
}

.xyk-c>span {
    color: #FFFFFF;
    font-size: .2rem;
    line-height: .6rem;
    border-radius: .2rem 0rem .2rem 0rem;
    padding: 0 .27rem;
    background: #840304;
    position: absolute;
    right: .5rem;
    bottom: .4rem;
    cursor: pointer;
}

.xyk-wrap {
    margin-top: .4rem;
    padding-bottom: .25rem;
}


/* 校友卡 */
.xy-card {
    border-radius: .1rem;
    background: #FFFFFF;
    border: .04rem solid rgba(151, 151, 151, 0.3046);
    padding: .5rem;
    padding-bottom: 1.2rem;
}

.xy-card>h2 {
    font-size: .3rem;
    font-weight: bold;
    color: #840304;
    text-align: center;
    margin-bottom: .4rem;
}

.xyc-top {
    position: relative;
    padding-bottom: .4rem;
    border-bottom: .03rem solid #840304;
    margin-bottom: .6rem;
}

.xyc-top p {
    font-size: .2rem;
    line-height: .32rem;
    color: #41362A;
    margin-bottom: .2rem;
}

.xyc-top::before {
    content: '';
    position: absolute;
    top: -0.4rem;
    left: -0.2rem;
    width: .44rem;
    height: .37rem;
    background: url(../images/hz-dh.png) no-repeat;
    background-size: 100% 100%;
}

.xyc-sm {
    text-align: right;
}

.xyc-sm p {
    margin-bottom: .1rem;
}

.xyc-pt {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: .6rem;
}

.xyc-p1 {
    width: 5.54rem;
}


.xyc-p2 img {
    width: 3.04rem;
    height: 3.04rem;
}

.xyc-p2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.xyc-p2 p {
    color: #41362A !important;
    font-size: .2rem !important;
    width: .3rem;
    margin-left: .2rem;
}

.xyc-p2 p span {
    display: block;
}

.xyc-ewm {
    padding: .2rem;
    background-color: #840304;
}

.xyc-bot p {
    font-size: .2rem !important;
    line-height: .32rem !important;
    color: #41362A !important;
    margin-bottom: .1rem;
}

.xyc-bot .xyc-wt {
    color: #840304;
    font-weight: 600;
}

.xyc-box {
    margin-bottom: .6rem;
}

.xyc-ifo p{
    font-size: .3rem !important;
    font-weight: bold;
    line-height: .46rem !important;
    color: #840304 !important;
    font-family: 'sy';
}

/* 北大数字 */

.bdsz-c {
    padding-top: 1rem;
}

.bdsz-l {
    width: 2.3rem;
    margin-right: 1rem;
    position: relative;
    padding-top: 1rem;
    min-height: 11rem;
}

.bdsz-l::before {
    content: '';
    width: 4.35rem;
    height: 8.6rem;
    position: absolute;
    right: 0;
    top: 2.6rem;
    background: url(../images/bdsz-lbg.png) no-repeat left top;
    background-size: cover;
}

.bdsz-tit {
    position: relative;
    z-index: 2;
}

.bdsz-tit b {
    font-family: 'sy';
    width: .62rem;
    font-size: .64rem;
    display: block;
    line-height: 1.2;
    color: #41362a;
    position: relative;
}

.bdsz-tit b:first-child::after {
    content: '';
    width: .2rem;
    height: 3rem;
    position: absolute;
    top: 0;
    right: -0.3rem;
    background: url(../images/bd-line.png) no-repeat;
    background-size: 100% 100%;
}

.bdsz-tit b:last-child {
    color: #ffffff;
    margin-left: 1rem;
    margin-top: .5rem;
}

.bdsz-num b {
    font-weight: normal;
    font-size: .8rem;
    letter-spacing: -0.05rem;
    color: #8d1817;
    line-height: 1;
    margin-right: .1rem;
}

.bdsz-num span {
    font-size: .18rem;
    color: #8d1817;
    font-weight: normal;
}

.bdsz-num p {
    font-size: .16rem;
    color: #41362a;
}

.bdsz-num1 {
    background: url(../images/bd-tbg.png) no-repeat;
    background-size: cover;
    width: 3.8rem;
    border-radius: .16rem;
    padding: .3rem;
    margin-right: .5rem;
}

.bdsz-num1 p,
.bdsz-num1 span,
.bdsz-num1 b {
    color: #ffffff;
}

.bd-top {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.bd-r {
    flex: 1;
    min-width: 0;
}

.bd-r>div {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.bd-r>div .bdsz-num b {
    font-size: .54rem;
}

.bd-r>p {
    font-size: .18rem;
    color: #41362a;
    opacity: 0.5;
    margin-top: .25rem;
}

.bd-bot>ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.bd-bot>ul li {
    width: 31%;
    border-bottom: 1px solid #e1cac4;
    padding: .5rem 0;
}

.bd-bot>ul i {
    width: 31%;
}

.bdsz-tit2 {
    display: none;
}




















@media screen and (max-width: 1400px) {}

@media screen and (max-width: 1024px) {
    .lsh-lt {
        padding: .2rem;
        padding-left: .3rem;
    }

    .lx-l {
        flex: auto;
        width: 100%;
    }

    .lx-r {
        margin: .2rem auto;
    }

    .lx-ewm>div {
        width: 1.4rem;
        margin: .3rem 0;
    }

    .lx-ewm {
        margin: 0;
    }

    .lx-ewm h3 {
        font-size: .18rem;
    }

    .dzb-pt img {
        width: 100%;
        margin: 0;
    }

    .dzb-pt p {
        flex: auto;
        width: 100%;
    }

    .dzb {
        padding: .3rem;
        padding-top: 0;
    }

    .xyhjj-pic {
        position: static;
    }

    .xyhjj-tx {
        width: 100%;
        background-color: #840304;
        padding: .3rem;
    }

    .xyhjj-pt {
        padding: 0;
    }

    .yxll-box ul li {
        width: 100%;
        margin-bottom: .1rem;
    }

    .xyzh-c {
        padding: .3rem;
    }


    .xcx-pt img {
        width: 100%;
        margin-bottom: .3rem;
    }

    .xcx-pt p {
        width: auto;
        margin: 0;
        text-align: center;
        width: 100%;
    }

    .xyxcx {
        padding: .2rem .3rem;
    }

    .xyxcx h2 {
        font-size: .26rem;
    }

    .xy-card {
        padding: .3rem;
        padding-bottom: .5rem;
    }

    .xy-card>h2 {
        font-size: .26rem;
    }

    .xyc-pt {
        justify-content: center;
    }


    .bdsz-tit {
        display: none;
    }

    .bdsz-tit2 {
        display: block;
        font-size: .4rem;
        font-family: 'sy';
    }

    .bdsz-l::before {
        display: none;
    }

    .bdsz-l {
        min-height: auto;
        padding-top: .3rem;
    }

    .bdsz-c {
        padding-top: 0;
    }

    .bdsz-num b {
        font-size: .5rem;
    }

    .bd-r {
        flex: auto;
        width: 100%;
        margin-top: .3rem;
    }
}

@media screen and (max-width: 768px) {


    .gzs-pt>div {
        width: 100%;
    }

    .gzs-l {
        margin-bottom: .3rem;
    }

    .gzs-r>div {
        padding: .3rem;
    }
    

    .bd-bot>ul li {
        width: 48%;
        padding: .2rem 0;
    }
    .bdsz-num b {
        font-size: .4rem;
        letter-spacing: normal;
    }
    .lsh-lt ul li {
        width: 20%;
    }

    .xyhjj p {
        font-size: .18rem;
    }

    .xyhjj {
        padding: .3rem;
    }

    .yxll-box ul li a {
        font-size: .18rem;
    }

    .yxll>div {
        width: 100%;
    }

    .yxll-box>h3 {
        line-height: .6rem;
    }

    .xyk-c {
        padding: .3rem;
    }

    .xyk-c>span {
        right: .2rem;
        bottom: .2rem;
    }


}

@media screen and (max-width: 640px) {
    #mtpt ul li a .mt-p {
        margin: 0 auto;
    }

    #mtpt ul li a {
        padding: .15rem 0;
    }

    .byj-lt ul li {
        width: 48%;
    }

    .gzdt ul li a .pic {
        width: 100%;
        padding-top: 60%;
        height: auto;
        margin: 0;
    }

    .gz-tx {
        flex: auto;
        width: 100%;
        padding: .15rem;
    }

    .lsh-lt ul li {
        width: 25%;
    }

    .xyc-p2 img {
        width: 2.4rem;
        height: 2.4rem;
    }

    .xyc-p2 p {
        width: 100%;
        text-align: center;
        margin: 0;
        margin-top: .1rem;
    }

    .xyc-p2 p span {
        display: inline;
    }

    .xyc-ewm {

        margin: 0 auto;
        margin-top: .2rem;
    }
}


@media screen and (max-width: 480px) {
    .byj-lt ul li {
        width: 100%;
    }

    .lsh-lt ul li {
        width: 33.33%;
    }

    #lsh-msc ul li {
        margin-right: .2rem;


    }

}