.itme-wrap {
    padding: 0px 53px 100px 28px;
    background-color: #ffffff;
}

.itme-wrap-list {
    overflow: hidden;
}

.itme-panelfl {
    float: left;
    width: 137px;
    margin-right: 55px;
    margin-top: 27px;
}

.itme-panelfl ul li {
    width: 137px;
    height: 50px;
    margin-bottom: 16px;
    position: relative;
}

.itme-panelfl ul li:hover .itme-sjx {
    display: block;
}

.itme-panelfl ul li a {
    display: block;
    text-align: center;
    font-size: 17px;
    font-weight: 500;
    color: #333333;
    line-height: 50px;
    letter-spacing: 1px;
    background: #F7F7F7;
    border-radius: 4px;
    border: 1px solid #D9D9D9;
}

.itme-panelfl ul li a:hover {
    background: #0FA651;
    color: #ffffff !important;
    border: none;
}

.itme-panelfl ul li i {
    font-style: normal;
    width: 16px;
    height: 16px;
    background: url(../images/rightsjx.png) no-repeat;
    display: block;
    position: absolute;
    right: -12px;
    top: 50%;
    margin-top: -9px;
    display: none;
}

.itme-panelfl ul .itme-active a {
    background: #0FA651;
    color: #ffffff;
    border: none;
}

.itme-panelfl ul .itme-active a:hover {
    color: #ffffff !important;
}

.itme-panelfl ul .itme-active i {
    display: block;
}

.itme-panelrt {
    float: left;
    width: 927px;
}

.text-list {
    width: 100%;
    border-top: none;
    overflow: hidden;
}

.text-list ul {
    padding-top: 12px;
}

.text-list ul li {
    line-height: 24px;
    overflow: hidden;
    margin-top: 22px;
}

.text-list ul li:hover span {
    color: #0FA651;
}

.text-list ul li a {
    font-size: 17px;
    font-weight: 400;
    color: #333333;
    width: 85%;
    float: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
}

.text-list ul li a i {
    display: inline-block;
    font-style: normal;
    line-height: 24px;
    margin: 0 10px 0 3px;
}

.text-list ul li span {
    font-size: 17px;
    font-weight: 400;
    color: #999999;
    float: right;
}