﻿.mian-pic {
    height: 345px;
    background: url("https://ee.aiit.edu.cn/template/175/xxgcx/_files/img/banner.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;
    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: 15px 0;
}

.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 .content-text{
    width: 874px;
}
/*.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;
    }
}