body{
	background-color: rgb(239,239,244);
}
.margintop{
	margin-top: 0.2rem;
}
.announcement{
	margin-top: 0.15rem;
	width: 100%;
	padding: 0 15px;
}

.announceItem{
	height: 75px;
	margin-bottom: 10px;
    background-color: #27262d;
    padding-left: 125px;
    padding-right: 40px;
    position: relative;
    overflow: hidden;
}
.announceItem .text {
    font-size: 14px;
    color: #83828c;
    padding-left: 17px;
    background: url("../images/a24.png") no-repeat 0 3px;
    background-size: 10px 13px;
}


.announceItem::after {
    content: "";
    position: absolute;
    right: 10px;
    top: 40px;
    width: 20px;
    height: 5px;
    background: url("../images/a23.png") no-repeat;
    background-size: 20px 5px;
}

.announceImg img{
	top: 10px;
	width: 3px;
	height: 59px;
    position: absolute;
    left: 0;
}
.announceContent{
	font-size: 14px;
	line-height: 25px;
	color: #ffffff;
    margin: 12px 0 3px 0;
    font-size: 15px;
}
.announceTime{
	position: absolute;
    width: 104px;
    height: 55px;
    left: 0;
    top: 10px;
    text-align: center;
    border-right: 1px solid #46444f;
}

.announceTime p:first-of-type {
    font-size: 15px;
    margin: 7px 0 5px 0;
}

.announceTime p:last-of-type{
    color: #83828c;
}