/* .piyao{
	width: ;
} */
.cont{
	min-height: 500px;
}
.areaimg{
	position: relative;
	width: 100%;
	height: auto;
}
.areaimg img{
	display: block;
	width: 100%;
	height: 100%;
}
.piyao{
	padding-top: 80px;
	min-height: 480px;
}



/* 列表 */
.rumor-list {
    width: 1440px;
}
.rumor-list_item {
    margin-bottom: 30px;
    width: 450px;
    max-height: 485px;
    min-height: 205px;
    background: #ffffff;
    box-shadow: 0px 6px 19px 0px rgba(0, 0, 0, 0.08);
    transition: all 200ms ease-in;
    overflow: hidden;
}
.rumor-list_item:hover {
    transform: translate(0, -8px);
    box-shadow: 0px 6px 19px 0px rgba(0, 0, 0, 0.17);
}
.rumor-list_item-img {
    width: 100%;
    height: 280px;
    object-fit: scale-down;
}
.rumor-list_item-info {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    height: 205px;
    padding: 10px 18px;
    color: #000;
    background-color: #fff;
}

.rumor-list_item-day {
	height: 40px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    line-height: 40px;
}
.rumor-list_item-date {
	height: 60px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    font-size: 24px;
    color: #000000;
    line-height: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	margin: 10px 0;
}
.rumor-list_item-date a{
	font-weight: bold;
	font-size: 24px;
	color: #000000;
}
.rumor-list_item_div{
	margin: 10px auto;
	display: flex;
	justify-content: space-between;
}
.rumor-list_item-status {
    width: 85px;
    height: 35px;
    background: #BD1A2D;
	line-height: 35px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	font-size: 18px;
	color: #FFFFFF;
	text-align: center;
}

.rumor-list_item-title {
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 24px;
    color: #BD1A2D;
    line-height: 35px;
}
