.newsinfo-wrapper {
    width: 100%;
    background-color: #fff;
}

.newsinfo-main {
    width: 1200px;
    min-height: 500px;
    margin: 0 auto;
}

.newsinfo-main_content {
    display: flex;
    align-items: flex-start;
}

.warpper {
    flex: 1;
}

.imgnews-wrapper {
    margin-bottom: 24px;
}

.imgnews-wrapper .item-box {
    display: flex;
    flex-wrap: wrap;
}

.imgnews-wrapper .item-box a {
    display: inline-block;
    width: 285px;
    margin-right: 20px;
    margin-bottom: 36px;
}

.imgnews-wrapper .item-box a:nth-child(3n 3) {
    margin-right: 0;
}

.imgnews-wrapper .item-box a img {
    width: 100%;
    height: 160px;
    object-fit: cover;
}

.imgnews-wrapper .item-box a p {
    font-size: 18px;
    line-height: 25px;
    color: #2d170e;
    margin-top: 12px;
    text-align: center;
}

.imgnews-wrapper .item-box a:hover p {
    color: #be0402;
}

.impotantinfo-wrapper .item-box {
    margin-top: -20px;
    margin-bottom: 40px;
}

.impotantinfo-wrapper .item-box a {
    display: flex;
    align-items: center;
    height: 68px;
    border-bottom: 1px solid rgba(53, 53, 55, 0.1);
}

.impotantinfo-wrapper .item-box a::before {
    display: inline-block;
    content: "";
    width: 6px;
    height: 6px;
    background-color: #f7b500;
    margin-right: 8px;
}

.impotantinfo-wrapper .item-box a:last-child {
    border-bottom: 0;
}

.impotantinfo-wrapper .item-box a .text {
    flex: 1;
    font-size: 18px;
    font-family: microsoftyahei;
    color: #2d170e;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-right: 20px;
}

.impotantinfo-wrapper .item-box a .date {
    font-size: 14px;
    color: rgba(52, 52, 55, .6);
}

.impotantinfo-wrapper .item-box a:hover .text {
    color: #be0402;
}