*{margin: 0;
    padding:0;
}
#d1{
    width:1200px;
    height:200px;
    border:1px solid #d9d9d9;
    margin:0 auto;
}
#d1 div{
    float:left;
}
.lf,.rt{
    width:40px;
    height:100%;
    text-align:center;
    line-height:200px;
}
.ct{
    width:1120px;
    height:530px;
    overflow:hidden;
}
.ct .ct_first{
    width:1550px;
    height:100%;
    position:relative;
    left:-186px;
}
.ct_first img{
    margin-top: 15px;
    float:left;
    margin-left: 7px;
}
.ct_first_div{
    width:auto;
    height:auto;
}
.ct_first_div>img{
    width:179px;
    height:168px;
}
.ct_first_div h3{
    height: 30px;
    line-height: 30px;
    color: #ffffff;
    font-size: 12px;
    text-align: center;
    background: rgba(34,34,36,0.6);
    width: 179px;
    margin-left: 7px;
    position: absolute;
    top:153px;
    display: block;
}
.spacil div{
    margin-left: -330px;
}
.spacil div img{
    left:400px;
}
.spacil1 div{
    margin-left: -330px;
}
.spacil1 div img{
    left:440px;
}
/*TODO 弹出框*/
div.pop_box{
    border: 1px solid #f3e7cc;
    width: 518px;
    height: 306px;
    padding: 30px 20px 30px 20px;
    box-sizing: border-box;
    background-color: #fbf6eb;
    position: absolute;
    top: 150px;
    z-index: 999;
    display: none;
}
.pop_box ul{
    height: 130px;
}
.pop_box li{
    list-style: none;
    float: left;
    width: 150px;
    height: 150px;
}
.pop_box li:nth-child(2){
    margin: 0 10px;
}
.pop_box p{
    line-height: 20px;
    text-indent: 2em;
    text-align: left;
}
.pop_box>img{
    position: absolute;
    left: 30px;
    top: -35px;
}
.p-text{
    width: 478px;
    height: 90px;
    line-height:22px;
    /* 高度为需要显示的行数*行高，比如这里我们显示两行，则为3 */
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    position: relative!important;
}
.p-text:after {
    content:"...";
    background-color: #fbf6eb;
}
.pop_box a.red,.pop_box1 a.red{position: absolute;bottom:8px;right: 30px}