@font-face {
    font-family: 'SourceHanSerifCN-Regular';
    src: url('../../fonts/SourceHanSerifCN-Regular.otf');
}
@font-face {
    font-family: 'SourceHanSerif-Bold';
    src: url('../../fonts/SourceHanSerif-Bold.ttf');
}
@font-face {
    font-family: 'SourceHanSerifCN-Medium';
    src: url('../../fonts/SourceHanSerifCN-Medium.otf');
}
@font-face {
    font-family: 'Arial MT';
    src: url('../../fonts/Arial-MT.ttf');
}
body {
    width: 100%;
    height: 100%;
    background-image: url(../../images/professional/bg.png);
}
.container-fluid .contentBox {
    padding-bottom: 80px;
}
.container-fluid .contentBox .content {
    margin-top: 40px;
    display: flex;
    flex-direction: row;
}
.container-fluid .contentBox .content .left .item {
    overflow: hidden;
    width: 520px;
    display: flex;
    flex-direction: column;
    position: relative;
}
.container-fluid .contentBox .content .left .item img {
    width: 100%;
    height: 320px;
}
.container-fluid .contentBox .content .left .item span {
    padding: 0 10px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-family: 'SourceHanSerif-Bold';
    font-size: 18px;
    margin-top: -60px;
    line-height: 60px;
    display: inline-block;
    background: rgba(0, 0, 0, 0.5);
    left: 0;
    color: #fff;
    text-align: center;
}
.container-fluid .contentBox .content .left .item + .item {
    margin-top: 40px;
}
.container-fluid .contentBox .content .right {
    padding-right: 60px;
    margin-left: 60px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.container-fluid .contentBox .content .right .text-title {
    display: flex;
    flex-direction: row;
    align-items: center;
}
.container-fluid .contentBox .content .right .text-title img {
    width: 31px;
    height: 21px;
}
.container-fluid .contentBox .content .right .text-title h1 {
    font-family: 'SourceHanSerif-Bold';
    font-size: 24px;
    margin: 0;
}
.container-fluid .contentBox .content .right .list {
    min-width: 574px;
    margin-top: 25px;
    width: 100%;
    border: 8px solid #ccc;
    border-image: url(../../images/public/health-examination/borderBac.png) 8 8 8 8 stretch;
}
.container-fluid .contentBox .content .right .list ul {
    padding: 0 39px;
    margin-top: 10px;
    margin-bottom: 0;
}
.container-fluid .contentBox .content .right .list ul li {
    margin-top: 20px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(197, 169, 120, 0.3);
}
.container-fluid .contentBox .content .right .list ul li div {
    display: flex;
    flex-direction: row;
    align-items: center;
}
.container-fluid .contentBox .content .right .list ul li div a {
    text-decoration: none;
    max-width: 380px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-left: 10px;
    font-family: 'SourceHanSerifCN-Medium';
    font-weight: 600;
    font-size: 18px;
    color: #333333;
}
.container-fluid .contentBox .content .right .list ul li span {
    font-family: 'Arial MT';
    font-size: 18px;
    color: #999;
}
.container-fluid .contentBox .content .right .list ul li:last-child {
    border-bottom: none;
}
.container-fluid .contentBox .content .right .pagination {
    position: absolute;
    bottom: 0;
    margin-top: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.container-fluid .contentBox .content .right .pagination ul {
    padding-left: 0;
    display: flex;
    flex-direction: row;
    list-style: none;
    align-items: center;
    margin-bottom: 0;
}
.container-fluid .contentBox .content .right .pagination ul li a {
    color: #666666;
    display: block;
    width: 55px;
    line-height: 36px;
    text-align: center;
    font-size: 16px;
    text-decoration: none;
}
.container-fluid .contentBox .content .right .pagination ul li a.active {
    background: url("../../images/paginationActive.png") no-repeat center center;
    color: #fff;
}
.container-fluid .contentBox .content .right .pagination .toPage {
    display: flex;
    flex-direction: row;
    line-height: 30px;
}
.container-fluid .contentBox .content .right .pagination .toPage input {
    width: 60px;
    height: 30px;
    margin: 0 10px;
    background-color: rgba(187, 169, 120, 0.2);
    border: none;
}
.container-fluid .contentBox .content .right .pagination .toPage input:focus {
    border: unset;
}
.container-fluid .contentBox .content .right .pagination .toPage span {
    font-size: 16px;
    color: #666;
}
.container-fluid .contentBox .content .right .pagination .toPage p {
    background-color: #bba978;
    font-size: 16px;
    margin-left: 40px;
    margin-bottom: 0;
}
.container-fluid .contentBox .content .right .pagination .toPage p a {
    color: #fff;
    display: block;
    padding: 0 12px;
}
.container-fluid footer {
    margin-top: 0!important;
}
@media screen and (max-width: 1850px) {
    .container-fluid .contentBox .content {
        width: 80%;
        margin-left: 10%;
    }
}
@media screen and (max-width: 1550px) {
    .container-fluid .contentBox .content {
        width: 90%;
        margin-left: 5%;
    }
}
@media screen and (max-width: 1400px) {
    .container-fluid .contentBox .content {
        padding: 0;
        width: 100%;
        margin-left: 0%;
    }
}
