/* 修复按钮样式 */
.btn.btn-primary:hover,
.search-btn:hover {
    background-color: #6f8dfb;
    border-color: #6f8dfb;
}
.btn.btn-primary:active,
.btn.btn-primary:focus {
    background-color: #3f66f6;
    border-color: #3f66f6;
}

/* 修复a标签 */
a:focus,
a:hover {
    text-decoration: none;
}

.post {
    border: 1px solid #d9d9d9;
    background: #fff;
    border-radius: 8px;
    padding: 17px 20px 14px 15px;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    position: relative;
}
.post:hover {
    box-shadow: 0 4px 6px 0 rgba(172, 172, 172, 0.5);
}
.post-label {
    position: absolute;
    right: 0;
    bottom: 0;
}
.post-tit h3 {
    line-height: 28px;
    color: #333;
    font-size: 18px;
    display: block;
    margin-bottom: 2px;
}
.post-attr {
    line-height: 19px;
    color: #a0a0a0;
    font-size: 12px;
    margin-top: 4px;
}
.post-comp {
    margin-top: 9px;
    color: #656565;
    font-size: 14px;
    line-height: 20px;
}
.post-salary {
    color: #f14a30;
    font-size: 18px;
}
@media (max-width: 991px) {
    .post {
        padding: 10px 14px;
    }
    .post-comp {
        margin-top: 6px;
    }
}
.dropdown__switch:checked + .dropdown__options-filter .dropdown__select {
    transform: scaleY(1);
}
.dropdown__switch:checked + .dropdown__options-filter .dropdown__filter:after {
    transform: rotate(-180deg);
}
.dropdown__options-filter {
    width: 100%;
    cursor: pointer;
}
.dropdown__filter {
    position: relative;
    color: #656565;
    font-size: 14px;
    transition: 0.3s;
    padding-left: 20px;
    padding-right: 36px;
}
.dropdown__filter:focus {
    outline: 0;
}
.dropdown__filter::after {
    position: absolute;
    top: 45%;
    right: 20px;
    content: '';
    height: 0;
    width: 0;
    border-width: 5px 4px 0;
    border-style: solid dashed;
    border-color: #a0a0a0 transparent transparent;
    transition: 0.2s ease-in-out;
}
.dropdown__select {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    margin-top: 5px;
    overflow: hidden;
    box-shadow: 0 5px 10px 0 rgba(152, 152, 152, 0.6);
    transform: scaleY(0);
    transform-origin: top;
    font-weight: 300;
    transition: 0.2s ease-in-out;
    z-index: 6;
    max-height: 260px;
    overflow-y: auto;
}
.dropdown__select-option {
    padding: 0 20px;
    background-color: #fff;
    transition: 0.3s;
    line-height: 40px;
}
.dropdown__select-option:last-of-type {
    border-bottom: 0;
}
.dropdown__select-option:hover {
    background-color: #f1f1f1;
}
.tit {
    padding-bottom: 20px;
}
.tit-main {
    display: inline-block;
    vertical-align: middle;
    color: #333333;
    margin: 0 20px;
}
.tit b {
    font-size: 24px;
    line-height: 33px;
    display: block;
    margin-bottom: 4px;
}
.tit span {
    font-size: 18px;
    line-height: 25px;
    display: block;
    text-transform: uppercase;
}
.tit:after,
.tit:before {
    width: 81px;
    height: 1px;
    content: '';
    display: inline-block;
    vertical-align: middle;
    background-color: #333333;
}
.postlist {
    padding-bottom: 98px;
}
.posttype .swiper-slide {
    width: auto !important;
}
.posttype .swiper-slide a {
    display: block;
    border: 1px solid #d4d4d4;
    padding: 0 26px;
    text-align: center;
    line-height: 42px;
    text-decoration: none;
    -webkit-transition: all 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86);
    transition: all 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86);
    color: #656565;
}
.posttype .swiper-slide a.selected {
    background-color: #3f66f6;
    border-color: #3f66f6;
    color: #ffffff;
}
.posttype-content {
    white-space: nowrap;
}
.post {
    background-color: #fefefe;
}
.post-img img {
    max-width: 100%;
}
@media (max-width: 1199px) {
    .tit b {
        font-size: 18px;
        line-height: 27px;
        margin-bottom: 4px;
    }
    .tit span {
        font-size: 12px;
        line-height: 19px;
    }

    .posttype .swiper-slide a {
        padding: 0 16px;
        line-height: 34px;
    }
    .postlist {
        padding-bottom: 44px;
    }
}
.flex {
    display: -webkit-flex;
    display: flex;
}
.flex1 {
    display: block;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    overflow: hidden;
}
.alignitems {
    align-items: center;
}
.h5search {
    border: 1px solid #ccc;
    border-radius: 2px;
    height: 32px;
    position: fixed;
    top: 10px;
    left: 56px;
    right: 60px;
    z-index: 6666;
}
.h5search .dropdown {
    line-height: 32px;
    border-right: 1px solid #ccc;
    width: 86px;
}
.h5search input {
    height: 30px;
    border-width: 0;
    padding: 0 12px;
    background-color: transparent;
}
.search,
.search-wrap,
.h5search {
    display: none;
}
@media (min-width: 768px) {
    .search,
    .search-wrap {
        display: block;
    }
}
@media (max-width: 767px) {
    .h5search {
        display: block;
    }
}
@media (max-width: 767px) {
    .brand {
        display: none !important;
    }
    .brand-s {
        display: block !important;
    }
}
@media (min-width: 768px) {
    .brand {
        display: block !important;
    }
    .brand-s {
        display: none !important;
    }
}

