@charset "utf-8";

.head {
    transition: all 1s;
}

html, body {
    background: #fff;
}

.banner {
    z-index: 1;
    position: relative;
}

.banner::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    height: 1.6rem;
    top: 0;
    background: url(/images/banner-zz1.png) repeat-x;
    background-position: center top;
    background-size: auto 1.6rem;
    z-index: 9;
}

.ny-b {
    height: 6.4rem;
    background: url(/images/ny-banner.jpg) no-repeat;
    background-position: center center;
    background-size: cover;
}

.ny-b img {
    display: block;
    width: 100%;
}

.ny-nav {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: url(/images/ny-nav-bj.png) no-repeat;
    background-position: left center;
    background-size: auto 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 1.7rem;
    z-index: 8;
    padding-top: 1rem;
}

.ny-tit {
    display: flex;
    padding-left: .3rem;
    position: relative;
}

.ny-tit::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 6px;
    height: 6px;
    border: 1px solid #D0B27E;
    transform: translateY(30%) rotateZ(45deg);
}

.ny-tit::after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 6px;
    height: 6px;
    background: #D0B27E;
    border: 1px solid #D0B27E;
    transform: translateY(-50%) rotateZ(45deg);

}

.ny-tit h3 {
    display: flex;
    align-items: center;
    font-size: 0.38rem;
    font-weight: bold;
    line-height: 0.38rem;
    font-family: "sysong";
    padding-right: 0.9rem;
    background: url(/images/titname-sup2.png) no-repeat;
    background-position: right top;
    background-size: 0.74rem auto;
    color: #D0B27E;
}

.ny-menu {
    margin-top: .45rem;
}

.ny-menu ul {
    display: flex;
    flex-wrap: wrap;
    max-width: 4.3rem;
}

.ny-menu ul li {
    width: 33.33%;
}

.ny-menu ul li a {
    display: block;
    font-size: 0.16rem;
    line-height: 0.4rem;
    color: #FFFFFF;
    background: url(/images/nav-libef5.png) no-repeat;
    background-position: left center;
    padding-left: 0.25rem;
}

.ny-menu ul li:hover a {
    color: #FFFFFF;
    background: url(/images/nav-libef6.png) no-repeat;
    background-position: left center;
    color: #D0B27E;
    font-weight: 600;
}



.pagination {
    text-align: center;
    font-size: 0;
    padding-top: 0.5rem;
}

.pagination a {
    display: inline-block;
    border: 0.01rem solid #dcdcdc;
    padding: 0 0.12rem;
    height: 0.35rem;
    font-size: 0.14rem;
    line-height: 0.35rem;
    text-align: center;
    color: #666;
    margin: 0 0.07rem;
}

.pagination a.active {
    background: #B01F24;
    color: #fff;
    border: 0.01rem solid #B01F24;
}

.pagination a:hover {
    background: #B01F24;
    color: #fff;
    border: 0.01rem solid #B01F24;
}

.pagination span {
    display: inline-block;
    font-size: 0.14rem;
}


.nymain {
    position: relative;
    padding-bottom: 3.3rem;
    background: url(/images/nyman-bj.png) no-repeat;
    background-position: center top;
    background-size: 100% auto;
    padding-top: .6rem;
}

.nymain::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: url(/images/media_bg.png) no-repeat;
    background-position: center bottom;
    background-size: cover;
    z-index: 1;
}

.nymain .w15 {
    position: relative;
    z-index: 9;
}

.nycolumn {
    margin-bottom: .7rem;
    position: relative;
}


.titname {
    flex: 1;
    min-width: 0;
    display: flex;
    align-items: center;
    position: relative;
    justify-content: center;
}

.titicon {
    margin-right: 0.3rem;
}

.titicon img {
    display: block;
}

.tittext div {
    display: flex;
}

.tittext h3 {
    display: flex;
    align-items: center;
    font-size: 0.38rem;
    font-weight: bold;
    line-height: 0.38rem;
    font-family: "sysong";
    padding-right: 0.9rem;
    background: url(/images/titname-sup.png) no-repeat;
    background-position: right top;
    background-size: 0.74rem auto;
}

.tittext h3 span {
    color: #333333;
}

