/*主体*/
.mian-pic {
    margin: 0 auto;
    height: 330px;
    background: url("../img/main-pic.png") center center no-repeat;
}

.mian-content {
    width: 1200px;
    margin: 0 auto;
    margin-top: 35px;
    margin-bottom: 134px;
    z-index: 10;
    color: #333;
    background: #fff;
    overflow: hidden;
}

.mian-content a:hover {
    color: #4e57cc;
}

/*左侧*/
.left-content {
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    margin-right: 40px;
    color: #fff;
    width: 225px;
    float: left;
    background: #143F7A;
}

.left-content>:first-child{
    /*border-bottom: 3px solid #f0b108;*/
    /*background: url("../img/background-logo.png") no-repeat center;*/
    background-size:188px 40px;
}

.left-content>:first-child{
    padding: 12px;
}

.left-content ul li {
    background: #fbfbfb;
    color: #333333;
    border-bottom: 1px solid #e4e4e4;
    border-left: 1px solid #e4e4e4;
    border-right: 1px solid #e4e4e4;
}

.left-content ul li a {
    padding: 14px 0 14px 55px;
    color: #333333;
    display: inline-block;
    width: 130px;
    text-align: left;
    font-size: 16px;
    font-weight: normal;
}
.left-content ul li.active, .left-content ul li:hover  {
    background: #fff;
    border-right: none;
    border-left: 2px solid #f0b108;
}
.left-content ul li.active a, .left-content ul li:hover a {
    color: #f0b108;
    cursor: pointer;
    border-right: none;
    background: #fff;
}

.right-content {
    width: 935px;
    float: left;
}

.right-content .content {
    border-top: 1px solid #143F7A;
    margin-top: 3px;
    padding-top: 13px;
}

.main-title .title {
    font-size: 18px;
    padding: 3px 0px;
    /*border-bottom: 2px solid #143F7A;*/
    color: #143F7A;
    font-weight: bold;
}

/*.main-title .title {*/
/*font-size: 18px;*/
/*padding: 3px 15px;*/
/*border-left: 4px solid #26a891;*/
/*color: #4e57cc;*/
/*font-weight: bold;*/
/*}*/
@media screen and (max-width: 1200px) {
    .mian-content .right-content {
        width: 814px;
    }

    .mian-content {
        margin-top: 30px;
    }

    .mian-content, .header-top, .header, .sidebar .navigation, .footer .links {
        width: 1024px;
    }
}
/*面包屑*/
.mian-content .main-title .right {
    float: right;
}
