


.cont_left{
    float: left;
    width: 880px;
    margin-right: 20px;
    padding-bottom: 50px;
}
.mokuai{
    min-height: 510px;
    width: 100%;
    margin-bottom: 20px;
    background-color: #fff;
    position: relative;
}
.mokuai_head{
    height: 66px;
}
.mokuai_head .tit{
    width: 50%;
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    line-height: 66px;
    color: #333333;
    opacity: 1;
    float: left;
    padding-left: 20px;
}
.mokuai_head .mokuai_more{
    width: 60px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 66px;
    color: #999999;
    float: right;
    padding-right: 20px;
}
.mokuai_content{
    width: 100%;
    background-color: #fff;
}
.mokuai_content .img_one{
    width: 200px;
    height: 200px;
    position: absolute;
    left: 20px;
    top: 66px;
}
.mokuai_content .img_one:nth-child(2n){
    top: 288px;
}
.mokuai_content .img_one img{
    width: 200px;
    height: 150px;
}
.mokuai_content .img_one .tit{
    width: 200px;
    height: 42px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 20px;
    color: #333333;
    opacity: 1;
    margin-top: 10px;
}
.mokuai_content ul{
    width: 660px;
    float: right;
}
.mokuai_content ul li{
    float: left;
    width: 288px;
    height: 21px;
    opacity: 1;
    margin-left: 30px;
    margin-bottom: 16px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.mokuai_content ul li a{
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 24px;
    color: #333333;
}
.mokuai_content ul li a:hover{
    color: #F60;
}


 