.advertisementBox{
	padding-top: 190px;
    padding-bottom: 207px;
}
.postListContainer{
    background-color: #fff;
    padding-top: 50px;
}
.postClassification{
    width: 100%;
    height: 60px;
    background: #F8F8F8;
    border: 1px solid #EAE9E9;
    display: flex;
    margin-bottom: 30px;
}
.postListBox{
    padding-bottom: 50px;
}
.postClassificationItem{
    flex: 0 133px;
    max-width: 133px;
    /*padding: 0 35px;*/
    box-sizing: border-box;
    font-size: 16px;
    color: #333333;
    letter-spacing: -0.2px;
    line-height: 60px;
    text-align: center;
}
.postClassificationItem.active{
    color: #1E5EB9;
}
.postClassificationItem:hover{
    cursor: pointer;
}
.postListItem{
    width: 100%;
    height: 130px;
    background: #FFFFFF;
    border: 1px solid #EAE9E9;
    padding: 25px 0 0 35px;
    box-sizing: border-box;
    margin-bottom: 30px;
}
.postListItemTitle{
    /*font-family: PingFangSC-Semibold;*/
    font-size: 21px;
    color: #333333;
    letter-spacing: 1px;
    padding-bottom: 22px;
}
.postListItemDesc{
    font-size: 16px;
    color: #636363;
    letter-spacing: 1px;
    display: flex;
    align-items: center;
}
.itemDescItem{
    flex: 1;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.itemDesc{
    flex: 0 auto;
}
.itemDescLine{
    display: inline-block;
    width: 1px;
    height: 12px;
    background: #D8D8D8;
    margin: 0 25px;
    flex: 0 auto;
}
.releaseTime{
    flex: 0 auto;
    /*float: right;*/
    padding-right: 60px;
    text-align: right;
    color: #999999;
}
.more{
    /*font-family: PingFangSC-Semibold;*/
    font-size: 16px;
    color: #1E5EB9;
    letter-spacing: 1.2px;
    text-align: center;
    line-height: 24px;
    display: flex;
    justify-content: center;
}
.moreInner{
    flex: 0 auto;
}
.moreInnerImg{
    width: 12px;
    flex: 0 auto;
}

@media screen and (max-width: 1400px) {
    .advertisementBox {
        padding-top: 100px;
        padding-bottom: 257px;
    }
}
@media screen and (max-width: 1260px){
    .advertisementBox {
        padding-top: 150px;
        padding-bottom: 207px;
    }
}
@media screen and (max-width: 1120px) {
}
@media screen and (max-width: 1000px) {
}
@media screen and (max-width: 724px){
	.postClassificationItem {
		flex: 0 90px;
		max-width: 90px;
	}
	.postListItem{
		padding: 25px 0 0 15px;
	}
	.releaseTime{
		padding-right: 15px;
	}
	.itemDescLine{
		margin: 0 15px;
	}
}
@media screen and (max-width: 600px){
	.bannerContentBox{
		height: 300px;
		overflow: hidden;
	}
	.advertisementBox{
		padding-top: 110px;
		padding-bottom: 80px;
	}
    .postClassificationItem {
        font-size: 14px;
    }
    .postListItemDesc {
        font-size: 12px;
    }
    .releaseTime{
        padding-right: 10px;
    }
    .postListItem{
        padding: 15px 0 0 10px;
    }
    .itemDescLine{
        margin: 0 5px;
    }
}
@media screen and (max-width: 375px){
    .postClassificationItem {
        font-size: 12px;
    }
}