.notice_info {
    width: 100%;
    padding: 30px 0 78px;
    background-color: #f4f4f4;
}

.notice_info .banxin {
    display: flex;
}

.aside {
    width: 260px;
    margin-right: 20px;
}

.aside .notice {
    width: 100%;
}

.aside .notice .main_title {
    width: 100%;
    height: 96px;
    background: linear-gradient(85deg, #376DF6, #615FEE);
    color: #fff;
    font-size: 30px;
    text-align: center;
    padding-top: 22px;
    font-weight: bold;
}

.aside .notice .sub_title {
    font-size: 14px;
    font-weight: 400;
    margin-top: 10px;
}

.aside .public {
    padding: 21px 0 21px 15px;
    font-size: 16px;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    border-left: 1px solid rgba(0, 0, 0, 0.1);
}

.aside .public:nth-child(3) {
    border: 1px solid rgba(0, 0, 0, 0.2);
}

.aside .public:nth-child(4) {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.aside .public span {
    display: inline-block;
    width: 18px;
    height: 18px;
    background: linear-gradient(85deg, #376DF6, #615FEE);
    border-radius: 50%;
    text-align: center;
    line-height: 16px;
    margin-right: 7px;
    color: #fff;
    font-size: 12px;
    vertical-align: text-bottom;
}

.aside .notice_single {
    width: 100%;
    margin-bottom: 60px;
}

.aside .notice_single:last-child {
    margin-bottom: 0;
}

.aside .notice_single img {
    width: 100%;
    height: 150px;
    margin-bottom: 12px;
    cursor: pointer;
}

.aside .notice_single p:hover {
    text-decoration: underline;
}

.aside .notice_single p {
    font-size: 16px;
}

.aside .notice_single a {
    display: block;
    font-size: 16px;
    color: #000000;
    text-align:center;
}

.list {
    flex: 1;
    overflow: hidden;
    background-color: #fff;
    padding: 0 28px;
    position: relative;
}

.trade_title {
    font-size: 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.4);
    padding: 12px 0 2px;
}

.trade_title_detail {
    padding: 38px 0 12px;
}

.trade_title .left {
    display: flex;
    align-items: center;
}

.trade_title img {
    width: 50px;
    height: 50px;
    margin-right: 8px;
}

.trade_title .right {
    font-size: 12px;
    text-align: right;
}

.trade_info .single {
    width: 100%;
    padding: 20px 0 10px;
    border-bottom: 1px dashed #9A9A9A;
    font-size: 18px;
    cursor: pointer;
}

.trade_info .single .title {
    font-weight: bold;
}

.trade_info .single .title .text {
    flex: 1;
}

.trade_info .single .time {
    width: 100px;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.5);
    font-weight: 400;
    margin-left: 30px;
}

.trade_info .single .sub_title {
    font-size: 16px;
    margin-top: 7px;
    line-height: 30px;
    color: rgba(0, 0, 0, 0.8);
}

.trade_list {
    padding-bottom: 31px;
}

.trade_pagination {
    position: absolute;
    left: 0;
    bottom: 0;
}

.trade_detail {
    width: 100%;
    padding: 27px 0 89px;
}

.trade_detail .title {
    font-size: 18px;
    text-align: center;
}

.trade_detail .sub_title {
    font-size: 14px;
    color: rgba(0, 0, 0, 0.5);
    margin: 14px 0 27px;
    text-align: center;
}

.trade_detail .sub_title span {
    margin-right: 10px;
}

.trade_detail p {
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 30px;
}

.trade_detail p:last-child {
    margin-bottom: 0;
}

.trade_detail img {
    width: 650px;
    margin: 0 auto;
}

.trade_detail video {
    width: 650px;
    margin: 0 auto;
}

.trade_nav {
    width: 100%;
    font-size: 16px;
    padding: 0 28px;
    overflow: hidden;
}

.trade_nav p {
    width: 48%;
    margin-right: 4%;
}

.trade_nav p:last-child {
    margin-right: 0;
}

.trade_nav p a {
    color: #000;
}

.trade_nav p:hover {
    text-decoration: underline;
}