.tittext h3 i {
    display: inline-block;
    width: 0.08rem;
    height: 0.08rem;
    border-radius: 50%;
    background: #333;
    margin: 0 0.1rem;
}

.tittext h3 b {
    color: #9F1818;
}

.nyposi {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    font-size: 0;
    font-family: 'sysong';
}

.nyposi a {
    font-size: 0.2rem;
    font-weight: normal;
    line-height: 0.20rem;
    margin: 0 .1rem;
    color: #333333;
}

.nyposi span {
    margin: 0 .1rem;
    font-size: .2rem;
    font-family: 楷体;
    color: rgba(159, 24, 24, 0.3);
}

.nyposi a:hover {
    color: #9F1818;
}



.textlist {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.textlist li {
    margin-top: .5rem;
    width: 49%;
}

.textlist li:nth-child(-n+2) {
    margin-top: 0;
}


.textlist li a {
    display: flex;
    align-items: center;
    background: url(/images/textlist-border.png) no-repeat;
    background-size: 100% 100%;
    padding: 0 .35rem;
    height: 1.75rem;
    transition: all 0.5s;
}

.textlist li a .date {
    text-align: right;
}

.textlist li a .date b {
    display: block;
    font-family: Impact;
    font-size: 0.3rem;
    font-weight: normal;
    line-height: 0.3rem;
    text-transform: uppercase;
    color: #9F1818;
}

.textlist li a .date span {
    display: block;
    font-family: Arial;
    font-size: 0.18rem;
    font-weight: normal;
    line-height: 0.24rem;
    text-align: right;
    color: rgba(159, 24, 24, 0.4);
    margin-top: .06rem;
}

.textlist li a .info {
    padding-left: 7%;
    padding-right: 7%;
    flex: 1;
    min-width: 0;
}

.textlist li a .info h3 {
    font-size: 0.18rem;
    font-weight: normal;
    line-height: 0.34rem;
    color: #333333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    max-height: .68rem;
}

.textlist li a .more {
    width: 0.72rem;
    height: 0.72rem;
    background: url(/images/textlist-itemmore.png) no-repeat;
    background-size: 100% auto;
}

.textlist li a:hover {
    background: url(/images/textlist-border2.png) no-repeat;
    background-size: 100% 100%;
}

.textlist li a:hover .date b {
    color: #D0B27E;
}

.textlist li a:hover .date span {
    color: rgba(208, 178, 126, 0.7);
}

.textlist li a:hover .info h3 {
    color: #FFFFFF;
}

.textlist li a:hover .more {
    background: url(/images/textlist-itemmore2.png) no-repeat;
    background-size: 100% auto;
}

/* 图文列表 */
.imgtext li {
    position: relative;
}

.imgtext li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: url(/images/imgtext-itembj.png) no-repeat;
    background-size: 100% 100%;
    transform: scaleY(0);
    transform-origin: center center;
    transition: all 0.5s;
}

.imgtext li a {
    display: flex;
    align-items: center;
    padding: .43rem .5rem;
    position: relative;
}

.imgtext li a .pics {
    width: 3.4rem;
    position: relative;
}

.imgtext li a .pics::before {
    content: "";
    position: absolute;
    top: .08rem;
    left: -.08rem;
    width: 100%;
    height: 100%;
    background: #9F1818;
    transition: all 0.5s;
}

.imgtext li a .pics .pic {
    padding-top: 65%;
}

.imgtext li a .info {
    flex: 1;
    min-width: 0;
    background: url(/images/textlist-itemmore.png) no-repeat;
    background-position: right bottom;
    background-size: .7rem;
    padding: 0 1rem 0 .8rem;
    transition: all 0.5s;
}

