@font-face {
    font-family: 'SourceHanSerifCN-Regular';
    src: url('../../fonts/SourceHanSerifCN-Regular.otf'), url('../../fonts/SourceHanSerif-Bold.ttf');
}
.container-fluid #banner_swiper {
    margin-top: -53px;
    z-index: 0;
}
.container-fluid #banner_swiper .swiper-pagination .my-bullet {
    display: inline-block;
    position: relative;
    width: 6px;
    height: 6px;
    background-color: #fff;
    border-radius: 50%;
    margin: 0 5px;
    opacity: 0.5;
}
.container-fluid #banner_swiper .swiper-pagination .my-bullet-active {
    border-radius: 3px;
    width: 16px;
    height: 6px;
    background-color: #fff;
    opacity: 1;
}
.container-fluid .content {
    margin: 0 auto;
}
.container-fluid .content .noContent {
    display: none;
    width: 100%;
    height: 200px;
    font-size: 16px;
    color: #8a6d3b;
    font-family: 'SourceHanSerifCN-Regular';
    align-items: center;
    justify-content: center;
}
.container-fluid .content .contentBox {
    margin-top: 40px;
    border: 9px solid #ccc;
    border-image: url(../../images/specialMedical/border_bac.png) 9 9 9 9 stretch;
    background: #fff url(../../images/newsInfo/boxright.png) no-repeat 100.5% center;
    display: flex;
    flex-direction: column;
    padding: 25px 35px;
}
.container-fluid .content .contentBox a {
    text-decoration: none;
}
.container-fluid .content .contentBox a .item {
    display: flex;
    flex-direction: row;
    align-items: center;
}
.container-fluid .content .contentBox a .item .img img {
    width: 270px;
    height: 180px;
}
.container-fluid .content .contentBox a .item .info {
    overflow: hidden;
    margin-left: 40px;
    width: 100%;
}
.container-fluid .content .contentBox a .item .info h1 {
    color: #333;
    font-family: 'SourceHanSerifCN-Regular';
    font-weight: bold;
    font-size: 18px;
    margin: 0;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.container-fluid .content .contentBox a .item .info .divide {
    margin: 10px 0 5px 0;
    display: flex;
    flex-direction: row;
    align-items: center;
}
.container-fluid .content .contentBox a .item .info .divide .line {
    width: 100%;
    height: 1px;
    background-color: #BBA978;
}
.container-fluid .content .contentBox a .item .info 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: 4;
    overflow: hidden;
    margin: 0;
}
.container-fluid .content .contentBox a .item .info h2 {
    font-family: 'SourceHanSerifCN-Regular';
    font-size: 16px;
    color: #999999;
    margin-top: 14px;
    padding-left: 10px;
}
.container-fluid .content .contentBox:not(:first-child) {
    margin-top: 30px;
}
.container-fluid .content .contentBox:hover .item .info h1 {
    color: #6FB41B;
}
.container-fluid .pagination {
    display: flex;
    justify-content: center;
}
.container-fluid .pagination ul {
    display: flex;
    flex-direction: row;
    list-style: none;
}
.container-fluid .pagination ul li a {
    color: #666666;
    padding: 12px 14px;
    font-size: 16px;
    text-decoration: none;
}
.container-fluid .pagination .toPage {
    display: flex;
    flex-direction: row;
    line-height: 30px;
}
.container-fluid .pagination .toPage input {
    width: 60px;
    height: 30px;
    margin: 0 10px;
    background-color: rgba(187, 169, 120, 0.2);
    border: none;
}
.container-fluid .pagination .toPage input:focus {
    border: unset;
}
.container-fluid .pagination .toPage span {
    font-size: 16px;
    color: #666;
}
.container-fluid .pagination .toPage p {
    font-size: 16px;
    color: #fff;
    margin-left: 40px;
}
.container-fluid footer {
    margin-top: 40px;
}
