#main{
	margin-top: 130px;
}
#fixedtopheader .midp .navbtn.special .icon{
	background-position: -220px -104px;
}
.specialwrap{
	width: 1200px;
	margin-bottom: 60px;
}
.wraptitle{
	font-size: 32px;
	font-weight: 500;
	text-align: left;
	color: #333333;
}
.listwrap{
	width: 1200px;
	margin-top: 60px;
	overflow: hidden;
}
.listwrap .innerwrap{
	width: 1221px;
}
.listwrap .innerwrap .item{
	width: 386px;
	float: left;
	border-radius: 8px;
	overflow: hidden;
	margin-right: 21px;
	margin-bottom: 21px;
}
.listwrap .innerwrap .item .imgbox{
	width: 386px;
	height: 218px;
	overflow: hidden;
}
.listwrap .innerwrap .item .imgbox img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.listwrap .innerwrap .item .textbox{
	background: #fff;
	padding: 20px;
}
.listwrap .innerwrap .item .textbox h1{
	font-size: 24px;
	font-weight: 500;
	text-align: left;
	height: 68px;
	color: #333333;
	line-height: 35px;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical; 
} 
.listwrap .innerwrap .item .textbox h2{
	font-size: 16px;
	font-weight: Normal;
	text-align: right;
	color: #bbbbbb;
	line-height: 27px;
	margin-top: 15px;
}


/* ===================移动端===================== */

#m_main .m_contentwrap{
	padding: 0.9375rem;
}
#m_main .m_contentwrap .m_block{
	padding: 0.9375rem;
	margin-bottom: 0.9375rem;
	background: white;
	border-radius: 0.5rem;
	box-sizing: border-box;
}
#m_main .m_contentwrap .m_block:last-child{
	margin-bottom: 0;
}
#m_main .m_contentwrap .m_specialyear{
	font-size: 0.9375rem;
	colo:#333;
}
#m_main .m_contentwrap .m_listwrap .m_item{
	padding: 0.9375rem 0;
	border-bottom:1px solid #FBFBFB;
}
#m_main .m_contentwrap .m_listwrap .m_item:last-child{
	border-bottom:none;
	padding: 0 0;
}
#m_main .m_contentwrap .m_listwrap .m_item .m_imgwrap{
	width: 100%;
	height:11.125rem;
	overflow: hidden;
	border-radius: 0.5rem;
}
#m_main .m_contentwrap .m_listwrap .m_item .m_imgwrap img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#m_main .m_contentwrap .m_listwrap .m_item .m_itemtitle{
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	font-size: 15px;
	color: #333;
	height: 2.25rem;
	line-height: 2.25rem;
}
#m_main .m_contentwrap .m_listwrap .m_item .m_itemdate{
	text-align: right;
	color: #999;
	font-size: 0.75rem;
}