.index_content{
	width: 100%;
	margin-top: 60px;
}
.index_content img{
	width: 100%;
}
.index_bottom{
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
}
.center_nav_items{
	width: 100%;
	display: flex;
	justify-content: center;
	color: #000000;
}
.c_item_n{
	padding: 10px 0;
	font-size: 20px;
	margin-right: 20px;
	font-weight: bold;
	cursor: pointer;
}
.c_item_n:last-child{
	margin-right: 0;
}
.acitvieNav{
	border-bottom: 1px solid;
}
.type_item{
	width: 100%;
	margin-top: 20px;
	margin-bottom: 20px;
	height: 100px;
	display: flex;
	justify-content: space-between;
}
.type_item_left{
	width: 20%;
	height: 100%;
	background: #1447a2;
	color: #ffffff;
	display: flex;
	justify-content: center;
	align-items: center;
}
.type_item_right{
	width: 80%;
	height: 100%;
	background-color: #f3f3f3;
	padding: 10px;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
}
.time_itemn{
	text-align: center;
	font-weight: bold;
}
.day{
	font-size: 28px;
	border-bottom: 1px solid #5b7fbe;
	padding-bottom: 5px;
}
.year{
	font-size: 14px;
	padding-top: 10px;
}
.type_item_right_left{
	width: calc(100% - 85px);
	position: relative;
}
.type_item_right_right{
	width: 80px;
}
.type_item_right_right img{
	width: 100%;
	height: 100%;
}
.a_title{
	font-size: 14px;
	font-weight: bold;
	overflow: hidden;/*对超出容器的部分强制截取，高度不确定则换行*/
	text-overflow: ellipsis;/*显示省略符号来代表被修剪的文本。*/
	white-space: nowrap;
	color: #000000;
}
.a_desc{
	font-size: 12px;
	letter-spacing: 1px;
	word-break: break-all;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2; /* 这里是超出几行省略 */

}
.a_lll{
	position: absolute;
	left: 0;
	bottom: 0;
	font-size: 12px;
	color: #858585;
}
.a_desc span{
	color: #3057a8;
	font-weight: bold;
	padding-left: 10px;
	cursor: pointer;
}
