@charset "utf-8";

.panel5 {
    display: flex;
    width: 72%;
    margin-bottom: 20px;
}

/* 侧边栏 */
.col-menu {
    width: 300px;
    background: rgba(255, 255, 255, 1);
}

.col-menu .top {
    display: flex;
    align-items: center;
    width: 300px;
    height: 71px;
    border-radius: 6px 6px, 0px, 0px;
    background: linear-gradient(180deg, rgba(48, 111, 179, 1) 0%, rgba(25, 78, 135, 1) 100%);
    color: white;
    font-size: 26px;
    letter-spacing: 0px;
    line-height: 28px;
    border-radius: 6px 6px 0px 0px;
}

.col-menu img {
    width: 23.65px;
    height: 19.8px;
    margin: 0 25px;

}

.col-menu .depart-list {
    border-left: 4px solid rgba(25, 78, 135, 1);
    padding: 24px 24px 16px 24px;
    font-size: 18px;
}

.col-menu .depart-list .depart-item {
    width: 100%;
    height: auto;
    border-radius: 3px;
    margin-bottom: 8px;
    /* padding-left: 10px; */
    display: flex;
    flex-direction: column;
    align-items: center;
    box-sizing: border-box;
}

.col-menu .depart-list .depart-item .column-name {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: auto;
    padding: 10px 16px 10px 16px ;
    box-sizing: border-box;
    line-height: 28px;
    font-size: 18px;
    letter-spacing: 0.5px;
}

.col-menu .subcolumn {
    display: none;
    width: 100%;
    padding: 8px;
    padding-left: 60px;
    flex-direction: column;
    /* background: rgba(255, 255, 255, 1); */
    margin-top: 8px;
}

.col-menu .subcolumn .sub-item {
    width: 100%;
    height: 40px;
    padding-left: 5px;
    margin-bottom: 4px;
    align-content: center;
}

.col-menu .subcolumn .sub-link {
    display: block;
    border-radius: 3px;
    font-size: 16px;
    line-height: 22px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.col-menu .depart-item .submenu-switch-arrow {
    display: none;
    width: 20px;
    height: 20px;
    background: url(../images/icon-arrow-down-black.png) no-repeat center center;
    vertical-align: middle;
    margin-left: 10px;
}
.col-menu .depart-item .submenu-switch-arrow-up {
    display: none;
    width: 20px;
    height: 20px;
    background: url(../images/icon-arrow-up-blue.png) no-repeat center center;
    vertical-align: middle;
    margin-left: 10px;
}

.col-menu .depart-list .column-name:hover {
    font-weight: 700;
    color: rgba(43, 96, 153, 1);
    background: rgb(231, 237, 243);
    border-radius: 6px;
}
.col-menu .depart-item .subcolumn .sub-item:hover,
.col-menu .depart-item .subcolumn .sub-link:hover {
    font-weight: 700;
    color: rgba(43, 96, 153, 1);
}
.col-menu .depart-list .selected .column-name,
.col-menu .depart-list .active .column-name {
    font-weight: 700;
    color: rgba(43, 96, 153, 1);
    background: rgb(231, 237, 243);
    border-radius: 6px;
}

.col-menu .depart-list .sub-item .selected,
.col-menu .depart-list .sub-item .active {
    font-weight: 700;
    color: rgba(43, 96, 153, 1);
}

.col-menu .depart-item.active .subcolumn,
.col-menu .depart-item.selected .subcolumn {
    display: block;
}

/* 文章列表 */
.acticle-list-container {
    flex: 1;
    margin-left: 60px;
    overflow: hidden;
}

.acticle-list-container .top {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 21px;
    border-bottom: 1px solid rgba(166, 166, 166, 1);
    margin-bottom: 30px;
}

.acticle-list-container .top .tit {
    font-size: 32px;
    line-height: 36px;
}

.acticle-list-container .top .active-bar {
    position: absolute;
    left: 0px;
    bottom: 0;
    width: 191px;
    height: 4px;
    background: rgba(43, 96, 153, 1);
}

.acticle-list-container .top .right {
    display: flex;
    font-size: 15px;
    line-height: 19.95px;
    color: rgba(102, 102, 102, 1);
}

.acticle-list-container .top .right img {
    width: 17px;
    /* height: 20.28px; */
    margin-right: 10px;
    object-fit: contain;
}

.acticle-list-container .acticle-list .acticle-item {
    display: flex;
    align-items: center;
    height: 54px;
     /* padding: 18px; 
    margin-bottom: 8px;*/
}
.acticle-list-container .acticle-list .acticle-item a { order: 1; flex: 1 1 80%;min-width: 0; }

.acticle-list-container .acticle-list .acticle-item:nth-child(odd) {
    background: rgba(242, 245, 247, 1);
}

.acticle-list-container .acticle-list .acticle-item:nth-child(even) {
    background: rgba(255, 255, 255, 1);
}

.acticle-list-container .acticle-list .acticle-item .date {
    padding: 0 25px;
    font-size: 14px;
    color: #2B6099FF; order: 2;
}

.acticle-list-container .acticle-list .acticle-item .date :first-child {
    color: rgba(43, 96, 153, 1);
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 4px;
    text-align: center;
}

.acticle-list-container .acticle-list .acticle-item .line {
    width: 0px;
    height: 24px;
    border: 1px solid rgba(153, 153, 153, 1); display: none; 
}

.acticle-list-container .acticle-list .acticle-item .text {
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 28px;
    color: rgba(51, 51, 51, 1);
    text-align: justify;
    padding: 0 11px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.acticle-list-container .acticle-list .acticle-item .square-dot {
    width: 8px;
    height: 8px;
    background-color: #2B6099;
    flex-shrink: 0;
    margin-left: 24px;
}
/* .acticle-list-container .acticle-list .acticle-item .text::before {
    content: ' ';
    width: 8px;
    height: 8px;
    background: #2B6099FF;
    display: block;
    margin-right: 8px;
    flex-shrink: 0;
} */
.acticle-list-container .acticle-list .acticle-item .text:hover {
    font-weight: 700;
    color: rgba(171, 58, 44, 1);
}

.acticle-list-container .paging {
    margin-top: 60px;
    text-align: center;
    width: 100%;
    height: 32px;
}

/* 单篇文章内容 */
.panel5 .right-container {
    flex: 1;
    margin-left: 64px;
}

.panel5 .right-container .top {
    display: flex;
    align-items: center;
    color: rgba(102, 102, 102, 1);
    font-size: 15px;
    margin-bottom: 32px;
}

.panel5 .right-container .top img {
    width: 17px;
    height: 20.28px;
    margin-right: 10px;
}

.panel5 .right-container .article {
    width: 100%;
    min-height: 600px;
    /* border-radius: 2.45px;
    background: rgba(25, 78, 135, 0.03);
    padding: 60px; */ 
    box-sizing: border-box;

}

.panel5 .right-container .article .title {
    font-size: 30px;
    font-weight: 700;
    line-height: 30px;
    text-align: center;
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid rgba(166, 166, 166, 1); color: #2B6099;
}

.panel5 .right-container .article .content,
.panel5 .right-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;
}