﻿/*主体*/
.mian-pic {
    height: 317px;
    background: url("../image/banner.jpg") center center no-repeat;
    background-size: 100% 100%;
}

.mian-content {
    width: 1200px;
    margin: 0 auto;
    margin-top: 18px;
    margin-bottom: 430px;
    z-index: 10;
    color: #333;
    background: #fff;
    overflow: hidden;
}

.mian-content a:hover {
    color: #aa0101;
}

/*左侧*/
.left-content {
    position: absolute;
    top: 460px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    margin-right: 27px;
    color: #fff;
    width: 216px;
    float: left;
    background: #aa0101;
}

.left-content div {
    padding: 17px;
    font-size: 18px;
}

.left-content ul li {
    background: #fff;
    color: #888;
    border-right: 1px solid #e4e4e4;
    border-left: 16px solid #aa0101;
}

.left-content ul li a {
    display: inline-block;
    padding: 15px 17px 14px 52px;
    width: 130px;
    color: #333333;
    background: #fff;
    text-align: left;
    font-weight: normal;
    border-bottom: 1px solid #e4e4e4;
}

.left-content ul li.active a, .left-content ul li:hover a {
    color: #aa0101;
    cursor: pointer;
    background-color: #fcf4f4;
}

.right-content {
    width: 957px;
    float: right;
}
.right-content.announcement{
    width: 1200px;
}

.right-content .content {
    position: relative;
    border-top: 1px solid #810101;
    padding-top: 14px;
}

.right-content .contents {
    padding-top: 0;
}

.right-content .content.second-class{
    padding-top: 34px;
}

.right-content .content-right {
    position: relative;
    padding-top: 7px;
    min-height: 150px;
}

.main-title {
    margin-bottom: 17px;
}

.item-title{
    height: 70px;
    border-bottom: 1px solid #dde4e6;
}

.main-title .title {
    font-size: 18px;
    color: #aa0101;
}

.right-content .content .title.item-wrap-title{
    margin-top: 29px;
    padding-left: 16px;
    border-left: 4px solid #810101;
    font-size: 18px;
}

.right-content .content .more-title{
    float: right;
    margin-top: 29px;
    cursor: pointer;
}

.content-wrap{
    margin-bottom: 10px;
}

.content-wrap-div{
    padding-top: 21px;
    height: 39px;
    border-bottom: 1px solid #f2f2f2;
}

.content-wrap-div:hover .title a{
    color: #aa0101!important;
}

.content-wrap-div:hover span{
    color: #aa0101!important;
}

.content-wrap-div a{
    width: 780px;
    font-weight: normal;
}

.line {
    position: absolute;
    top: -2px;
    width: 313px;
    height: 1px;
    background-color: #ce9610;
    border-top: 1px solid #faf4df;
}

.line .line-left {
    width: 3px;
    height: 1px;
    background-color: #dfb832;
}

@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;
    }
}