﻿.lishi{background: url(../images/aboutSix-bg.png) bottom center no-repeat var(--deputy); padding:3vw 0;}
.mt14{margin-top:14px;}
.mr_t1 { background: url(../images/mr_1px.jpg) repeat-x left bottom; height: 40px; padding-right: 16px;}
.mr_t1name {color: #FFF; width:25vw; padding-left: 21px; margin: 0 auto; margin-bottom: 3vw;}
.mr_tlname h2{font-size: calc(1.3vw + 18px);line-height:10vw;color: var(--deputy);font-weight: 500;}
.mr_tlname h2 span {color: var(--main);}
.mr_t1name p{ line-height:3vw; text-align: center; font-size: 1.1vw;}
.mr_t1name img { float: left; margin-top: 9px; margin-right: 6px; display: inline; }
.mr_frbox { height:240px;padding:24px 22px 0px;margin-top:3vw;margin-bottom:3vw;}
.mr_frBtnL { float: left; margin: 28px 0px 0px 0px; cursor: pointer; display: inline; }
.mr_frUl { float: left; width: 94%; }
.mr_frBtnR { float: right; margin-top: 28px; margin-left: -20px; cursor: pointer; }
.mr_frUl ul li { display: inline; float: left; width:24%; height: auto;margin-right: 13px; overflow: hidden; }
.mr_frUl ul li img { display: block; margin-bottom: 7px; border: 1px solid #D8D8D8; height: auto; }
.tempWrap{margin: 0 auto;}
.tempWrap ul li p{color:#fff;}
.tempWrap ul li h2{font-size: calc(2vw + 15px);
    line-height: calc(2vw + 20px);
    color: #fff;
    position: relative;
    margin-top: calc(1vw + 10px);
    padding-top: calc(0.5vw + 10p);}
.tempWrap ul li h2:before {
    content: "";
    position: absolute;
    left: calc(-2vw - 10px);
    top: 0;
    right: calc(-2vw - 10px);
    height: 1px;
    background: var(--main);
    z-index: 1;
}
.tempWrap ul li h2:after {
    content: "";
    width: calc(0.5vw + 10px);
    height: calc(0.5vw + 10px);
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    background: var(--main);
}
.lvkuang{height: auto;
    text-align: center;
    padding: calc(2vw + 10px);
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: space-between;
    border-radius: calc(5vw + 10px) calc(1vw + 5px);
    color: #fff;}
.lvkuang:hover{background:#225a55;}
.lvkuang:hover h2{color:var(--main);}