/*
* @Author: sunjijing
* @Date:   2019-09-09 12:00:11
* @Last Modified by:   sunjijing
* @Last Modified time: 2019-09-09 12:00:11
*/
.customs-body { overflow: hidden; padding-top: 70px; margin-bottom: 100px; }
.customs-mkTit { overflow: hidden; margin-bottom: 20px; font-size: 30px; color: #6c7583; font-weight: 100; }
.customs-mkTit a { font-size: 30px; display: inline-block; color: #6c7583; }
.customs-mkTit a.on { color: #154079; font-weight: bold; }
#area1, #area2, #area4, #area5 { margin-bottom: 30px; }

/* 左侧区域 */
.customs-body-left { width: 840px; }
.customs-left-areaHD { height: 46px; background: #f4f4f4; margin-bottom: 12px; }
.customs-left-areaHD a { display: block; float: left; padding: 0 30px; line-height: 46px; font-size: 24px; color: #6c7583; position: relative; }
.customs-left-areaHD a.on i { display: block; width: 0; height: 0; border-style: solid; border-color: #154079 transparent transparent transparent; border-width: 12px; position: absolute; bottom: -20px; left: 50%; margin-left: -12px; }
.customs-left-areaHD a.on { background: #154079; color: #fff; }
.customs-left-list { padding: 0 10px; }
.customs-left-list li { height: 48px; line-height: 48px; vertical-align: middle; border-bottom: 1px solid #d5d5d5; }
.customs-left-list li span { font-size: 14px; color: #7d7d7d; width: 115px; text-indent: 10px; display: inline-block; float: left; }
.customs-left-list li a { font-size: 16px; color: #323232; display: inline-block; float: left; width: 80%; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.customs-left-list li:hover { position: relative; z-index: 5; box-shadow: 0 0 10px #ccc; }
.customs-left-list li:hover a, .customs-left-list li:hover span { color: #01a1ec; }

/* 右侧区域 */
.customs-body-right { width: 390px; }

/* 司局介绍 */
.customs-sjjs-list li { height: 70px; line-height: 70px; border: 1px solid #f0f0f0; background: url(sjjs_bg.jpg); border-bottom: 2px solid #0596e4; margin-bottom: 15px; border-radius: 4px; position: relative; }
.customs-sjjs-list li .icon { margin: 0 35px; }
.customs-sjjs-list li a { font-size: 24px; color: #154079; display: block; }
.customs-sjjs-list li .more { position: absolute; right: 30px; top: 50%; margin-top: -8px; -webkit-transition: all 500ms ease-out; -moz-transition: all 500ms ease-out; -ms-transition: all 500ms ease-out; -o-transition: all 500ms ease-out; transition: all 500ms ease-out; }
.customs-sjjs-list li:hover { box-shadow: 0 0 6px #ccc inset; }
.customs-sjjs-list li:hover a { color: #01a1ec; }
.customs-sjjs-list li:hover .icon { -webkit-transition: all 500ms ease-out; -moz-transition: all 500ms ease-out; -ms-transition: all 500ms ease-out; -o-transition: all 500ms ease-out; transition: all 500ms ease-out; -webkit-transform: rotateY(360deg); -moz-transform: rotateY(360deg); -ms-transform: rotateY(360deg); -o-transform: rotateY(360deg); transform: rotateY(360deg); }
.customs-sjjs-list li:hover .more { right: 15px; }

/* 在线服务 */
.customs-zxfw-item { height: 110px; line-height: 110px; }
.customs-zxfw-item.bsfw { background: url(zxfw_bg1.jpg) no-repeat; margin-bottom: 20px; }
.customs-zxfw-item.xxcx { background: url(zxfw_bg2.jpg) no-repeat; }
.customs-zxfw-item a { display: block; font-size: 30px; color: #fff; }
.customs-zxfw-item img { margin-left: 50px; margin-right: 15px; }
.customs-zxfw-item:hover a { text-shadow: 0 0 6px #ccc; }
.customs-zxfw-item:hover img { -webkit-transition: all 500ms ease-out; -moz-transition: all 500ms ease-out; -ms-transition: all 500ms ease-out; -o-transition: all 500ms ease-out; transition: all 500ms ease-out; -webkit-transform: rotate(360deg); -moz-transform: rotate(360deg); -ms-transform: rotate(360deg); -o-transform: rotate(360deg); transform: rotate(360deg); margin-right: 30px; }

/* 专题专栏 */
.customs-ztzl-item { margin-bottom: 20px; }
.customs-ztzl-item img { width: 100%; }

/* 适配代码 */
@media screen and (max-width: 1260px) {
	.customs-body { padding-top: 30px; margin-bottom: 50px; }
	.customs-body-left { width: 62%; }
	.customs-mkTit a { font-size: 24px; }
	.customs-left-areaHD a { font-size: 18px; padding: 0 10px; }
	.customs-body-right { width: 34%; }
	#area3 .customs-left-areaHD a { font-size: 16px; }
}
@media screen and (max-width: 999px) {
	.customs-body-left, .customs-body-right { width: 100%; }
	#area3 { margin-bottom: 30px; }
	.customs-sjjs-list, .customs-zxfw { overflow: hidden; }
	.customs-sjjs-list li, .customs-zxfw-item { width: 48%; float: left; }
	.customs-sjjs-list li:nth-child(2n+1), .customs-zxfw-item:nth-child(2n+1) { float: right; }
	#area4 { margin-bottom: 15px; }
	.customs-zxfw-item.bsfw { margin-bottom: 0; }
	.customs-ztzl { display: flex; justify-content: space-between; }
	.customs-ztzl-item { margin-bottom: 0; width: 48%; }
}
@media screen and (max-width: 767px) {
	.customs-body { padding-top: 20px; margin-bottom: 20px; }
	.customs-left-areaHD { height: 32px; }
	.customs-left-areaHD a { font-size: 16px; line-height: 32px; }
	#area3 .customs-left-areaHD a { font-size: 14px; padding: 0 5px; }
	.customs-mkTit { font-size: 16px; margin-bottom: 10px; }
	.customs-mkTit a { font-size: 18px; }
	.customs-left-list li { height: 30px; line-height: 30px; }
	.customs-left-list li a { width: 70%; }
	.customs-sjjs-list li, .customs-zxfw-item, .customs-sjjs-list li:nth-child(2n+1), .customs-zxfw-item:nth-child(2n+1) { width: 100%; float: none; }
	.customs-zxfw-item.bsfw { margin-bottom: 15px; }
	.customs-zxfw-item.bsfw, .customs-zxfw-item.xxcx { background-size: cover; }
}
@media screen and (max-width: 449px) {
	.customs-left-areaHD a { font-size: 14px; padding: 0 5px; }
	#area1 .customs-left-areaHD a { width: 50%; text-align: center; }
	#area3 .customs-left-areaHD { height: 64px; }
	#area3 .customs-left-areaHD a { font-size: 12px; padding: 0 5px; display: block; width: 100%; }
	#area3 .customs-left-areaHD a.on i { display: none; }
	.customs-left-list { padding: 0; }
	.customs-left-list li span { width: 90px; }
	.customs-left-list li a { width: 62%; }
	.customs-sjjs-list li a { font-size: 20px; }
	.customs-ztzl { display: inherit; }
	.customs-ztzl-item { width: 100%; }
	.customs-ztzl-item:nth-child(1) { margin-bottom: 15px; }
}