.imgtext li a .info h3 {
    font-size: 0.22rem;
    font-weight: normal;
    line-height: 0.38rem;
    text-align: justify;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.imgtext li a .info span {
    display: block;
    font-family: Impact;
    font-size: 0.24rem;
    font-weight: normal;
    line-height: 0.3rem;
    text-transform: uppercase;
    color: #9F1818;
    padding-left: .3rem;
    background: url(/images/icon-date.png) no-repeat;
    background-position: left center;
    background-size: .2rem;
    margin-top: .07rem;
}

.imgtext li a .info p {
    font-size: 0.15rem;
    font-weight: normal;
    line-height: 0.3rem;
    text-align: justify;
    color: #666666;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 0.6rem;
    margin-top: .45rem;
}

/* 党政管理机构 */
.jglist {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -.3rem;
}

.jglist li {
    width: 33.33%;
    margin-top: .4rem;
}

.jglist li:nth-child(-n+3) {
    margin-top: 0;
}

.jglist li a {
    display: flex;
    margin: 0 .3rem;
    align-items: center;
    padding: 0 .5rem;
    height: 0.78rem;
    background: url(/images/jg-border.png) no-repeat;
    background-size: 100% 100%;
    position: relative;
    transition: all 0.5s;
}

.jglist li a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    height: 1px;
    background: #D0B27E;
    transition: all 0.5s;
}

.jglist li a p {
    flex: 1;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 0.2rem;
    font-weight: normal;
    line-height: 0.3rem;
    color: #333333;
}

.jglist li a p::before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    width: 0.17rem;
    height: 100%;
    position: absolute;
    background: url(/images/jg-bef.png) no-repeat;
    background-position: center center;
    background-size: 100%;
    transition: all 0.5s;
    opacity: 0;
}

.jglist li a span {
    display: block;
    width: 0.25rem;
    height: 0.25rem;
    background: url(/images/next-r.png) no-repeat;
    background-position: right center;
    background-size: auto .24rem;
}


/* 现任领导 */
.xrld {
    max-width: 11rem;
    margin: 0 auto;
}

.xrld>li {
    margin-top: .6rem;
}

.xrld>li:nth-child(1) {
    margin-top: 0;
}

.lditem {
    display: flex;
    align-items: center;
    padding: .45rem .5rem;
    background: url(/images/xrld-border1.png) no-repeat;
    background-size: 100% 100%;
    transition: all 0.5s;
}

.lditem .pics {
    width: 1.42rem;
    margin-right: .6rem;
}

.lditem .pics .pic {
    padding-top: 158%;
}

.lditem .info {
    flex: 1;
    min-width: 0;
}

.lditem .info h3 {
    display: flex;
    align-items: center;
    padding-bottom: .2rem;
    border-bottom: 1px solid rgba(159, 24, 24, 0.1);
    position: relative;
}

.lditem .info h3::before {
    content: "";
    position: absolute;
    right: 100%;
    bottom: 0;
    transform: translateY(50%);
    width: 0.3rem;
    height: 0.11rem;
    background: url(/images/ld-name-bef.png) no-repeat;
    background-position: right center;
    background-size: auto .11rem;
    transition: all 0.5s;
}


.lditem .info h3 b {
    font-size: 0.26rem;
    font-weight: bold;
    line-height: 0.38rem;
    text-align: justify;
    color: #9F1818;
    font-family: 'sysong';
}

.lditem .info h3 i {
    display: block;
    width: 1px;
    height: 20px;
    background: rgba(0, 0, 0, 0.15);
    transform: rotate(20deg);
    margin: 0 .2rem;
}

.lditem .info h3 span {
    font-size: 0.22rem;
    font-weight: normal;
    line-height: 0.38rem;
    text-align: justify;
    color: #333333;
}

.lditem .info div {
    margin-top: .5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.lditem .info div ul {
    flex: 1;
    min-width: 0;
    padding-right: 0.15rem;
}

.lditem .info div ul li {}

.lditem .info div ul li p {
    font-size: 0.15rem;
    font-weight: normal;
    line-height: 0.3rem;
    text-align: justify;
    color: #666666;
}

.lditem .info div b {
    display: block;
    width: auto;
    height: auto;
   /* background: url(/images/textlist-itemmore.png) no-repeat;*/
    background-size: 100% 100%;
    transition: all 0.5s;
    font-size: 0.15rem;
    position: relative;
    bottom: -14px;
}

/* 现任领导2 */
.xrld2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: none;
}

.xrld2>li {
    width: 48%;
}

.xrld2>li:nth-child(2) {
    margin-top: 0;
}

