/* 列表页 */
.hreder { height: 164px !important; }
.listCon { width: 1200px; margin: 0 auto; margin-bottom: 30px; overflow:hidden; min-height:400px;}
p.position { font-size: 14px; line-height: 34px; height: 34px; padding-top: 8px; border-bottom: 1px solid #e5e5e5; margin-bottom: 30px; }

/* 右侧内容区域 */
.listCon_title{font-size: 18px; height: 38px; vertical-align: top; color:#005684;}
.listCon p{font-size: 14px; line-height: 24px; margin-bottom:24px;}

/* 右侧文章列表样式 */
.listCon h1 { height: 45px; line-height: 45px; border-bottom: solid 1px #cccccc; font-size: 22px; font-weight: bold; margin-bottom:20px; }
.listCon h1 span, .listCon_R h1 span a { display: inline-block; width: auto; border-bottom: solid 2px #036eb8; color: #036eb8; font-size: 22px; }
.conList_ul li { height: 40px; line-height: 40px; border-bottom: 1px dotted #ddd; font-size: 14px; vertical-align: middle; }
.conList_ul li span{float: right;}
.conList_ul li a { background: url(/xian_customs/uiFramework/commonResource/image/2016081616015348895.png) 5px center no-repeat; padding-left: 15px; display: inline-block; color: #555; float: left; font-size: 14px; }

/* 分页样式 */
.gg_page{height: 31px; width: 625px; padding-left:395px; padding-top: 50px;}
.easysite-page-wrap{width: 330px; float: left;}
.easysite-page-wrap a { display: inline-block; padding: 5px 18px; border: solid 1px #7c7c7c; color: #7c7c7c; margin-right: 5px; }
.easysite-page-wrap a:hover { background:#09518b; color:#fff; border:1px solid #09518b; }
.easysite-total-page { margin-right: 20px; float: left; line-height: 31px; }
.easysite-jump-page { width: 170px; float: left; line-height: 31px; }
.easysite-page-text { display: inline-block; padding: 5px 10px; border: solid 1px #7c7c7c; color: #7c7c7c; }
.easysite-jump-btn { display: inline-block; margin-top: -5px; background: none; color: #000; font-size:14px; font-weight:bold; color:#09518b; cursor:pointer;}

/* 下载中心 */
.loadTol{font-weight:normal; color:red; margin-left:5px;}
.loadTol>span{float:none !important;}

/*业务咨询*/
.zxxzCon{border:1px solid #2e5c9a; padding:20px;}
.zxxzCon h3{color:#2e5c9a; font-size:18px; margin-bottom:20px; font-weight:bold;}
.zxxzCon p.p1{font-size:14px; line-height:26px; margin:0;}
.zxxzCon a.confire{padding:10px 30px; background:#2e5c9a; color:#fff; font-size:14px; cursor:pointer;}
.xxcxCon{width: 800px; border: 1px solid #2e5c9a; margin: 0 auto;overflow: hidden; padding-bottom: 20px; display:none;}
.xxcxCon h3{height: 40px; line-height: 40px; text-indent: 20px; background: #2e5c9a; color:#fff; font-size:16px;}
ul.xxzxList{overflow: hidden; width: 850px;}
ul.xxzxList li{width: 224px;  height: 38px; border: 1px solid #ccc; line-height: 40px; list-style: none; background: #f5f5f5; float: left; margin:20px 20px 0; text-align: center;}
ul.xxzxList li a{text-decoration: none; font-size: 14px; color:#2e5c9a; display: block;}
ul.xxzxList li:hover{background: #2e5c9a;}
ul.xxzxList li:hover a{color:#fff;}


.easysite-survey-page .easysite-page-title h3{font-size: 24px !important; font-weight: bold; color:#08518b !important;}
.easysite-survey-page .easysite-page-title{padding-bottom:10px !important;}

/* 适配代码 */
@media screen and (max-width:1199px) {
	* { box-sizing: border-box; }
	p.position { height: auto; line-height: 2em; }
	.listCon { width: 100%; padding: 0 20px 20px; }
	.listCon table { width: 100% !important; }
	.listCon .listCon { padding: 0; }
	.gg_page { width: 100%; padding-top: 0; margin-top: 20px; height: auto; display: flex; justify-content: center; align-items: center; padding-left: 0; }
	.easysite-result-title h3 { height: auto !important; }
}
@media screen and (max-width:1024px) {
	.easysite-jump-page { display: none; }
	.conList_ul li a { max-width: 70%; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
	.xxcxCon { width: 100%; padding-bottom: 0; }
	ul.xxzxList { width: 100%; display: flex; flex-wrap: wrap; justify-content: space-between; padding: 0 10px; }
	ul.xxzxList li { width: 24%; margin: 10px 0; }
}
@media screen and (max-width:800px) {
	.easysite-total-page { display: none; }
	.easysite-page-wrap { display: flex; width: 100%; float: none; }
	.easysite-page-wrap a { width: 25%; padding: 5px; text-align: center; }
}
@media screen and (max-width:460px) {
	.zxxzCon { padding: 10px; }
	ul.xxzxList li { width: 49%; margin: 10px 0; }
}