.main {
    padding-top: 20px;
    --title-size: 20px;
}

.gov-links {
    background: white;
    display: flex;
    align-items: center;
    padding: 20px;
    gap: 20px;
    margin-bottom: 20px;
}

.gov-links a {
    display: flex;
}

.gov-links a img {
    display: block;
    width: 100%;
    height: 97px;
}


.app-links {
    display: flex;
    gap: var(--space-size);
    margin-bottom: var(--space-size);
}

.app-links .item {
    flex: 1;
    color: white;
    background: var(--theme-color);
    font-size: 28px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: var(--space-size) var(--space-size);
    letter-spacing: 1px;
}

.app-links .item .content .label {
    font-size: 16px;
    font-weight: normal;
    letter-spacing: 0;
    margin-bottom: 5px;
}

.app-links .item .content p {
    font-style: italic;
    font-size: 20px;
    letter-spacing: 0;
}

.app-links a.item:hover {
    background: var(--text-primary);
}

.headlines-new {
    position: relative;
    width: 100%;
    height: 110px;
    background-color: #ffffff;
    padding: 20px;
}

.headlines-new .content {
    overflow: hidden;
    width: 100%;
}

.headlines-new .content .title {
    display: block;
    overflow: hidden;
    text-align: center;
    color: var(--text-primary);
    font-weight: bold;
    text-overflow: ellipsis;
    white-space: nowrap;
    /* font-weight: 700; */
    font-size: 30px;
    font-family: "Microsoft YaHei", "微软雅黑", sans-serif;
    line-height: 42px;
}

/* .headlines-new .content .title:before {
  display: inline-block;
  margin-top: -7px;
  margin-right: 20px;
  padding: 0 10px;
  width: 70px;
  height: 42px;
  border-radius: 0 15px 0 15px;
  background: var(--theme-color);
  color: #fff;
  content: "头条";
  vertical-align: middle;
  text-align: center;
  font-size: 18px;
} */

.headlines-new .content .detail {
    overflow: hidden;
    color: var(--text-gray);
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
    font-weight: normal;
}

.space-bisect {
    display: flex;
    gap: var(--space-size);
}

.space-bisect .space-item {
    flex: 1;
    overflow: hidden;
}

.space-bisect .space-item:nth-child(2) {
    flex: 2;
    max-width: 600px;
}

.space-trisection {
    display: flex;
    gap: var(--space-size);
    --video-card-width: 330px;
}

.space-trisection .space-item:first-child {
    width: calc(100% - var(--space-size) - var(--video-card-width));
    display: flex;
    gap: var(--space-size);
}

.space-trisection .space-item:first-child .article {
    width: calc(50% - (var(--space-size) / 2));
}

.space-trisection .space-item:last-child {
    width: var(--video-card-width);
}

.space-trisection .article .article-list {
    min-height: 239px;
}

.space-bisect .article .article-list {
    min-height: 279px;
}

.company-profile {
    background: white;
    padding: 20px;
}

.company-profile .head {
    padding-bottom: 20px;
}

.company-profile .head .title {
    font-weight: bold;
    font-size: var(--title-size);
    color: var(--text-primary);
}

.company-profile .content {
    text-indent: 2em;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 12;
    font-size: 14px;
    line-height: 1.78;
}

/*focus-swiper*/
.focus-swiper-card {
    padding: var(--space-size) var(--space-size) 5px var(--space-size);
    background: #ffffff;
    --focus-swiper-height: 315px;
}

.focus-swiper-card .swiper {
    position: relative;
    width: 100%;
    height: 360px;
    user-select: none;
}

.focus-swiper-card .swiper-slide {
    position: relative;
}

.focus-swiper-card .swiper-slide img {
    width: 100%;
    height: var(--focus-swiper-height);
    display: block;
    object-fit: cover;
}

.focus-swiper-card .swiper-slide .title {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    line-height: 45px;
    padding-right: 10px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 14px;
    width: 85%;
}

.focus-swiper-card .swiper-pagination {
    bottom: 15px !important;
}

.swiper-pagination {
    position: absolute;
    right: 0 !important;
    left: auto !important;
    width: auto !important;
    padding: 0 5px;
    background: white;
}

.swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    border-radius: 50px;
    background: #eee;
    opacity: 1;
}

.swiper-pagination .swiper-pagination-bullet-active {
    background: var(--theme-color);
    opacity: 1;
}

.focus-swiper-card .swiper-button-prev,
.focus-swiper-card .swiper-button-next {
    position: absolute;
    top: var(--space-size);
    bottom: 0;
    color: rgba(255, 255, 255, 0.5);
    width: 75px;
    height: var(--focus-swiper-height);
}

.focus-swiper-card .swiper-button-prev {
    left: 0;
}

.focus-swiper-card .swiper-button-next {
    right: 0;
}

