/* CSS Document */

.clear {
	clear: both;
	display: block;
	height: 0
}

.list_main .article_list {
	width: 100%;
	float: left;
}
.list_main .article_list>ul li {
	border: 1px solid #e2e2e2;
	padding: 15px;
	margin-bottom: 10px;
	background: #fff
}
.list_main .article_list>ul li>a {
	display: block;
	float: left;
	width: 210px;
	height: auto;
	padding-right:15px;
	
}
.list_main .article_list>ul li>a img {
	width: 100%;
	height: 100%;
	border-radius:3px;
	-webkit-border-radius:3px;-moz-border-radius:3px;
}
.list_main .article_list>ul li .article_p {
	margin-left: 20px;
/*	padding-left: 170px;*/
	margin-top: 3px
}
.list_main .article_list>ul li .article_p>a {
	font-size:1em;
	color: #2b2b2b;
	line-height: 28px;
	width: 500px;
	display: block;
	max-width: 500px;
	overflow: hidden;
	text-overflow: ellipsis;
	font-weight: bold;
	white-space: nowrap;
}
.list_main .article_list>ul li .article_p p {
	font-size: 14px;
	color: #464646;
	line-height: 24px;
	height: 66px;
	overflow: hidden;
	margin: 5px 0;
	text-align:justify;
}
.list_main .article_list>ul li .article_p span {
	font-size: 12px;
	color: #8f8f8f
}
.list_main .article_list>ul li .article_p span a {
	font-size: 12px;
	color: #8f8f8f
}
.list_main .article_list>ul li .article_p span i {
	font-style: normal
}



.AboutUs .i_item {
	margin: 10px !important;
	font-size: 1.2em !important;
	display:block;
}

.AboutUs .trend {
	float: left
}
.AboutUs .trend.r {
	float: right
}


.AboutUs .trend .trend_box {
	width: 430px;
	height: auto;
	border: 1px solid #e7e7e7;
	padding: 16px
}
.AboutUs .trend .trend_box .t_img {
	width: 100%;
	height: auto;
	position: relative
}
.AboutUs .trend .trend_box .t_img a img {
	width: 100%;
	height: 100%
}
.AboutUs .trend .trend_box .t_img span {
	display: block;
	width: 98%;
	max-width: 98%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding: 0 1%;
	position: absolute;
	bottom: 0;
	left: 0;
	height: 40px;
	line-height: 40px;
	color: #fff;
	background: #000;
	filter: alpha(opacity=30);
	background-color: rgba(0,0,0,0.3);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=30)
}
.AboutUs .trend .trend_box ul {
	margin-top: 14px
}
.AboutUs .trend .trend_box ul li {
	position: relative;
	border-bottom:#999 dotted 1px;
}
.AboutUs .trend .trend_box ul li a {
	color: #2b2b2b;
	font-weight: 200;
	line-height: 38px;
	height: 38px;
	max-width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 16px;
	display: block;
	padding-right: 60px
}
.AboutUs .trend .trend_box ul li span {
	position: absolute;
	right: 0;
	top: 0;
	color: #828282;
	line-height: 38px;
	font-size: 12px
}
.AboutUs .trend .trend_box .img_box {
	width: 160px;
	height: 100px;
	position: relative;
	margin-top: 22px
}
.AboutUs .trend .trend_box .img_box a img {
	width: 100%;
	height: 100%
}


.AboutUs .trend .trend_box .right {
	float: right;
	margin-top: 5px;
	width: -moz-calc(100% - 180px);
	width: -webkit-calc(100% - 180px);
	width: calc(100% - 180px);
	height: 100px;
	position: relative
}

.AboutUs .trend .trend_box .right a {
	color: #a98405;
	line-height: 46px;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 1em;
	max-height: 44px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical
}
.AboutUs .trend .trend_box .right ul li a {
	color: #2b2b2b;
	width:100%;
	font-weight:200;
	line-height: 40px !important;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 1em;
	max-height: 44px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical
}
.AboutUs .trend .trend_box .right span {
	position: absolute;
	left: 0;
	bottom: 0;
	color: #828282;
	line-height: 20px;
	font-size: 12px
}
.AboutUs .trend .trend_box .right span.time {
	bottom: 16px
}
.AboutUs .trend .trend_box .right span.time i {
	font-style: normal
}

.AboutUs .trend .trend_box>a.more {
	font-size:1em;
	color: #a98405;
	display: block;
	text-align: right;
	margin: 5px -5px 5px auto
}


@media (max-width:980px) {
.AboutUs .trend .trend_box {
	width: 345px ;
	height: auto;
	border: 1px solid #e7e7e7;
	padding: 16px
}
}

@media (max-width:800px) {
.list_main .article_list {
	width: 100% !important;
	margin-top: 0 !important
}
.list_main .article_list>ul li {
	padding: 10px !important
}
.list_main .article_list>ul li>a {
	width: auto !important;
	height: auto !important;
	padding-right: 10px !important;

}
.list_main .article_list>ul li>a img {
	width: 100% !important;
	height: auto !important;
}
.list_main .article_list>ul li .article_p {
	width: 100% !important;
	margin-left: 10px !important;
	float:right !important;

}
.list_main .article_list>ul li .article_p>a {
	font-size: 1.125em !important;
	line-height: 24px !important;
	width: 100% !important
}
.list_main .article_list>ul li .article_p p {
	font-size: 0.875em !important;
	margin: 4px 0 0 !important;
	height: 82px !important;
	line-height: 20px !important;
	float: left !important;
	display:block !important;
}
.list_main .article_list>ul li .article_p span i {
	display: none
}
.list_main .article_list .page {
	margin: 15px 0 !important
}
.list_main .article_list .page img {
	max-width: 100%
}
.list_main .article_list .page li {
	width: 25px !important;
	height: 25px !important;
	line-height: 25px !important;
	margin: 0 !important
}







.AboutUs .trend {
	width: 100% !important
}
.AboutUs .trend .trend_box {
	width: auto !important;
	height: auto !important;
	padding: 10px !important
}
/*david add*/
.dav_art{display:none;}
.AboutUs .trend .trend_box_img {
	width: auto !important;
	height: auto !important;

}
.AboutUs .trend .trend_box_img .t_img {
	width: 100% !important;
	height: auto !important;

}
.AboutUs .trend .trend_box_img {
	width: 50%;
	height: auto;

}
.AboutUs .trend .trend_box_img .t_img {
	width: 100%;
	height: auto;
	position: relative
}
.AboutUs .trend .trend_box .t_img a img {
	width: 100%;
	height: auto;
}

/*advid add end*/
.AboutUs .trend .trend_box .t_img {
	width: 100% !important;
	height: auto !important
}
.AboutUs .trend .trend_box .t_img span {
	height: 30px !important;
	line-height: 30px !important;
	font-size: 14px !important
}
.AboutUs .trend .trend_box .t_img img {
	width: 100%;
	margin-bottom: -4px
}

}
/*800px以内样式结束*/

@media (max-width:660px) {
.AboutUs .trend .trend_box span {
	display: none
}
.AboutUs .trend .trend_box ul li a {
	padding-right: 0px;
	font-size:14px;
}
}

@media (max-width:370px) {
.AboutUs .trend .trend_box .right span.time i {
	display: none
}
}
