﻿/*主体*/
.mian-pic {
    height: 345px;
    background: url("../image/mainpic.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: #006fc1;
}

/*左侧*/
.left-content {
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    margin-right: 40px;
    color: #fff;
    width: 180px;
    float: left;
    background: #006fc1;
}

.left-content div {
    padding: 12px;
}

.left-content ul li {
    background: #f9f9f9;
    color: #888;
}

.left-content ul li a {
    padding: 17px 0 17px 50px;
    color:#888;
    background: #f9f9f9;
    display: inline-block;
    width: 130px;
    text-align: left;
    background: url(../image/gray-point.png) 30px 24px no-repeat;
}

.left-content ul li.active a, .left-content ul li:hover a {
    background: #f9f9f9;
    color: #006fc1;
    cursor: pointer;
    background: url(../image/green-point1.png) 30px 24px no-repeat;
}
.right-content{
    width: 980px;
    float: left;
}
.right-content .content{
    /*border-top: 1px solid #cbcbcb;
    margin-top: 14px;
    padding-top: 28px;*/
}
.main-title .title {
    font-size: 18px;
    padding: 0 15px;
    border-left: 4px solid #4682aa;
    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;
    }
}