﻿@import url("system.css");
/*内容页中的分页样式，可以通过覆盖CSS的方法改写*/
#CMS_ConGoPage{height:50px;line-height:50px; width:100%; text-align:center; clear: both; padding: 10px 0; font-family: cursive;font-size: 14px;}#CMS_ConGoPage span{display:inline-block; height:30px; line-height:30px; text-align:center;  width:30px; border: solid #ccc 1px;margin: 10px 3px; color:#ccc;}#CMS_ConGoPage span:hover{background-color: aliceblue;}#CMS_ConGoPage span a,#CMS_ConGoPage span a:hover{text-decoration: none;display:inline-block;color:#000;font-size: 14px;width: 100%;}
#exh_wk2 .exh_li_new .exh_imgdiv{
	width: 100%;
    padding-bottom: 75% ;
    position: relative;
    height: 0;
}
.case_pagenew{
	overflow: hidden;
	display: inline-block;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
}
.case_pagenew a{
	padding: 2px 12px;
    border: 1px #ccc solid;
    display: inline-block;
    margin: 0 10px;
    font-size: 13px;
    color: #666;
	
}