@charset "utf-8";

/*	弹窗	*/
.pop-alert .pop-dialog{ width: 7rem; height: 5rem; background-color: #fff; z-index: 1;}
.pop-alert .btnWarp{ padding: 8px 20px;}
.pop-alert .btnWarp button{ line-height: 1; padding: 8px 20px; margin: 0 10px;}

/*	视频弹窗	*/
.pop-video{}
.pop-video .pop-dialog{ width: 7rem; height: 5rem; z-index: 1;}
	
/*	复用标题	*/
.t_head{}
.t_head .h1{}
.t_head .h2{}
.t_head .h3{}
.t_head .p{}
.t_head .link{}

/*	滑动tab	*/
.scroll-tab{ position:relative; height:24px; overflow:hidden; margin-bottom:50px;}
.scroll-tab ul{ position:absolute; left:0; top:0; white-space:nowrap;}
.scroll-tab li{ display:inline-block; margin:0 5px; padding:0 5px; line-height:22px; border-bottom:2px solid transparent;}
.scroll-tab li.cur{ border-color:#DB6E10;}

/*	流程模块	*/
.process{}
.process ul{ overflow:hidden; padding:10px;}
.process ul li{ float:left; height:20px; color:#FFF; line-height:20px; padding:0 25px 0 10px; position:relative;}
.process ul li:nth-child(1){ background-color:red;}
.process ul li:nth-child(2){ background-color:green;}
.process ul li:nth-child(3){ background-color:blue;}
.process ul li:after{ border-left:15px solid #aeaeae; border-top:10px solid transparent; border-bottom:10px solid transparent; width:0; height:0; content:''; position:absolute; right:0; top:0;}
.process ul li:nth-child(1):after{ border-left-color:red; border-top-color:green; border-bottom-color:green;}
.process ul li:nth-child(2):after{ border-left-color:green; border-top-color:blue; border-bottom-color:blue;}
.process ul li:nth-child(3):after{ border-left-color:blue; border-top-color:#FFF; border-bottom-color:#FFF;}

.video{ }

.bdmap{ height: 10rem;}
.bdmapinfo{ position: fixed; left: 0; top: 0; width: 5rem; visibility: hidden; z-index: -9999;}

/* 详情页 */
.article{ padding: 0.8rem 0;}
.article-title{ margin-bottom: 0.4rem; text-align:center;}
.article-title .h24{ margin-bottom: 0.2rem; font-size:0.36rem;}
.article-title .info{ color:#707070;}
.article-title .info span{ margin: 0 0.1rem;}
.article-cont{ margin-bottom: 0.3rem; }
.article-cont .p{ margin-bottom: 0.2rem; }
.article-cont img{ max-width: 100%; height: auto !important;}
.article-paging{ overflow: hidden; padding:0.3rem 0; border-top: 1px solid #eee; border-bottom: 1px solid #eee;}
.article-paging .prev, .article-paging .next{ position: relative; padding-left: 0.5rem; white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
.article-paging .prev{margin-bottom: 0.2rem;}
.article-paging .next{}
.article-paging .prev:before, .article-paging .next:before{ position: absolute; left: 0; top: 0; width:0.42rem; height:0.42rem; border:1px solid; border-radius: 50%; text-align: center;
	font-family: "xfont" !important;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-webkit-text-stroke-width: 0.2px;
	-moz-osx-font-smoothing: grayscale;
}
.article-paging .prev:before{ content:"\e831"; left: 0;}
.article-paging .next:before{ content:"\e832"; right: 0;}

.article .share-mod{ padding: 0.5rem 0; }
.article .share-box .share-item{ width: 0.6rem; font-size: 0.4rem;}

/* 搜索结果页 */
.result{ padding:0.8rem 0; }
.result .key{ color:#5c983e; }
.result .h24{ font-size:0.36rem; }
.result .h24 span{ margin-left: 0.3rem; font-size:0.3rem; color:#707070; }
.result .list{ margin-bottom: 0.5rem; }
.result .list-item{ padding:0.4rem 0; border-bottom:1px solid #d1d1d1; }  
.result .list .h18{ font-size:0.3rem; margin-bottom: 0.2rem; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; }
.result .list .p{ color:#707070; }

/* 网站地图 */
.sitemap{ padding:0.4rem 0; }
.sitemap dl{ padding: 0.3rem 0; border-bottom: 1px solid #eee;}
.sitemap dt{ font-size: 0.32rem; }
.sitemap dd{ margin-top: 0.2rem; padding-left: 4em; word-break: keep-all;}
.sitemap dd a{ margin-right: 0.2rem;}
	
