ul {
    display: block;
    list-style-type: disc;

}

li {
    list-style: none;
}

.box-title {
    font-size: 15px;
    margin-left: 5px;
}
.box-title a {
    color: #666;
}

.m-banner {
    float: right;
}

.m-banner img {
    width: 755px;
    height: 60px;
    margin-top: 5px;
}

.cls {
    clear: both;
}

.juankuan-content {}

.juankuan-content ul {}

.juankuan-content ul li {
    float: left;
    margin-left: 10px;
    margin-top: 10px;
}

.juankuan-content ul li i {
    display: block;
    font-size: 18px;
    width: 150px;
    text-align: center;
}

.juankuan-content ul li img {
    width: 150px;
    height: 150px;
}

.juankuan-text {
    clear: both;
    padding: 10px 10px 10px 10px;
    font-size: 15px;
    line-height: 20px;
}

.error-content {
    background-color: #ffeed7;
    width: 100%;
    height: 800px;
    text-align: center;
    /* 水平居中，若仅需垂直居中可省略此行 */
}

.error-content span {
    width: 500px;
    height: 400px;
    margin-top: 65px;
    padding-top: 10px;
    font-size: 80px;
    font-weight: bold;
    background-color: #FFF;
    display: inline-block;
    margin-left: -30px;
}

.error-content span i {
    font-size: 20px;
    display: block;
    font-style:normal;
}

.main {
    border-style: solid;
    border-color: #aad69e;
    border-width: 1px 1px 2px;
    _zoom: 1;
    z-index: 9;
    position: relative;
}

.title,
.labelTab {
    background-color: #D9EDDA;
    border-top: 1px solid #aad69e;
    border-bottom: 1px solid #d4eace;
    height: 31px;
    line-height: 31px;
    padding: 0 12px;
    font-size: 14px;
    text-align: center;
    color: #346F0E;
    margin-top: -1px;
    position: relative;
    z-index: 10;
}

.list {
    margin-bottom: -1px;
    background-color: #EFF7F0;
}

.clearfix {
    zoom: 1;
}

.list li {
    float: left;
    width: 194px;
    height: 33px;
    line-height: 33px;
    border-style: solid;
    border-color: #d4eace;
    border-width: 0 1px 1px 0;
}

.list li a {
    font-size: 14px;
    color: #424242;
    text-decoration: none;
    margin-left: 12px;
}

.list .last {
    border-right: 0;
    width: 196px;
}

.clearfix:after {
    clear: both;
    content: '\0020';
    display: block;
    height: 0;
}

#guide {
    font-size: 12px;
    background: #EEF7FF;
}

#guide a {
    font-size: 12px;
}

#guide .t {
    height: 3px;
    line-height: 0;
    font-size: 0;
    background: #7FD479;
    border-bottom: 1px solid #3CB738;
}

#guide .p {
    height: 25px;
    line-height: 25px;
    font-size: 12px;
    padding: 0 .5em;
    color: #424242;
}

.right {
    float: right;
}