body {
    background-color: #f5f6f8;
}


.main {
    max-width: 1920px;
    min-width: 1200px;
    height: auto;
    padding-top: 40px;
    /*background-image: url(../images/bg.png);
    background-position: top center;
    background-size: 1920px 100%;
    background-repeat: no-repeat;*/
}

.main-content {
    width: 1200px;
    min-height: 650px;
    margin: 0 auto;
    padding-bottom: 100px;
}








/* 左 */

.mian-left {
    width: 210px;
    height: 100%;
}

.program {
    display: inline-block;
    width: 208px;
    height: 58px;
    background-color: #fff;
    color: #494949;
    font-size: 14px;
    border: 1px solid #80848B;
    text-align: center;
    margin-bottom: 8px;
}

.program-child {
    width: 186px;
    margin: 0 auto;
    white-space: nowrap;
    overflow: hidden;
}

.program span {
    display: inline-block;
    line-height: 60px;
}























/* 右 */

.main-right {
    width: 930px;
    /*height: 100%;*/
}

.tab1 {
    width: 100%;
    height: 68px;
}

.tab1 li {
    margin-top: 23px;
    font-size: 16px;
    float: left;
    color: #A0A4AA;
    cursor: pointer;
}

.tab1 .active1 {
    color: #1C2438;
}

.list li {
    width: 302px;
    /*height: 407px;*/
    margin-bottom: 12px;
    float: left;
    position: relative;
}

.list li:nth-child(3n-1) {
    margin-left: 12px;
    margin-right: 12px;
}

.list li:hover {
    box-shadow: 0px 10px 20px -7px #535f6f;
}

.list li .image {
    width: 100%;
    height: 170px;
    background-size: cover;
    background-position: center;
}

.list li a {
    text-decoration: none;
}

.list li .text {
    overflow: hidden;
    width: 100%;
    height: auto;
    background-color: #fff;
    padding-bottom: 29px;
}

.list li h3 {
    /*width: 422px;*/
    height: 21px;
    margin: 17px 20px 14px;
    color: #1C2438;
    font-size: 16px;
    /*line-height: 18px;*/
    /*overflow: hidden;*/
}

.list li p {
    width: 262px;
    height: 38px;
    margin: 0 20px 14px;
    color: #A0A4AA;
    font-size: 12px;
    line-height: 19px;
    overflow: hidden;
    word-break: break-all;
}

.list .number {
    padding: 0 19px;
    height: 21px;
    overflow: hidden;
    display: inline-block;
    line-height: 19px;
}

.list .number img {
    width: 21px;
    height: 17px;
    margin-right: 7px;
}

.list .number span {
    height: 21px;
    overflow: hidden;
    display: inline-block;
    font-size: 12px;
    color: #A0A4AA;
    line-height: 19px;
}

.zhiding1 {
    position: absolute;
    top: 0;
    left: 0;
}