@charset "utf-8"; 
/*区别于其他页面头部、底部的展示*/
/*分类树*/
.banner{height: 500px !important}
.content{margin-bottom: 100px;}
.fr_main{	width: 78%; padding: 0px 20px;box-sizing: border-box;min-height: 500px;position:relative;padding-bottom: 50px}
.right-inner{}
h3.left-title{ font-size: 16px; text-indent: 15px; height: 40px; line-height: 40px; font-weight: normal; color: #fff;}
h3.left-title>a{font-size: 16px; text-indent: 15px; height: 40px; line-height: 40px; font-weight: normal; color: #fff;cursor: default;}
.left-content{ margin-bottom: 10px; border-top: none;}
.store-category{ width:30%; height: auto; margin-bottom: 10px;}
.tree { min-height: 20px; }
.tree .list { list-style-type: none; line-height: 30px; margin: 0; position: relative;}
.tree .list h4{ font-weight: bold; padding: 70px 15px; font-size: 28px;text-align:center;font-family: 'regular';border-bottom: 8px #d49f43 solid}
.tree .list h4 span { width: 15px; height: 30px; line-height: 30px; float: right; position: relative; display: inline-block;}
.tree .list h4 span i{ border-style: solid dashed solid dashed; border-color: #fff transparent #fff transparent; font-size: 0; line-height: 0; height: 0; overflow: hidden; position: absolute; top: 10px; right: 0px; }
.tree .list h4 span i.icon-plus-sign{ border-width: 5px 5px 0;}
.tree .list h4 span i.icon-minus-sign{ border-width: 0 5px 5px;}
.tree .list h4 span i.arrow{ width: 8px; background-position: 0px -60px;}
.tree .list a.tree-first{color: #039dff;text-shadow:
    -1px -1px 0 #999,  
     1px -1px 0 #999,
    -1px 1px 0 #999,
     1px 1px 0 #999; /* 文字描边色 */}
.tree .list:last-child::before { height: 30px;}
.tree .list ul { background-color: #fff;} 
.tree .list ul li{ padding: 20px 15px;border-bottom: 1px #fff solid;list-style-type: none}
.tree .list ul li:last-child{border-bottom: 0px #fff solid}
.tree .list ul li.border-none{ border: none;}
.tree .list ul li:hover a{color:#039dff;}
.tree .list ul li a {display:block; font-size: 18px;text-align:center;color:#333;}
.tree .list ul li.curr{background-color: #039dff;}
.tree .list ul li.curr a{color:#fff;font-size: 20px;font-weight: bold;}

.news_item{padding:30px 15px;}
.news_item:nth-child(n){background: #fff}
.news_item:nth-child(2n){background: #f7f7f7}
.news_item a{font-size: 18px;}

/*文章内容*/
.help-tit { text-align: center;  padding: 10px 0; font-size: 20px; line-height: 150%; font-weight: normal; color: #666; border-bottom: 1px dashed #ddd;font-family: 'regular'}
.help-detail { padding: 15px 20px; line-height: 2em;}
.help-detail img{ max-width: 100%; height: auto;}
.help-detail .help-search-name a{ font-size: 14px;}
.help-detail .help-search-content{ color: #999;}
/*没有信息内容时显示*/
.tip-box { width: 725px; margin: 80px auto; text-align: center;}
.tip-box .tip-icon { display: block; width: 156px; height: 85px; margin: 0 auto; background: url(../images/noresult.png) no-repeat 0 0;}
.tip-box .tip-text { line-height: 20px; padding: 10px;}
.create_time{
	width: 100%;
    text-align: center;
    display: block;
    line-height: 30px;
}
.location_other_article{
	width: 100%;
	line-height: 30px;
	margin-top: 50px;
	font-size: 14px;
}
.location_other_article .prev{
	text-align: left;
	float: left;
	display: block;
	width: 48%;
	font-size: 15px;
}
.location_other_article .next{
	float: right;
	display: block;
	width: 48%
}
.nodata{width: 50%;margin:auto;text-align:center;padding:30px 0;}
.nodata img{width: 60%;margin:auto;margin-bottom: 20px;}
.nodata span{display:block;}


@media only screen and (max-width: 767px) {
	.dawarp{display: block;}
  .store-category{width: 100%}
  .fr_main{width: 100%;display: block;padding:0;}
  .class .item{width: 100% !important;}
	
}