
.zjzd{
	width: 100%;
	height: 100%;
	margin-top: 50px !important;
	    display: inline-table;
	    margin-bottom: 50px !important;
	margin: 0 auto;
}
.zjzd .title{
	width: 100%;
	height: 100px;
	margin: 0 auto;
}
.zjzd .title h3{
    width: 205px;
    height: 60px;
    line-height: 60px;
    margin: 0 auto;
    font-size: 49px;
    font-weight: bold;
    color: black;
    text-align: center;
}
.zjzd .title p{
	width: 300px;
	height: 40px;
	line-height: 40px;
	color: #323332;
	margin: 0 auto;
	font-size: 16px;
	text-align: center;
}





.xc{
	width: 84%;
	height: 100%;
	margin: 0 auto;
}
.xc li{
	    width: 16%;
	    height: 329px;
	    float: left;
	    margin: 1vw 1.2548vw;
	    transition: 0.5s;
}
.xc li:hover img{
	       transform: scale(1.05,1.03);
	    transition: 0.5s;
	
}
.xc li:hover p{
	   background-color: #f08300;
	   color: #fff;	   
	transition: 0.5s;
}
.xc li:nth-child(4n){
/* 	width: 367px;
	height: 573px;
	float: right;
	margin-right: 0px; */
}


.xc li a{
	width: 100%;
	height: 100%;
}
.xc .img{
width: 100%;
    height: 90%;
    padding: 10px 10px;
    background-color: #f8f8f8;
		
}
.xc .img img{
	width: 100%;
	    height: 100%;
	    transition: 0.5s;
}
.xc p{
width: 100%;
    height: 10%;
    background-color: #f5f5f5;
    font-size: 16px;
    color: black;
    transition: 0.5s;
    text-align: center;
    line-height: 37px;
	overflow:hidden;
		text-overflow:ellipsis;
		white-space:nowrap
		padding: 0px 13px;
}



@media (max-width:1366px) {
.xc{
	max-width: 94%;
	max-height: 100%;
	margin: 0 auto;
}
.xc li{
	max-width: 263px;
	max-height: 386px;
	float: left;
	margin: 25px 10.9px;
	transition: 0.5s;
}
.xc li:nth-child(4n){
/* 	max-width: 263px;
	max-height: 386px;
	float: right;
	margin-right: 0px; */
}
.xc .img{
	max-width: 263px;
	max-height: 346px;
	padding: 10px 10px;
	    background-color: #f8f8f8;
		
}
	.xc .img img{
		max-width: 243px;
		max-height: 326px;
		transition: 0.5s;
	}
	.xc p{
		max-width: 263px;
		max-height: 40px;
		background-color: #f5f5f5;
		font-size: 14px;
		color: black;
		transition: 0.5s;
		text-align: center;
		line-height: 40px;
	}
}



@media (min-width:768px) {
	
	/* .xc li{
		max-width: 257px;
		max-height: 380px;
		float: left;
		margin: 29px 43.1px;
		transition: 0.5s;
	}
	 */
}














.pagelist{
	      width: 771px;
	      height: 27px;
		      clear: both;
	      /* background-color: red; */
	      margin-top: 50px !important;
	      margin: 0 auto;
}
.pagelist ul{
	      width: 771px;
	      height: 27px;
	      /* background-color: red; */
	      margin-top: 50px !important;
	      margin: 0 auto;
}
.pagelist #page{
	width:1000px;
	height: 50px
}

.pagelist ul li{
	float: left;
	width:80px;
	margin-top: 42px;
	height: 27px;
	display: inline;
	margin-right:30px;
	text-align: center;
	line-height: 27px;
	color: black;
	font-size: 15px;
	transform: initial;
	transition: 0.5s;
}
.pagelist li{
	font-size:15px;
	border: 1px solid #7F7F7F;
	color: black;
}
.pagelist li a{
	font-size: 15px;
	color: black;
}
.pagelist ul li #udowsPage{
	border: none;
}
.pagelist ul li:hover{
	float: left;
	width:80px;
	height: 27px;
	border: 1px solid #004ca2;
	border-radius: 10px 10px;
	/* box-shadow: 3px 7px 17px 5px #989595; */
	transition: 0.5s;
}
#udowsPage{
	background-color: #fff;
}
