@charset "UTF-8";

/*global-01*/
.global-01 {
    /*cursor: pointer;*/
}
.global-01 h4 {
    font-size: 1.6em;
    color: #7f1c76;
    font-weight: 500;
}
.global-01>ul>li {
    padding: 15px 10px 15px 20px;
    border-bottom: solid 1px #ebebeb;
}
.global-01>ul>li a {
    display: block;
    color: #666;
}
.global-01>ul>li:hover p {
    color: #7f1c76;
}
.global-01>ul>li:hover span {
    color: #7f1c76;
}
.global-01>ul>li i {
    position: absolute;
    width: 10px;
    height: 10px;
    background: url("/html/img/dian.png") 2% 22% no-repeat;
    /*background: url("/html/img/arrow.gif") 2% center no-repeat;*/
    left: -14px;
    top: 6px;
}
.global-01>ul>li p {
    display: inline-block;
    margin-top: 0;
    width: 84%;
    float:left;
    padding-right: 5em;
    position: relative;
    margin-bottom: 0;
}
.global-01>ul>li span {
    float: right;
    font-size: 1.2em;
    vertical-align: bottom;
    width: 16%;
}

/*global-01-end*/