span.sun {
    margin-left: 20px;
    color: #17222B;
    opacity: 0.75;
	font-size: 12px;
    text-transform: capitalize;
    position: relative;
    z-index: 2;
    line-height: 17px;
    margin-bottom: 5px;
    font-weight: 400;
	transition: all 0.4s;
	display: inline-block;
}
span.sun:before {
    position: absolute;
    content: "/";
    height: 20px;
    width: 10px;
    left: -18px;
    top: 50%;
    margin-top: -10px;
    line-height: 20px;
    color: #17222B;
    opacity: 0.3;
    text-align: center;
}
.g-class-top {
    overflow: hidden;
    border-bottom: 1px dashed #ccc;
    padding-bottom: 15px;
}
.g-class-top {
    overflow: hidden;
    border-bottom: 1px dashed #ccc;
    padding-bottom: 15px;
}
.g-class-top span {
    position: relative;
    float: left;
    height: 36px;
    width: 120px;
    background: #ff5e5e;
    color: #fff;
    line-height: 36px;
    text-align: center;
    display: block;
    font-size: 16px;
}
.g-class-top span i {
    position: absolute;
    width: 5px;
    height: 10px;
    background: url(/public/static/images/gxicoimg.png) no-repeat 0px -555px;
    display: block;
    right: -5px;
    top: 13px;
}
.g-class-top a {
    display: block;
    float: left;
    border-radius: 4px;
    background: #f2f2f2;
    color: #909090;
    padding: 0px 10px;
    height: 26px;
    line-height: 26px;
    margin: 5px 0px 0px 20px;
    font-size: 14px;
}
.f-fl, .f-lifl li, .f-dlfl dt, .f-dlfl dd {
    float: left;
    display: inline;
}
.g-class-bottom span {
    float: left;
    color: #555555;
    height: 26px;
    line-height: 26px;
    display: block;
    margin-top: 10px;
}
.g-class-bottom a {
    float: left;
    color: #999999;
    height: 26px;
    line-height: 26px;
    display: block;
    margin-left: 8px;
    padding: 0px 10px;
    margin-top: 10px;
}