/* 详情部分 */

.detail {}

.myBanner1 {
    margin-left: 20px;
    margin-right: 57px;
}

.main {
    height: 48px;
    font-size: 24px;
    font-weight: normal;
    line-height: 48px;
    color: #4a4a4a;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.sub {
    font-size: 14px;
    line-height: 24px;
    height: 155px;
    overflow: hidden;
}

.online {
    height: 56px;
    border-top: 2px solid #e6e6e6;
    font-size: 16px;
    padding: 10px 20px 0 0;
}

.content {
    margin-top: 70px;
    padding: 22px;
}

.onlineconsult ,.onlineconsult:hover{
    width: 105px;
    height: 39px;
    background: #0550ab;
    font-size: 16px;
    line-height: 39px;
    text-align: center;
    display: block;
    color: white;
}

.recommended {
    margin-bottom: 44px;
    margin-top: 37px;
}

.recommendedTit {
    border-bottom: 2px solid #dfdfdf;
    margin-bottom: 30px;
    height: 46px;
}

.recommendedItem .f-16:hover {
    color: #0550ab;
}

.recommendedTit>div {
    margin-right: 10px;
}

.recommendedItem {
    width: 220px;
    margin-right: 16px;
}

.recommendedItem p {
    padding: 0 10px 4px 10px;
}

.itemImg {
    width: 220px;
    height: 164.5px;
    margin-bottom: 10px;
}