@import url(layout.css?v=6); 

header.header {
    background: none;
}

.plus_box .plus_mpart {
    background: #a72525 url(../images/lhl/t_bg.jpg) no-repeat 0 bottom;
    background-size: 100%;
    padding-bottom: .7rem;
    margin-bottom: -.7rem;
    position: relative;
    z-index: -1;
}

.mpart {
    min-height: 3.2rem;
    background: #a72525 url(../images/lhl/t_bg.jpg) center bottom;
    background-size: 100% 10.84rem;
    margin-bottom: -.8rem;
    position: relative;
    z-index: 0;
    box-sizing: border-box;
    overflow: hidden;
}

header.header.fixed .mpart {
    background-position: 0 0;
}

.txt_tool {
    position: relative;
}

.vision,
.hkl {
    display: none;
}


.t_box {
    background: rgba(255, 255, 255, .1);
    border-radius: .3rem;
    color: #fff;
    font-size: .38rem;
    padding: .3rem .4rem .8rem;
    line-height: .6rem;
    text-align: justify;
    margin: 1.5rem 0.36rem 1.2rem;
}

.zjr_list {
    margin-bottom: .5rem;
    position: relative;
}

.zjr_list h2 {
    text-align: center;
    font-size: 0.56rem;
}

.zjr_list h2 strong {
    color: #ca2d2e;
    font-size: .6rem;
}

.zjr_list ul li {
    margin: .35rem .35rem 0;
    background: #f8f8f8;
    border-radius: .3rem;
    padding: 0 .3rem;
    position: relative;
    overflow: hidden;
}

.zjr_list ul li dl {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: .3rem 0;
    position: relative;
}

.zjr_list ul li dl a:after {
    position: absolute;
    content: '';
    background: url(../images/arrow_red.png) no-repeat 0 0;
    width: 0.4rem;
    height: 0.2rem;
    background-size: 100%;
    right: 0;
    top: 50%;
    transform: translate(0, -50%) rotate(-90deg);
}

.zjr_list ul li dl dt {
    width: 23%;
    text-align: center;
}

.zjr_list ul li dl dt strong {
    display: block;
    font-weight: normal;
    font-size: .45rem;
    line-height: .5rem;
    margin-top: .2rem;
}

.zjr_list ul li dl dt strong small {
    font-size: 60%;
    color: #bbb;
}

.zjr_list ul li dl dt span {
    font-size: .34rem;
}

.zjr_list ul li dl dd {
    width: 75%;
    box-sizing: border-box;
    padding-left: .45rem;
    border-left: 1px solid #eee;
    font-size: .36rem;
    line-height: .6rem;
}

.zjr_list ul li dl a {
    display: block;
}

.zjr_list ul li dl dd span {
    display: inline-block;
    margin-right: .35rem;
    color: #999;
}

.zjr_list ul li>div {
    font-size: .36rem;
    border-top: 1px solid #eee;
    padding: .3rem 0;
    color: #777;
    display: flex;
}

.zjr_list ul li>div em {
    width: 1.2rem;
}

.zjr_list ul li>div span {
    width: 8rem;
}

.zjr_list ul li>div.js em {
    color: #5d9b51;
}

.zjr_list ul li>div.xs em {
    color: #ca2d2e;
}

.zjr_list ul li i {
    position: absolute;
    background: #ffe5e5;
    color: #ca2d2e;
    right: 0;
    top: 0;
    border-radius: 0 0 0 .3rem;
    line-height: .55rem;
    font-size: .3rem;
    padding: 0 .25rem;
}
.page_jr {
    margin: .3rem .2rem 0;
    display: flex;
    position: -webkit-sticky !important;
    position: sticky !important;
    ;
    z-index: 1;
}

.jr_btn {
    background: linear-gradient(354deg, #eb8448, #f8af60);
    display: inline-block;
    flex: 1;
    margin: 0 .15rem;
    text-align: center;
    line-height: 1rem;
    border-radius: 1rem;
    font-size: .36rem;
    color: #fff;
    box-shadow: 0 2px 3px rgb(183 95 50 / 26%);
}

.jr_btn:first-child {
    background: linear-gradient(354deg, #e3a417, #ffce77);
    box-shadow: 0 2px 3px rgb(183 131 50 / 26%);
}

.jr_btn.unclick {
    color: #999;
    background: #f1f1f1;
    box-shadow: none;
}