.postlist {
    padding-bottom: 0px;
}

@media (max-width: 1199px) {
    .postlist {
        padding-bottom: 0px;
    }
}

.banner-wrap {
    --aspect-ratio: 0.208;
    margin-bottom: 30px;
    position: relative;
    width: 100%;
    padding-top: calc(var(--aspect-ratio) * 100%);
    background-image: url(/images/banner-bg-ic.jpg);
    background-size: cover;
    background-position: top;
}
.banner {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    color: #fff;
}
.banner .container {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.banner-title {
    margin-bottom: 20px;
    font-size: 5.7vw;
    line-height: 1.2;
    font-weight: 600;
    letter-spacing: 0.5rem;
}
.banner-subtitle {
    font-size: 4.8vw;
    font-weight: 400;
    letter-spacing: 0.5rem;
    line-height: 1.2;
}

.search-wrap,
.search {
    display: none;
}
.search-wrap {
    position: relative;
}
.search {
    margin: 0 auto;
    width: 700px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 70px;
    z-index: 45;
}
.search .dropdown {
    width: 90px;
    line-height: 48px;
}
.search-btn {
    display: block;
    background-color: #3f66f6;
    color: #ffffff;
    height: 50px;
    width: 120px;
    border-width: 0;
    border-radius: 8px;
  transition: .1s;
}
.search-btn:hover {
  color: #fff;
  background-color: rgb(121, 148, 249);
}
.search-content {
    background: #fff;
    height: 48px;
    border-radius: 8px;
    border: 1px solid #c1c1c1;
    width: 568px;
}
.search-input {
    width: 476px;
    padding-top: 9px;
}
.search-input input {
    width: 100%;
    outline: 0;
    border: none;
    height: 30px;
    border-left: 1px solid #e1e1e1;
    font-size: 16px;
    padding: 0 20px;
    box-sizing: border-box;
}

.slide-container {
    --container-margin-x: 0px;
    --container-radius: 0px;
    --aspect-ratio: 0.5625;
    margin: 0 var(--container-margin-x);
    border-radius: var(--container-radius);
}
.slide {
    width: 100%;
    position: relative;
    padding-top: calc((100vw - (var(--container-margin-x) * 2)) * var(--aspect-ratio));
    height: calc(((100vw - (var(--container-margin-x) * 2)) * var(--aspect-ratio)));
    border-radius: var(--container-radius);
    overflow: hidden;
    background-color: rgb(234, 234, 234);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
.slide-a-cover {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    height: calc((100vw - (var(--container-margin-x) * 2)) * var(--aspect-ratio));
    width: 100%;
    min-height: 100px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-tap-highlight-color: transparent;
    border-radius: var(--container-radius) var(--container-radius) 0 0;
    overflow: hidden;
}
.slide-a {
    display: block;
    width: 100%;
    height: 100%;
}
.slide-a .title {
    background: rgba(0, 0, 0, 0.4);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    min-height: 38px;
    padding: 12px 12px 9px;
    box-sizing: border-box;
    z-index: 2;
}
.slide-a .title p {
    margin-bottom: 0;
    font-style: normal;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow-wrap: break-word;
    word-break: break-all;
    font-size: 18px;
    font-weight: 500;
    color: rgb(255, 255, 255);
    line-height: 25px;
    text-shadow: rgba(0, 0, 0, 0.12) 0 1px 0;
}
.slide-a .mask {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    height: 100%;
    width: 100%;
    background: linear-gradient(179.65deg, rgba(0, 0, 0, 0.4) 0.3%, rgba(0, 0, 0, 0) 24.13%), linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 54.9%);
    border-radius: var(--container-radius) var(--container-radius) 0 0;
    z-index: 1;
}
.slide-info {
    display: none;
    width: 100%;
    height: 32px;
    background: rgb(247, 247, 247);
    border-radius: 0 0 var(--container-radius) var(--container-radius);
}
.slide-info span {
    float: left;
    margin-left: 8px;
    line-height: 32px;
    font-style: normal;
    font-weight: 300;
    font-size: 11px;
    color: rgb(153, 153, 153);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.slide-container .swiper-pagination-custom {
    position: absolute;
    bottom: 0;
    right: 8px;
    left: auto;
    margin: 14px 0;
    width: auto;
    height: auto;
    font-size: 0;
}
.slide-container .swiper-pagination-customs {
    display: inline-block;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: rgb(217, 218, 219);
}
.slide-container .swiper-pagination-customs + .swiper-pagination-customs {
    margin-left: 4px;
}
.slide-container .swiper-pagination-customs.active {
    width: 10px;
    background: #0080ff;
    border-radius: 2px;
}
.slide-container .focus-swiper-button-next,
.slide-container .focus-swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 4.5%;
    height: 25%;
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--swiper-navigation-color, var(--swiper-theme-color));
    background: rgba(0, 0, 0, 0.4);
    transform: translateY(-50%);
    transition: left 0.3s, right 0.3s;
}
.slide-container .focus-swiper-button-next::after,
.slide-container .focus-swiper-button-prev::after {
    font-family: swiper-icons;
    font-size: 24px;
    text-transform: none !important;
    letter-spacing: 0;
    font-variant: initial;
    line-height: 1;
    color: #fff;
}
.slide-container .focus-swiper-button-next::after {
    content: 'next';
}
.slide-container .focus-swiper-button-prev::after {
    content: 'prev';
}
.slide-container .focus-swiper-button-next:hover,
.slide-container .focus-swiper-button-prev:hover {
    background: rgba(0, 0, 0, 0.6);
}
.slide-container .focus-swiper-button-next {
    border-radius: 7px 0px 0px 7px;
    right: -6.5%;
}
.slide-container .focus-swiper-button-prev {
    border-radius: 0px 7px 7px 0px;
    left: -6.5%;
}
.slide-container:hover .focus-swiper-button-next {
    right: 0;
}
.slide-container:hover .focus-swiper-button-prev {
    left: 0;
}

