@charset "utf-8";

/* xrld */

.xrld ul li {
    margin-bottom: .24rem;
}

.xrld ul li a {
    display: block;
    padding: .4rem;
    background-color: #fbfbfb;
    border: .01rem solid rgba(0, 0, 0, 0.1);
    position: relative;
    transition: all 0.3s;
}

.xrld ul li a::before {
    content: '';
    width: .03rem;
    height: 0;
    background-color: #ecb772;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    transition: all 0.3s;
    z-index: 2;
}

.xrld ul li a h3 {
    margin-bottom: .2rem;
    position: relative;
}

.xrld ul li a h3::before {
    content: '';
    width: .03rem;
    height: .4rem;
    background-color: #94070a;
    position: absolute;
    top: 50%;
    left: -0.4rem;
    transform: translateY(-50%);
}

.xrld ul li a h3 b {
    font-size: .28rem;
    color: #94070a;
    margin-right: .1rem;
}

.xrld ul li a h3 span {
    font-size: .18rem;
    line-height: .3rem;
    color: #000000;
}

.xrld ul li a p {
    font-size: .16rem;
    color: #666666;
    line-height: .24rem;
}

.xrld ul li a:hover::before {
    height: 100%;
}

.xrld ul li a:hover {
    background-color: #94070a;
    border-color: #94070a;
    border-left: none;
}

.xrld ul li a:hover span,
.xrld ul li a:hover b {
    color: #ffffff;
}

.xrld ul li a:hover p {
    color: #ffffff;
    opacity: 0.6;
}

/* xywh */
.xywh ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.xywh ul li {
    margin-bottom: .3rem;
    width: 33.33%;
}

.xywh ul {
    margin: 0 -0.13rem;
}

.xywh ul li a {
    display: block;
    position: relative;
    margin: 0 .13rem;
}

.xywh ul li a .pic {
    padding-top: 56%;
}

.xywh ul li a p {
    margin-top: .05rem;
    background-color: #f9f9f9;
    line-height: .7rem;
    color: #000000;
    font-size: .2rem;
    text-align: center;
    padding: 0 .1rem;
    border-bottom: .02rem solid #94070a;
}

.xywh ul li a:hover p {
    background-color: #94070a;
    color: #ffffff;
    border-bottom: .02rem solid #ecb772;
}

.wh-p {
    position: relative;
}

.wh-p::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 1;
    opacity: 0;
    transition: all 0.3s;
}

.wh-p::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: .42rem;
    height: .42rem;
    background: url(../images/i-add.png) no-repeat;
    background-size: 100% 100%;
    opacity: 0;
    z-index: 2;
    transition: all 0.3s;
}

.xywh ul li a:hover .wh-p::before,
.xywh ul li a:hover .wh-p::after {
    opacity: 1;
}

/* xgtt */

.xgtt ul li a {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: .25rem;
    position: relative;
    transition: all 0.3s;
}

.xgtt ul li a:hover:before {
    width: 100%;
}

.xgtt ul li a::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: .03rem;
    background-color: #ecb772;
    transition: all 0.3s;
}

.xgtt ul li a:hover {
    background-color: #94070a;
}

.xgtt .pic {
    padding-top: 2.03rem;
    width: 3.6rem;
    margin-right: .4rem;
    border-radius: .1rem;
}

.xg-tx {
    flex: 1;
    min-width: 0;
}

.xg-tx h2 {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    font-family: AbhayaLibre-Bold;
    border-bottom: .01rem solid rgba(0, 0, 0, 0.1);
    padding-bottom: .2rem;
    background: url(../images/xg-jt.png) no-repeat right center;
    background-size: .19rem;
}

.xgtt ul li a:hover b {
    color: #ffffff;
}

.xgtt ul li a:hover span {
    color: #ffffff;
}

.xg-tx h2 b {
    font-size: .4rem;
    margin-right: .05rem;
    line-height: 1;
    color: #94070a;
}

.xg-tx h2 span {
    color: #666666;
    font-size: .18rem;
    line-height: .24rem;
}

.xg-tx h3 {
    font-size: .2rem;
    color: #000000;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: .15rem;
    margin-bottom: .2rem;
}

.xgtt ul li a:hover h3 {
    color: #ffffff;
}

.xg-tx p {
    font-size: .16rem;
    line-height: .28rem;
    color: #999999;
    height: .56rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.xgtt ul li a:hover p {
    color: #ffffff;
    opacity: 0.6;
}

/* ybsz */
.ybsz ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 0 -0.2rem;
}

.ybsz ul li {
    width: 33.33%;
    margin-bottom: .3rem;
}

.ybsz ul li a {
    margin: 0 .2rem;
    padding: 0 .3rem;
    padding-right: .4rem;
    display: block;
    height: .9rem;
    color: #000000;
    font-size: .2rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    background-color: #faf2f3;
    position: relative;
    transition: background-color 0.3s;
}

