﻿
* {
    margin: 0;
    padding: 0;
    font-family: "Microsoft YaHei";
}

.wrap {
    margin: 0 auto;
    width: 1004px;
}

.topbox {
    position: relative;
    padding: 5px 0 20px 0;
    height: 55px;
    line-height: 110px;
    border-bottom: 1px solid #589ed1;
}

    .topbox h2 {
        float: right;
    }

.bannerbox {
    position: relative;
    margin-top: 30px;
    min-height: 500px;
    width: 100%;
}

    .bannerbox .title {
        line-height: 50px;
        border-bottom: 1px solid #e5e5e5;
        font-size: 22px;
        color: #343434;
    }

        .bannerbox .title a {
            float: right;
            padding-top: 10px;
            text-decoration: none;
            color: #323232;
            font-size: 14px;
        }

.content {
    float: right;
    padding-left: 40px;
    width: 772px;
    border-left: 1px solid #e5e5e5;
}

    .content .item {
        line-height: 36px;
        margin-bottom: 16px;
    }

        .content .item h3 {
            position: relative;
            padding: 0 0 0 14px;
            height: 36px;
            color: #3e76a3;
            cursor: pointer;
            font-size: 15px;
            font-weight: 400;
        }

    .content .cont {
        padding: 10px 20px;
        border-top: 1px solid #e4e7ea;
        background-color: #fbfbfb;
        display: none;
        width: 745px;
        overflow: hidden;
    }

        .content .cont p {
            font-size: 15px;
        }
		.content .cont label {
		    font-size: 13px;
		}

    .content .item .icon-caset {
        position: absolute;
        left: 0;
        top: 14px;
        width: 0;
        height: 0;
        border-left: 5px solid #2971a1;
        border-top: 5px dashed transparent;
        border-bottom: 5px dashed transparent;
    }

    .content .open .icon-caset {
        top: 16px;
        border-top: 5px solid #2971a1;
        border-right: 5px dashed transparent;
        border-left: 5px dashed transparent;
    }

    .content .open .cont {
        display: block;
    }

.aside {
    float: left;
    width: 180px;
}

.menu li {
    height: 54px;
    border-left: 4px solid #fff;
    list-style: none;
}

.menu a {
    padding: 15px 0;
    color: #3e76a3;
    display: block;
    font-size: 16px;
    text-decoration: none;
}

.menu .current {
    background-color: #e7f5ff;
    border-color: #2684c2;
}

.menu .icon {
    display: inline-block;
    margin: 0 5px;
    width: 1px;
    height: 18px;
    vertical-align: middle;
    background-image: url(../images/help-img.png);
}

.menu .active {
    background-position: 2px -98px;
}

.menu .use {
    background-position: 2px -147px;
}

.menu .client {
    background-position: 2px -174px;
}

.footbox {
    float: left;
    width: 1004px;
    height: 25px;
    line-height: 25px;
    background-color: #717274;
    color: #fff;
    font-size: 12px;
    text-align: center;
}
