#navbox{height:50px; width:100%;background-color: #343943;background-image: none;z-index:10; margin-bottom:15px;}
#nav {line-height: 50px;}
#nav li{float:left; /*width:48px;*/ height:50px;color:#fff; font-size:15px; text-align:center;margin: 0px 3px;}
#nav .sel{background-color: #1f5ac2;}
#nav em{display: none;}
.notice {
    float: right;
}

.notice span {
    font-size: 14px;
    color: #666;
}

.time .notice-type {
    font-size: 13px;
    color: #276ee5;
    padding: 5px;
    background-color: #f3f3f3;
    border-radius: 5px;
    margin-left: 20px;
}

.notice span.notice-code-val {
    color: #276ee5;
    padding-right: 50px;
}

.notice span.notice-as-val {
    color: #276ee5;
}

.notice-button {
    background-color: #276ee5;
    font-size: 16px;
    color: #fff;
    text-align: center;
    width: 300px;
    margin: auto;
    padding: 12px;
    border-radius: 10px;
    margin-top: 15px;
    margin-bottom: 30px;
}

.notice-button:hover {
    background-color: #6f9ff1;
}
.interval-block {
    height: 22px;
}
.relevant {
    padding: 20px 30px;
    background: #fff;
}

.relevant-title {
    float: left;
    font-size: 22px;
}
.relevant-code {
    float: right;
    font-size: 13px;
    padding: 10px 15px;
    background-color: #f3f3f3;
    border-radius: 5px;
    color: #999;
}
.relevant-code span {
    color: #276ee5;
}
.relevant-list {
    clear: both;
}
.relevant-item-title {
    width: 100%;
    background: url(/upload_pic/2/202107/27/U947P902T2D3392F46DT20210727163635.png) 0px 24px no-repeat;
    padding: 15px;
    font-size: 18px;
    font-weight: 600;
    color: #222;
}
.relevant-item-title:hover {
    color: #276ee5;
}
.relevant-item-txt {
    font-size: 16px;
    line-height: 28px;
    height: 60px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    padding: 0px 15px;
}
.relevant-item-txt a {
    color: #666;
}
.relevant-item-time {
    font-size: 14px;
    color: #888;
    margin-top: 10px;
    margin-bottom: 20px;
    padding: 0px 15px;
}
.relevant-addmore {
    width: 300px;
    margin: auto;
    border: #e4e4e4 1px solid;
    border-radius: 25px;
    text-align: center;
    padding: 10px;
    font-size: 16px;
    margin-top: 30px;
    cursor: pointer;
}
.relevant-addmore img {
    position: absolute;
    margin-left: 10px;
}