.swiper-button-prev::after,
.swiper-button-next::after {
    content: "" !important;
    width: 12px;
    height: 12px;
    display: block;
    border: 7px solid currentColor;
    border-bottom-color: transparent;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
}

.swiper-button-prev::after {
    border-right-color: transparent;
    transform: rotate(-45deg);
    left: 50%;
}

.swiper-button-next::after {
    border-left-color: transparent;
    transform: rotate(45deg);
    right: 50%;
}

.swiper-button-next:hover {
    color: #fff;
    background-image: linear-gradient(
            to right,
            rgba(0, 0, 0, 0.0001) 0,
            rgba(0, 0, 0, 0.5) 100%
    );
    background-repeat: repeat-x;
    opacity: 0.9;
}

.swiper-button-prev:hover {
    color: #fff;
    background-image: linear-gradient(
            to right,
            rgba(0, 0, 0, 0.5) 0,
            rgba(0, 0, 0, 0.0001) 100%
    );
    background-repeat: repeat-x;
    opacity: 0.9;
}

/*article*/
.article {
    background: white;
    padding: var(--space-size) var(--space-size) 10px;
}

.article .head {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: var(--space-size);
}

.article .body {
    padding-top: 10px;
}

.article .head .more {
    display: block;
    padding-left: 10px;
    height: 15px;
    line-height: 12px;
    border-left: 1px solid #999;
}

.article .head .more a {
    color: #999;
    font-size: 11px;
}

.article .head .item {
    position: relative;
    display: inline-block;
    font-size: var(--title-size);
    color: var(--text-primary);
    font-weight: bold;
}

.article .article-list li {
    position: relative;
    padding: 10px 0 10px 20px;
    font-size: 14px;
    display: flex;
    gap: var(--space-size);
}

.article .article-list li:hover .title {
    color: var(--theme-color) !important;
}

.article .article-list li:before {
    position: absolute;
    top: 50%;
    left: 2px;
    margin-top: -2px;
    width: 5px;
    height: 5px;
    background: var(--theme-color);
    content: "";
    transform: rotate(45deg);
}

.article .article-list li + li {
    border-top: 1px dashed #e4e4e4;
}

.article .article-list li .title {
    flex: 1;
    display: block;
    overflow: hidden;
    max-width: 99%;
    color: var(--text-color);
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: var(--article-list-font-size);
    font-family: microsoft yahei, 微软雅黑, sans-serif;
}

.article .article-list li .custom-title {
    max-width: 85% !important;
}

.article .article-list li .date {
    float: right;
    color: #999;
    font-size: 14px;
}

.article-list li:hover .title {
    color: var(--theme-color);
}

.article.multi-tab-article .head .item {
    color: var(--text-gray);
    border: none;
}

.article.multi-tab-article .head .item.active {
    color: var(--theme-color);
    border-bottom: 1px solid var(--theme-color);
}

.article.multi-tab-article .body .article-list:not(:first-child) {
    display: none;
}

.video-article {
    padding: var(--space-size) var(--space-size);
    min-height: 305px;
}

.video-article .body {
    padding-top: var(--space-size);
}

.video-article .video-wrap {
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    height: 219px;
    background-color: #000;
    display: block;
}

.video-article .video-wrap::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.35);
    z-index: 1;
}

.video-article .video-wrap img {
    width: 40px;
    height: 40px;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9;
}

/*ad-swiper*/
.ad-swiper {
    height: 120px;
}

.ad-swiper .swiper-slide img {
    width: 100%;
    height: 100%;
    display: block;
    /* object-fit: cover; */
}

/*picture-slide-swiper*/
.picture-slide-swiper {
    margin-top: 40px;
}

.picture-slide-swiper .swiper-slide img {
    height: 125px;
    width: 100%;
    display: block;
    /* object-fit: cover; */
}

.picture-slide-swiper .swiper-slide .title {
    text-align: center;
    padding-top: 10px;
    font-size: 14px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    word-break: break-word;
}

.thematic {
    display: flex;
    align-items: center;
    padding: var(--space-size);
    background-color: white;
}

.thematic .head {
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    background: var(--theme-color);
    column-gap: 2px;
    padding: 10px 0;
}

.thematic .head span {
    width: 40%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: var(--title-size);
    font-family: "Microsoft YaHei", "微软雅黑", sans-serif;
    color: white;
}

.thematic .head span {
    color: #ffffff;
    display: block;
    padding: 5px 8px;
}

.thematic .head span {
    border: 1px solid #fbb264;
}

.thematic .thematic-swiper-wrapper {
    width: calc(100% - 120px);
    height: 100px;
    margin-left: 20px;
    background-color: #fff;
}

.thematic .thematic-swiper {
    width: 100%;
    height: 100%;
}

.thematic .thematic-swiper a {
    display: block;
    height: 100%;
    background: #f1f1f1;
}

.thematic .thematic-swiper a:hover {
    background: var(--theme-color);
}

