body {
    position: relative;
}

.headbar {
    background: linear-gradient(#0F32D0 0%, #4A76E9 100%);
}

.b-header {
    width: 100%;
    padding-bottom: 8px;
    border-bottom: 1px solid #DEDEDE;
}

.b-header li {
    width: fit-content;
    position: relative;
    font-size: 18px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #333333;
    /* padding-bottom: 7px; */
    /* border-bottom: 2px solid #0066FF; */
}

.b-header .on::after {
    position: absolute;
    bottom: -8px;
    left: 0;
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background-color: #0066FF;
}

.b-title {
    display: flex;
    align-items: center;
    font-size: 17px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #333333;
    margin-bottom: 16px;
}

.b-title::before {
    content: "";
    display: block;
    width: 4px;
    height: 16px;
    background: #0066FF;
    margin-right: 8px;
}

.layout {
    width: 1200px;
    padding-top: 24px;
}

.layout .top {
    display: flex;
    justify-content: space-between;
    /* background: #FFFFFF; */
    border-radius: 4px;
    padding: 28px 0 0px 0px;
    margin-bottom: 10px;
}

.layout .top .t-left{
    display: flex;
    background: #FFFFFF;
    padding: 28px 146px 35px 11px;
}

.layout .top .t-right{
    background-color: #FFFFFF;
    padding: 21px 28px 27px 20px;
    background-image: url(/statics/security/notice-backgrouynd.png);
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: 72px 147px;
}

.layout .top .imgbox {
    width: 352px;
    height: 200px;
    border-radius: 4px;
    overflow: hidden;
    margin-right: 18px;
}

.layout .top .imgbox img {
    width: 100%;
    height: 100%;
    display: block;
}

.layout .top .box .title {
    font-size: 24px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #000000;
    margin: 8px 0 9px;
}

.layout .top .box .writer,
.layout .top .box .ly {
    font-size: 16px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #666666;
    margin-bottom: 16px;
    width: 272px;
}

.layout .top .box a {
    width: 102px;
    display: flex;
    align-items: center;
    background: #0066FF;
    border-radius: 4px;
    padding: 8px 13px 8px 17px;
}

.layout .top .box a img {
    width: 11px;
    height: 12px;
    display: block;
    margin-right: 4px;
}

.layout .top .box a div {
    font-size: 14px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #FFFFFF;
}

.layout .top .notice {
    /* margin: 21px 0 0 100px; */
    width: 342px;

}

.layout .top .notice p{
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #666666;
    line-height: 27px;
}

.layout .bottom {
    display: flex;
    justify-content: space-between;
}

.layout .bottom .b-left {
    background: #FFFFFF;
    padding: 21px 19px 124px;
}

.layout .bottom .b-left .b-header {
    margin-bottom: 24px;
}

.layout .bottom .b-left .all {
    margin-bottom: 24px;
}

.layout .bottom .b-left .all p {
    width: 748px;
    margin-left: 13px;
    font-size: 13px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #666666;
    line-height: 18px;
}

.layout .bottom .b-left .kcml p {
    line-height: 25px;
}

.layout .bottom .b-right {
    background: #FFFFFF;
    padding: 21px 17px 76px 15px;
}

.layout .bottom .b-right .b-header {
    margin-bottom: 24px;
}

.layout .bottom .b-right .list li {
    margin-bottom: 20px;
}

.layout .bottom .b-right .list li .box {
    display: flex;
}

.layout .bottom .b-right .list li .box img {
    display: block;
    width: 68px;
    height: 68px;
    border-radius: 50%;
    margin-right: 18px;
}

.layout .bottom .b-right .list li .box .cont .name {
    font-size: 16px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #333333;
    margin-bottom: 5px;
}

.layout .bottom .b-right .list li .box .cont .samlltext {
    width: 272px;
    font-size: 13px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #999999;
    line-height: 18px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
}

.layout .bottom .b-right .list li .box .cont .all {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 99999;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
}

.layout .bottom .b-right .list li a {
    float: right;
    font-size: 12px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #333333;
    cursor: pointer;
}

.layout .bottom .b-right .list li .sq {
    display: none;
}

.markbox {
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.3);
    width: 100vw;
    height: 100vh;
}

.markbox .mark {
    z-index: 9;
    width: 615px;
    height: 289px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    border-radius: 10px;
}

.markbox .mark .top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 17px 30px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.markbox .mark .top .b-title {
    margin-bottom: 0;
}

.markbox .mark .top img {
    display: block;
    width: 20px;
    height: 20px;
    cursor: pointer;
}

.markbox .mark .middle {
    margin: 54px 0 42px;
}

.markbox .mark .middle p {
    width: 472px;
    margin: 0 auto;
    font-size: 18px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #333333;
    line-height: 25px;
    text-align: center;
}

.markbox .mark .bottom a {
    display: block;
    margin: 0 auto;
    width: 134px;
    height: 39px;
    color: #fff;
    border-radius: 10px;
    background-color: #0D71FA;
    text-align: center;
    font-size: 18px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    line-height: 39px;
}

.markbox .mark .bottom a:hover{
    color: #fff !important;
}