﻿/*主体*/
.mian-pic {
    height: 400px;
    background: url("../image/banner11.png") center center no-repeat;
    background-size: 100% 100%;
}

.mian-content {
    width: 1200px;
    margin: 0 auto;
    margin-top: 35px;
    margin-bottom: 430px;
    z-index: 10;
    color: #333;
    background: #fff;
    overflow: hidden;
}

.mian-content a:hover {
    color: #004b84;
    font-weight: bold;
}

/*左侧*/
.left-content {
    text-align: left;
    font-size: 16px;
    /*font-weight: bold;*/
    margin-right: 60px;
    color: #fff;
    width: 260px;
    float: left;
    background: #004b84;
}

.left-content div {
    padding: 16px 40px 16px 40px;
    font-size: 18px;
}

.left-content ul li {
    background: #f9f9f9;
    color: #888;
}

.left-content ul li a {
    padding: 17px 0 17px 37px;
    color:#232323;
    background: #f9f9f9;
    display: inline-block;
    width: 220px;
    text-align: left;
    /*background: url(../img/gray-point.png) 30px 24px no-repeat;*/
    border-left: 3px solid #fff;
    border-bottom: 1px solid #eeeeee;

}

.left-content ul li.active a, .left-content ul li:hover a {
    background: #f9f9f9;
    color: #004b84;
    font-weight: bold;
    cursor: pointer;
    /*background: url(../img/green-point.png) 30px 24px no-repeat;*/
    border-left: 3px solid #004b84;
}
.right-content{
    width: 880px;
    float: left;
}
.right-content .content{
    border-top: 1px solid #eeeeee;
    margin-top: 25px;
    padding-top: 28px;
}
.main-title .title {
    font-size: 18px;
    padding: 3px 0px;
    /*border-left: 4px solid #26a891;*/
    color: #232323;
    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;
    }
}