.xrld2>li .lditem {
    background: url(/images/xrld-border3.png) no-repeat;
    background-size: 100% 100%;
}

.xrld2>li .lditem .info h3 b {
    color: #333333;
}

/* 现任领导简介页 */
.xrldart {
    max-width: 11rem;
    margin: 0 auto;
}

.xrldcont {
    margin-top: .6rem;
}

.xrldcont h3 {
    padding-left: 1.6rem;
    line-height: 1.2rem;
    font-size: 0.36rem;
    font-weight: bold;
    color: #9F1818;
    font-family: 'sysong';
    position: relative;
}

.xrldcont h3::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 1.2rem;
    width: 1.2rem;
    background: url(/images/xrldart-logo.png) no-repeat;
    background-size: 100% 100%;
}

.xrldcont .sx {
    padding-left: 1.6rem;
    background: url(/images/xrldcont-bor.png) repeat-y;
    background-position: 0.6rem top;
    padding-top: .35rem;
    padding-bottom: .65rem;
    position: relative;
}

.xrldcont .sx::after {
    content: "";
    position: absolute;
    left: .6rem;
    transform: translateX(-50%) translateY(50%) rotateZ(-90deg);
    height: 0.11rem;
    width: 0.17rem;
    background: url(/images/ld-name-bef.png) no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    top: 100%;
}

.xrldcont .sx p {
    font-size: 0.16rem;
    font-weight: normal;
    line-height: 0.28rem;
    text-align: justify;
    color: #555555;
    margin-top: .3rem;
}

.xrldcont .sx p:nth-child(1) {
    margin-top: 0;
}

.school-t {
    display: flex;
}

.school-tl ul {
    width: 1.1rem;
    height: 6.12rem;
    background: url(/images/school-tlborder.png) no-repeat;
    background-size: 100% 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
}

.school-tl ul li {
    font-family: 'sysong';
    font-size: 0.44rem;
    font-weight: bold;
    line-height: .5rem;
    text-align: center;
    color: #9F1818;
}

.school-tr {
    flex: 1;
    min-width: 0;
    padding-left: 7%;
}

.school-trt {
    display: flex;
    justify-content: space-between;
}

.school-trttext {
    flex: 1;
    min-width: 0;
}

.school-trttext p {
    font-size: 0.17rem;
    font-weight: normal;
    line-height: 0.38rem;
    text-align: justify;
    color: #555555;
    margin-top: .2rem;
    text-indent: 2em;
}

.school-trttext p:nth-child(1) {
    margin-top: 0;
}

.school-trtpic {
    width: 45%;
    margin-left: 6%;
    padding-right: .2rem;
    padding-bottom: .2rem;
    position: relative;
}

.school-trtpic::after {
    content: "";
    position: absolute;
    left: .2rem;
    top: 0.2rem;
    right: 0;
    bottom: 0;
    background: #9F1818;
    z-index: 1;
}

.school-trtpic img {
    display: block;
    width: 100%;
    position: relative;
    z-index: 2;
}


.school-trb ul {
    display: flex;
    justify-content: space-around;
    margin-top: .6rem;
}

.school-trb ul li a {
    display: block;
}

.school-trb ul li a div {
    width: 1.22rem;
    height: 1.22rem;
    background: url(/images/school-trb-border.png) no-repeat;
    background-size: 100% 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    margin: 0 auto;
    transition: all 0.5s;
}

.school-trb ul li a div span {
    display: block;
    font-family: Impact;
    font-size: 0.36rem;
    font-weight: normal;
    line-height: 0.38rem;
    text-align: center;
    color: #AC8135;
}

.school-trb ul li a p {
    font-size: 0.18rem;
    font-weight: normal;
    line-height: 0.38rem;
    text-align: center;
    color: #333333;
    text-align: center;
}

.school-bpics {
    margin-top: .9rem;
}

.school-bpics ul {
    display: flex;
}

.school-bpics ul li {
    flex: 1;
    min-width: 0;
}

.school-bpics ul li:nth-child(1) {
    width: 46.66%;
    flex: none;
}

.school-bpics ul li a {
    display: block;
}

.school-bpics ul li a img {
    display: block;
    width: 100%;
}

