@charset "utf-8";

.panel6 {
    width: 72%;
    display: flex;
    /* margin-bottom: 20px; */
}

.panel6 .left-container {
    flex: 1;
}

.panel6 .left-container .top {
    display: flex;
    align-items: center;
    color: rgba(102, 102, 102, 1);
    margin-bottom: 32px;
    font-size: 15px;
}

.panel6 .left-container .top img {
    width: 17px;
    height: 20.28px;
    margin-right: 10px;
}

.panel6 .left-container .article {
    width: 100%;
    min-height: 600px;
    /* border-radius: 2.45px;
    background: rgba(25, 78, 135, 0.03);
    padding: 60px;*/
    padding-right: 20px;
    box-sizing: border-box;

}

.panel6 .left-container .article .title {
    font-size: 30px;
    font-weight: 700;
    line-height: 30px;
    text-align: center;
    padding-bottom: 14px;
    margin-bottom: 30px;
    border-bottom: 1px solid rgba(166, 166, 166, 1);
}

.panel6 .left-container .article .title .detail_title { line-height: 1.5; color: #2B6099; }
.body_show_notice .panel6 .left-container .article .title .detail_title { color: #333; }
.panel6 .left-container .article .title .text-gray {
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 23.94px;
    color: rgba(140, 140, 140, 1);
    padding: 16px 0;
}

.panel6 .left-container .article .content,
.panel6 .left-container .article .content * {
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 36px;
    color: rgba(51, 51, 51, 1);
    text-align: justify;
    vertical-align: top;
}

.panel6 .right-menu {
    width: 300px;
    height: auto;
    font-size: 18px;
    margin-left: 60px;
    margin-top: 52px;

}

.panel6 .right-menu .top {
    font-size: 18px;
    line-height: 26px;
    padding-bottom: 24px;
    border-bottom: 1px solid rgba(214, 214, 214, 1);
}
.panel6 .right-menu .top .pre {
    margin-bottom: 12px;
}
.panel6 .right-menu .top .text-red {
    color: rgba(171, 58, 44, 1);
}

.panel6 .right-menu .recent .text-blue {
    color: rgba(25, 78, 135, 1);
    padding: 24px 0 8px 0;
    font-size: 26px;
}

.panel6 .right-menu .recent .item .date {
    color: rgba(140, 140, 140, 1);
    margin-bottom: 8px;
}
.panel6 .right-menu .recent .item {
    font-size: 18px;
    border-bottom: 1px dashed rgba(214, 214, 214, 1);
    padding: 16px 0;
}
.panel6 .right-menu .recent .item:last-child {
    border: none;
}
.panel6 .right-menu .recent .item .title {
    /* letter-spacing: 1px; */
    line-height: 26px;
    color: rgba(51, 51, 51, 1);
    text-align: justify;
}