
.div {
	width: 1300px;
	margin: 0 auto;
}

.hkl_paging_div {
	width: 95%;
	margin: 0 auto;
	margin-top: 20px;
}

.hkl_paging_left {
	width: 215px;
	min-height: 750px;
	float: left;
	margin-left: 10px;
}

.hkl_paging_title {
	width: 170px;
	min-height: 300px;
	text-align: center;
	background: #475F9C;
	color: #fff;
}
.hkl_paging_title>span {
	display: block;
	width: 100%;
	font-weight: 300;
	font-size: 15px;
	height: 50px;
	line-height: 50px;
}

.hkl_paging_span {
	width: 100%;
	margin-top: 15px;
	margin-bottom: 15px;
	padding-bottom: 20px;
}

.hkl_paging_span>a {
	width: 80%;
	display: block;
	text-align: left;
	color: #FFFFFF;
	margin: 10px 0 10px 25px;
}

.hkl_paging_texta {
	width: 70%;
	margin-top: 20px;
	margin-left: 5px;
}

.hkl_paging_texta>a {
	display: block;
	width: 100%;
	line-height: 20px;
	margin: 10px 0 10px 0;
	color: #667AAD;
	font-size: 15px;
}

.hkl_paging_right {
	width: 85%;
	margin-left: 235px;
	border-left: 1px solid #EBEBEB;
}

.hkl_paging_right_title {
	width: 100%;
	height: 30px;
	margin-left: 30px;
}

.hkl_paging_right_title>div {
	width: 5px;
	height: 22px;
	float: left;
	background: #475F9C;
	margin: 0 10px 0 -10px;
}

.hkl_paging_right_title>span {
	height: 22px;
	line-height: 22px;
	float: left;
	color: #475F9C;
	font-size: 22px;
	font-weight: 700;
}

.hkl_paging1_right_text {
	width: 80%;
	margin: 30px 0 20px 60px;
}

.hkl_paging1_right_text>a {
	display: block;
	color: #50596E;
	font-size: 18px;
	margin: 5px 0 10px 0;
	position: relative;
}
.angle{
	position: absolute;
	top:0;
	left:0;
}
.txt{
	margin-left: 20px;
	/*max-width: 100%;*/
	height: 24px;
	margin-right: 96px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: block;
}

.hkl_paging1_right_text>a>span {
	background: #fff;
}

.hkl_paging1_time {
	display: inline-block;
	float: right;
	font-size: 17px;
	position: absolute;
	right:0;
	top:0;
}

.hkl_paging_paging {
	width: 80%;
	text-align: center;
	padding: 50px 0 50px 0;
}

.hkl_paging_paging>a {
	display: inline-block;
	margin-left: 5px;
	color: #50596E;
}


/*点*/

.dot_span {
	display: block;
	position: absolute;
	width: 820px;
	height: 100%;
	left: 0px;
	top: 0px;
	overflow: hidden;
	line-height: 14px;
	z-index: -1;
	margin-left: 20px;
}

.hkl_paging1_right_txt {
	width: 100%;
	margin: 0 auto;
	margin-left: 30px;
	margin-bottom: 20px;
}

.hkl_paging1_right_txt_title {
	width: 93%;
	text-align: center;
	display: block;
	font-size: 22px;
	margin: 0 auto;
	padding: 10px 0 15px 0;
	margin-left: 0px;
}

.hkl_paging1_right_txt_content {
	width: 94%;
	display: block;
	line-height: 25px;
}

.hkl_paging1_right_txt_content img {
	max-width: 900px;
}
.card{
	overflow: hidden;
	margin-top: 50px;
	padding:0 1%;
}
.card>div{
	float: left;
	width:22%;
	margin:0 1%;
	margin-bottom: 40px;
}
.card>div img{
	width:100%;
	display: block;
	height: 300px;
	margin-bottom: 15px;
}
.card>div p{
	color: rgb(42,42,42);
	text-indent:14px;
	font-size: 14px;
	line-height:20px;
	height: 60px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
 .card>div a{
	 color: #475F9C;
	 float: right;
	 line-height:26px;
}