* {
    box-sizing: border-box;
}

body {
    background: #FBFBFB;
    margin: 0 auto;
    /*overflow-x: hidden;*/
    display:grid;
}

section {
    background: #FBFBFB;
}


/* .clearfix:after {
    content: "";
    display: block;
    clear: both;
} */

/* .clearfix:after {
    content: "\20";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    zoom: 1;
} */

.tabBar {
    height: 28px;
    border-bottom: 2px solid #ECF0F5;
}

.tabBar span {
    cursor: pointer;
    display: inline-block;
    height: 14px;
    font-size: 16px;
    font-family: Helvetica;
    color: #000000;
    line-height: 14px;
    padding-bottom: 20px;
    margin: 0px 10px;
}

.tabBar .current {
    cursor: pointer;
    display: inline-block;
    height: 14px;
    font-family: Helvetica;
    line-height: 14px;
    padding-bottom: 20px;
    font-weight: 600;
    color: #0A5FBC;
    border-bottom: 4px solid #0A5FBC;
}

.tabCon {
    display: none
}

a:hover {
    color: #0A5FBC !important;
}
.header .h_head ul li a:hover{
    color: #fff !important;
    font-weight:600;
}


.art_more {
    width: 420px;
    display: flex;
    flex-direction: column;
    margin-left: 40px;
    align-items: center;
    margin-top:20px;
}

.art_more .art_more_img {
    height: 160px;
}

.art_more .art_more_img img {
    width: 100%;
    height: 100%;
}

.art_more .more_common {
    display: flex;
    flex-direction: column;
    width: 420px;
    height: 300px;
    margin-top: 20px;
    background: #ECF0F5;
    align-items: center;
}

.more_common_list {
    width: 380px;
}

.art_more .more_common .more_common_title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
}

.art_more .more_common .more_common_title span {
    font-size: 26px;
    font-family: PingFang-SC-Bold, PingFang-SC;
    font-weight: bold;
    color: #000000;
    line-height: 26px;
}

.art_more .more_common .more_common_title a {
    font-size: 14px;
    font-family: PingFang-SC-Regular, PingFang-SC;
    font-weight: 400;
    color: #999999;
    line-height: 20px;
}

.art_more .more_common .more_common_cont {
    height: 70px;
    margin-top: 14px;
}

.art_more .more_common .more_common_cont:nth-child(2) {
    border-bottom: 1px solid #DADADA;
}

.art_more .more_common .more_common_cont:nth-child(3) {
    border-bottom: 1px solid #DADADA;
}

.art_more .more_common .more_common_cont span {
    display: block;
    width: 380px;
    height: 48px;
    font-size: 16px;
    font-family: PingFang-SC-Medium, PingFang-SC;
    font-weight: 500;
    color: #333333;
    line-height: 24px;
}

.art_more .swiper-container {
    width: 420px;
    height: 280px;
    position: relative;
    overflow:hidden;
}

.art_more .swiper-pagination-horizontal {
    top: 10px;
    left: 10px;
    width: 132px !important;
    height: 24px;
    background: rgba(0, 0, 0, 0.15);
    border-radius: 12px;
}

.art_more .swiper-slide img {
    width: 100%;
    height: 100%;
}

.art_more .swiper-slide .swiper-title {
    position: absolute;
    display: flex;
    bottom: 0;
    height: 40px;
    background-color: rgba(0, 0, 0, 0.75);
    margin-top: 240px;
    width: 420px;
    justify-content: center;
    align-items: center;
}

.art_more .swiper-slide .swiper-title .swiper-main {
    display: flex;
    align-items: center;
}

.art_more .swiper-slide .swiper-title span {
    max-width:335px;
    color: rgba(255, 255, 255, 1);
    font-size: 16px;
    font-family: PingFang-SC-Bold;
    white-space: nowrap;
    line-height: 28px;
        overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.art_more  .swiper-slide .swiper-title .swiper-word2 {
    width: 39px;
    height: 18px;
    background: #D71818;
    border-radius: 3px;
    color: rgba(255, 255, 255, 1);
    font-size: 12px;
    text-align: center;
    line-height: 18px;
    margin-left: 5px;
}