.xxld-list ul{

    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.xxld-list li{
    padding-left: 20px;
    position: relative;
    z-index: 1;
}

.xxld-list li:after{
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    content: '';
    background-color: transparent;
    transition: all 0.5s;
    z-index: 1;
}

.xxld-list li:hover:after{
    background-color: #0B8066!important;
    width: 100%;
}

.xxld-list li:hover a{
    color: #fff;
    position: relative;
    z-index: 9999;
}

.xxld-list li a{
    display: block;
    max-width: 774px;
    padding-left: 14px;
    background-image: url("../img/icon_37.png");
    background-size: 4px;
    background-position: left center;
    background-repeat: no-repeat;
    font-size: 18px;
    color: #333;
    padding-top: 20px;
    padding-bottom: 15px;
    line-height: 28px;
}

/************************************************/
.xxld-body{
    margin-top: 40px;
}

.xxld-body .image{
    float: left;
    max-width: 316px;
    background-image: url("../img/icon_39.png");
    background-repeat: no-repeat;
    background-position: center;
    padding: 60px 60px 0;
    height: 560px;
    max-height: 560px;
    min-height: 560px;
}

.xxld-body .image img{
    max-width: 196px;
    max-height: 294px;
}

.xxld-body .xxld-article{
    float: left;
    margin-left: 30px;
    max-width: 494px;
}

.xxld-body .xxld-article h3{
    font-size:24px;
    line-height:28px;
    color: #000;
    margin-bottom:0;
    margin-top: 10px;
    font-weight: bold;
    padding-bottom: 20px;
    border-bottom: 1px solid #F4F4F4;
}

.xxld-body .xxld-article h4{
    margin: 0;
    font-size: 24px;
    line-height: 28px;
    color: #000;
}

.xxld-body .xxld-article p{
    font-size: 18px;
    line-height: 28px;
    color: #666;
    margin-top: 20px;
}

.xxld-body .xxld-article .resume{
    margin-top: 20px;
}

.xxld-body .xxld-article .motto{
    margin-top: 33px;
}

@media (max-width: 992px) {
    .xxld-body .image{
        height: auto;
        min-height: auto;
        max-height: none;
        text-align: center;
        float: none;
        max-width: none;
        padding: 15px;
        background-size: cover;
    }
    .xxld-body .image img{
        width: 130px;
    }
    .xxld-body .xxld-article h3{
        margin-top: 30px;
        padding-bottom: 10px;
        font-size: 20px;
        line-height: 28px;
    }
    .xxld-body .xxld-article .resume{
        margin-top: 15px;
    }
    .xxld-body .xxld-article h4{
        font-size: 16px;
        line-height: 26px;
    }
    .xxld-body .xxld-article p{
        font-size: 16px;
        line-height: 1.8;
        margin-top: 5px;
    }
    .xxld-body .xxld-article .motto{
        margin-top: 15px;
    }
    .xxld-body .xxld-article{
        margin-left: 0;
    }
}

@media (max-width: 992px) and (min-width: 768px) {
    .xxld-list li a{
        font-size: 16px;
        line-height: 26px;
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 10px;
    }
}

@media (max-width: 768px) {
    .xxld-list li a{
        line-height: 26px;
        font-size: 16px;
        height: 100%;
        padding: 10px 0;
        padding-left: 10px;
    }

}