* {
    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;

    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 .span:nth-child(2) {
    font-size: 16px;
}

.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;
}

.banner {
    /* width: 1920px !important; */
    height: 448px;
    background: url('https://rtboss.bd.cn/up/img/1/1336466732e96e71ffcTSMP6P.png') no-repeat center;
    background-size: cover;
    margin-top: 80px;
}

.banner .bannerTitle {
    font-weight: 700;
    font-size: 60px;
    color: #2A2E2D;
    line-height: 50px;
    letter-spacing: 6px;
    margin-top: 126px;
}

.banner .bannerDesc {
    margin-top: 24px;
    font-weight: 400;
    font-size: 24px;
    color: #676869;
    line-height: 24px;
    letter-spacing: 2px;
}

.new {
    padding-top: 60px;

}

.new .newTitle img {
    width: 40px;
    height: 40px;
    margin-right: 10px;
    float: left;
}

.new .newTitle .text {
    font-weight: 800;
    font-size: 36px;
    color: #181C29;
    line-height: 36px;
}

.new .content {
    margin-top: 28px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}
.new .content .item:hover {
    box-shadow: 0 4px 8px rgba(3, 27, 78, .12);
}

.new .content .item {
    width: 386px;
    height: 420px;
    background: #FFFFFF;
    border-radius: 8px 8px 8px 8px;
    margin-bottom: 32px;
}

.new .content .item img {
    width: 100%;
    height: 218px;
}




.new .content .item .itemBox {
    padding: 20px;
}

/**
    鼠标移入hover动画效果
 */




.new .content .item .itemBox .title {
    font-weight: 500;
    font-size: 20px;
    height: 60px;
    color: #181C29;
    line-height: 30px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    /* 限制在3行 */
    overflow: hidden;
    line-clamp: 2;
}

.new .content .item:hover .title {
    color: #107EFF;
}

.new .content .item .itemBox .desc {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    height: 48px;
    /* 限制在3行 */
    overflow: hidden;
    line-clamp: 2;
    font-size: 16px;
    color: #4D5260;
    line-height: 24px;
    margin-top: 12px;
    margin-bottom: 22px;
}

.new .content .item .itemBox .timer {
    font-weight: 400;
    font-size: 12px;
    color: #828897;
    line-height: 20px;
}

#pageIndex {
    line-height: 80px !important;
    text-align: right !important;
    width: 1200px !important;
}

.fy {
    display: flex !important;
    justify-content: end !important;
    /* margin-bottom: 70px; */

}

.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;
}