/* DaTouWang URL: www.datouwang.com */

.bg-grey {
	width: 100%;
	height: auto;
	padding:0px 0;
}

.content {
	width: 1200px;
	margin: 0 auto;
	height: auto;
}





.information-tab .information-left .left-bottom {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 48px;
	line-height: 48px;
	background-color: rgba(0, 0, 0, .5);
	z-index: 2;
	color: #fff;
	padding: 0 14px
}

.information-tab .information-left .left-bottom .article-title {
	font-size: 18px;
	width: 400px;
	float: left;
}

.information-tab .information-left .left-bottom .article-time {
	font-size: 14px;
	float: right;
}

.information-tab .information-right {
	width: 100%;
	height: 340px;
	float: left;
	overflow:hidden;
	position:relative;
}

.information-tab .information-right .article-list .t1,.information-tab .information-right .article-list .tt{
	float:left;
	width:500px;
	height:auto;
	overflow:hidden;
	position:absolute;
	}
.information-tab .information-right .article-list .article-link{
	width:680px;
	float:right;
	display: block;
	padding:10px 20px;
	}


.information-tab .information-right .article-list .article-link .article-head span {
	display: inline-block;
	vertical-align: middle
}

.information-tab .information-right .article-list .article-number {
	width: 20px;
	height: 20px;
	text-align: center;
	line-height: 20px;
	color: #fff;
	background-color: #999;
	font-size: 14px
}

.information-tab .information-right .article-list .article-title {
	font-size: 16px;
	color: #333;
	line-height: 20px;
	margin-left: 14px;
	width: 450px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.information-tab .information-right .article-list .article-time {
	float: right;
	font-size: 12px;
	color: #999;
	line-height: 20px
}

.information-tab .information-right .article-list .article-content {
	margin-top: 10px;
	padding-left: 44px;
	width: 450px;
	font-size: 14px;
	color: #666;
	line-height: 26px;
	display: none
}

.information-tab .information-right .article-list .article-content p {
	height: 52px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
}

.information-tab .information-right .article-list:nth-of-type(1) .article-number,
.information-tab .information-right .article-list:nth-of-type(2) .article-number,
.information-tab .information-right .article-list:nth-of-type(3) .article-number {
	background-color: #333
}

.information-tab .information-right .article-list.current .article-link {
	background-color: #fafafc;
	padding: 20px
}

.information-tab .information-right .article-list.current .article-number {
	background-color: #6f4725!important
}

.information-tab .information-right .article-list.current .article-title {
	color: #6f4725
}

.information-tab .information-right .article-list.current .article-content {
	display: block
}

.question-icon {
	width: 16px;
	height: 16px;
	display: inline-block;
	vertical-align: middle;
	background: url(../images/question-icon.png) center no-repeat;
	-ms-background-size: 16px 16px;
	background-size: 16px 16px;
}
@media screen and (max-width: 500px){
	.content {
	width: 100%;
	margin: 0 auto;
	height: auto;
}
.information-tab .information-right {
	width: 100%;
	height: auto;
	float: left;
	overflow:hidden;
	position:relative;
}
.information-tab .information-right .article-list .t1 img{display:none;}
.information-tab .information-right .article-list .t1,.information-tab .information-right .article-list .tt{
	float:left;
	width:100%;
	height:auto;
	overflow:hidden;
	position:relative;
	}
.information-tab .information-right .article-list .article-link{
	width:100%;
	float:left;
	display: block;
	padding:10px 20px;
	}
.information-tab .information-left .left-bottom .article-title {
	font-size: 18px;
	width:100px;
	float: left;
}
.information-tab .information-right .article-list .article-title {
  width:240px;

}
.information-tab .information-right .article-list .article-content{
	width:100%;
	}
	}
@media screen and (max-width: 320px){
	.content {
	width: 100%;
	margin: 0 auto;
	height: auto;
}
.information-tab .information-right .article-list .article-title {
  width: 200px;

}

	}