.sub-container-content{
    width: 1200px;
    margin: auto;
}
.sub-top{
    display: flex;
    height: 128px;
    justify-content: space-between;
    align-items: center;
}
.sub-top-left{
    display: flex;
    height: 128px;
    align-items: center;
}
.sub-top-circle{
    width: 17px;
	height: 18px;
	background-color: #019a87;
}
.sub-top-title{
    font-size: 36px;
    color: #141414;
    margin-left: 15px;
}
.sub-top-category-item{
    font-size: 20px;
    cursor: pointer;
}
.sub-top-category-item-title{
    padding: 0 20px;
}
.sub-top-category-item.active{
    color: #019a87;
}
.histop {
    padding: 30px 50px;
    display: flex;
    max-width: 1440px;
    margin: 0 auto;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.histop2 {
    background: transparent;
    align-items: flex-start;
    position: relative;
    padding-bottom: 30px;
}
.histop .date {
    color: #f0f0f0;
    font-size: 36px;
    font-weight: bold;
    /* width: 290px; */
    /* width: 300px; */
    width: 284px;
    text-align: center;
}
.histop2 .date {
    /* text-align: left; */
    text-align: right;
    color: #019a87;
    /* font-size: 36px; */
    font-size: 26px;
    font-weight: bold;
    position: relative;
    z-index: 9;
}
.histop2 .date span {
    display: inline-block;
    padding-right: 32px;
    position: relative;
}
.histop2 .date span::after {
    content: "";
    position: absolute;
    right: -6px;
    top: 50%;
    margin-top: -6px;
    width: 13px;
    height: 13px;
    background: #019a87;
}
.histop .state {
    color: #f6f6f6;
    /* font-size: 16px; */
    font-size: 17px;
    line-height: 2;
    padding-right: 40px;
    padding-left: 28px;
    flex: 1;
}
.histop2 .state {
    color: #343434;
    /* font-size: 16px; */
    font-size: 17px;
    line-height: 1.5;
    padding-top: 15px;
}
.state img{
    max-width: 640px;
}
.histop2 .dash {
    position: absolute;
    height: 100%;
    border-left: 1px dashed #c0c0c0;
    top: 0;
    left: 339px;
}