/* 信息公开中间主体区域 */
.infoOpen-main {
    background: #ffffff;
    padding: 80px 0 100px;
}

.info-wrap {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

/* 左侧菜单 */
.info-left {
    width: 300px;
}

.left-title {
    width: 300px;
    height: 73px;
    background: #1E72E1;
    text-align: center;
    font-weight: 700;
    font-size: 30px;
    color: #FFFFFF;
    line-height: 73px;
}

.left-menu {
    border: 1px solid #d8d8d8;
    border-top: none;
}

.left-menu li a {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 30px;
    font-size: 19px;
    color: #1A1A1A;
    border-bottom: 1px solid #eee;
    cursor: pointer;
}

.left-menu li:last-child a {
    border-bottom: none;
}

.left-menu li.active a {
    color: #E4332D;
}

.arrow {
    display: block;
    width: 24px;
    height: 24px;
}

/* 右侧容器 */
.info-right {
    width: 960px;
    box-sizing: border-box;
}

.performance-item {
    display: block;
    padding: 30px 0;
    border-bottom: 1px solid #eee;
    cursor: pointer;
}

.itemPic {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.itemLeft {
    width: 225px;
    height: 150px;
}

.itemLeft img {
    display: block;
    width: 100%;
    height: 100%;
}

.itemRight {
    width: 705px;
}

.performance-item:hover h4 {
    color: #1E72E1;
}

.performance-item:first-child {
    padding-top: 0;
}

.performance-item h4 {
    font-weight: 400;
    font-size: 20px;
    color: #1A1A1A;
    line-height: 29px;
    margin-bottom: 10px;
    /* 多行省略号 */
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.performance-item .time {
    margin-top: 10px;
    font-weight: 400;
    font-size: 15px;
    color: #767676;
    line-height: 22px;
}

.performance-item .content {
    font-weight: 400;
    font-size: 15px;
    color: #767676;
    line-height: 30px;
    /* 多行省略号 */
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* 详情 */
.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;
}