/* banner style */
.banner img {
    display: block;
    width: 100%;
    min-width: 1200px;
}


/* tab */
.hairList {
    width: 1100px;
    display: flex;
    justify-content: center;
    margin: 0 auto;
    padding-bottom: 38px;
}

.wrap {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.blist {
    width: 100%;
    height: 126px;
    display: flex;
    align-items: center;
}

.blist li:first-child {
    border-left: none;
    margin-right: 60px;
    margin-left: 22px;
}

.blist li {
    list-style: none;
    width: auto;
    height: 32px;
    font-size: 18px;
    color: #ACACAC;
    line-height: 18px;
    font-weight: 400;
    text-align: center;
    float: left;
    cursor: pointer;
    -webkit-user-select: none;
}

.blsit-list {
    width: 100%;
}

.blsit-list li {
    list-style: none;
    width: 100%;
    height: auto;
    border-top: none;
}

.wrap .blist li.active {
    color: #333333;
    border-bottom: 2px solid #333333;
    position: relative;
}


.blsit-list>li:first-child {
    display: block;
}

.blsit-list li {
    display: none;
}


/* 企业公告 style */
.noticeList {
    display: flex;
    flex-direction: column;
}

.noticeList .item {
    padding: 28px 40px 28px 0;
    background-color: #fff;
    box-shadow: 0px 0px 56px 1px rgba(0, 0, 0, 0.04);
    border-radius: 20px;
    margin-bottom: 24px;
}

.noticeList .item a {
    display: flex;
}

.noticeList .item:last-child {
    margin-bottom: 0;
}

.noticeList .item .item-left {
    width: 404px;
    display: flex;
    margin-right: 20px;
}

.noticeList .item .item-left .date {
    width: 141px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.noticeList .item .item-left .date .day {
    font-size: 34px;
    font-weight: 400;
    color: #333333;
    margin-bottom: 6px;
}

.noticeList .item .item-left .date .years {
    font-size: 12px;
    font-weight: 400;
    color: #333333;
    padding: 4px;
    border: 1px solid #333333;
}

.noticeList .item .item-left .newsImg {
    display: block;
    width: 263px;
    height: 169px;
}

.noticeList .item .item-right {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.noticeList .item .item-right .content .title {
    font-size: 18px;
    font-weight: 400;
    color: #333333;
    margin-bottom: 12px;
}

.noticeList .item .item-right .content .abstract {
    font-size: 12px;
    font-weight: 400;
    color: #999999;
    line-height: 24px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.noticeList .look-details {
    display: flex;
    justify-content: space-between;
}

.noticeList .look-details .look {
    display: flex;
    align-items: center;
}

.noticeList .look-source {
    display: flex;
    align-items: center;
}

.noticeList .source {
    margin-left: 32px;
}

.noticeList .look-details .look img {
    display: block;
    width: 18px;
    height: 18px;
    margin-right: 3px;
}

.noticeList .look-details .look span {
    display: block;
    font-size: 12px;
    font-weight: 400;
    color: #BBBBBB;
}

.noticeList .look-details .details {
    display: flex;
    align-items: center;
}

.noticeList .look-details .details span {
    font-size: 14px;
    font-weight: 400;
    color: #333333;
    line-height: 24px;
    margin-right: 5px;
}

.noticeList .look-details .details img {
    display: block;
    width: 9px;
    height: 15px;
}