.bodyWrap:nth-of-type(odd){ background-color: #f5f5f5}
.bodyWrap:nth-of-type(even){ background-color: #ffffff}
.contentitem{
    width: 1200px;
    margin: 0 auto;
    padding: 50px 0px;
}
.titleBox{
    border-left: 4px solid #207ad6;
    padding-left: 10px;
    font-size:24px;
    font-family:FZLanTingHeiS-R-GB;
    font-weight:bold;
    color: #333333;
}
.contentlist{
    margin-top: 30px;
    border:1px solid #eeeeee;
    background-color: #ffffff;
    border-bottom: 0px;
}
.contentlist>li>div{
    float: left;
    padding-left: 19px;
    box-sizing: border-box;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    line-height: 58px;
    font-size:14px;
    font-family:FZLanTingHeiS-R-GB;
    font-weight:400;
    color:#333333;
}
.content-title{
    border-bottom: 1px solid #eeeeee;
    width: 240px;
}
.content-main{
    width: 958px;
    border-bottom: 1px solid #eeeeee;
    border-left: 1px solid #eeeeee;
}