﻿.mian-pic {
    height: 345px;
    background: url("../image/banner7.png") center center no-repeat;
}

.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;*/
    background: url("../image/detail-line.png") 0  0 no-repeat;
    background-size: 100% 2px;
    margin-top: 7px;
    /*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: 100%;
    float: left;
}
.right-content .content .content-div {
    /*border-bottom: 1px solid #e6e6e6;*/
    padding: 45px 0 40px 0;
}

.right-content .content .title {
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    /*margin-bottom: 15px;*/
}
.right-content .content .info{
    text-align: center;
}
/*.right-content .content p {
    font-size: 14px;
    color: #888;
    margin-bottom: 35px;
    height: 50px;
    line-height: 24px;
    overflow: hidden;
}*/
.right-content .content .content-div span{
    font-size: 12px;
    color: #888;
    margin-right: 22px;
}

.right-content .content .content-div img {
    margin-right: 5px;
    position: relative;
    top: 2px;
}

/*右边列表*/
.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;
    font-weight: bold;
}

@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 .title{
        width: 740px;
    }
}

/*右侧*/
.main-title img {
    position: relative;
    top: -5px;
}

.main-title .right {
    font-size: 12px;
    float: right;
    position: relative;
    top: 5px;
}

.right-content .content .content-div {
    border-bottom: 1px solid #e6e6e6;
}
.right-content .content .title {
    font-size: 16px;
    color:#232323;
}
.right-content .content .info{
    text-align: center;
}


.right-content .content .content-div span {
    font-size: 12px;
    color: #888;
    margin-right: 22px;
}

.right-content .content .content-div img {
    margin-right: 8px;
    position: relative;
    top: 2px;
}

@media screen and (max-width: 1200px) {
    .right-content{
        width: 794px;
    }
    .mian-content{
        margin-top: 30px;
    }
}

.file_one{
    width:385px;
    height: 50px;
    background: #F0F0EE;
    border-radius: 5px;
    display: inline-block;
    position: relative;
}
.file_name{
    font-size: 15px;
    color: #108CAB;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 20em;
    text-align: left;
    position: relative;
    display: block;
    top: 18px;
}
.file_div{
    position: relative;
    top:-10px;
    display: inline-block;
}
.file_size{
    font-size: 15px;
}
.jpg{
    background: url(../image/file.png) 0px 32px;
    width: 32px;
    height: 32px;
    display: inline-block;
    margin: 10px;
}
.gif{
    background: url(../image/file.png) 544px 32px;
    width: 32px;
    height: 32px;
    display: inline-block;
    margin: 10px;
}
.png{
    background: url(../image/file.png) 512px 32px;
    width: 32px;
    height: 32px;
    display: inline-block;
    margin: 10px;
}
.zip{
    background: url(../image/file.png) 416px 0px;
    width: 32px;
    height: 32px;
    display: inline-block;
    margin: 10px;
}
.word{
    background: url(../image/file.png) 512px 0px;
    width: 32px;
    height: 32px;
    display: inline-block;
    margin: 10px;
}
.excel{
    background: url(../image/file.png) 544px 0px;
    width: 32px;
    height: 32px;
    display: inline-block;
    margin: 10px;
}
.other{
    background: url(../image/file.png) 0px 0px;
    width: 32px;
    height: 32px;
    display: inline-block;
    margin: 10px;
}
.pdf{
    background: url(../image/file.png) 480px 0px;
    width: 32px;
    height: 32px;
    display: inline-block;
    margin: 10px;
}