.quanxi {
    background: #F8F8F8;
    padding-top: 20px;
    padding-bottom: 50px;
}

.guan-shou {
}

.guan-shou>.hd {
    display: inline-block;
    width: 285px;
    vertical-align: top;
    margin-right: 20px;
    background: #fff;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    overflow: hidden;
    box-shadow: 0 1px 4px #ddd
}

.guan-shou>.hd>a {
    background: #005e3c;
    height: 110px;
    display: inline-block;
    line-height: 143px;
    text-align: center;
}

.guan-shou>.hd>a img {
    width: 93%;
    margin-left: 3%;
}

.guan-shou>.hd ul li {
    width: 100%;
    height: 55px;
    text-align: center;
    line-height: 55px;
    color: #333;
    border-bottom: 1px solid #EDECEC;
    cursor: pointer;
    font-size: 16px;
}

.guan-shou>.hd ul li.on {
    color: #005e3c;font-weight: bold;
}

.guan-shou>.bd {
    overflow: hidden;
    display: inline-block;
    width: 890px;
}

.guan-shou>.bd>div {
    height: 100%;
}

.guan-shou>.bd ul,.guan-shou>.bd ul li {
    /*height: 100%;*/
}

.guan-shou>.bd ul li {
    background: #fff;
    box-shadow: 0 1px 2px #ddd;
    position: relative!important;
    padding: 70px 30px;
}

.guan-shiji>li>h3 {
    font-size: 34px;
    letter-spacing: 5px;
    position: relative;
    padding-bottom: 30px;
    margin-bottom: 30px;
    margin-top: 10px;
}

.guan-shiji>li>h3 b {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 56px;
    height: 2px;
    background: #222;
}
.guan-shiji>li>h4{
        margin-bottom: 20px;
    margin-top: 30px;
    font-size: 22px;
}
.guan-shiji>li>p {
    margin-bottom: 30px;
    line-height: 32px;
    color: #666;
}
.guan-shiji>li>div>img{
        margin-right: 15px;
}
.guan-shiji>li>div>img:last-child{
        margin-right: 0px;
}
.guan-shiji>li>img {
    margin-top: -5px;
    z-index: 2;
    position: relative;
}

.guan-shiji>li>p.te {
    width: 38%;
    line-height: 38px;
    margin-bottom: 60px;
}

.guan-shiji>li>img.ding {
    position: absolute;
    right: 30px;
    top: 30px;
    z-index: 1;
}

/*新闻中心*/
.news_box {
    margin-bottom: 40px;
}

.news_box dl {
    overflow: hidden;
}

.news_box dl dd {
    width: 210px;
    height: 140px;
    float: left
}

.news_box dl dd img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.news_box dl dt {
    float: left;
    width: 500px;
    margin-left: 40px
}

.news_box dl dt a {
    display: block;
    font-size: 16px;
    font-weight: bold;
    color: #f00;
}

.news_box dl dt a:hover {
    color: #f00
}

.news_box dl dt span {
    display: block;
    font-size: 12px;
    height: 60px;
    line-height: 20px;
    margin-top: 10px;
}

.news_box dl dt p {
    margin-top: 28px;
}


.news_box dl dt p b {
    display: inline-block;
    background: url(../images/guanyu/shijian_tubiao.png) no-repeat;
    background-size: 100% 100%;
    width: 18px;
    height: 18px;
    margin-right: 5px;
    position: relative;
    top: 3px;
}

.news_box>p {
    border-bottom: dashed 1px #9a9a9a;
    padding: 8px 0;
    margin-top: 20px;
    overflow: hidden;
}

.news_box>p>a {
    font-size: 14px;
    float: left;
    line-height: 14px;
    padding-left: 14px
}
.news_box>p>a>b{
    padding-right: 5px;
}
.news_box>p>a:hover {
    color: #d00000
}

.news_box>p span {
    font-size: 12px;
    float: right
}
.news_kehu dl {
    padding-bottom: 20px;
    margin-top: 20px;
    border-bottom: #eee 1px solid;
}
.news_kehu dl:last-child {
    border-bottom: none;
}
.news_kehu dl dt p em{
    font-size: 12px;
    font-weight: normal;
    color: #666;
    display: inline-block;
    line-height: 14px;
        margin: 0 6px;
}