@charset "utf-8";

.academic{
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
	margin-top: 25px;
}
.academic_box{
	max-width: 1184px;
	background: #FFFFFF;
	border-radius:10px;
	margin: 0 auto;
	overflow: hidden;
	padding: 11px 16px 20px 16px;
	margin-bottom: 130px;

}

.academic_con{
	width: 100%;
	overflow: hidden;
	height: 180px;
	margin-top: 25px;
	border-bottom:1px dashed #dcdddd;
	padding-bottom: 30px;
}
.academic_con:nth-last-child(2){
	border-bottom:0px dashed #dcdddd;
}
.academic_con .academic_con_img{
	float: left;
	width:264px;
	height: 180px;
	overflow: hidden;
	margin-left: 10px;
}
.academic_con .academic_con_img img{
	width: 100%;
	height: 100%;
}
.academic_con .academic_con_center{
	float: left;
	padding-left: 22px;
}
.academic_con .academic_con_center h2{
	width: 842px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow:ellipsis;
	font-size: 22px;
	line-height: 1;
	padding-top: 5px;
	padding-bottom: 15px;
}
.academic_con .academic_con_center h3{
	width: 842px;
	line-height: 30px;
	font-size: 15px;
	color: #666666;
	/*overflow: hidden;
	white-space: nowrap;
	text-overflow:ellipsis;*/
}
.academic_con .academic_con_right{
	width: 106px;
	height: 100%;
	float: right;
	position: relative;
	margin-right: 10px;
	
}
.academic_con .academic_con_right a{
	color: #FFFFFF;
}
.academic_con .academic_con_right h2{
	font-size: 15px;
	color: #666;
	position: absolute;
	top: 8px;
	right:0;
	
}
.academic_con .academic_con_right h2 i{
	color: #ff0000;
}
.academic_con .academic_con_right h3{
	position: absolute;
	right: 0;
	bottom: 20px;
}
.academic_con .academic_con_right .academic_btn01,.academic_con .academic_con_right .academic_btn02,.academic_con .academic_con_right .academic_btn03{
	background:#ff9999;
	border: none;
	width: 108px;
	height: 34px;
	border-radius:7px ;
	font-size: 16px;
	color: #fff;
	line-height: 34px;
}
.academic_con .academic_con_right .academic_btn02{
	background:#149be9;
}
.academic_con .academic_con_right .academic_btn03{
	background:#cccccc;
}

/*详情页*/

.academic_con_info{
	padding-top: 21px;
	width: 1120px;
	margin: 0 auto;
	position: relative;
}
.academic_title{
	text-align: center;
	font-size: 28px;
	color: #0066cc;
	line-height: 1;
	padding-bottom: 18px;
	text-align: left;
	padding-left: 80px;
}
.academic_info_top{
	padding-left: 135px;
	line-height: 36px;
	border-bottom:1px dashed #bfbfbf;
	padding-bottom: 10px;
	position: relative;
}
.academic_info_top p{
	font-size: 16px;
	color: #333333;
}
.academic_info_top p i{
	color: red;
}
.academic_info_btn{
	background: #149be9;
	width: 108px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	color: #FFFFFF;
	border-radius: 5px;
	position: absolute;
	right: 149px;
	bottom: 20px;
	
}
.academic_info_btn a{
	color: #FFFFFF;
}

.academic_info_con{
	padding-left: 135px;
}

.academic_info_con h2{
	font-size: 16px;
	color: #333333;
	font-weight: bold;
	margin-top: 22px;
	padding-bottom: 5px;
}
.academic_info_con h3{
	line-height: 35px;
	font-size: 16px;
	color: #333333;
}
.academic_info_con p{
	line-height: 35px;
	font-size: 16px;
	color: #333333;
	padding-left: 50px;
}

.academic_gb{
	text-align: center;
	padding-bottom: 60px;
	padding-top: 202px;
}
.academic_gb a{
	color: #999999;
}
