/* 托比网专题通用样式 */

body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, fieldset, form, lengend, button, input, textarea, th, td {
  margin: 0;
  padding: 0; }

body, button, select, textarea {
  font-family: "Microsoft YaHei","Arial",HELVETICA;
  font-size: 14px;
  background: #f6f6f6;
  -webkit-text-size-adjust: 100%; }

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal; }

address, cite, dfn, em, var, i {
  font-style: normal; }

code, kbd, pre, samp, tt {
  font-family: "Courier New", Courier, monospace; }

small {
  font-size: 12px; }

ul, ol {
  list-style: none; }

legend {
  color: black; }

fieldset, img {
  border: none; }

button, input, select, textarea {
  font-size: 100%;
  vertical-align: middle; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

img {
  vertical-align: bottom; }



a {
  color: #666;
  text-decoration: none; }

a:hover {
  color: #3E72A1; }
  
  .main{
width: 1000px;
margin: 0px auto;
position: relative;
background: #fff;
padding: 20px;
border-radius: 5px 5px 0 0;
box-shadow: 0 4px 8px rgba(0,0,0,0.15);
}
.minNav {
  height: 39px;
  background: #090808;
  width: 100%; }

.minNav .login_mod {
  width: 40%;
  float: right; }

.minNav .navBox .txwLogo {
  width: 84px;
  height: 22px;
background: url(images/icon.png) no-repeat 0 0;
  overflow: hidden;
  font: 12px/500px 'Tahoma';
  margin: 9px 24px 0;
  float: left;
  display: inline; }

.minNav .navBox .txwLogo a {
  width: 100%;
  height: 100%;
  display: block; }

.minNav .navBox .navListBox .navList li {
  width: 52px;
  height: 39px;
  float: left;
  font: 12px/39px 'Microsoft YaHei';
  color: #656565;
  text-align: center; }

.minNav .navBox .navListBox .navList li a {
  width: 52px;
  height: 39px;
  display: block;
  font: 12px/39px 'Microsoft YaHei';
  color: #656565;
  text-align: center;
  text-decoration: none; }

.minNav .navBox .navListBox .navList li a:hover,
.minNav .navBox .navListBox .navList li.sy a {
  color: #fff;
  background: #353535; }

.minNav .navBox .navListBox .navListMore {
  width: 63px;
  float: left; }

.minNav .navBox .navListBox .navListMore .moreBtn {
  width: 63px;
  height: 39px;
  _height: 29px;
  _padding-top: 10px;
  font: 12px/39px 'Microsoft YaHei';
  _font: 12px/14px 'Microsoft YaHei';
  color: #656565;
  text-align: center;
  cursor: pointer; }

.minNav .navBox .navListBox .navListMore .moreBtnHover {
  background: #1d1d1d; }

.minNav .navBox .navListBox .navListMore .moreBtn .jtOpen,
.minNav .navBox .navListBox .navListMore .moreBtn .jtClose {
  width: 10px;
  height: 6px;
  overflow: hidden;
  display: inline-block;
  margin: -2px auto 0 3px;
  vertical-align: middle;
  background-position: 0 -116px; }

.minNav .navBox .navListBox .navListMore .moreBtn .jtClose {
  background-position: -10px -116px; }

.minNav .navBox .navListBox .navListMore ul {
  display: none;
  position: absolute;
  z-index: 9; }

.minNav .navBox .navListBox .navListMore ul li a {
  width: 63px;
  height: 32px;
  display: block;
  background: #1d1d1d;
  color: #656565;
  font: 12px/32px 'Microsoft YaHei';
  text-align: center;
  text-decoration: none; }

.minNav .navBox .navListBox .navListMore ul li a:hover {
  color: #fff;
  background: #353535; }


.tcopyright {
  margin: 0 auto;
  padding: 8px 0;
  font-size: 12px;
  line-height: 28px;
  color: #888;
  text-align: center;
  overflow: hidden;
  clear: both;
  font-family: Microsoft YaHei; 
  background: #ECECEC; }

.tcopyright .en {
  font-family: Arial; }

.tcopyright a {
  color: #888;
  text-decoration: none; }

.tcopyright a:hover {
  color: #bd0a01;
  text-decoration: underline; }
  
  .h20 {
height: 25px;
clear: both;
}