.focus {
    margin-bottom: 50px;
}
.focus-artic-wrap {
    display: flex;
    margin-top: 10px;
}
.focus-artic + .focus-artic {
    margin-left: 10px;
}
.focus-artic {
    --aspect-ratio: 56.25%;
    box-sizing: border-box;
    border: 1px solid #ebebeb;
    flex: 1 0 0%;
}
.focus-artic-img {
    position: relative;
    padding-top: var(--aspect-ratio);
    flex-shrink: 0;
    width: 100%;
    overflow: hidden;
    background-color: #eaeaea;
}
.focus-artic:hover img {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    transform: scale(1.05);
}
.focus-artic-img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    transition: all 1s;
}
.focus-artic-title {
    padding: 10px;
}
.focus-artic-title span {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 16px;
    line-height: 32px;
    overflow: hidden;
    color: #333;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.focus-link-wrap {
    height: 629px;
    overflow: hidden;
    background-color: #fff;
    box-sizing: border-box;
    border: 1px solid #ebebeb;
}
.focus-link {
    padding: 0 10px;
    height: 62.9px;
    display: flex;
    align-items: center;
    color: #333;
    font-size: 16px;
    line-height: 24px;
    -webkit-transition: all 0.1s;
    -moz-transition: all 0.1s;
    transition: all 0.1s;
}
.focus-link span {
    display: block;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.focus-link:hover {
    font-weight: 500;
    color: #fff;
    background: #3494f0;
}
.focus-link + .focus-link {
    border-top: 1px dashed #ebebeb;
}

.artic-box {
    padding: 0;
}
.artic {
    --aspect-ratio: 56.25%;
    padding: 10px;
    cursor: pointer;
}
.artic:active,
.artic:hover {
    background-color: #f8f8f8;
}
.artic-img-wrap {
    margin-bottom: 10px;
}
.artic-img {
    position: relative;
    padding-top: var(--aspect-ratio);
    flex-shrink: 0;
    width: 100%;
    overflow: hidden;
    background-color: #eaeaea;
}
.artic:hover img {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}
.artic-img > img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    transition: all 1s;
}
.artic-content {
    padding-left: 10px;
    box-sizing: border-box;
    flex-grow: 1;
    flex-shrink: 0;
    flex-basis: 0%;
}
.artic-content-title:hover {
    color: #378de4;
    cursor: pointer;
}
.artic-content-title {
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 28px;
    font-weight: 700;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.artic-content-desc {
    margin-bottom: 10px;
    height: 60px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: #403b3b;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.artic-content-info {
    line-height: 20px;
    font-weight: 400;
    text-align: right;
    font-size: 12px;
    color: #888;
    margin-bottom: 20px;
}
.artic-content-info > span + span::before {
    content: ' | ';
}

.more-btn {
    padding-top: 10px;
    padding-bottom: 30px;
    text-align: center;
}

/* 移动优先 响应式媒体查询 */
@media (min-width: 768px) {
    .banner-wrap {
        margin-bottom: 50px;
        min-height: 300px;
    }
    .banner .container {
        padding-bottom: 70px;
    }
    .banner-title {
        margin-bottom: 20px;
        font-size: 46px;
        font-weight: 600;
        letter-spacing: 0.5rem;
        line-height: 56px;
    }
    .banner-subtitle {
        font-size: 32px;
        font-weight: 400;
        letter-spacing: 0.5rem;
        line-height: 38px;
    }

    .search-wrap,
    .search {
        display: block;
    }
    .search {
        max-width: 700px;
    }

    .slide-container {
        --container-margin-x: 0px;
        --aspect-ratio: 56.25%;
    }
    .slide {
        height: auto;
        padding-top: var(--aspect-ratio);
    }
    .slide-a-cover {
        height: 100%;
    }
    .slide-info {
        height: 32px;
    }
    .slide-container .swiper-pagination-customs {
        width: 6px;
        height: 6px;
    }
    .slide-container .swiper-pagination-customs + .swiper-pagination-customs {
        margin-left: 8px;
    }
    .slide-container .swiper-pagination-customs.active {
        width: 6px;
        border-radius: 50%;
    }
    .more-btn {
        padding: 10px 0 50px 0;
    }
    .more-btn .btn {
        width: 320px;
        line-height: 1.858;
    }
}
@media (min-width: 992px) {
}
@media (min-width: 1200px) {
}

/*  大屏优先 响应式媒体查询 */
@media (max-width: 1199px) {
    .focus-artic-title span {
        line-height: 18px;
    }
    .focus-link-wrap {
        height: 515px;
    }
    .focus-link {
        height: 51.5px;
    }
}
@media (max-width: 991px) {
    .focus-artic-title span {
        font-size: 14px;
        line-height: 16px;
    }
    .focus-link-wrap {
        height: 403px;
    }
    .focus-link {
        height: 40.3px;
        font-size: 14px;
        line-height: 21px;
    }
}
@media (max-width: 767px) {
    .focus {
        margin-top: 10px;
        margin-bottom: 30px;
    }
    .artic-content-desc {
        height: auto;
    }
}