.thematic .thematic-swiper a:hover .thematic-swiper-title {
    color: white;
}

.thematic-swiper-title {
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    line-height: 100px;
    color: var(--text-color);
}

.thematic .thematic-swiper img {
    width: 100%;
    height: 100%;
    display: block;
    /* object-fit: cover; */
}

.flink.article {
    padding: var(--space-size);
}

.flink.article .body {
    padding-top: var(--space-size);
}

.flink-list {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 10px;
}

.flink-list a {
    font-size: 14px;
    background: #f1f1f1;
    padding: 12px;
    text-align: center;
}

.flink-list a:hover {
    color: white;
    background: var(--text-primary);
}

.sub-category-tabs {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 10px 0 0;
}

.sub-category-tabs .item {
    font-size: 16px;
    display: block;
    padding-bottom: 5px;
    border-bottom: 2px solid transparent;
    max-width: 9em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.sub-category-tabs .item.active {
    border-bottom: 2px solid var(--theme-color);
}

.sub-category-tabs + .body .article-list {
    display: none;
    padding-top: 16px;
}

.sub-category-tabs + .body .article-list:first-child {
    display: block;
}

.doctor-card {
    background: white;
}

.doctor-card .head {
    color: white;
    padding: 12px 20px;
    font-size: var(--title-size);
    font-weight: bold;
    text-align: center;
    background: var(--theme-color);
}

.doctor-card .body {
    padding: var(--space-size);
}

.doctor-card .doctor-swiper .swiper-slide {
    border: 1px solid #dddddd;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px 10px;
}

.doctor-card .doctor-swiper .swiper-slide .avatar-box {
    width: 100px;
    height: 100px;
    background: #ededed;
    border-radius: 100%;
    overflow: hidden;
}

.doctor-card .doctor-swiper .swiper-slide .title,
.doctor-card .doctor-swiper .swiper-slide .post,
.doctor-card .doctor-swiper .swiper-slide .name {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-align: center;
}

.doctor-card .doctor-swiper .swiper-slide .title {
    color: var(--theme-color);
    font-weight: bold;
    margin-top: 15px;
}

.doctor-card .doctor-swiper .swiper-slide .post {
    font-size: 12px;
    color: #999999;
    margin: 10px 0 5px;
}

.doctor-card .doctor-swiper .swiper-slide .name {
    font-size: 14px;
}

/*==================================================Health Education==================================================*/
.health-education .head {
    background: var(--theme-color);
    display: flex;
    padding: 5px 5px 0;
}

.health-education .head .tab-item {
    flex: 1;
    color: white;
    font-size: var(--title-size);
    padding: 15px 0 15px;
    text-align: center;
}

.health-education .head .tab-item.active {
    font-weight: bold;
    color: var(--theme-color);
    background: white;
}

.health-education .body {
    background: white;
    min-height: 300px;
}

.health-education .body .tab-panel {
    display: none;
}

.health-education .body .tab-panel .content-wrap {
    display: flex;
    padding: var(--space-size);
    gap: var(--space-size);
}

.health-education .body .tab-panel .content-wrap .knowledge-keywords {
    width: 450px;
    height: 287px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.health-education .body .tab-panel .content-wrap .knowledge-keywords .wrap {
    background: rgba(78, 184, 174, 0.8);
    height: 100%;
    color: white;
    padding: 40px 30px;
}

.health-education .body .tab-panel .content-wrap .knowledge-keywords .keywords {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin-top: 25px;
}

.health-education .body .tab-panel .content-wrap .knowledge-keywords .keywords a {
    display: block;
    text-align: center;
    padding: 15px 15px;
    border: 1px solid #fff;
    color: white;
}

.health-education .body .tab-panel .content-wrap .knowledge-keywords .keywords a:nth-child(2n) {
    border-left: 0;
}

.health-education .body .tab-panel .content-wrap .knowledge-keywords .keywords a + a + a {
    border-top: 0;
}

.health-education .body .tab-panel .content-wrap .knowledge-keywords .keywords a:hover {
    background: rgba(78, 184, 174, 0.8);
    text-decoration: underline;
}

.health-education .body .tab-panel .content-wrap .content {
    flex: 1;
    display: flex;
    gap: 20px;
}

.health-education .body .art-card {
    flex: 1;
    padding: var(--space-size);
    border: 1px solid var(--border-color);
}

.health-education .body .art-title {
    font-size: 16px;
    font-weight: bold;
}

.health-education .body .art-content {
    padding-top: var(--space-size);
}

.health-education .body .art-content a {
    font-size: 14px;
    position: relative;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    line-height: 40px;
    padding-left: 20px;
}

.health-education .body .art-content a + a {
    border-top: 1px dashed var(--border-color);
}
.health-education .body .art-content a::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 2px;
    margin-top: -2px;
    width: 5px;
    height: 5px;
    background: var(--theme-color);
    transform: rotate(45deg);
}