@charset "utf-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td ,input{
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    /*background: transparent;*/
   box-sizing: border-box;
   font-family: Helvetica, Tahoma, Arial, "PingFang SC", "Hiragino Sans GB", "Heiti SC", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
}
fieldset, img {    border:0;}
address, caption, cite, code, dfn, em, strong, th, var {
    font-style:normal;
    font-weight:normal;
}
ol, ul { list-style:none; }
caption, th { text-align:left; }
h1, h2, h3, h4, h5, h6 {
    font-size:200%;
    font-weight:normal;
}
:focus { outline: 0;}
a{ text-decoration:none;}
a:hover img{ border:none;}

a:active{noOutline:expression(this.onFocus=this.blur());}
/*清除浮动*/
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

.new-banner{
	height: auto;
	display: block;
}
.bana-left{
	z-index: 10;
	border-right: 1px solid #cccccc;
}
.mol-baner{
	display: none;
}
.list-right-fix{
	float: right;
	width: 100%;
	margin-left: -201px;
	min-height: 100%;
    position: relative;
    top: 0;
    left: 0;
}
.list-right{
	border-left: 1px solid #cccccc;
	margin-left: 199px;
	min-height: 100%;
	position: relative;
    top: 0;
    left: 0;
}
.list-right .list-bread-main{
	padding: 49px 0px 39px 39px;
}
.list-right .list-bread-main a{
	font-size: 16px;
	line-height: 22px;
	display: inline-block;
	color: #555555;
	margin-right: 10px;
}
.list-right .list-bread-main img{
    vertical-align: middle;
    margin-left: 9px;
    margin-top: -3px;
}
.list-right .list-bread-main a:last-child{
	color: #222222;
}

/*详情*/
.list-right .list-main-detail{
	margin: 0 12%;
    padding-bottom: 20px;
}
.list-right .list-main-detail .detail-title{
	font-size: 30px;
	line-height:  30px;
	color: #222222;
	overflow:hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow:ellipsis;
	padding-top: 0;
	margin-bottom: 23px;
}
.list-right .list-main-detail .detail-sub{
	font-size: 14px;
	color: #555555;
	line-height: 14px;
	margin-bottom: 33px;
}
.list-right .list-main-detail  .detail-content{
	font-size: 14px;
	line-height: 26px;
	color: #222222;
}
.list-right .list-main-detail  .detail-content p{
	font-size: 14px;
	line-height: 26px;
	color: #222222;
	margin-bottom: 30px;
}
.list-right .list-main-detail  .detail-content img{
	margin-bottom: 30px;
	width: 100%;
}

/*底部*/
.footer.mobile{
	display: none;
}
/*平板电脑和小屏电脑之间的分辨率 */
@media (max-width: 979px) { 
	.bana-left{
		display: none;
	}
	.mol-baner{
		display: block;
	}

	.list-right-fix{
	    margin: 0rem;
	    padding: 0rem 0.36rem;
	}
	.list-right{
	    border: none;
	    margin: 0rem;
	}
	.list-right .list-bread-main{
		padding: 0.6rem 0rem 0.5rem;
	}
	.list-right .list-bread-main a{
		font-size: 0.3rem;
		line-height: 0.3rem;
		margin-right: 0.24rem;
	}
	.list-right .list-bread-main img{
		width: 0.13rem;
		height: 0.26rem;
		margin-top: -0.03rem;
		margin-left: 0.24rem;
	}
	.list-right .list-main-detail{
	   margin-left: 0;
	   width: 100%;
	   padding-bottom: 0.2rem;
	}
	.list-right .list-main-detail .detail-title{
	    font-size: 0.42rem;
	    line-height: 0.6rem;
	    overflow: hidden;
	    white-space: inherit;
	    text-overflow: ellipsis;
	    -o-text-overflow: ellipsis;
	    display: -webkit-box;
	    -webkit-box-orient: vertical;
	    -webkit-line-clamp: 2;
	    max-height: 1.3rem;
	    margin-bottom: 0.26rem;
	}
	.list-right .list-main-detail .detail-sub{
		font-size: 0.24rem;
		line-height:  0.24rem;
		margin-bottom: 0.5rem;
		color: #888888;
	}
	.list-right .list-main-detail  .detail-content{
		font-size: 0.3rem;
		line-height: 0.48rem;
		color: #555555;
	}
	.list-right .list-main-detail  .detail-content p{
	    font-size: 0.3rem;
		line-height: 0.48rem;
		color: #555555;
		margin-bottom: 0.38rem;
	}
	.list-right .list-main-detail  .detail-content img{
		margin-bottom: 0.38rem;
		width: 100%;
	}
	
    /*移动端底部*/
	.footer.mobile{
		display: block;
		margin: 0rem 0.36rem;
		border-top: 0.01rem solid #cccccc;
		text-align: center;
		padding: 0.36rem 0rem;
	}
	.footer.mobile p{
		margin-bottom: 0.18rem;
		font-size: 0.24rem;
		line-height: 0.24rem;
		color: #888888;
	}
	.footer.mobile p span{
		display: inline-block;
		margin-right:0.36rem;
	}
	.footer.mobile p span:last-child{
		margin: 0rem;
	}
	.footer.mobile p:last-child{
		margin-bottom: 0.06rem;
	}
}