.content {
    font-weight: lighter;
}

.content .top {
    position: relative;
}

.content .top .bg {
    display: block;
    width: 100%;
}

.content .top .top-title {
    position: absolute;
    top: 9.11vw;
    left: 6.45vw;
    font-size: 2.6vw;
}

.content .top .top-sub-title {
    position: absolute;
    top: 15.2vw;
    left: 6.45vw;
    font-size: 2.6vw;
    font-weight: lighter;
}

.content .top .down {
    position: absolute;
    left: 8.17vw;
    bottom: 3.59vw;
    width: 5.625vw;
    height: 4.42vw;
}

.content .consulting {
    box-sizing: border-box;
    padding: 4.16vw 9.84vw 5.78vw 9.84vw;
}

.content .consulting .title-box {
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    padding-right: 0.46vw;
}

.content .consulting .title-box .consulting-title {
    font-size: 2.6vw;
    color: #000000;
    position: relative;
}

.content .consulting .title-box .consulting-title::after {
    position: absolute;
    bottom: -1.51vw;
    left: 0.26vw;
    width: 5.2vw;
    height: 0.31vw;
    content: '';
    background-color: #3580FF;
}

.content .consulting .title-box .more-btn {
    width: 10.15vw;
    height: 3.49vw;
    background-color: #313B47;
    border-radius: 1.75vw;
    font-size: 1.39vw;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.content .consulting .title-box .more-btn-active {
    width: 10.15vw;
    height: 3.49vw;
    background-color: #ffffff;
    border: 1px solid #313B47;
    border-radius: 1.75vw;
    font-size: 1.39vw;
    color: #313B47;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-sizing: border-box;
}

/* .content .consulting .title-box .more-btn .btn {
    width: 10.15vw;
    height: 3.49vw;
    background-color: #313B47;
    border-radius: 1.75vw;
    font-size: 1.39vw;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.content .consulting .title-box .more-btn .btn a {
    display: inline-block;
    color: #fff;
}

.content .consulting .title-box .more-btn .btn:hover {
    border: 1px solid #313B47;
    color: #313B47 !important;
    background-color: #fff;
    box-sizing: border-box; 
}

.content .consulting .title-box .more-btn .btn a:hover {
    color: #313B47;
} */

.clearfix::before {
    content: '';
    clear: both;
    display: block;
}

.clearfix::after {
    content: '';
    clear: both;
    display: block;
}

.content .consulting .consulting-box {
    display: flex;
    margin-top: 3.91vw;
}

.content .consulting .consulting-box .left-consulting {
    margin-right: 3.32vw;
    width: 44.27vw;
    height: 27.18vw;
    position: relative;
    cursor: pointer;
    overflow: hidden;
}

.left-consulting-mask {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
}

.content .consulting .consulting-box .left-consulting img {
    display: block;
    width: 100%;
    height: 100%;
    transform: scale(1.2, 1.2);
    transition: all 0.8s ease-in-out;
}

.content .consulting .consulting-box .left-consulting:hover img {
    transform: scale(1, 1);
}

.content .consulting .consulting-box .left-consulting .info {
    position: absolute;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding: 2.6vw;
    left: 0;
    top: 0;
    z-index: 10;
}

.content .consulting .consulting-box .left-consulting .info .time {
    font-size: 1.04vw;
    color: #ffffff;
    margin-bottom: 1.92vw;
}

.content .consulting .consulting-box .left-consulting .info .box-title {
    font-size: 1.5625vw;
    color: #ffffff;
    margin-bottom: 1.25vw;
    font-weight: 500;
    margin-top: 8vw;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    /* font-family: FZLTzhonghei; */
}

.content .consulting .consulting-box .left-consulting .info .sub-title {
    font-size: 1.145vw;
    color: #ffffff;
    margin-bottom: 2.44vw;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 95%;
}

.content .consulting .consulting-box .left-consulting .info .btn {
    width: 10.156vw;
    height: 2.81vw;
    background-color: #ffffff;
    border-radius: 1.405vw;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000000;
    cursor: pointer;
    font-size: 1.39vw;
}

.content .consulting .consulting-box .right-consulting {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 27.09vw
}

.content .consulting .consulting-box .right-consulting .right-box {
    display: flex;
    height: 27.8%;
    cursor: pointer;
}

.content .consulting .consulting-box .right-consulting .right-box .box-left {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.content .consulting .consulting-box .right-consulting .right-box .box-left .left-title {
    width: 100%;
    font-size: 1.25vw;
    line-height: 2.5vw;
    /* font-family: FZLTzhonghei; */
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.content .consulting .consulting-box .right-consulting .right-box .box-left .time {
    box-sizing: border-box;
    padding-top: 1.4vw;
    font-size: 0.93vw;
    color: #222222;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid rgba(0, 0, 0, 0.2);
}

.content .consulting .consulting-box .right-consulting .right-box .box-left .time .icon {
    width: 1.1vw;
}

.content .consulting .consulting-box .right-consulting .right-box .box-left .time .icon img {
    display: block;
    width: 100%;
}

.content .consulting .consulting-box .right-consulting .right-box .box-right {
    margin-left: 2.29vw;
}

.content .consulting .consulting-box .right-consulting .right-box .box-right img {
    display: block;
    height: 100%;
}

.content .data-base {
    box-sizing: border-box;
    padding: 4.16vw 9.84vw 0 9.84vw;
    background-color: #F6F6F6;
}

.content .data-base .title-box {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    padding-right: 3.02vw;
}

.content .data-base .title-box .base-title {
    font-size: 2.6vw;
    color: #000000;
    position: relative;
    padding-bottom: 2.03vw;
}

.content .data-base .title-box .base-title::after {
    position: absolute;
    bottom: -0.31vw;
    left: 0.26vw;
    width: 5.2vw;
    height: 0.31vw;
    content: '';
    background-color: #3580FF;
}

.content .data-base .title-box .page-btn .btn {
    display: flex;
    align-items: center;
}

.content .data-base .title-box .page-btn .btn img {
    width: 5.15vw;
    height: 5.15vw;
    display: block;
    margin-left: 2.03vw;
    cursor: pointer;
}

.content .data-base .base-content {
    position: relative;
    top: 4.79vw;
}

.content .data-base .base-content .container {
    width: 100%;
    overflow: hidden;
}

.content .data-base .base-content .container .scroll-body {
    width: 100%;
    white-space: nowrap;
    transition: 0.3s;
}

.content .data-base .base-content .container .scroll-body .screen {
    width: 100%;
    display: inline-block;
}

.content .data-base .base-content .container .scroll-body .scroll {
    width: 100%;
    display: flex;
}

.content .data-base .base-content .item {
    width: 23.87%;
    margin-right: 1.35vw;
    background-color: #ffffff;
    cursor: pointer;
    position: relative;
}

.content .data-base .base-content .item:nth-of-type(4n) {
    margin-right: 0;
}

.content .data-base .base-content .item .img {
    width: 100%;
    height: 14.37vw;
    position: relative;
}

.content .data-base .base-content .item .videoMask {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    position: absolute;
    top: 0;
}

.content .data-base .base-content .item .img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.content .data-base .base-content .item .icon {
    position: absolute;
    top: 5.2vw;
    left: 50%;
    margin-left: -1.5vw;
    width: 4vw;
    height: 4vw;
    border-radius: 50%;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.content .data-base .base-content .item .icon img {
    display: block;
    width: 1vw;
}

.content .data-base .base-content .item .title {
    width: 90%;
    /* font-family: FZLTzhonghei; */
    color: #000000;
    font-size: 1vw;
    box-sizing: border-box;
    padding-left: 1.92vw;
    overflow: hidden;
    white-space: initial;
    text-overflow: ellipsis;
    padding: 1.43vw 1vw;
}

.footer {
    padding-top: 5.89vw;
}

.mask {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 30;
    display: none;
}

.mask .video {
    position: absolute;
    /* width: 0; */
    height: 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.3s;
}

.close {
    width: 60px;
    position: absolute;
    top: 40px;
    right: 40px;
    cursor: pointer;
}

.content .content-details {
    width: 100%;
    height: auto;
    margin-top: 1vw;
}

.content .content-details .content-list {
    width: 100%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    padding: 3.125vw 1vw;
    padding-right: 0;
    display: flex;
    justify-content: space-between;
    cursor: pointer;
}

.content .content-details .content-list-left {
    width: 8.41vw;
    display: flex;
    flex-direction: column;
}

.content .content-details .content-list-left .content-list-year {
    font-size: 1.145vw;
    font-weight: lighter;
    /* font-weight: 400; */
    color: #808186;
}

.content .content-details .content-list-left .content-list-month {
    font-size: 2.08vw;
    font-weight: bolder;
    color: #000000;
    margin-top: 0.93vw;
}

.content .content-details .content-list-left .content-list-image-box {
    width: 3.489vw;
    height: 3.489vw;
    margin-top: 1vw;
}

.content .content-details .content-list-left .content-list-image-box .content-list-enterimg {
    width: 2.1875vw;
    height: 1.35vw;
    margin-top: 1vw;
    margin-left: 0.6vw
}

.content .content-details .content-list-left .content-list-enterhover {
    width: 3.489vw;
    height: 3.489vw;
}

.content .content-details .content-list-center {
    flex: 1;
    width: 44.84vw;
    display: flex;
    flex-direction: column;
    padding: 2.4vw 4vw 0 0.4vw;
    box-sizing: border-box;
}

.content .content-details .content-list-center .content-list-center-title {
    font-size: 1.66vw;
    /* font-family: FZLTzhonghei; */
    font-weight: 400;
    color: #000000;
    margin-bottom: 2.08vw;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.content .content-details .content-list-center .content-list-center-desc {
    font-size: 1.3vw;
    font-weight: lighter;
    font-weight: 400;
    color: #5D5D5D;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.content .content-details .content-list-right {
    width: 19.74vw;
    height: 10.52vw;
}

.content .content-details .content-list-right img {
    width: 19.74vw;
    height: 10.52vw;
    border-radius: 5px;
}

.content-more-btn {
    width: 12.14vw;
    height: 3.94vw;
    /* background: url('https://files.yidatec.com/img/pc/news/more-btn.png') no-repeat; */
    /* background-size: 100% 100%; */
    background-color: #313B47;
    color: #ffffff;
    line-height: 3.94vw;
    text-align: center;
    font-size: 1.2vw;
    font-weight: lighter;
    /* font-weight: 400; */
    color: #FFFFFF;
    margin: auto;
    margin-bottom: 6.45vw;
    cursor: pointer;
    border-radius: 2vw;
}

.content-more-btn-active {
    width: 12.14vw;
    height: 3.94vw;
    line-height: 3.94vw;
    text-align: center;
    font-size: 1.2vw;
    font-weight: lighter;
    /* font-weight: 400; */
    color: #313B47;
    margin: auto;
    margin-bottom: 6.45vw;
    cursor: pointer;
    border: 1px solid #313B47;
    background-color: #ffffff;
    border-radius: 2.5vw;
    box-sizing: border-box;
}