/*
  Name: Smashing HTML5
  Date: July 2009
  Description: Sample layout for HTML5 and CSS3 goodness.
  Version: 1.0
  Author: Enrique Ramírez
  Autor URI: http://enrique-ramirez.com
*/
 
/* Imports 
*/
@import url("reset.css");
/* HTML5 tags */
header, section, footer,aside, nav, article, figure {
  display: block;
}

 
/***** Global *****/
/* Body */
  body {
    color: #000305;
    font-size: 87.5%; /* Base font size: 14px */
    font-family: 'Trebuchet MS', Trebuchet, 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    line-height: 1.429;
    margin: 0;
    padding: 0;
    text-align: left;
  }
 
/* Headings */
h2 {font-size: 1.571em}  /* 22px */
h3 {font-size: 1.429em}  /* 20px */
h4 {font-size: 1.286em}  /* 18px */
h5 {font-size: 1.143em}  /* 16px */
h6 {font-size: 1em}  /* 14px */
 
h2, h3, h4, h5, h6 {
  font-weight: 400;
  line-height: 1.1;
  margin-bottom: .8em;
}
 
/* Anchors */
a {outline: 0; }
a img {border: 0px; text-decoration: none;}
a:link, a:visited {
  color: #222222;
  padding: 0px;
  text-decoration: none;
}
a:hover, a:active {
  text-decoration: none;
  color: red;
}

pre{
white-space:pre-wrap;/*css-3*/
white-space:-moz-pre-wrap;/*Mozilla,since1999*/
white-space:-pre-wrap;/*Opera4-6*/
white-space:-o-pre-wrap;/*Opera7*/
word-wrap:break-word;/*InternetExplorer5.5+*/
}
 
/* Paragraphs */
p {margin-bottom: 1.143em;}
* p:last-child {margin-bottom: 0;}

.article_content p{
 text-indent:30px;
}
.zlg_cont_left_con p{text-indent:30px;}
.article_content table {
    border: 1px solid #888;
    border-collapse: collapse;
}
.article_content  td {
    border: 1px solid #888;
}
 
strong, b {font-weight: bold;}
em, i {font-style: italic;}
 
::-moz-selection {background: #F6CF74; color: #fff;}
::selection {background: #F6CF74; color: #fff;}
.wrapper_boxes div.zjs{font-weight:bold;background:#3687F0;color:#fff;}




/*新增样式*/
.ul_1{overflow:hidden;height:100px;}
.ul_1 li{float:left;width:100px;margin:5px;}
.ul_1 li img{width:100%;height:100px;}
.bigimg_cen img{width:100%;height:400px;}
.turn_title_info{height: 30px;line-height: 30px;font-size: 20px;}
.Tung_ImageTurn_sina .turn_time{height: 20px;line-height: 20px;}
.Tung_ImageTurn_sina .turn_autoplay{height: 20px;line-height: 20px;float: right;}
.Tung_ImageTurn_sina .turn_autoButton{background-color: #FFFFFF;border: 1px solid #AABBCC;cursor: pointer;float: left; height: 19px;width: 19px;}
.bigimg_cen{width:780px;margin:0 auto;}
.detail{width:900px;margin:0 auto;}
.article_content img{display:block;max-width:100%;margin:0 auto;}


.page span{padding:0 5px;}
.page span.current{background:#3687F0;}

.cbox table{width:670px!important}

#jchtml-00111-i .customhtml-content-background img{width:100%;max-height:265px;}
