* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    transition-timing-function: linear !important;
    text-align: justify;
    font-style: normal;
    text-transform: none;
}

.pcBckground {
    background-color: #F3F5F9;
}

.fff {
    background-color: #fff;
}

a {
    display: inline-block;
}

body {
    position: relative;
    z-index: 0;
    width: 1920px;
}

.box-w {
    width: 1200px;
    height: 100%;
}

/* 吸顶样式 */
.sticky {
    box-shadow: 0px 4px 10px 0px rgba(56, 119, 246, 0.1);
    border-radius: 0px 0px 0px 0px;
    background: #fff !important;
    z-index: 9;
}

.box-border {
    box-sizing: border-box;
}

.flex {
    display: flex;
}

.justify-between {
    justify-content: space-between;
}

.justify-center {
    justify-content: center;
}

.items-center {
    align-items: center;
}

.header {
    overflow-y: overlay;
    width: 100%;
    height: 80px;
    z-index: 99;
    position: fixed;
    top: 0;
}

.header .headerBox {
    overflow-y: overlay;
    height: 100%;
}

.header .image {
    width: 266px;
    height: 34px;
    cursor: pointer;
}

.header .headerBox .tabs .span,
.header .headerBox .tabsTwo .span {
    font-size: 16px;
    position: relative;
}

.header .headerBox .tabsTwo .span {
    margin-left: 40px;
}

.header .headerBox .tabs>.active,
.header .headerBox .tabsTwo>.active {
    font-weight: 700;
}

.header .headerBox .tabs>.active::before {
    content: "";
    display: inline-block;
    width: 30px;
    height: 4px;
    border-radius: 4px;
    background-color: #0d53ff;
    position: absolute;
    left: 50%;
    bottom: -10px;
    transform: translate(-50%, 0);
}

.header .headerBox .tabsTwo>.active::before {
    content: "";
    display: inline-block;
    width: 100%;
    height: 4px;
    bottom: -20px;
    border-radius: 4px;
    background-color: #0d53ff;
    position: absolute;
}

.box {
    margin-top: 80px;
    box-sizing: border-box;
}


.box .top {
    padding-bottom: 70px;
}

.box .top .menu {
    padding: 24px 0;
    font-size: 14px;
    color: #828897;
    line-height: 14px;
    display: flex;
    align-items: center;
}

.box .content .html {
    width: 829px;
    padding: 24px;
    border-radius: 8px;

}

.box .content .html .titleBox {
    border-bottom: 1px solid #F0F2F6;
    margin-bottom: 24px;
}

.box .content .html .titleBox .title {
    font-weight: 700;
    font-size: 20px;
    color: #181C29;
    line-height: 30px;
}

.box .content .html .titleBox .timer {
    font-size: 14px;
    color: #828897;
    margin: 20px 0 24px;
    line-height: 21px;
}

.box .content .more {
    width: 355px;
    border-radius: 8px;
    /* padding: 24px 22px; */
}

.box .content .more .titleBox {
    padding: 24px 28px 0 22px;
    height: 56px;
    box-sizing: border-box;
    border: 1px solid #F0F2F6;
}

.box .content .more .titleBox .text {
    font-weight: 400;
    font-size: 16px;
    color: #181C29;
    line-height: 21px;
    position: relative;
    width: 64px;
}

.box .content .more .titleBox .text::before {
    content: "";
    display: inline-block;
    width: 64px;
    height: 4px;
    border-radius: 4px;
    background-color: #0d53ff;
    position: absolute;
    left: 34px;
    bottom: -12px;
    transform: translate(-50%, 0);
}

.box .content .more .titleBox .gd {
    font-weight: 400;
    font-size: 16px;
    color: #181C29;
    line-height: 21px;
    position: relative;
    display: flex;
    align-items: center;
    /* width: 64px; */
}

.box .content .more .titleBox .gd {
    font-size: 14px;
    color: #828897;
    line-height: 14px;
    font-weight: 400;
    margin-top: 5px;
    display: flex;
}

.box .content .more .titleBox .gd img {
    width: 12px;
    height: 12px;
    margin-left: 7px;
}

.box .content .more .titleBox a:hover {
    color: #0b7aff;
}

.box .content .more .itemBox {
    padding: 24px 20px;
    box-sizing: border-box;
}

.box .content .itemBox .item {
    padding-bottom: 24px;
}
.box .content .itemBox .item:hover  .frItem .text{
    color: #0b7aff;
}
.box .content .itemBox .item:last-child {
    padding-bottom: 0;
}

.box .content .itemBox .item img {
    width: 100px;
    height: 66px;
    border-radius: 4px;
}

.box .content .itemBox .item .frItem {
    font-weight: 400;
    font-size: 14px;
    color: #181C29;
    line-height: 21px;
    width: 189px;
}

.box .content .itemBox .item .frItem .text {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    /* 限制在3行 */
    overflow: hidden;
    line-clamp: 2;
    width: 189px;
    text-overflow: ellipsis;
    height: 42px;
}



.box .content .itemBox .item .frItem .timer {
    font-size: 12px;
    color: #828897;
    line-height: 12px;
    margin-top: 12px;
}

.box .vhtml {
    padding-bottom: 24px;
    font-size: 18px;
    color: #000;
    line-height: 30px;
    /* text-indent: 20px; */
    word-break: break-all;
}

.box .ft {
    width: 100%;
    padding-top: 30px;
    border-top: 1px solid #F0F2F6;
}

.box .ft .span {
    font-size: 16px;
    color: #3D3D3D;
    line-height: 24px;
    display: block;
}
.box .ft .span:hover {
    color: #0b7aff;
}
.box .ft .span:last-child {
    margin-top: 17px;
}
.footer {
    height: 205px;
    color: #fff;
    padding-top: 0 !important;
}

.footerBox .top {
    padding: 44px 27px 35px;
    border-bottom: 1px solid #999;
}

.footerBox .top .item img {
    width: 44px;
    height: 44px;
    margin-right: 16px;
}

.footerBox .top .itemContent .text {
    font-size: 14px;
    color: #FFFFFF;
    line-height: 21px;
}

.footerBox .top .itemContent .desc {
    font-size: 12px;
    color: #999999;
    line-height: 18px;
    margin-top: 8px;
}

.footerBox .btTips {
    height: 81.2px;
    line-height: 81.2px;
    text-align: center;
    font-weight: 400;
    font-size: 12px;
    color: #FFFFFF;
}