@charset "utf-8";

/* 左侧栏 */
.center_col {   
  float: left;
  width: 1260px;
  background-color: #f1f1f1;
  margin-top: 10px;
}

/* 上栏目 */
.about_table {   
  float: left;
  width: 1260px;
  height:540px;
  background-color: #ffffff;
  padding: 20px 0px 20px 0px;
  margin-top: 0px;
  border-style:solid;
  border-width:1px;
  border-color:#ffd295; /* 线框米黄色 */
  box-shadow: 0 6px 8px 0 rgba(0,0,0,0.24),0 8px 25px 0 rgba(0,0,0,0.19); /* 立体阴影 */
}

/* 表格（批量旺旺查询） */
#tb_about {
  width:900px;
  border-collapse:collapse;
  margin-left: 180px;
}
#tb_about td {
  font: 16px Arial,sans-serif;
  border: 0px;
  height: 40px;
  text-align: left;
  padding: 5px 10px 5px 10px;
  color: #444444; /* 深灰色 */
  line-height:180%;
}
#tb_about td.alt {
  text-align: center;
}
#tb_about td.alt_con {
  color: #ff6000;
  line-height:180%;
}
#tb_about td.alt_red {
  text-align: center;
  color: #FF0000;
}
#tb_about td.alt_grey {
  color: #9d9d9d;
}

/* 表格内字体 */
.txt_about_title {
  color: #444444; /* 深灰色 */
  font: 16px Arial,sans-serif;
  line-height:150%;
  text-decoration: none;
}
.txt_about_title a {
  color: #444444; /*(灰色)*/
  font: 16px Arial,sans-serif;
  line-height:150%;
  text-decoration: none;
}
.txt_about_title a:active {
  color: #ff0000; /*(红色)*/
  text-decoration: none;
}
.txt_about_title a:link {
  color: #444444; /*(灰色)*/
  text-decoration: none;
}
.txt_about_title a:hover {
  color: #ff0000; /*(红色)*/
  text-decoration: none;
}

.txt_about_red {
  color: #FF0000; /* 红色 */
  font: 16px Arial,sans-serif;
}
.txt_about_grey {
  color: #9d9d9d; /* 灰色 */
  font: 16px Arial,sans-serif;
}