.pc-style #Mid .Block {
	width: 1120px;
	margin-bottom: 20px;
}

.pc-style #Mid .Block .BlockLeft {
	float: left;
	width: 830px;
}

.pc-style #Mid .Block .BlockLeft .ArticList {
	padding: 10px 20px;
	background: #ffffff;
	border-radius: 4px;
}

.pc-style #Mid .Block .BlockLeft .ArticList h1 {
	display: block;
	font-size: 16px;
	font-weight: bold;
	color: #333333;
	padding: 10px 0px 10px 15px;
	position: relative;
	border-bottom: 1px solid #e5e5e5;
}

.pc-style #Mid .Block .BlockLeft .ArticList h1:before {
	content: "";
	display: block;
	width: 5px;
	position: absolute;
	top: 10px;
	bottom: 10px;
	left: 0px;
	background: #e53737;
	border-radius: 10px;
}

.pc-style #Mid .Block .BlockLeft .ArticList ul {
	padding: 15px 0px;
}

.pc-style #Mid .Block .BlockLeft .ArticList li {
	font-size: 14px;
	line-height: 26px;
	height: 26px;
	overflow: hidden;
	background: url(../Images/bg0011.gif) left center no-repeat;
	padding-left: 10px;
	padding-right: 140px;
	position: relative;
}

.pc-style #Mid .Block .BlockLeft .ArticList li a {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	display: block;
}

.pc-style #Mid .Block .BlockLeft .ArticList li .Time {
	width: 120px;
	position: absolute;
	right: 0px;
	top: 0px;
	color: #888888;
}

.pc-style #Mid .Block .BlockLeft .ArticList li.Space {
	height: 26px;
	background: none;
	padding: 0px;
}

.pc-style #Mid .Block .BlockLeft .ArticList .Pagination {
	font-size: 14px;
	padding-top: 15px;
	padding-bottom: 5px;
	border-top: 1px dashed #d4d4d4;
	text-align: center;
	margin-top: 15px;
}

.pc-style #Mid .Block .BlockLeft .ArticList .Pagination .Total {
	color: #e53737;
}

.pc-style #Mid .Block .BlockRight {
	float: right;
	width: 270px;
}

/* 移动端样式 */

.mobile-style #Mid .Block {
	margin-bottom: 20px;
}

.mobile-style #Mid .Block .BlockLeft {

}

.mobile-style #Mid .Block .BlockLeft .ArticList {
	padding: 10px 15px;
	background: #ffffff;
	margin: 0px 10px 10px 10px;
	border-radius: 4px;
}

.mobile-style #Mid .Block .BlockLeft .ArticList h1 {
	display: block;
	font-size: 18px;
	font-weight: bold;
	color: #333333;
	padding: 10px 0px 10px 15px;
	position: relative;
	border-bottom: 1px solid #e5e5e5;
}

.mobile-style #Mid .Block .BlockLeft .ArticList h1:before {
	content: "";
	display: block;
	width: 5px;
	position: absolute;
	top: 10px;
	bottom: 10px;
	left: 0px;
	background: #e53737;
	border-radius: 10px;
}


.mobile-style #Mid .Block .BlockLeft .ArticList li {
	padding:10px 0px 10px 10px;
	overflow: hidden;
	position: relative;
}
.mobile-style #Mid .Block .BlockLeft .ArticList li:before {
	content: "";
	display: block;
	width: 4px;
	height: 4px;
	border-radius: 100%;
	background: #888888;
	position: absolute;
	left: 0px;
	top: 20px;
}
.mobile-style #Mid .Block .BlockLeft .ArticList li:after {
	content: "";
	display: block;
	position: absolute;
	left: 0px;
	bottom: 0px;
	right: 0px;
	border-bottom: 1px solid #e5e5e5;
	transform: scaleY(0.5);
	-webkit-transform: scaleY(0.5);
}
.mobile-style #Mid .Block .BlockLeft .ArticList li a {
	display: block;
}
.mobile-style #Mid .Block .BlockLeft .ArticList li .Time {
	color: #888888;
	font-size: 14px;
}
.mobile-style #Mid .Block .BlockLeft .ArticList li.Space {
display: none;
}

.mobile-style #Mid .Block .BlockLeft .ArticList .Pagination {
	font-size: 14px;
	padding-top: 15px;
	padding-bottom: 5px;
	/* border-top: 1px dashed #d4d4d4; */
	text-align: center;
}

.mobile-style #Mid .Block .BlockLeft .ArticList .Pagination .Total {
	color: #e53737;
}
