﻿.con{
	width: 100%;
	height: 100%;
	padding: 150px;
}
.con .zixun-title{
	font-size: 24px;
	display: inline-block;
	margin-bottom: 50px;
	margin-right: 30px;
	color: #999;
}
.con .current{
	color: #333;
}
.con .BN{
	font-size: 14px;
	color: #999;
	display: inline-block;
	height: 40px;
	line-height: 40px;
	margin-bottom: 20px;
	transition: 0.2s;
}
.con .BN:hover{
	text-decoration: underline;
	color: #033e99;
}
.con ul li{
	float: left;
	width: calc(33.33% - 20px);
	display: block;
	margin-right: 20px;
	transition: 0.2s;
	overflow: hidden;
	float: left;
	margin-bottom: 40px;
	position: relative;
}
.con ul li a{
	width: 100%;
	height: 100%;
	display: block;
	position: relative;
}
.con ul li a .img{position: relative;}
.con ul li a .img:before{content:" "; padding-top:75%; display:block;}
.con ul li a img{position: absolute;
	width: 100%;
	display: block; height:100%;top:0;left:0;
	transition: 0.2s;
}
.con ul li a.tips-a{
	position: absolute;
	display: block;
	left: 20px;
	top: 20px;
	width: auto;
	height: 36px;
	background: #b54242;
	line-height: 36px;
	text-align: center;
	border-radius: 3px;
	transition: 0.2s;
	font-size: 14px;
	color: #fff;
	font-weight: normal;
	padding-left: 10px;
	padding-right: 10px;
}
.con .con-t{
	height: 200px;
	width: 100%;
	background: #fff;
	padding: 30px;
}
.con .con-top{
	height: 120px;
	width: 100%;
	border-bottom: 1px solid #ddd;
}
.con .con-top .con-t-l{
	width: 80px;
	height: 80px;
	border-right: 1px solid #ddd;
	display: inline-block;
	vertical-align: top;
}
.con .con-top .con-t-l b{
	font-size: 50px;
	line-height: 50px;
	display: inline;
	margin-bottom: 10px;
}
.con .con-top .con-t-l span{
	font-size: 12px;
	color: #999;
}
.con .con-top .con-t-r{
	width: calc(100% - 85px);
	vertical-align: top;
	height: 120px;
	display: inline-block;
	padding: 0 10px;
}
.con .con-top .con-t-r h1{
	font-size: 16px !important;
	font-weight: 800;
	color: #333;
	width: 100%;
	overflow: hidden;
	font-size: large;
	white-space: nowrap;
	text-overflow: ellipsis;
	transition: 0.2s;
}
.con .con-top .con-t-r p{
	font-size: 14px !important;
	color: #999;
	width: 100%;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
	margin-top: 10px;
}
.con .con-bottom em{
	float: left;
	font-size: 12px;
	color: #999;
	line-height: 40px;
	font-style: normal;
}
.con .con-bottom i{
	float: right;
	background: url(img/zixun-right.png) center no-repeat;
	width: 34px;
	height: 40px;
	background-size: 80%;
	transition: 0.2s;
	opacity: 0.5;
}
.con a:hover i{
	margin-right: 10px;
	opacity: 1;
}
.con li:hover{
	box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
}
.con li:hover h2{
	color: #033e99 !important;
}
.con li:hover img{
	transform: scale(1.02);
	-ms-transform:scale(1.02);
	-moz-transform:scale(1.02);
	-webkit-transform:scale(1.02);
	-o-transform:scale(1.02);
	opacity: 0.9;
}
.page a.prev_page,.page a.next_page {
    border: 0;
    background-position: center center;
    background-repeat: no-repeat;
}
.pagination .current{color:#fff;background-color: #033e99;}



.pagination a:hover {
    display: inline-block;
    width: 50px;
    height: 50px;
    font-size: 16px;
    color: #fff;
    border-radius: 50%;
    background-color: #033e99;
    /* border: 1px solid #cdcdcd; */
    line-height: 50px;
    text-align: center;
    margin: 0 5px;
    vertical-align: middle;
}
.pagination a {
    display: inline-block;
    width: 50px;
    height: 50px;
    font-size: 16px;
    color: #666666;
    border-radius: 50%;
    /* border: 1px solid #cdcdcd; */
    background-color: #fff;
    line-height: 50px;
    text-align: center;
    margin: 0 5px;
    vertical-align: middle;
    transition: all .5s;
    box-shadow: 0 0 15px #e0e0e0;
}

.pagination a.prev_page{background-image: url(../images/prev_page.png)}

.pagination a.next_page{background-image: url(../images/next_page.png)}

.pagination{font-size: 0;padding-bottom: 90px;}

.page { clear:both;}