.page{
	width: 1200px;
	margin: auto;
	padding-top: 50px;
	height: 600px;
}
.page_gk{
	float: left;
	width: 490px;
}
.page_gk_title{
	padding-bottom: 30px;
}
.page_gk_text{
    width: 448px;
    height: 200px;
    background: #F1F2F4;
    padding: 20px;
    padding-top: 10px;
    margin-top: 16px;
    color: #666769;
    font-size: 14px;
    line-height: 25px;
    position: relative;
}
.page_gk_text button{
	background: #0146AD;
	color: white;
	border: none;
	outline: none;
	cursor: pointer;
	padding: 12px 22px;
}
.page_dt{
	float: left;
	margin-left: 80px;
	width: 630px;
}
.page_dt_title{
	height: 60px;
}
.page_dt_title a{
	float: right;
	color: #999b9e;
}
.page_dt_con{
	border-top: 1px solid #DADADA;
}
.dt_li{
    width: 100%;
    display: flex;
    padding-bottom: 25px;
    padding-top: 25px;
    padding-left: 6px;
    cursor: pointer;
    border-bottom: 1px solid #DADADA;
}
.dt_li h2{
	margin: 0px;
	color: #BEC2C9;
}
.dt_li h5{
	margin: 0px;
	color: #333333;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.dt_li p{
	margin: 0px;
	color: #666769;
	margin-top: 5px;
}
.dt_li_text_p{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.dt_li_time{
	margin-right: 10px;
}
.dt_li_time p{
	margin-top: -2px !important;
}
.dt_li_text{
	padding-top: 5px;
	width: 556px;
}
.page_fc{
	width: 100%;
	position: relative;
	height: 460px;
}
.fc_bj{
	width: 100%;
}
.fc_img{
	position: absolute;
	z-index: 2;
	width: 100%;
	top: 240px;	
	text-align: center;
}
.fc_img img{
	width: 280px;
	height: 180px;
	margin-left: 5px;
	margin-right: 5px;
}
.page_ds{
	text-align: center;
	width: 1200px;
	margin: auto;
	margin-top: 30px;
	margin-bottom: 80px;
}
.page_ds_con{
	width: 100%;
	display: flex;
	padding-top:30px;
}
.ds_li{
	width: 200px;
	height: 300px;
	margin-left: 10px;
	margin-right: 20px;
	padding: 10px;
	background: #F5F5F5;
	position: relative;
	cursor: pointer;
}
.ds_img{
	border-radius: 50%;
	width: 150px;
	height: 150px;
	overflow: hidden;
	margin: auto;
	margin-top: 20px;
}
.ds_img img{
	width: 100%;
}
.ds_name{
	font-size: 22px;
	padding-top: 40px;
}
.ds_hover{
	display: none;
	position: absolute;
	padding: 10px;
	bottom: 0px;
	left: 0px;
	width: 200px;
	height: 100px;
	background: #0146AD;
	color: white;
	text-align: center;
}
.ds_hover p{
	margin: auto;
	margin-top: 5px;
}
.ds_btn{
	outline: none;
    border: none;
    background: #1858BA;
    color: white;
    margin-top: 8px;
    padding: 6px 12px;
    cursor: pointer;
}
.ds_li:hover .ds_hover{
	display: block;
}
.info{
	width: 80%;
	font-size: 14px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}
