
.index-a {
    width: 1200px;
    height: 84px;
    margin: 0 auto;
    display: flex;
    align-items: center;
}
.index-a-tips {
    font-weight: 400;
    font-size: 16px;
    color: #7B7F87;
}
.index-a-tips1 {
    font-weight: 500;
    font-size: 16px;
    color: #191B1F;
}
.index-a-info {
    flex: 1;
}
.index-a-info-title {
    font-weight: bold;
    font-size: 45px;
    color: #191B1F;
}
.index-a-info-date {
    font-weight: 400;
    font-size: 14px;
    color: #7B7F87;
    margin-top: 20px;
}
.index-a-info-x {
    width: 100%;
    height: 1px;
    margin: 40px 0;
    background-color: #DFE2E8;
}
.index-a-info-content {

}
.index-a-hz {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: start;
    justify-content: space-between;
}
.index-y-cate {
    width: 100%;
    margin-bottom: 40px;
}
.index-y-cate-list {
    width: 100%;
    margin-bottom: 26px;
}
.index-y-cate-l {
    width: 100%;
    padding-left: 55px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
}
.index-y-cate-l-val {
    font-weight: 400;
    font-size: 16px;
    color: #333333;
    margin-bottom: 20px;
    cursor: pointer;
}
.index-y-cate-l-val:hover {
    color: #FF7900;
}
.index-y-cate-l-val:last-child {
    margin: 0 !important;
}
.index-y-cate-list-label {
    font-weight: 600;
    font-size: 24px;
    color: #191B1F;
    padding-bottom: 11px;
    border-bottom: 1px solid #DFE2E8;
}
