.bxslider li a {
	display: block;
	text-decoration: none;
	padding: 10px 20px 50px 10px;
}

.list_image {
	float: left;
	margin: 0 30px 0 60px;
	border: 2px solid #cccccc;
	width: 120px;
	height: 173px;
}

.list_series {
	display: block;
	color: red;
	text-decoration: none;
}

.list_title {
	display: block;
	color: blue;
	text-decoration: none;
	font-weight: bold;
	font-size: x-large;
}
.list_subtitle {
	display: block;
	color: black;
	text-decoration: none;
	font-weight: bold;
	font-size: large;
}

.list_auther {
	display: block;
	color: black;
	text-decoration: none;
	font-size: medium;
}


table.newcoronas {
	margin-right: auto;
	width: 100%;
	table-layout: fixed;
	border: none;
	border-top: solid 1px #666;
	border-bottom: solid 1px #666;
	border-collapse: separate;
	border-spacing: 0 10px;
	background: #f5f5f5;
}

table.newcoronas th {
	vertical-align: middle;
	height: 53px;
	width: 100px;
	border-right: solid 1px #666;
	margin: 0;
	text-align: center;
	color: #333;
	font-size: 16px;
	font-weight: bold;
}

table.newcoronas td.data_title {
	padding: 0px 20px;
	margin: 0;
	height: 53px;
	width: 100%;
	border: none;
	color: #666;
	font-size: 18px;
	text-align: left;
	font-weight: bold;
}

table.newcoronas td.data_sentence {
	padding: 0px 20px;
	margin: 0;
	height: 53px;
	border: none;
	font-size: 18px;
	text-align: left;
	font-family: "游明朝","Yu Mincho","游明朝体","YuMincho";
	font-weight: bold;
	position: relative;
	width: 100%;
	padding: 15px 30px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

table.newcoronas td.data_sentence::before,
table.newcoronas td.data_sentence::after {
	position: absolute;
	content: '';
	width: 20px;
	height: 50px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
table.newcoronas td.data_sentence::before {
	top: 0;
	left: 10px;
	border-top: 1px solid #555;
	border-left: 1px solid #555;
}
table.newcoronas td.data_sentence::after {
	bottom: 0;
	right: 10px;
	border-bottom: 1px solid #555;
	border-right: 1px solid #555;
}

table.newcoronas td.data_sentence2 {
	padding: 0px 20px;
	margin: 0;
	height: 53px;
	border: none;
	font-size: 14px;
	text-align: left;
	font-family: "游明朝","Yu Mincho","游明朝体","YuMincho";
	font-weight: bold;
	position: relative;
	width: 100%;
	padding: 15px 30px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

table.newcoronas td.data_sentence2::before,
table.newcoronas td.data_sentence2::after {
	position: absolute;
	content: '';
	width: 20px;
	height: 50px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
table.newcoronas td.data_sentence2::before {
	top: 0;
	left: 10px;
	border-top: 1px solid #555;
	border-left: 1px solid #555;
}
table.newcoronas td.data_sentence2::after {
	bottom: 0;
	right: 10px;
	border-bottom: 1px solid #555;
	border-right: 1px solid #555;
}


table.newcoronas td.data_review {
	padding: 0px 20px;
	margin: 0;
	height: 53px;
	width: 100%;
	border: none;
	font-size: 12px;
	text-align: left;
	word-break: break-all;
}


table.newcoronas td.bar {
	height: 1px;
	width: 100%;
	border-top: solid 1px #34495e;
}