
.kv{ 
	background-image: url(../images/csr/csr_kv.jpg); 
} 

 

.search{
	/*text-align: center;*/
	font-size: 16px;
	margin-bottom: 27px;
}
.search label{
	margin-right: 48px;
	padding: 16px 0;
	margin-left: 230px;
}
.search select{
	padding: 6px;
	font-size: 16px;
}
.search select:nth-of-type(1){
	margin-right: 48px;
}
.years{
	display: none
}

.press-list {

}
.press-list .press{
	display:block;
	padding-bottom: 22px;
	margin-bottom: 22px;
	border-bottom: 1px solid #d2d2d2;
	font-size: 14px;
	text-decoration: none;
	overflow: hidden;
}
.title-image{
	float: 	left;
	width: 182px;
	margin-right: 46px;margin-top: 0.5em;
}
.article{
	overflow: hidden;
}
.time,
.title{
	line-height: 1.8
}
.time{
	color: #6a6a6a;
	font-size: 23px;
}
.title{
	font-size: 23px;
}
.body{
	font-size: 16px;
}
.page{
	text-align: center;
	margin-bottom: 22px;
}
.page-item{
	font-size: 14px;
	color: #000;
	border: 1px solid #000;
    padding: 6px 12px;
    margin-right: 0.5em;
    text-decoration: none;
}
.page-item:last-of-type{
	margin-right: 0;
}
.page-item.current,
.page-item:hover{
	background-color: #000;
	color: #fff;
	text-decoration: none;
}



 /*ccs-4*/
.whj_jqueryPaginationCss-4 {
    display: inline-block;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.whj_jqueryPaginationCss-4 div {
    display: inline-block;
	font-size: 14px; 
    margin-right: 0.5em;
    text-decoration: none;
}

.whj_jqueryPaginationCss-4 .whj_padding {
    padding: 6px 12px;
} 
.whj_jqueryPaginationCss-4 .whj_bgc { 
    color: #000;
}

.whj_jqueryPaginationCss-4 .whj_border { 
	border: 1px solid #000; 
}

.whj_jqueryPaginationCss-4 .whj_color {
    color: #907272;
}

.whj_jqueryPaginationCss-4 .whj_hover.hover {
	background-color: #000;
	color: #fff;
	text-decoration: none;
	cursor: pointer;
}

.whj_jqueryPaginationCss-4 .whj_checked { 
	background-color: #000;
	color: #fff;
	text-decoration: none;
}

.whj_jqueryPaginationCss-4 .whj_hoverDisable {
    opacity: 0.5;
    filter: alpha(opacity=50);
}

.whj_jqueryPaginationCss-4 select {
    height: 28px;
    vertical-align: bottom;
    padding: 0px;
    outline: none;
}

.whj_jqueryPaginationCss-4 input {
    padding: 0px;
    height: 26px;
    outline: none;
    text-align: center;
    width: 60px;
    vertical-align: bottom;
}

.whj_jqueryPaginationCss-4 div, .whj_jqueryPaginationCss-4 input, .whj_jqueryPaginationCss-4 select {
    margin: 2px;
}

/*只有设置显示总页数时，该样式才生效*/
.whj_jqueryPaginationCss-4 .whj_totalSizeSingle {
    margin-left: -8px;
}



.fadeInCdb {
	-webkit-animation-name: fadeInCdb;
	animation-name: fadeInCdb; 
}

@-webkit-keyframes fadeInCdb {
	0% {
		top: 40px; 
		transform: translateY(20%);
		border-bottom: 1px solid transparent;
		opacity: 0.5;
	}
	100% {
		top: 0; 
		transform: translateY(0%);
		border-bottom: 1px solid #d2d2d2;
		opacity: 1;
	}
}

@keyframes fadeInCdb {
	0% {
		top: 40px; 
		transform: translateY(20%);
		border-bottom: 1px solid transparent;
		opacity: 0.5;
	}
	100% {
		top: 0; 
		transform: translateY(0%);
		border-bottom: 1px solid #d2d2d2;
		opacity: 1;
	}
}
@media screen and (max-width:640px) {
	
	.kv{  
		background-image: url(../images/csr/csr_kv_sp.jpg); 
	}  
	
	.search:after{
		content: " ";
		display: block;
		clear: both;
	}
	.search label{
		display: none;
	}
	.search select{
		padding: 6px;
		width: 45%;
		float: right;
	}
	.search select:nth-of-type(1){
		float: left;margin-right:0; 
	}

	.title-image{
		width: 18%;
		margin-right: 5%;
	}
}
