* {
	margin: 0;
	padding: 0;
	list-style-type: none;
	border: px;
}

body,html {
	min-height: 100%;
	width: 100%;
	height: 100%;
}

body {
	font: 15px/1.5 'Microsoft YaHei','宋体',Tahoma,Arial,sans-serif;
	
	margin: 0 auto;
	position: relative;
	
}

li {
	list-style: none;
}

a {
	color: #333;
	text-decoration: none;
}

a:link {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

a:active {
	text-decoration: none;
}

.clear {
	clear: both;
}

.white-box {
	padding: 8px;
	border: solid 1px #cfcfcf;
	border-radius: 3px;
	background: #fff;
	text-align: center;
}

.white-box li {
	line-height: 27px;
	border-bottom: 1px dashed #ccc;
}

.white-box.red {
	color: #fff;
	border-color: #00fd06;
	background: #167c18;
}

.white-box.red a {
	color: #fff;
}



section {
	width: 100%;
	height:auto;
	margin-left: auto;
	margin-right: auto;
	padding-top: 44px;
}

section .fl-list {
	width: 100%;
}

section .fl-list li {
	display: block;
	border-bottom: 1px solid #efefef;
	background: #fff;
	padding: 8px 6px;
	font-size: 14px;
	position: relative;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

section .ne-list {
	width: 100%;
}

section .ne-list li {
	float: left;
	width: 33%;
	text-align: center;
	margin: 0 .16%
}

section .ne-list li a {
	margin-top: 6px;
	background-color: #fff;
	border: 1px solid #cfcfcf;
	border-radius: 3px;
	display: block;
	height: 38px;
	line-height: 38px;
	overflow: hidden;
	position: relative;
	text-align: center;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 15px;
}

/*section*/
section .warp {
	width: 100%;
	background-color: #fff;
}

section .warp .title {
	text-align: center;
	padding: 0 12px 5px 12px;
	position: relative;
	border-bottom: 1px solid #efefef;
}

section .warp .title .time {
	color: #909aa4;
}

section .warp .title h2 {
	font-size: 16px;
	padding: 10px 0 5px 0;
	color: #222;
	line-height: 28px;
	font-weight: 400;
}

section .warp .content {
	overflow: hidden;
	padding: 0 12px;
	position: relative;
	box-sizing: border-box;
	font-size: 14px;
}

section .warp .content img {
	width: 100%;
}

section .warp .content p {
	margin: 10px 0;
	word-wrap: break-word;
}

section .warp .pstyle {
	color: #d4237a;
}

section .warp .lpage {
	padding: 7px 12px;
	position: relative;
	box-sizing: border-box;
	font-size: 14px;
	border: 1px solid #dbdbdb;
}

section .warp .lpage p {
	line-height: 28px;
}

/*分页*/
.page {
	width: 100%;
	padding: .5px 0;
	margin-top: 10px;
}

.page .paginList .current {
	background: #ddd;
}

.page .paginList .current a {
	color: #333;
}

.page .message {
	padding-top: .3rem;
	text-align: center;
	font-size: .6rem;
	color: #666;
	text-align: center;
}

.page ul {
	padding: .3rem .5rem;
	text-align: center;
}

.page ul li {
	padding: .3rem;
	display: inline-block;
	border: 1px solid #ccc;
	border-radius: 6px;
	margin-right: 5px;
	text-decoration: none;
	min-width: 1rem;
	text-align: center;
	font-size: .65rem;
	margin-bottom: 5px;
	background: #fff;
}

.page ul li.active {
	background-color: #efefef;
}

.page ul li a {
	display: inline-block;
	color: #444;
}

.page ul li a:hover {
	-webkit-tap-highlight-color: rgba(255,255,255,0);
}

/*底部*/
.cgi-foot {
	padding: 20px 0;
	font-size: 14px;
	color: #fff;
	text-align: center;
	background: #039e6d;
}

.cgi-foot-blank {
	background: #edfcf6;
}

.cgi-foot-blank {
	height: 60px;
	clear: both;
	overflow: hidden;
}

.cgi-foot-links {
	width: 100%;
	
	height: 60px;
	border-top: solid 1px #ddd;
	box-shadow: 0 -4px 10px rgba(0,0,0,.05);
	background: #fff;
	background-image: -webkit-linear-gradient(to top,#eee,#fff);
	background-image: linear-gradient(to top,#eee,#fff);
	position: fixed;
	bottom: 0;
	z-index: 70;
}

.cgi-foot-links ul li {
	float: left;
	width: 25%;
	text-align: center;
}

.cgi-foot-links ul li a {
	font-size: 15px;
	color: #555;
}

.cgi-foot-links ul li a.hover {
	color: red;
}

.cgi-foot-links ul li a span {
	height: 34px;
	display: block;
}

.cgi-foot-links ul li a span.cfl1 {
	background: url(../images/cfl1.png) 50% 8px no-repeat;
	background-size: auto 25px;
}

.cgi-foot-links ul li a span.cfl2 {
	background: url(../images/cfl2.png) 50% 8px no-repeat;
	background-size: auto 25px;
}

.cgi-foot-links ul li a span.cfl3 {
	background: url(../images/cfl3.png) 50% 8px no-repeat;
	background-size: auto 25px;
}

.cgi-foot-links ul li a span.cfl4 {
	background: url(../images/cfl4.png) 50% 8px no-repeat;
	background-size: auto 25px;
}

.cgi-foot-links ul li a.hover span.cfl1 {
	background: url(../images/cfl1-2.png) 50% 8px no-repeat;
	background-size: auto 25px;
}

.cgi-foot-links ul li a.hover span.cfl2 {
	background: url(../images/cfl2-2.png) 50% 8px no-repeat;
	background-size: auto 25px;
}

.cgi-foot-links ul li a.hover span.cfl3 {
	background: url(../images/cfl3-2.png) 50% 8px no-repeat;
	background-size: auto 25px;
}

.cgi-foot-links ul li a.hover span.cfl4 {
	background: url(../images/cfl4-2.png) 50% 8px no-repeat;
	background-size: auto 25px;
}



.van-nav-bar__content {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    height: 46px;
}
[class*=van-hairline]:after {
    position: absolute;
    box-sizing: border-box;
    content: " ";
    pointer-events: none;
    top: -50%;
    right: -50%;
    bottom: -50%;
    left: -50%;
    border: 0 solid #ebedf0;
    -webkit-transform: scale(.5);
    transform: scale(.5);
}
.van-hairline--bottom:after {
    border-bottom-width: 1px;
	
}

.van-nav-bar__left, .van-nav-bar__right {
    position: absolute;
    top: 0;
    bottom: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    padding: 0 16px;
    font-size: 14px;
    cursor: pointer;
}
.van-nav-bar__right {
    right: 0;
}

.van-nav-bar__left {
    left: 0;
}
.van-nav-bar__title {
    max-width: 60%;
    margin: 0 auto;
    color: #323233;
    font-weight: 500;
    font-size: 16px;
	text-align:center;
}
.van-ellipsis {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.van-notice-bar {}
.category-icon {
    text-align: center;
    padding: 1.4rem 0 1.2rem 0;
    background: #fff;
}
.van-col--6 {
    width: 25%;
}.van-col {
    float: left;
    box-sizing: border-box;
    min-height: 1px;
}.icon-text {
    display: inline-block;
    text-align: center;
    position: relative;
}
.category-icon .icon-bg {
    width: 3.96rem;
    height: 3.96rem;
    background-image: linear-gradient(0deg,#24c8b5,#3bf9a4);
    border-radius: 100%;
    text-align: center;
    display: inline-block;
    line-height: 1.2rem;
}.icon-text .text {
    padding: 0.2rem 0;
    font-size: 1rem;
    color: #555;
}
.category-icon .icon-bg img {
    width: 3.96rem;
    height:3.96rem;
}
.van-row:after {
    display: table;
    clear: both;
    content: "";
}
.category-tr {
    padding: 0 0 0.3rem 0;
    background: #eee;
}



/*瀑布流开始*/
.wall {
  display: block;
  position: relative;
}
.wall-column {
  display: block;
  position: relative;
  width: 50%;
  float: left;
  padding: 0 2%;
  box-sizing: border-box;
}
.article {
  display: block;
  margin: 0 0 8% 0;
  padding: 5%;
  background: white;
  border-radius: 3px;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
  transition: all 100;
  overflow: hidden;
  position: relative;
}
.article:hover{ transform: scale(1.01);}
.article img {
  display: block;
  width: 100%;
  margin: 0 0 5% 0;
}
.article a{ color: #666;}
.article p{ overflow: hidden; text-overflow: ellipsis; white-space: nowrap; width: 70%; font-size: 1.2em; line-height: 1.5;}
.article small{ font-size: 1em; color: #ff0000; line-height: 1.5;}
.article input{ width: 20%; padding: 0.6em; border-radius: 0.4em; font-size: 1.1em; z-index: 100; background-color: #f60; border: none; position: absolute; bottom: 3%; right: 5%; color: #fff; box-shadow: 0 0 7px #d7d7d7;}
/*瀑布流结束*/



/* 本例子css -------------------------------------- */
	.tabBox .hd{   padding:0 10px; font-size:20px; background:#F3F3F3; border-top:2px solid #CECECE;  }
	.tabBox .hd ul{ overflow:hidden;  }
	.tabBox .hd ul li{ float:left; width:33%;text-align:center;color:#515151;  }
	.tabBox .hd ul li span {display:block;font-size:12px;font-weight:normal;}
	.tabBox .hd ul .on{  font-weight:bold; background:#07c160;color:#ffffff;  }
	.tabBox .hd ul .on a{ display:block; color:#ffffff;/* 修复Android 4.0.x 默认浏览器当前样色无效果bug */  }
	.tabBox .bd ul{ padding:10px 10px 10px 10px; 

	    border-radius: 10Px;
  
    
    
    
 background-image: url(/img/qiu-bg-1.944877e6.png);
    border: 1Px solid #07c160;
    background-color: #fff;
    box-shadow: 0.04rem 0.04rem 0.1rem #eee;
    border-top-left-radius: 0;
    border-top-right-radius: 0;   
    
    background-size: 100% 100%;
    
    
    
	
	
	 }
	.tabBox .bd li{ height:33px; line-height:33px;   }
	.tabBox .bd a{ -webkit-tap-highlight-color:rgba(0,0,0,0); }  /* 去掉链接触摸高亮 */
	.tabBox .bd li a{ color:#555;  }
	.tabBox .bd .t{ height:85px; overflow:hidden;   }
	.tabBox .bd .t .pic{ width:130px; float:left;    }
	.tabBox .bd .t .con{ margin-left:130px; line-height:20px;   }
	.tabBox .bd .t .con p{ font-size:12px; color:#999;  }


.body-image-hds {
    background: #fff;
    
    margin: 0 auto;
}
.mtitle {
    font-size: 1.32rem;
    font-weight: 600;
    margin-bottom: 1.1rem;
}
.van-tabs {
    position: relative;
}

.van-tab {
    line-height: inherit;
    font-size: inherit;
    padding: 0;
    width:25%;
	float:left;
	
	
	
}

.body-image-hds .text {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    
    
   
}.icon-text .text {
    padding: 0.5rem 0;
    font-size: 1rem;
    color: #555;
}
.icon-bgs { text-align:center;}
.icon-bgs img {
	width:80%;
	
    
}
.details-title {
    padding: 1rem 0;
}
.details-title span {
    font-size: 1.32rem;
    position: relative;
}
.details-title span:after {
    content: "";
    position: absolute;
    height: 3Px;
    width: 100%;
    left: 0;
    bottom: -5Px;
    background: #07c160;
}

.sonlanmu li {width:33.3%;float:left;text-align: center;margin-bottom: 1.5rem;}
.sonlanmu li a {border-radius: 0.3rem;
    border: 1px solid #979797;
    text-align: center; padding:0.3rem 0.6rem;color: #979797;
	}

.van-col {
    float: left;
    box-sizing: border-box;
    min-height: 1px;
}
.ft-icon-text .col.def-st-2 {
    border-color: #c10707;
    color: #c10707;
}
.ft-icon-text .col {
    background: #fff;
    border-radius: 0.3rem;
    font-size: 1.26rem;
    border: 1px solid #07c160;
}
.ft-icon-text .col img {
    vertical-align: middle;
    height: 2rem;
}
.ft-icon-text .col table tr .imgs {
    text-align: right;
	
}
.ft-icon-text .col table tr .text {
    text-align: left;
}
.ft-icon-text .col table {
    width: 100%;
}

.ft-icon-text {
    position: fixed;
    bottom: 5rem;
    width: 100%;
    left: 0;
    padding: 0.16rem;
    text-align: center;
}

.ft-icon-text .def-st-1:focus,.ft-icon-text .ononon1 {font-weight:bold;background:#07c160;color:#ffffff;}
.ft-icon-text .def-st-2:focus,.ft-icon-text .ononon2 {font-weight:bold;background:#c10707;color:#ffffff;}
.ft-icon-text .def-st-3:focus,.ft-icon-text .ononon3 {font-weight:bold;background:#0755c1;color:#ffffff;}
.ft-icon-text .def-st-1 table tr .imgs {
	
	width: 40%;
	height: 2rem;
	background:url("/img/am.png") no-repeat right center;
	background-size:contain;
	}
	
	.ft-icon-text .def-st-1:focus table tr .imgs {
		width: 40%;
	height: 2rem;
	background:url("/img/amh.png") no-repeat right center;
	background-size:contain;
		
		}
		
		.ft-icon-text .ononon1 table tr .imgs {
		width: 40%;
	height: 2rem;
	background:url("/img/amh.png") no-repeat right center;
	background-size:contain;
		
		}
.ft-icon-text .def-st-2 table tr .imgs {
	
	width: 40%;
	height: 2rem;
	background:url("/img/xg.png") no-repeat right center;
	background-size:contain;
	}
	
	.ft-icon-text .def-st-2:focus table tr .imgs {
		width: 40%;
	height: 2rem;
	background:url("/img/xgh.png") no-repeat right center;
	background-size:contain;
		
		}
		
		
		.ft-icon-text .ononon2 table tr .imgs {
		width: 40%;
	height: 2rem;
	background:url("/img/xgh.png") no-repeat right center;
	background-size:contain;
		
		}

.ft-icon-text .def-st-3 table tr .imgs {
	
	width: 40%;
	height: 2rem;
	background:url("/img/tw.png") no-repeat right center;
	background-size:contain;
	}
	
	.ft-icon-text .def-st-3:focus table tr .imgs {
		width: 40%;
	height: 2rem;
	background:url("/img/twh.png") no-repeat right center;
	background-size:contain;
		
		}
		
	.ft-icon-text .ononon3 table tr .imgs {
		width: 40%;
	height: 2rem;
	background:url("/img/twh.png") no-repeat right center;
	background-size:contain;
		
		}
		
		
	.ft-icon-text .col.ononon2 {color:#ffffff;}
	.wall2 {clear:both;}

.tabBox .bd ul {position:relative;}
.fugaiiframe {position:absolute;top:20px;right:10px;background:#ffffff;width:100px;height:30px;text-align:center;line-height:30px;font-size:1rem;}

.fl-list22 li {float:left;width:25%;text-align:center;margin-bottom:0.5rem;margin-top:0.5rem;font-size:1rem;}


.navcol {
    width: 100%;
    background:#fffff;
    margin:1rem 0;
    margin-bottom:2rem;
}
.navcol div {width:50%;float:left;text-align:center; font-weight: 600;    font-size:1.35rem;    line-height: 2;}

.navcol .selected a {
    color: #07c160;
}

.dbptdiv {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 95%;
    margin: 0 auto;
}

.dbptdiv .item {
    width: 100%;
    height: auto;
    filter: drop-shadow(0 0.08rem 0.08rem rgba(0,0,0,.05));
    border-radius: 0.16rem;
    margin: 1rem 0;
}

.dbptdiv .item .imgs {
    width: 100%;
    height: auto;
}

.dbptdiv .item .descs {
    display: flex;
    align-items: center;
    padding: 0 0.5rem;
    position: static;
   line-height:2;
    background: #fff;
    font-family: PingFang SC;
}

.dbptdiv .item .descs .descs1 {
    width: 70%;
    
    font-style: normal;
    font-weight: 700;
    font-size: 1.32rem;
    
    color: #444;
    order: 0;
    flex-grow: 1;
}

.dbptdiv .item .descs .jumpurl {
    font-size: 1rem;
    line-height: 1;
    color: #07c160;
    width: 30%;
    padding:0.5rem 0;
    background: #fff;
    border: 0.02rem solid #07c160;
    box-sizing: border-box;
    border-radius: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.nice-text {
    background-color: #07c160;
    padding: 0.5rem 0.3rem;
    color: #fff;
    font-size: 1rem;
    font-weight: 700;
}
.nice-text a:link {color:#ffffff;}
.nice-text a:visited {color:#ffffff;}
.nice-text a:active {color:#ffffff;}
.nice-text a:hover {color:#ffffff;}
.nice-text span {
    color: #fec72f;
}

.nice-text label {
    background-color: #fff;
    color: #07c160;
    border-radius: 0.4rem;
    float: right;
    padding: 0.15rem 0.3rem;
    margin-top: -0.1rem;
}


