body {
    width: 100%;
    height: 100%;
    background-image: url(../../images/professional/bg.png);
}
.container-fluid .content {
    margin: 0 auto;
    padding: 0 40px;
}
.container-fluid .content .noContent {
    height: 200px;
    display: none;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: #8a6d3b;
    font-family: 'SourceHanSerifCN-Regular';
}
.container-fluid .content .contentBox {
    height: 162px;
    width: calc(50% - 15px);
    margin-top: 40px;
    border: 9px solid #ccc;
    border-image: url(../../images/specialMedical/border_bac.png) 9 9 9 9 stretch;
    background: #fff url(../../images/specialMedical/boxright_bg.png) no-repeat 100.5% center;
    display: flex;
    flex-direction: column;
    padding: 25px 50px;
}
.container-fluid .content .contentBox a {
    text-decoration: none;
}
.container-fluid .content .contentBox a .item {
    overflow: hidden;
}
.container-fluid .content .contentBox a .item h1 {
    color: #333;
    font-family: 'SourceHanSerifCN-Regular';
    font-weight: bold;
    font-size: 18px;
    margin: 0;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.container-fluid .content .contentBox a .item .divide {
    margin: 10px 0 5px 0;
    display: flex;
    flex-direction: row;
    align-items: center;
}
.container-fluid .content .contentBox a .item .divide .line {
    width: 100%;
    height: 1px;
    background-color: #BBA978;
}
.container-fluid .content .contentBox a .item p {
    font-family: 'SourceHanSerifCN-Regular';
    font-size: 16px;
    color: #666666;
    line-height: 24px;
    padding-left: 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin: 0;
}
.container-fluid .content .contentBox:nth-child(odd) {
    margin-left: 30px;
}
.container-fluid .content .contentBox:not(:first-child) {
    margin-top: 30px;
}
.container-fluid .content .contentBox:hover .item h1 {
    color: #6FB41B;
}