.ybsz ul li a:hover {
    background: url(../images/xg-jt.png) no-repeat right .2rem center #94070a;
    background-size: 20px;
    box-shadow: 0rem 0rem .3rem 0rem rgba(148, 7, 10, 0.2);
    color: #ffffff;
}

.ybsz ul li a::before {
    content: '';
    width: .03rem;
    height: .4rem;
    background-color: #94070a;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    transition: all 0.3s;
}

.ybsz ul li a:hover:before {
    height: 100%;
    background-color: #ecb772;
}

/* ztzl */
.ztzl ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -0.2rem;
}

.ztzl ul li {
    width: 33.33%;
    margin-bottom: .35rem;
}

.ztzl ul li a {
    display: block;
    margin: 0 .2rem;
    border-bottom: .01rem solid rgba(0, 0, 0, 0.1);
    position: relative;
}

.ztzl ul li a:hover:before {
    width: 100%;
}

.ztzl ul li a:hover p {
    color: #94070a;
}

.ztzl ul li a::before {
    content: '';
    width: 0;
    height: .03rem;
    background-color: #94070a;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    transition: all 0.3s;
}

.ztzl ul li a .pic {
    padding-top: 62%;
}

.ztzl ul li a p {
    line-height: .7rem;
    color: #000000;
    font-size: .2rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
}

/* nry */

.n-tit {
    background-color: #f9f9f9;
    padding: .3rem;
    margin-bottom: .3rem;
}

.n-tit h3 {
    font-size: .3rem;
    color: #94070a;
    text-align: center;
    margin-bottom: .2rem;
}

.n-tit p {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.n-tit p span {
    margin: 0 .1rem;
    font-size: .16rem;
    color: #333333;
}

.n-tx p {
    font-size: .18rem;
    line-height: .35rem;
    color: #000000;
    text-indent: 2em;
    margin-bottom: .4rem;
}

.n-tx p img {
    max-width: 85%;
    max-width: 800px !important;
    margin: 0 auto;
    display: block;
}

.n-bot {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    border-top: .01rem solid rgba(0, 0, 0, 0.1);
    padding-top: .3rem;
}

.n-page p a {
    color: #000000;
    font-size: .18rem;
    line-height: .35rem;
}

.n-page p a:hover {
    color: #94070a;
}

.n-page p {
    color: #94070a;
    font-size: .18rem;
    line-height: .35rem;
}

.bk-lt {
    width: .9rem;
    height: .9rem;
    margin: .1rem;
    margin-right: 0;
    background: url(../images/bk-lt.png) no-repeat;
    background-size: 100% 100%;
}

/* xyjj */

.xj-top {
    overflow: hidden;
    margin-bottom: .4rem;
}

.jj-lg {
    width: 4.34rem;
    margin: 0 auto;
    display: block;
    margin-bottom: .4rem;
}

.xj-top>img {
    float: left;
    margin-right: .56rem;
    width: 5.9rem;
}

.xj-tx p {
    font-size: .18rem;
    line-height: .32rem;
    color: #000000;
    text-indent: 2em;
    margin-bottom: .4rem;
    text-align: justify;
}

.xj-tx p span {
    color: #94070a;
}










@media screen and (max-width: 1024px) {
    .xj-top>img {
        width: 100%;
        display: block;
        float: none;
    }

    .jj-lg {
        max-width: 85%;
        margin: .2rem auto;
    }

    .xj-top {
        margin-bottom: 0;
    }

    .xj-tx p {
        margin-bottom: .2rem;
    }

    .n-tit h3 {
        font-size: .26rem;
    }

    .xywh ul li {
        width: 50%;
    }

    .xywh ul li a p {
        line-height: .5rem;
    }

    .xgtt ul li a {
        padding: .15rem .1rem;
    }

    .ybsz ul li a {
        font-size: .18rem;
    }

    .bk-lt {
        margin: .1rem auto;
    }

    .n-tx p {
        margin-bottom: .3rem;
    }
}

@media screen and (max-width: 768px) {
    .xrld ul li a {
        padding: .2rem;
    }

    .xrld ul li a h3::before {
        left: -0.2rem;
    }

    .ybsz ul li {
        width: 50%;
    }

    .ztzl ul li {
        width: 50%;
        margin-bottom: .2rem;
    }

}

@media screen and (max-width: 640px) {
    .xgtt .pic {
        width: 100%;
        margin: 0;
        margin-bottom: .2rem;
        padding-top: 64%;
    }

    .xgtt ul li {
        margin-bottom: .1rem;
    }

    .xg-tx {
        flex: auto;
        width: 100%;
    }
}

@media screen and (max-width: 480px) {
    .xywh ul li {
        width: 100%;
    }

    .ztzl ul li {
        width: 100%;
    }

    .ybsz ul li {
        width: 100%;
        margin-bottom: .2rem;
    }
}