.school-bpics p {
    text-indent: 2em;
    font-size: 0.17rem;
    font-weight: normal;
    line-height: 0.38rem;
    text-align: justify;
    color: #555555;
    margin-top: .7rem;
}

.school-btext {
    margin-top: .4rem;
    display: flex;
    align-items: center;
}

.school-btext div:nth-child(1) {
    flex: 1;
    min-width: 0;
}

.school-btext div img {
    display: block;
    margin-left: 1rem;
}

.school-btext div p {
    font-size: 0.17rem;
    font-weight: normal;
    line-height: 0.38rem;
    text-align: justify;
    /* 浏览器可能不支持 */
    color: #555555;
    text-indent: 2em;
    margin-top: .3rem;
}


/* 内容页 */
.detail-c {
    display: flex;
    justify-content: space-between;
}

.detail-l {
    width: 70%;
}

.detail-r {
    width: 26%;
}

.detail-info {
    margin-left: .3rem;
    margin-bottom: .2rem;
    padding: .25rem .5rem;

    position: relative;
}

.detail-info::before {
    content: "";
    position: absolute;
    left: -.3rem;
    bottom: -.2rem;
    top: 0;
    width: 0.8rem;
    background: #9F1818;
    z-index: 1;
}

.detail-info::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background: linear-gradient(270deg, rgba(255, 246, 237, 0) 0%, rgba(255, 254, 248, 0.7) 49%, #FFFCEF 91%);
    z-index: 2;
}

.detail-info h3 {
    font-size: 0.22rem;
    font-weight: normal;
    line-height: 0.4rem;
    color: #333333;
    position: relative;
    z-index: 9;
}

.detail-info-cont {
    display: flex;
    justify-content: space-between;
    margin-top: .15rem;
    position: relative;
    z-index: 9;
}

.detail-info-cont ul {
    display: flex;
    align-items: center;
}

.detail-info-cont ul li {
    display: flex;
    align-items: center;
    margin-left: .2rem;
}

.detail-info-cont ul li:nth-child(1) {
    margin-left: 0;
}

.detail-info-cont ul li span {
    font-size: 0.14rem;
    font-weight: normal;
    line-height: 0.4rem;
    color: #999999;
    margin-left: .12rem;
}


.detail-size {
    display: flex;
    align-items: center;
}

.detail-size span {
    font-size: 0.16rem;
    font-weight: normal;
    line-height: 0.4rem;
    color: #777777;
}

.bigsize, .normolsize, .smallsize {
    cursor: pointer;
    margin: 0 .05rem;
}

.bigsize:hover, .normolsize:hover, .smallsize:hover {
    color: #9F1818;
}

.detail-size span.active {
    color: #9F1818;
}


.detail-cont {
    font-size: 0.17rem;
    font-weight: normal;
    line-height: 2;
    color: #555555;
    padding: 0.1rem 0;
}

.detail-cont p {
    text-indent: 2em;
    margin-top: .2rem;
}

.detail-cont img,.detail-cont video {
    display: block;
    margin: 10px auto;
    max-width: 100%;
    height: auto !important;
}



.detail-cont table {
    max-width: 100%;
    font-size: 0.17rem;
    font-weight: normal;
    line-height: 0.34rem;
    color: #555555;
}

.detail-r-first {
    margin-top: .5rem;

}

.detail-r-first a {
    display: block;
    position: relative;
}

.detail-r-first a img {
    display: block;
    width: 100%;
}

.detail-r-first a .pics {
    position: relative;
}

.detail-r-first a .pics::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: url(/images/detail-rzzc.png) repeat-x;
    background-position: center bottom;
}

.detail-r-first a p {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0.15rem;
    font-size: 0.18rem;
    font-weight: normal;
    line-height: 0.38rem;
    text-align: justify;
    /* 浏览器可能不支持 */
    color: #FFFFFF;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
    padding: 0 .1rem;
}

.detail-tj ul li {
    margin-top: .4rem;
}

.detail-tj ul li a {
    display: flex;
    align-items: center;
}

.detail-tj ul li a .date {
    width: 0.86rem;
    height: 0.86rem;
    background: url(/images/s2-ldate-bj.png) no-repeat;
    background-size: 100% 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: .2rem;
    transition: all 0.5s;
}

