#state-bulletin,#state-news,#state-activity,#state-details {
    width: 1140px;
    margin: 50px auto;
}



.list-top-box {
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
}
.top-left {
    width: auto;
    height: 280px;
    position: relative;
    margin-right: 50px;
    min-width: 500px;
    cursor: pointer;
}
.top-title {
    font-size: 18px;
    color: #BB0805;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-bottom: 12px;
}
.top-content {
    font-size: 14px;
    color: #353636;
    line-height: 30px;
}
.list-bottom-btn {
    width: 100%;
    position: absolute;
    bottom: 0;
    background: #BB0805;
    color: #ffffff;
    font-size: 18px;
    height: 40px;
    cursor: pointer;
}
.top-img {
    height: 280px;
    width: auto;
}
.content-wrapper {
    width: 1040px;
    padding: 20px 20px 20px 55px;
    border-bottom: 1px solid #C6B3B3;
    cursor: pointer;
}

.list-content {
    display: flex;
    flex-direction: column;
}
.list-box {
    display: flex;
    width: 100%;
    height: 200px;
    margin-bottom: 20px;
}
.content-left {
    height: 200px;
    width: 100px;
    flex-shrink: 0;
    color: #353636;
    position: relative;
}
.list-box-active {
    background: #F8F8F8;
}
.list-box-active > .content-left {
    color: #ffffff;
    background: #BB0805;
}
.content-state {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
    justify-content: center;
}
.content-state > .day {
    font-size: 60px;
    display: inline-block;
    height: 60px;
    line-height: 60px;
    margin-top: -15px;
}
.content-state > .year-month {
    font-size: 18px;
}
.content-triangle {
    width: 0;
    height: 0;
    border-left: 14px solid #C4C4C4;
    border-top: 9px solid transparent;
    border-bottom: 9px solid transparent;
    position: absolute;
    right: -13px;
    top: 93px;
}
.list-box-active .content-triangle {
    border-left: 14px solid #BB0805;
}
.content-line {
    display: inline-block;
    width: 40px;
    height: 1px;
    background: #C4C4C4;
    position: absolute;
    left: 110px;
    top: 101px;
}
.list-box-active .content-line {
    background: #BB0805;
}
.wrapper-box {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}
.wrapper-text > .title {
    font-size: 18px;
    color: #000000;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.wrapper-text {
    width: 730px;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.wrapper-text > .content {
    font-size: 14px;
    color: #353636;
    line-height: 30px;
}
.icon-box {
    font-size: 14px;
    color: #6B6B6B;
    margin: 15px 0 10px;
    display: flex;
}
.icon-box span {
    width: 80px;
    display: flex;
    align-items: center;
    cursor: pointer;
}
.icon-box i {
    margin-right: 5px;
    font-size: 14px;
}
.wrapper-img {
    height: 140px;
    width: 220px;
}