@charset "utf-8";

/* 左侧表格框 */
.row_table {   
  float: left;
  width: 1260px;
  background-color: #ffffff;
  padding: 0px;
  margin-top: 10px;
  border-style:solid;
  border-width:1px;
  border-color:#a3dcff; /* 线框天蓝色 */
  box-shadow: 0 6px 8px 0 rgba(0,0,0,0.24),0 8px 25px 0 rgba(0,0,0,0.19);
}

/* 文章块 */
.back_doc {
	float: left;
	width: 1000px;
	margin: 10px 130px 10px 130px;
}

/* ------------------------------------------- */
/* 文章标题 */
.txt_title {
	float: left;
	width: 1000px;
	margin: 10px 10px 5px 10px;
	color: #444444;
	font: 16px Arial,sans-serif;
	text-decoration: none;
}
.txt_title a {
  color: #444444;
  text-decoration: none;
}
.txt_title a:link {
  color: #444444;
  text-decoration: none;
}
.txt_title a:hover {
  color: #ff0000; /*(红色)*/
  text-decoration: none;
}

.txt_con {
	float: left;
	width: 1000px;
	margin: 5px 10px 5px 10px;
	color: #646464;
	font: 14px Arial,sans-serif;
	line-height:150%;
	text-decoration: none;
}
.txt_con a {
  color: #646464;
  text-decoration: none;
}
.txt_con a:link {
  color: #646464;
  text-decoration: none;
}
.txt_con a:hover {
  color: #ff0000; /*(红色)*/
  text-decoration: none;
}

/* ------------------------------------------- */
/* 中间线 */
.txt_line {
	float: left;
	width: 1000px;
	margin: 0px 130px 0px 130px;
	font: 1px Arial,sans-serif;
	border-bottom:1px solid #a3dcff; /* 线框天蓝色 */
}