.detail-tj ul li a .date span {
    display: block;
    font-family: Impact;
    font-size: 0.24rem;
    font-weight: normal;
    line-height: 0.3rem;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
}

.detail-tj ul li a .info {
    flex: 1;
    min-width: 0;
}

.detail-tj ul li a .info h3 {
    font-size: 0.18rem;
    font-weight: normal;
    line-height: 0.28rem;
    color: #333333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    max-height: 0.56rem;
}

.img-list li{ float: left; width: 25%; padding:0 38px; margin-bottom: 55px; }
.img-list{  overflow: hidden; }
.img-list li a{ display: block; position: relative; padding-top: 148%; }
.img-list li a img{ position: absolute; left: 0; top: 0; width: 100%; height: 100%; }
.img-list li a span{ position: absolute; left: 0; font-size: 18px; right: 0; bottom: 0; background: rgba(0,0,0,0.5); color: #fff; padding:10px 15px; }
.img-list li a::after {
    content: "";
    position: absolute;
    left: .1rem;
    right: .1rem;
    top: .1rem;
    bottom: .1rem;
    background: url(/images/s6-border.jpg) no-repeat;
    background-size: 100% 100%;
}


@media screen and (min-width:1025px) {
    .imgtext li:hover::before {
        transform: scaleY(1);
    }

    .imgtext li:hover a .pics::before {
        background: #D0B27E;
    }

    .imgtext li:hover a .info {
        background: url(/images/textlist-itemmore2.png) no-repeat;
        background-position: right bottom;
        background-size: 0.7rem;
    }

    .imgtext li:hover a .info h3 {
        color: #FFFFFF;
    }

    .imgtext li:hover a .info span {
        background: url(/images/icon-date-y.png) no-repeat;
        background-position: left center;
        color: #D0B27E;
    }

    .imgtext li:hover a .info p {
        color: #FFFFFF;
    }

    .jglist li:hover a {
        background: url(/images/jg-border2.png) no-repeat;
        background-size: 100% 100%;
        padding-left: .75rem;
    }

    .jglist li:hover a::before {
        width: 0.5rem;
    }

    .jglist li:hover a p {
        color: #D0B27E;
    }

    .jglist li:hover a p::before {
        opacity: 1;
        left: .47rem;
    }

    .jglist li:hover a span {
        background: url(/images/next.png) no-repeat;
        background-position: right center;
        background-size: auto 0.24rem;
    }

    .lditem:hover {
        background: url(/images/xrld-border2.png) no-repeat;
        background-size: 100% 100%;
    }

    .lditem:hover .info h3 {
        border-bottom: 1px solid rgba(208, 178, 126, 0.1);
    }

    .lditem:hover .info h3 b {
        color: #D0B27E;
    }

    .xrld2>li .lditem:hover .info h3 b {
        color: #fff;
    }

    .lditem:hover .info h3 i {
        background: rgba(255, 255, 255, 0.15);
    }

    .lditem:hover .info h3 span {
        color: #FFFFFF;
    }

    .lditem:hover .info h3::before {
        background: url(/images/ld-name-bef2.png) no-repeat;
        background-position: right center;
        background-size: auto 0.11rem;
    }

    .lditem:hover .info div ul li p {
        color: #FFFFFF;
    }

    .lditem:hover .info div b {
       /* background: url(/images/textlist-itemmore2.png) no-repeat;*/
        background-size: 100% 100%;
        color:#fff;
    }

    .xrld2>li .lditem:hover {
        background: url(/images/xrld-border4.png) no-repeat;
        background-size: 100% 100%;
    }

    .school-trb ul li:hover a div {
        background: url(/images/school-trb-border2.png) no-repeat;
        background-size: 100% 100%;
    }

    .school-trb ul li:hover a div span {
        color: #fff;
    }

    .detail-tj ul li a:hover .date {
        background: url(/images/s2-ldate-bj2.png) no-repeat;
        background-size: 100% 100%;
    }

    .detail-tj ul li a:hover .info h3 {
        font-weight: 600;
        color: #9F1818;
    }

}