﻿/*主体*/
.mian-pic {
    margin-top: -1px;
    height: 345px;
    background: url("../image/banner7.png") center center no-repeat;
    background-size:100% 100%;
}

.mian-content {
    width: 1200px;
    margin: 0 auto;
    margin-top: 75px;
    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: 20px;
    color: #fff;
    width: 230px;
    float: left;
    background: #006fc1;
}

.left-content .englishtop {
    position: absolute;
    top: 562px;
    color:#118cab;
}
.left-content div {
    padding: 12px 0;
}

.left-content ul{
    border-top:1px solid #e6e6e6;
}
.left-content ul li {
    background: #f9f9f9;
    color: #232323;
}

.left-content ul li a {
    color:#232323;
    background: #fff;
    display: inline-block;
    width:228px;
    height: 50px;
    line-height: 48px;
    text-align: center;
    border:1px solid #e6e6e6;
    border-top: none;
}

.left-content ul li.active a, .left-content ul li:hover a {
    background: #118cab;
    color: #fff;
    cursor: pointer;
    font-weight: bold;
}
.right-content{
    width: 950px;
    float: left;
}
.right-content .content{
    /*border-top: 1px solid #cbcbcb;*/
    background: url("../image/titleline.png") top center no-repeat;
    background-size: 100% 3px;
    margin-top: 7px;
    /*padding-top: 28px;*/
}
.main-title .title {
    font-size: 18px;
    /*padding: 3px 15px;*/
    /*border-left: 4px solid #26a891;*/
    color: #232323;
    font-weight: bold;
}
.content-div {
    /*border-top: 1px solid #f0f0f0;*/
    /*padding-top: 6px;*/
    padding: 24px 0 15px 0;
}
.content-div .date{
    display: inline-block;
    width: 60px;
    height: 60px;
    background: #0883a2;
    border-radius: 3px;
    box-shadow: 0 0 5px #0883a2;
    margin: 0 20px 16px 0;
}
.content-div .date p{
    color:#fff;
    font-size: 12px;
    text-align: center;
}
.content-div .date .day{
    color:#fff;
    font-size: 30px;
}
.content-div .rightcontent{
    display: inline-block;
    width: 865px;
    position: relative;
    top: 5px;
    vertical-align: text-bottom;
}
.content-div .rightcontent .title {
    display: inline-block;
    width: 800px;
    font-size: 16px;
    color: #000;
    /*margin-bottom: 6px;*/
}
.content-div .rightcontent p {
    font-size: 14px;
    color:#666;
    height: 40px;
    overflow:hidden;
    text-overflow:ellipsis;
    -webkit-line-clamp:2;
    word-wrap:break-word;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    line-height:20px;
}

.content-div .downloadtitle {
    display: inline-block;
    width: 800px;
    padding: 10px 0 10px 16px;
    background: url("../image/lipoint.png") 0 center no-repeat;
}
.content-div .updatadate {
    float: right;
    position: relative;
    top: 12px;
}
@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;
    }
}
