@charset "utf-8";

/* 大标题 */
.titnav_back {
	width: 930px;
	margin: 20px 0px 20px 20px;
	background-color: #976b2e; /* 文档菜单深褐色 */
}

/* 大标题背景 */
.titnav {
	width: 930px;
	margin: 0px auto;
	overflow: hidden;
	background-color: #976b2e; /* 文档菜单深褐色 */
}
 
/* 大标题链接 */
.titnav a {
  float: left;
  display: block;
  color: white; /*(白色)*/
  text-align: center;
  padding: 14px 25px;
  text-decoration: none;
  transition: 0.5s; /*(变化时间)*/
}
 
/* 链接颜色修改 */
.titnav a:hover {
  background-color: #ffd295; /* 文档菜单激活米黄色 */
  color: #3e3e3e;
}
 
/* ------------------------------------------- */
/* 文档左侧栏 */
.left_doc {   
  float: left;
  width: 970px;
  background-color: #f1f1f1;
}

/* 文档右侧栏 */
.right_doc {
  float: left;
  width: 280px;
  margin-left: 10px;
}

/* 文章块 */
.back_doc {
	float: left;
	width: 930px;
	margin: 0px 20px 0px 20px;
}

/* ------------------------------------------- */
/* 文章标题 */
.txt_title {
	float: left;
	width: 910px;
	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: 910px;
	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_date {
	float: left;
	width: 910px;
	margin: 5px 10px 10px 10px;
	color: #909090;
	font: 14px Arial,sans-serif;
	text-decoration: none;
}

.txt_count {
	float: left;
	width: 930px;
	margin: 10px 20px 25px 20px;
	color: #444444;
	font: 16px Arial,sans-serif;
	text-decoration: none;
    text-align: center;
}

/* ------------------------------------------- */
/* 中间线 */
.txt_line {
	float: left;
	width: 930px;
	margin: 10px 20px 10px 20px;
	font: 1px Arial,sans-serif;
	border-bottom:1px solid #ffd295; /* 线框米黄色 */
}

/* ------------------------------------------- */
/* 右侧推荐 */
.txt_right {
  float: left;
  width: 240px;
  margin: 0px 10px 0px 20px;
  color: #646464; /*(灰色)*/
  font: 14px Arial,sans-serif;
  line-height:150%;
  text-decoration: none;
}
.txt_right a {
  color: #646464; /*(灰色)*/
  font: 14px Arial,sans-serif;
  line-height:150%;
  text-decoration: none;
}
.txt_right a:link {
  color: #646464; /*(灰色)*/
  text-decoration: none;
}
.txt_right a:hover {
  color: #ff0000; /*(红色)*/
  text-decoration: none;
}

/* 右侧推荐 中间线 */
.txt_right_line {
	float: left;
	width: 240px;
	margin: 0px 10px 10px 20px;
	font: 1px Arial,sans-serif;
	border-bottom:1px solid #ffd295; /* 线框米黄色 */
}

/* ------------------------------------------- */
/* 文章内容 */
.doc_title {
	float: left;
	width: 910px;
	margin: 20px 10px 10px 10px;
	color: #333333;
	font: 25px Arial,sans-serif;
	text-decoration: none;
    text-align: center;
}

.doc_con {
	float: left;
	width: 910px;
	margin: 10px 10px 40px 10px;
	color: #444444;
	font: 16px Arial,sans-serif;
	line-height:160%;
	text-decoration: none;
}

.doc_date {
	float: left;
	width: 910px;
	margin: 10px 10px 10px 10px;
	color: #646464;
	font: 14px Arial,sans-serif;
	text-decoration: none;
    text-align: center;
}