.events_title{
	border-bottom:1px solid #2a63b3;
	overflow: hidden;
         margin-top:38px;
}
.events_title>a{
	float:right;
	font-size:14px;
	color:#777777;
	margin-top:16px;
}
.events_title>a:hover{
	color:#333;
}
.events_title>div{
	display: inline-block;
	float:left;
    height: 40px;
    line-height: 40px;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    padding: 0px 40px 0px 20px;
    background: url(../images2026/t_bg.jpg);
    background-size: 100% 100%;
}
.events_list{
	overflow: hidden;
	margin-top:30px;
}
.events_list>li{
	float:left;
	width:340px;
	margin-right:59px;
}
.events_list>li:nth-child(3n){
	margin:0px;
}
.events_img{
	height:220px;
	overflow: hidden;
}
.events_img>img{
	width:100%;
	height:100%;
	transition: all 500ms;
	-moz-transition: all 500ms;	/* Firefox 4 */
	-webkit-transition: all 500ms;	/* Safari 和 Chrome */
	-o-transition: all 500ms;
}
.events_img>img:hover{
	transform: scale(1.1, 1.1);
}
.events_con{
	font-size:16px;
	line-height: 26px;
	margin-top:10px;
	min-height:80px;
	color:#333;
}
.events_con:hover{
	color:#2a63b3;
}
.article_list{
	margin-top:10px;
}
.article_list>li{
	padding:20px 0px;
	border-bottom:1px solid #e9e9e9;
	overflow: hidden;
}
.article_date{
	float:left;
	width:80px;
	height:80px;
	text-align: center;
	background-color: #f2f2f2;
}
.article_date_t{
	font-size:40px;
	font-family: 'Times New Roman';
	color:#333;
}
.article_date_m{
	font-size:16px;
	color:#848484;
	margin-top:-10px;
}
.article_con{
	float:right;
	display: block;
	width:1020px;
}
.article_con>h4{
	font-size:20px;
	color:#333;
	font-weight: 600;
	margin:0px;
}
.article_con>h4:hover,.even_name:hover{
	color:#253f9c;
}
.article_con>p{
	font-size:14px;
	color:#919191;
	margin-top:10px;
	line-height: 24px;
}
.article_con>p:hover,.even_wz:hover{
	color:#333;
}
/*研究报告-新闻列表*/
.even>li{
	padding: 20px 0px;
    border-bottom: 1px solid #e9e9e9;
    overflow: hidden;
}
.even_img{
	width:270px;
	height:170px;
	float:left;
	margin-right:40px;
	overflow: hidden;
}
.even_img>img{
	width:100%;
	height:100%;
	transition: all 500ms;
	-moz-transition: all 500ms;	/* Firefox 4 */
	-webkit-transition: all 500ms;	/* Safari 和 Chrome */
	-o-transition: all 500ms;
}
.even_img>img:hover{
	transform: scale(1.1, 1.1);
}
.even_con{
	float:left;
	width:820px;
}
.even_name{
	font-size: 20px;
    color: #333;
    font-weight: 600;
    margin: 0px;
    margin-top: 10px;
}
.even_wz{
	font-size: 14px;
    color: #919191;
    margin-top: 20px;
    line-height: 24px;
}
.even_date{
	margin-top:10px;
	color: #919191;
	font-size: 14px;
}
.page {
    text-align: center;
    margin-top:20px;
}
.page>ul {
    display: inline-block;
    margin: 10px auto;
    overflow: hidden;
}
.page>ul>li {
    float: left;
    font-size: 12px;
    padding: 4px 10px;
    margin: 0px 6px;
    border-radius: 2px;
    border: 1px solid #c6c6c6;
}
.page>ul>li>a {
    color: #7b7a7a;
}
/*研究报告-文章列表*/
.article_tab{
	float:left;
	overflow: hidden;
	margin-top:5px;
}
.article_tab>a{
	display: block;
	width:100px;
	float:left;
	height:30px;
	font-size:14px;
	color:#666;
	border: 1px solid #e2e2e2;
    border-radius: 15px;
    background: #f4f4f4;
	text-align: center;
	margin-left:10px;
	line-height: 28px;
	border-radius: 20px;
	transition: all 500ms;
	-moz-transition: all 500ms;	/* Firefox 4 */
	-webkit-transition: all 500ms;	/* Safari 和 Chrome */
	-o-transition: all 500ms;
}
.article_tab>a:hover{
	border: 1px solid #2a63b3;
	color:#2a63b3;
}