.newest_events{
	margin:0;
	padding:83px 0;
	max-width:1920px;
	background:rgba(241,240,240,1);
}
.newest_events .newest_events_center{
	margin:auto;
	width:1200px;
}
.events_slide{
/*	margin-left:10px;*/
	padding-left:55px;
}
.events_slide_item{
	width:322px;
	height:215px;
	display:inline-block;
}
.events_slide_item img{
	width:322px;
	height:215px;
}
.slick-prev:before, .slick-next:before{
	content:'';
}
.slick-prev, .slick-prev:hover, .slick-prev:focus{
	background:url('../images/left.png')
}
.slick-next, .slick-next:hover, .slick-next:focus{
	background:url('../images/right.png')
}
.slick-arrow{
	width:21px;
	height:35px;
}
.events_info{
    margin:auto;
	width:1200px;
}
.events_info .title{
	height:50px;
	font-size:37px;
	font-family:Microsoft YaHei;
	font-weight:bold;
	color:rgba(44,44,44,1);
	line-height:60px;
	margin-top:50px;
}
.newest_events_center .events_info .content{
	font-size:24px;
	font-family:Microsoft YaHei;
	font-weight:400;
	color:rgba(44,44,44,1);
	line-height:43px;
	margin-top:35px;
}
.newest_events_center .events_to_detail{
	float:right;
	padding-right:10px;
	margin-top:10px;
}
.newest_events_center .events_btn{
	width:125px;
	height:38px;
	background:rgba(34,149,255,1);
	border-radius:19px;
	font-size:19px;
	font-family:Microsoft YaHei;
	font-weight:400;
	color:rgba(255,255,255,1);
	line-height:24px;
}
.news_focus{
	margin-top:-4px;
}
.news_focus h4{
	height:19px;
	font-size:21px;
	font-family:Microsoft YaHei;
	font-weight:400;
	color:#2C2C2C;
	/*line-height:36px;*/
	display:inline-block;
}
.news_focus span{
	border-radius: 19px;
    border: 1px solid #b9b9b9;
    width: auto;
    height: 22px;
    font-size: 13px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #B9B9B9;
    line-height: 20px;
    padding: 1px 16px;
	float:right;
	margin-top:5px;
	margin-right:6px;
}
.title_txt{
	margin-top:32px;
}
.title_txt h4{
	width:auto;
	height:19px;
	font-size:21px;
	font-family:Microsoft YaHei;
	font-weight:400;
	color:#2C2C2C;
	display:inline-block;
}
.title_txt span{
	border-radius: 19px;
    border: 1px solid #b9b9b9;
    width: auto;
    height: 22px;
    font-size: 13px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #B9B9B9;
    line-height: 20px;
    padding: 1px 16px;
	float:right;
	margin-top:5px;
	margin-right:6px;
}
.blue_line{
	width:100%;
	height:5px;
	background:rgba(255,255,255,1);
	margin-top:4px;
}
.blue_line .blue_line_small{
	width:86px;
	height:4px;
	background:rgba(54,157,255,1);
}
.blue_line .blue_line_length{
	width:100%;
	height:1px;
	background:rgba(54,157,255,1);
}
.events_list li{
	width:100%;
	height:167px;
	border-bottom:1px solid rgba(226,226,226,1);
	padding:27px 0;
}
.events_list li.last{
	border-bottom:none;
}
.events_list_img{
	width:178px;
	height:111px;
	float:left;
}
.events_list_img img{
	width:178px;
	height:111px;
}
.events_list_info{
	width:375px;
	height:111px;
	float:left;
	margin-left:20px;
}
.events_list_info b{
	height:29px;
	font-size:19px;
	font-family:Microsoft YaHei;
	font-weight:bold;
	color:rgba(44,44,44,1);
	line-height:29px;
}
.events_list_info_date{
	height:27px;
	font-size:16px;
	font-family:Microsoft YaHei;
	font-weight:400;
	color:rgba(44,44,44,1);
	line-height:27px;
	margin:4px 0 30px 0;
}
.events_list_detail span{
	height:16px;
	font-size:16px;
	font-family:Microsoft YaHei;
	font-weight:400;
	color:rgba(44,44,44,1);
	line-height:16px;
}
.events_list_detail span.more a{
	color:rgba(34,149,255,1);
	float:right;
	text-decoration:none;
}