﻿.mian-pic {
    margin-top: -1px;
    height: 345px;
    background: url("../image/banner8.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;
}
/*右侧*/
.right-content {
    width: 1200px;
    float: left;
}
.right-content .content{
    border-top: 1px solid #cbcbcb;
    margin-top: 14px;
    /*padding-top: 26px;*/
}
.main-title .title {
    font-size: 18px;
    padding: 3px 15px;
    border-left: 4px solid #26a891;
    color: #006fc1;
    font-weight: bold;
}
.main-title img {
    position: relative;
    top: -5px;
}

.main-title .right {
    font-size: 12px;
    color: #888;
    float: right;
    position: relative;
    top: 5px;
}
.right-content .content {
    width: 895px;
    float: left;
}
.right-content .content .content-div {
    border-bottom: 1px solid #e6e6e6;
    padding: 30px 0 25px 0;
}
.right-content .content .content-div .pic {
    width: 135px;
    height: 103px;
    float: left;
    margin-right: 20px;
    margin-left: 3px;
}
.right-content .content .content-div .pic img{
    width: 100%;
    height: 100%;
    margin: 0;
}
.right-content .content .content-div .pic img:hover {
    box-shadow: 0 0 5px #666;
    -moz-box-shadow: 0 0 5px #666;
    -webkit-box-shadow: 0 0 5px #666;
    cursor: pointer;
}
.right-content .content .content-div .contents {
    width: 730px;
    height: 105px;
    float: left;
}
.right-content .content .title {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 15px;
}

.right-content .content p {
    font-size: 14px;
    color: #888;
    margin-bottom: 35px;
    height: 50px;
    line-height: 24px;
    overflow: hidden;
}

.right-content .content span {
    font-size: 12px;
    color: #888;
    margin-right: 22px;
}

.right-content .content img {
    margin-right: 5px;
    position: relative;
    top: 2px;
}

a{
    color:#232323;
}
/*右边列表*/
.right-list {
    text-align: left;
    font-size: 16px;
    margin-left: 30px;
    color: #232323;
    width: 275px;
    float: left;
    background: #f5f5f5;
    margin-top: 14px;
}

.right-list div {
    padding-left: 10px;
    margin: 12px 12px 12px 10px;
    border-left: 3px solid #118cab;
}

.right-list ul {
    padding-top: 10px;
    background: #fff;
}

.right-list ul li {
    font-size: 14px;
    background: #fff;
    height: 35px;
    line-height: 37px;
}

.right-list ul li .num {
    color: #fff;
    padding: 0 5px;
    margin-right: 10px;
    background: #c7c7c7;
}

.right-list ul li .main {
    background: #a0a0a0;
}

.right-list ul li:hover a{
    color: #006fc1;
}

@media screen and (max-width: 1200px) {
    .right-content{
        width: 1024px;
    }
    .mian-content{
        width: 1024px;
        margin-top: 30px;
    }
    .right-content .content{
        width: 740px;
    }
    .right-list{
        width: 254px;
    }
    .right-content .content .content-div .contents{
        width: 565px;
    }
    .right-content .content .title{
        width: 740px;
    }
}