/*右侧*/
.right-content {
    width: 970px;
    float: left;
}

.main-title .title {
    font-size: 18px;
    color: #11356d;
    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 .content-div {
    border-bottom: 1px solid #e6e6e6;
    padding: 20px 0;
    color: #232323;
}

.right-content .content .title {
    font-size: 18px;
    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;
}

.right-content .content .content-div span {
    font-size: 12px;
    color: #888;
    margin-right: 22px;
}
.right-content .content .content-div span.name {
    width: 200px;
    display: inline-block;
}

.right-content .content img {
    margin-right: 12px;
    position: relative;
    top: 2px;
}

.content-div .download-title {
    font-weight: bold;
    font-size: 18px;
    color: #232323;
}

.content-div .download-title span {
    padding-left: 10px;
    font-size: 14px;
    color: #888888;
}

.content-div ul li {
    display: inline-block;
    width: 460px;
    height: 46px;
    background: #f0f0ee;
    margin-top: 20px;
    margin-right: 44px;
}
.content-div ul li.noright {
    margin-right: 0;
}

.content-div ul li div {
    float: left;
    vertical-align: middle;
    padding: 5px;
    padding-left: 10px;
}

.content-div ul li div .size {
    color: #888;
    font-size: 14px;
}

.content-div ul li div .name {
    color: #12356d;
    font-size: 14px;
}
.content-div ul li div.pic {
    width: 40px;
    height: 40px;
    padding: 5px;
}
.content-div ul li div.pic i {
    width: 32px;
    height: 32px;
    display: inline-block;
    margin: 5px 0 0 10px;
    margin-top: 4px;
}
.jpg{
    background: url(../img/file.png) 0px 32px;
}
.gif{
    background: url(../img/file.png) 544px 32px;
}
.png{
    background: url(../img/file.png) 512px 32px;
}
.zip{
    background: url(../img/file.png) 416px 0px;
}
.word{
    background: url(../img/file.png) 512px 0px;
}
.excel{
    background: url(../img/file.png) 544px 0px;
}
.other{
    background: url(../img/file.png) 0px 0px;
}
.pdf{
    background: url(../img/file.png) 480px 0px;
}
a{
    color:#232323;
}
/*@media screen and (max-width: 1440px) {*/
    /*.content-div ul li{*/
        /*margin-right: 34px;*/
        /*width: 300px;*/
    /*}*/
/*}*/