@charset "UTF-8";
/**
 * 通用二级详情
 * date:2023-7-11
 * author: xuhai;
 */
.main {
    padding-bottom: 30px;
}

.public-crumb {
    margin: 6px 0;
}

.article {
    padding: 40px 60px;
    box-sizing: border-box;
}
.article-title {
    min-height: 30px;
    font-size: 24px;
    text-align: center;
    font-weight: 600;
    line-height: 30px;
    margin-top: -20px;
    margin-bottom: 24px;
}
.article-msg {
    height: 36px;
    font-size: 14px;
    color: #999;
    text-align: center;
    line-height: 36px;
    background-color: #fafafa;
    margin-bottom: 24px;
}
.article-msg span:nth-child(2n + 1) {
    margin-left: 29px;
}
.article-msg span:first-child {
    margin-left: 0;
}
.article-con {
    min-height: 250px;
    font-size: 16px;
    color: #4e5463;
    line-height: 33px;
    padding: 0 16px;
    box-sizing: border-box;
}
.article-con p {
    text-indent: 4rem;
    margin-bottom: 24px;
}
.article-con .img {
    text-align: center;
}
.article-fj {
    padding-top: 20px;
    border-top: 1px solid #e7e7e7;
    box-sizing: border-box;
}
.article-fj-title {
    height: 34px;
    font-size: 16px;
    color: #000;
    line-height: 34px;
}
.article-fj-con {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-flow: wrap;
    min-height: 0;
}
.article-fj-con .item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 530px;
    height: 74px;
    box-shadow: 0 0 10px 0 rgba(16, 56, 122, 0.1);
    margin-top: 10px;
    padding: 0 20px;
    box-sizing: border-box;
    cursor: pointer;
}

.article-fj-con .item-icon {
    display: block;
    width: 36px;
    height: 36px;
    background: no-repeat center;
    background-size: 100% 100%;
    margin-right: 12px;
}
.article-fj-con .item-icon[data-type='pdf'] {
    background-image: url('../../images/zjgjzcyhlw/pdf.png');
}
.article-fj-con .item-con {
    flex: 1;
    width: 0;
    font-size: 14px;
}
.article-fj-con .item-con .name {
    height: 20px;
    color: #2f2f2f;
    line-height: 20px;
    margin-bottom: 7px;
}
.article-fj-con .item-con .size {
    height: 16px;
    color: #7f8ba5;
    line-height: 16px;
}
.article-fj-con .item-download {
    display: block;
    width: 13px;
    height: 14px;
    background: url('../../images/zjgjzcyhlw/download.png') no-repeat center;
    background-size: 100% 100%;
    margin-left: 16px;
}
