/* main部分 */
.main {
	width: 1000px;
	margin: 0 auto;
}

/* 轮播图部分 */
.focus {
	box-shadow: 7px 5px 5px rgba(0, 0, 0, .2);
	width: 425px;
	float: left;
	margin-top: 10px;
	margin-bottom: 10px;
}

.panel img {
	height: 225px;
}

.focus ul li img {
	width: 50px;
}

/* 新闻部分 */
.news_items {
	width: 560px;
	float: right;
	margin-top: 10px;
}

.table {
	position: relative;
	width: 550px;
}

caption {
	line-height: 30px;
	font-weight: bold;
	font-size: 16px;
	text-align: left;
	color: black;
	border-bottom: 1px solid #207092;
}

.more {
	float: right;
	font-size: 14px;
	color: #8b8b8a;
}

.table tbody td {
	font-size: 12px;
	font-weight: bold;
	line-height: 30px;
	border-bottom: 1px dashed #CCCCCC;
}

.table tbody tr:first-child td {
	border-top: 1px solid #CCCCCC;
}

.table tbody tr td:first-child {
	padding-right: 5px;
}

.table tbody tr td:nth-child(2) {
	width: 475px;
}

.table tbody tr td:last-child {
	font-weight: 400;
	color: #616160;
}

/* 其他信息部分 */
.info_content {
	position: relative;
	width: 1000px;
	/* height: 407px; */
	float: left;
}

/* 左 */
.table_left {
	float: left;
	margin-top: 20px;
	width: 430px;
}

.table_left td {
	font-size: 12px;
	line-height: 22px;
	border-bottom: 1px dashed #CCCCCC;
}

.table_left td a {
	font-weight: bold;
	color: rgb(30, 94, 188);
}

.table_left img {
	border: 1px solid #CCCCCC;
	margin: 5px 10px 5px 0;
	padding: 5px;
}

/* 特右 */
.table_right_dif {
	float: right;
	margin-top: 20px;
	margin-bottom: 10px;
	width: 560px;
}

.table_right_dif caption {
	margin-bottom: 130px;
}

.table_right_dif td {
	font-size: 12px;
	font-weight: bold;
	line-height: 30px;
	border-bottom: 1px dashed #CCCCCC;
}

.table_right_dif td:first-child {
	padding-right: 5px;
}

.table_right_dif td:nth-child(2) {
	width: 485px;
}

.table_right_dif td:last-child {
	font-weight: 400;
	color: #616160;
}

.right_img {
	position: absolute;
	top: 160px;
	left: 460px;
	width: 550px;
	height: 120px;
}

.right_img img {
	margin-right: 18px;
	margin-bottom: 10px;
}

.right_img a {
	font-size: 12px;
	margin-right: 23px;
}

/* 右 */
.table_right {
	float: right;
	margin-top: 20px;
	margin-bottom: 10px;
	width: 560px;
}

.table_right td {
	font-size: 12px;
	font-weight: bold;
	line-height: 30px;
	border-bottom: 1px dashed #CCCCCC;
}

.table_right tr:first-child td {
	border-top: 1px solid #CCCCCC;
}

.table_right tr td:first-child {
	padding-right: 5px;
}

.table_right tr td:nth-child(2) {
	width: 475px;
}

.table_right tr td:last-child {
	font-weight: 400;
	color: #616160;
}
