/* 信息公开中间主体区域 */
.infoOpen-main {
    background: #ffffff;
    padding: 80px 0 100px;
}

.info-wrap {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

/* 详情 */
.articalBox {
    border: 0;
    padding: 0;
}

.info-right .title {
    font-weight: 400;
    font-size: 30px;
    color: #E4332D;
    line-height: 60px;
    text-align: center;
}

.info-right .articalDate {
    padding-top: 10px;
    padding-bottom: 30px;
    font-weight: 400;
    font-size: 15px;
    color: #767676;
    line-height: 30px;
    text-align: center;
}

.artical {
    font-weight: 400;
    font-size: 15px;
    color: #1A1A1A;
    line-height: 30px;
}

table {
    max-width: 100%;
}

/* 下载按钮 */
.download-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 105px;
    height: 42px;
    margin-top: 15px;
    border: 1px solid #1E72E1;
    background: #fff;
    color: #1E72E1;
    padding: 8px 16px;
    cursor: pointer;
    margin-bottom: 40px;
    font-weight: 400;
    font-size: 15px;
    color: #1E72E1;
}

/* 上下篇区域 */
.page-article .article-tit {
    font-size: 14px;
    color: #1E72E1;
    margin-bottom: 12px;
}

.article-tit {
    display: flex;
    align-items: center;
    font-weight: 400;
}

.article-tit .txt {
    font-size: 15px;
    color: #1E72E1;
    line-height: 22px;
}

.article-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
    padding: 0 10px;
    width: 100%;
    height: 50px;
    border-radius: 0px 0px 0px 0px;
    border: 1px solid #D8D8D8;
    font-weight: 400;
    font-size: 15px;
    color: #767676;
}

.article-item .btn {
    font-size: 15px;
    color: #1E72E1;
}

.article-item a {
    /* 多行省略号 */
    /* display: block; */
    width: 600px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.article-item a:hover {
    color: #1E72E1;
}

.art-time {
    text-align: right;
}

.point {
    margin-right: 7px;
    width: 0;
    height: 0;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 7px solid #1E72E1;
}