
.zjzd{
	width: 100%;
	    height: 100%;
	    margin-top: 25px !important;
	    /* display: inline-table; */
	    margin-bottom: 25px !important;
	    margin: 0 auto;
}
.zjzd .title{
	    width: 100%;
	    height: 90px;
	    margin: 0 auto;
}
.zjzd .title h3{
  width: 205px;
      height: 40px;
      line-height: 40px;
      margin: 0 auto;
      font-size: 26px;
      font-weight: bold;
      color: black;
      text-align: center;
}
.zjzd .title p{
width: 300px;
    height: 30px;
    line-height: 29px;
    color: #323332;
    margin: 0 auto;
    font-size: 14px;
    text-align: center;
}





.xc{
	width: 84%;
	height: 100%;
	margin: 0 auto;
}
/* .xc li{
	width: 387px;
	height: 593px;
	float: left;
	    margin: 1vw 0.37vw;
	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: 387px;
	height: 553px;
	padding: 10px 10px;
	    background-color: #f8f8f8;
		
}
.xc .img img{
	width: 367px;
	height: 533px;
	transition: 0.5s;
}
.xc p{
	width: 387px;
	height: 40px;
	background-color: #f5f5f5;
	font-size: 16px;
	color: black;
	transition: 0.5s;
	text-align: center;
	line-height: 40px;
}



@media (max-width:1366px) {
.xc{
	max-width: 94%;
	max-height: 100%;
	margin: 0 auto;
}
.xc li{
    max-width: 293px;
    max-height: 416px;
    /* float: left; */
    /* padding: 20px 0px; */
    margin-bottom: 20px !important;
    margin: 0 auto;
    /* margin: 20px 0px 20px 0px; */
    /* 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: 293px;
	    max-height: 376px;
	    padding: 10px 10px;
	    background-color: #f8f8f8;
		
}
	.xc .img img{
	max-width: 273px;
	    max-height: 356px;
	    transition: 0.5s;
	}
	.xc p{
	    max-width: 293px;
	    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: 152px;
	       height: 27px;
	       clear: both;
	       /* background-color: red; */
	       margin-top: 25px !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;
}



.f22 {
    width: 100%;
    height: 70px;
    background-color: #efefef;
}
.f22 .center {
    width: 95%;
    height: 70px;
    margin: 0 auto;
}
.f22 .fl-fl1 {
    width: 33.333333333333333%;
    height: 44px;
    font-size: 14px;
    margin-top: 14px;
    border-right: 2px solid #efefef;
    /* margin-right: 30px; */
    float: left;
    background-color: #fff;
	transition: 0.5s;
}
.f22 .fl-fl1 a {
    width: 100%;
    height: 44px;
    display: block;
    text-align: center;
    margin: 0 auto;
    line-height: 44px;
    color: black;
    font-size: 16px;
	transition: 0.5s;
}
.f22 .fl-fl1:hover{
  background-color: #f08300;
  transition: 0.5s;
}
.f22 .fl-fl1:hover a{
  color: #fff;
  transition: 0.5s;
}