.con .content {
    width: 100%;
    padding-bottom: 30px;
    /*border-bottom: 1px solid #D8D8D8;*/
    display: inline-block;
}

.content .top {
    padding-bottom: 13px;
    width: 750px;
    border-bottom: 3px solid #999999;
    margin: 0 auto;
}

.content .news-title {
    font-size: 24px;
    font-weight: 400;
    color: #000000;
    line-height: 24px;
    margin-bottom: 23px;
    text-align: center;
}

.content .news-info .news-infos {
    font-size: 14px;
    font-weight: 400;
    color: #999999;
    line-height: 21px;
    display: inline-block;
}

.content .news-info .font span {
    margin-left: 15px;
}

/*.content .article {*/
/*    padding-top: 9px;*/
/*}*/
.content .videoBox {
    margin-top: 30px;
}
.videoBox .video{
    max-width: 750px;
    margin: 0 auto;    
}
.videoBox .video video{
    width: 100%;
}

.content .videoBox p {
    font-size: 18px;
    font-weight: 400;
    color: #333333;
    text-indent: 2em;
    line-height: 30px;
    margin-bottom: 20px;
}

.content .videoBox p:nth-of-type(1){
    margin-top: 20px;
}

.content .videoBox p img {
    margin: 0 auto;
}

.content .editor {
    font-size: 18px;
    font-weight: 400;
    color: #999999;
    line-height: 27px;
}

.recomd {
    margin-top: 20px;
    padding-bottom: 25px;
    border-bottom: 1px solid #D8D8D8;
}

.recomd .column-title {
    font-size: 20px;
    font-weight: 400;
    color: #FF5B0B;
    line-height: 30px;
    padding-bottom: 12px;
    border-bottom: 1px solid #FF5B0B;
}

.recomd-list li {
    width: 260px;
    padding: 10px 0;
    display: inline-block;
    margin-right: 20px;
    text-align: center;
}
.recomd-list li:last-child{
    margin-right: 0;
}

.recomd-list li img{
    width: 100%;
    height: 174px;
}
.recomd-list .recomd-title {
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    line-height: 24px;
    margin-top: 8px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}