/* 智库专家 */

.expert{
	width: 100%;
	padding: 30px 0;
}
.expertHead{
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
}
.expertNav{
	display: flex;
	align-items: center;
	max-width: calc(100% - 200px);
	margin: 0 0 0 auto;
}
.expertNav a{
	text-align: right;
	color: #595959;
	font-size: 14px;
	width: auto;
	padding: 5px 8px;
	transition: all 0.5s;
}
.expertNav a:first-child{
/*	font-size: 16px;
	color: #fff;
	padding: 5px 15px;
	border-radius: 30px;
	margin-right: 50px;
	background-color: #3da1d2;*/
}
.expertNav a:hover{
	color: #3da1d2;
}
.expertNav a:first-child:hover{
/*	color: #fff;*/
}


/* 轮播1 */
.expert_swiperPostiton{
	position: relative;
	max-width: 1300px;
	margin: 0 auto;
}

.expert_swiper{
	margin-top: 20px;
        width: 92%;
        margin: 12px auto;
}


/* 左右按钮 */
.expert_swiper .swiper-button-next,
.expert_swiper .swiper-button-prev{
	width: 30px;
	height: 75px;
	margin-top:-20px;
	background-color: #c5d6ec;
	background-size: 12px 20px;
	
}
/* 左 */
.expert_swiper .swiper-button-prev{
	background-image: url(../../../images/homeleft_11.png);
}
/* 右 */
.expert_swiper .swiper-button-next{
	background-image: url(../../../images/homerigth_12.png);
}

.banner_indexExpert a p{
	text-align: center;
	margin-top: 10px;
}

/* 智库快讯 */
.bulletin{
	width: 100%;
	padding: 10px 0;
	position: relative;
	/*background-color: #fff;*/
	background-position:70px 40px;
}
/*.bulletin::before{
	position: absolute;
	content: "";
	top: 0;
	right: 0;
	width: 60%;
	height: 100%;
	z-index: 1;
	background: #f3f3f3;
}*/
.bulletinHead{
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	position: relative;
	z-index: 2;
}


.bulletinBody{
	position: relative;
	z-index: 2;
	width: 100%;
	margin-top: 20px;
	padding-bottom: 20px;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
.bulletinBody .time{
	width: 48%;
}
.bulletinBody .time002{
	width: 48%;
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	justify-content: space-between;
}



.bulletinBody .time a .img{
	width: 100%;
	overflow: hidden;
}
.bulletinBody .time a img{
	width: 100%;
	height: 100%;
	transition: all 1s;
}
.bulletinBody .time a:hover img{
	transform: scale(1.05);
}
.bulletinBody .time .tiem{
	font-size: 14px;
	color: #4586e7;
	line-height: 19px;
	margin: 31px 0 10px;
	
}
.bulletinBody .time a .title{
	font-size: 24px;
	color: #333;
	line-height: 36px;
	font-weight: 400;
	margin-bottom: 15px;
	transition: all 0.5s;
}
.bulletinBody .time a:hover .title{
	color: #0c3670;
}


.bulletinBody .time .p{
	font-size: 14px;
	color: #999;
	line-height: 24px;
	overflow: hidden;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}


/*  */
.bulletinBody .time002 a{
	width: 47%;
	margin-bottom: 60px;
}
.bulletinBody .time002 a .tiem{
	font-size: 14px;
	color: #4586e7;
	line-height: 19px;
	margin: 15px 0 8px;
	
}
.bulletinBody .time002 a .text{
	font-size: 16px;
	color: #333;
	line-height: 26px;
	font-weight: 400;
        white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
/*	display: -webkit-box;*/
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
	transition: all 0.5s;
}
.bulletinBody .time002 a:hover .text{
	color: #0c3670;
}
.bulletinBody .time002 a .img{
	width: 100%;
	height: 160px;
	overflow: hidden;
}
.bulletinBody .time002 a img{
	width: 100%;
	height: 100%;
	transition: all 1s;
}
.bulletinBody .time002 a:hover img{
	transform: scale(1.05);
}