/*banner图整行背景色*/
.inside_banner{
	background:url(../img/inside_banner_party_bg.png);
}
/*新闻头条*/
.party_head{
	width:1200px;
	height:276px;
	margin:40px auto;
}
.party_h_con{
	display:block;
	width:698px;
	height:212px;
	padding:64px 70px 0 206px;
	margin-left:226px;
	background-image:linear-gradient(-45deg,transparent 23px,#fff7f0 0);/*形状图层缺角写法*/
	position:relative;
}
.party_h_unfilled{
	position:absolute;
	bottom:0;
	right:0;
	width:32px;
	height:32px;
}
.party_h_img{
	display:block;
	width:354px;
	height:234px;
	border-radius:10px;
	overflow:hidden;
	position:absolute;
	top:21px;
	left:-206px;
}
.party_h_img img{
	width:100%;
	height:100%;
	transition:all 0.3s;
}
.party_h_ornament{
	display:block;
	width:262px;
	height:51px;
	position:absolute;
	top:-11px;
	left:190px;
}
.party_h_date{
	width:54px;
	height:16px;
	font-size:16px;
	font-weight:bold;
	font-style:oblique;
	line-height:16px;
	position:absolute;
	top:10px;
	left:348px;
	color:#fff;
}
.party_h_title{
	width:100%;
	/*height:24px;*/
	max-height:72px;
	line-height:36px;
	font-size:24px;
	font-weight:bold;
	overflow:hidden;
}
.party_h_brief{
	width:100%;
	height:96px;
	line-height:24px;
	font-size:14px;
	color:#666;
	margin-top:6px;
	overflow:hidden;
}
.party_h_more{
	width:76px;
	height:16px;
	position:absolute;
	bottom:30px;
	left:206px;
	color:#d70d08;
}
.party_h_con:hover{
	filter:drop-shadow(0 0 10px rgba(233,48,8,0.2));
}
.party_h_con:hover .party_h_img img{
	transform:translate(0,0) scale(110%) rotate(0deg);
}
/*新闻类型选择*/
.party_type{
	width:1200px;
	height:30px;
	margin:0 auto 20px;
}
.party_type img{
	display:block;
	width:26px;
	height:26px;
	float:left;
}
.party_type p{
	height:20px;
	margin-top:4px;
	float:left;
	padding:0 24px;
	line-height:20px;
	font-size:20px;
	border-right:1px solid #dedede;
	cursor:pointer;
}
.party_type p:nth-last-child(1){
	border-right:none;
}
.party_type_sel{
	color:#e93008;
	font-weight:bold;
}
.party_type p:hover{
	color:#e93008;
	font-weight:bold;
}
/*更多新闻列表*/
.party_list_bg{
	width:100%;
	background:url(../img/party_list_bg.png);
	background-size:cover;
	background-position:center;
}
.party_list{
	width:1200px;
	max-height:730px;
	padding-top:32px;
	margin:0 auto;
}
.party_list li{
	margin:0 24px 15px 0;
	float:left;
}
.party_list a{
	display:block;
	width:588px;
	height:130px;
	background:#fff;
	position:relative;
}
.party_list li:nth-child(2n){
	margin:0 0 15px 0;
}
.party_list_img{
	width:130px;
	height:98px;
	float:left;
	border-radius:6px;
	overflow:hidden;
	margin:15px 24px 0 19px;
}
.party_list_img img{
	width:100%;
	height:100%;
	transition:all 0.3s;
}
.party_list_title{
	width:370px;
	height:48px;
	font-size:16px;
	line-height:24px;
	font-weight:bold;
	float:left;
	margin-top:23px;
	overflow:hidden;
	margin-right:40px;
}
.party_list_date{
	position:absolute;
	bottom:26px;
	left:174px;
	font-size:12px;
	color:#999;
}
.party_list a:hover{
	filter:drop-shadow(0 0 6px rgba(233,48,8,0.2));
}
.party_list a:hover img{
	transform:translate(0,0) scale(110%) rotate(0deg) ;
}
/*翻页*/
.page{
	width:1200px;
	height:38px;
	margin:6px auto 30px;
	position:relative;
}
.page_mid{	
	display:inline-block;/*此三行为不固定宽度的元素左右居中*/
	left:50%;
	transform:translateX(-50%);
	position:absolute;
	height:38px;
	text-align:center;
	vertical-align:middle;
}
.page_turn{
	width:36px;
	height:36px;
	border-radius:4px;
	border:1px solid #d8d8d8;
	background:#fff;
	float:left;
	cursor:pointer;
	font-size:14px;
	line-height:36px;
	text-align:center;
}
.page_turn:hover{
	background:#e93008;
	color:#fff;
	border:1px solid #e93008;
}
.page_num{
	margin:0 0 0 10px;
	float:left;
}
.page_num li{
	width:36px;
	height:36px;
	border-radius:4px;
	border:1px solid #d8d8d8;
	background:#fff;
	color:#333;
	font-size:14px;
	line-height:36px;
	text-align:center;
	float:left;
	margin-right:10px;
	cursor:pointer;
}
.page_num .page_num_sel{
	background:#e93008;
	color:#fff;
	border:1px solid #e93008;
}
.page_num li:hover{
	background:#e93008;
	color:#fff;
	border:1px solid #e93008;
}
.page_all{
	float:left;
	height:38px;
	line-height:38px;
	margin:0 10px 0 24px;
}
.page_skip_num{
	display:inline-block;
	width:36px;
	height:36px;
	border-radius:4px;
	border:1px solid #d8d8d8;
	background:#fff;
	color:#333;
	line-height:36px;
	text-align:center;
	margin:0 6px;
}
.page_skip_define{
	float:left;
	display:block;
	width:60px;
	height:36px;
	border-radius:4px;
	border:1px solid #d8d8d8;
	background:#fff;
	color:#333;
	line-height:36px;
	text-align:center;
	cursor:pointer;
}
.page_skip_define:hover{
	background:#e93008;
	color:#fff;
	border:1px solid #e93008;
}

