/*站点地图*/
.lanmucate {
    width: 100%;
    background: #fff;
    margin: 0 auto 10px;
    overflow: hidden;
    float: left;
    padding: 20px 20px 0;
}
.huati-title {
    clear: both;
    width: 100%;
    height: 51px;
    border-bottom: 2px solid #44A4F8;
}
.huati-title h2 {
    float: left;
}
.huati-title h2 span {
    float: left;
    font-family: "SourceHanSerifCN-Regular";
    font-weight: 700;
    font-size: 22px;
    line-height: 32px;
    color: #333;
}
.huati-title h2:after {
    content: "";
    color: #333;
    float: right;
    background: url(/static/images/icons/icon-arrow-right.png) no-repeat;
    width: 14px;
    height: 14px;
    margin-left: 5px;
    margin-top: 9px;
}
.col-top .channel {
    float: left;
    margin-left: 30px;
    margin-top: 6px;
}
.col-top .channel a {
    margin-right: 15px;
    color: #666;
    font-size: 14px;
}
.col-top .channel a:hover{
    color: #44A4F8;
}
.catebox {
    width: 100%;
    padding: 10px 0;
    float: left;
    border-top: 0;
    background: #FFFFFF;
    margin-bottom: 12px;
}
.catebox li {
    border-bottom: 1px dashed #E5E5E5;
    position: relative;
    padding: 10px 0;
    overflow: hidden;
}
.catebox li span {
    float: left;
}
.catebox li span a {
    float: right;
    height: 24px;
    padding: 0 5px;
    color: #44A4F8;
    border: 1px solid #e5e5e5;
    border-radius: 2px;
    line-height: 24px;
    width: 85px;
    text-align: center;
    font-weight: bold;
}
.catebox li p {
    float: left;
    position: relative;
    width: 1020px;
    line-height: 100%;
    overflow: hidden;
    padding: 2px 3px;
    margin-left: 4px;
}
.catebox li a {
    float: left;
    margin: 4px;
    color: #333;
    padding: 4px;
}
.catebox li a:hover{
    color: #44A4F8;
}