/* banner css */
.headPanel {
    position: relative;
    height: 360px;
    overflow: hidden;
}

@media screen and (min-width: 1920px) {
    .headPanel video {
        width: 100%;
        height: auto !important;
    }
}

.headPanel video {
    position: absolute;
    min-width: 1400px;
    width: 100%;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.banner-box {
    position: absolute;
    top: 0;
    width: 100%;
}

.banner-box .banner-cent {
    width: 1200px;
    height: 360px;
    margin: 0 auto;
    box-sizing: border-box;
}

.banner-box .banner-cent .banner-title {
    font-size: 40px;
    font-weight: 700;
    color: #434343;
    padding-top: 74px;
    margin-bottom: 20px;
}

.banner-box .banner-cent .banner-c {
    font-size: 13px;
    font-weight: 400;
    color: #242424;
    line-height: 34px;
}

.banner-box .banner-cent .btnList {
    display: flex;
    margin-top: 35px;
}

#articleSearch {
    cursor: pointer;
}

.banner-btn {
    width: 172px;
    height: 40px;
    background: linear-gradient(90deg, #282b31, #565861);
    border-radius: 4px;
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
    text-align: center;
    cursor: pointer;
    margin-right: 20px;
    line-height: 40px;
}

.banner-btn:hover {
    background: linear-gradient(90deg, #505153, #646870);
    color: #fff;
}



.banner-btn2 {
    color: #3d6cfc;
    background: transparent;
    border: 1px solid #3d6cfc;
    box-sizing: border-box;

}


.banner-btn2:hover {
    background: linear-gradient(90deg, #3d6cfc, #669aff);
    color: #fff;
}


/* noticeBox */
.noticeBox {
    width: 1200px;
    border-radius: 10px;
    margin: 20px auto 70px;
    box-sizing: border-box;
}

.noticeBox .noticeHead {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
    align-items: center;
    font-size: 14px;
    font-weight: 400;
    color: #cbced5;
}

.typeTitle {
    font-size: 20px;
    font-weight: 800;
    color: #434343;
}

.moreBtn {
    color: #cbced5;
}

.moreBtn:hover {
    color: #b8babe;
}

.moreRight {
    margin-left: 5px;
    color: #d7dbe5;
}

.noticeBox .noticeContent {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    background: #fbfcfd;
    border-radius: 10px;
    padding: 20px 20px 0;
    box-sizing: border-box;
}

.noticeBox .noticeContent .noticeItem {
    width: 50%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    font-size: 14px;
    font-weight: 700;
    color: #242424;
    box-sizing: border-box;
    padding-left: 40px;
    transition: color .36s;
}

.noticeBox .noticeContent .noticeItem:hover {
    color: #3d6cfc;
}

.noticeBox .noticeContent .noticeLeft {
    width: 70%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    cursor: pointer;
}

.noticeBox .noticeContent .noticeItem:nth-child(odd) {
    padding-right: 40px;
    padding-left: 0;
}

.noticeBox .noticeContent .noticeLabel {
    display: inline-block;
    width: 40px;
    height: 21px;
    line-height: 21px;
    background: rgba(255, 149, 0, 0.10);
    border-radius: 4px;
    text-align: center;
    font-size: 12px;
    font-weight: 400;
    color: #FF9500;
    margin-right: 10px;
}

.noticeBox .noticeContent .topping {
    background: rgba(61, 108, 252, 0.10) !important;
    color: #3d6cfc !important;
}

.noticeBox .noticeContent .noticeTime {
    font-size: 14px;
    font-weight: 400;
    color: #b4b5b7;
}

/* activityBox */
.activityBox {
    width: 1200px;
    height: 350px;
    margin: 0 auto 70px;
}

.activityHead {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
    font-weight: 400;
    color: #cbced5;
    margin-bottom: 30px;
}

.activityBox .activityContent {
    display: flex;
}

.activityBox .activityContent .activityItem {
    display: inline-block;
    width: 387px;
    height: 290px;
    margin-right: 20px;
    cursor: pointer;
    color: #242424;
    transition: color .36s;
}

.activityBox .activityContent .activityItem:hover {
    color: #3d6cfc;
}

.activityBox .activityContent .activityItem:last-child {
    margin-right: 0;
}

.activityBox .activityContent .activityItem img {
    width: 387px;
    height: 130px;
}

.activityBox .activityContent .activityBottom {
    height: 159px;
    background: #fbfcfd;
    border-radius: 0px 0px 10px 10px;
    box-shadow: 0px 3px 12px 0px rgba(36, 63, 143, 0.10);
    font-size: 12px;
    font-weight: 400;
    line-height: 26px;
    box-sizing: border-box;
    padding: 20px;
}

.activityBox .activityContent .activityBottom p {
    color: #646464;
}

.activityBox .activityContent .activityTitle {
    font-size: 18px;
    font-weight: 700;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-bottom: 10px;
}

.activityBox .activityContent .activityDetail {
    display: inline-block;
    width: 76px;
    height: 30px;
    background: linear-gradient(35deg, #7597ff 10%, #3d6cfc 98%);
    border-radius: 4px;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    color: #ffffff;
    line-height: 30px;
    float: right;
}

.activityBox .activityContent .activityDetail:hover {
    background: linear-gradient(35deg, #85a4ff 10%, #5982fd 98%);
}

.noClickTitle {
    color: #242424 !important;
}

.activityBox .activityContent .noClickDetail {
    background: #cbced5;
}

.activityBox .activityContent .noClickDetail:hover {
    background: #cbced5;
}

/* articleBox */
.articleBox {
    width: 1200px;
    margin: 0 auto 70px;
}

.articleBox .activityContent {
    display: flex;
    flex-wrap: wrap;
}

.articleBox .activityContent .activityItem {
    position: relative;
    width: 590px;
    height: 128px;
    background: linear-gradient(188deg, #f4f8ff 0%, #fbfcfd 90%);
    border-radius: 10px;
    box-sizing: border-box;
    padding: 20px;
    margin-bottom: 20px;
    color: #242424;
    transition: color .36s;
}

.articleBox .activityContent .activityItem:hover {
    color: #3d6cfc !important;
}

.articleBox .activityContent .activityItem:nth-child(odd) {
    margin-right: 20px;
}

.articleBox .activityContent .activityItem::after {
    position: absolute;
    right: 0;
    top: 0;
    display: inline-block;
    content: '';
    width: 100px;
    height: 60px;
    background: url("../image/halfBird.png") no-repeat;
    background-size: 100px 60px;
}

.articleBox .activityContent .activityTitle {
    width: 60%;
    font-size: 16px;
    font-weight: 700;
    line-height: 26px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;

}

.articleBox .activityContent .activityTitle img {
    width: 16px;
    height: 16px;
    margin-right: 8px;
    vertical-align: text-bottom;
}

.articleBox .activityContent .activityText {
    font-size: 14px;
    font-weight: 400;
    color: #646464;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    margin: 10px 0;
    word-break: break-all;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.articleBox .activityContent .activityBottom {
    font-size: 14px;
    font-weight: 500;
    color: #242424;
    display: flex;
    align-items: center;
}

.articleBox .activityContent .ctivityLable {
    display: inline-block;
    width: 40px;
    height: 21px;
    line-height: 21px;
    background: #e8eaee;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 400;
    text-align: center;
    color: #646464;
    margin: 0 10px;
}

.dataNull {
    width: 1200px;
    height: 300px;
    background: #fbfcfd;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #CBCED5;
    font-size: 12px;
    margin-bottom: 50px;
}