.headline span{
    padding: 0 15px;
    height: 50px;
    line-height: 50px;
    font-size: 20px;
}
/*焦点关注*/
.focusbox .focuscon{
    padding-top: 15px;
}
.focusbox .item{
    display: inline-block;
    width: 210px;
    margin: 0 0 10px 16px;
}
.focusbox .item img{
    width: 100%;
    height: 160px;
}
.focusbox .item .des{
    width: 100%;
    font-size: 14px;
    text-align: center;
    padding: 5px 0 10px 0;
}
.focusbox .item .des p{
    margin: 0 10px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
/*广告位*/
.advertbox img{
    width: 100%;
}
/*最新资讯*/
.msgbox .message{
    font-size: 14px;
    padding: 0 13px;
}
.msgbox .message h4{
    font-size: 18px;
    line-height: 40px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.msgbox .list{
    padding: 18px 0;
    margin-top: -1px;
    border-top: #dddddd solid 1px;
}
.msgbox .list .des{
    height: 48px;
    line-height: 22px;
    color: #666;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    word-break: break-all;
}
.msgbox .list .date{
    color: #888;
    padding-left: 25px;
    background: url(/uploads/image/sdpsimg/date_muying.jpg) left no-repeat;
}
/*备孕手册*/
.articlebox .zs_column{
    padding: 20px 15px;
    margin-top: 20px;
}
.articlebox .pic img{
    width: 260px;
    height: 310px;
}
.articlebox .con{
    margin-left: 20px;
    width: 690px;
}
.articlebox .con_title{    
    height: 40px;
    line-height: 36px;
    font-size: 18px;
    color: #222;
    padding-right: 10px;
    border-bottom: 1px solid #ddd;
}
.articlebox .menu{
    padding: 10px 0;
}
.articlebox .menu ul li{
    float: left;
    width: 26%;
    line-height: 36px;
    font-size: 14px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 0 25px 0 25px;
    background: url(/uploads/image/sdpsibaike/dot.png) left 5px center no-repeat;
}