@charset "utf-8";/* CSS Document */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td {margin:0;padding:0;}
td,th,caption {font-size:12px;}
h1, h2, h3, h4, h5, h6 {font-weight:normal;font-size:100%;}
address, caption, cite, code, dfn, em, th, var{font-style:normal;font-weight:normal;}
a{color:#000;text-decoration:none;}
a:hover {cursor:pointer;text-decoration:none;}
a{blr:expression(this.onFocus=this.blur())}
*:focus{outline:0;}
fieldset,img {border:none;}
ol,ul,li {list-style:none;}
span,i{display:inline-block;font-style:normal;}
input, textarea, select, button {font:12px "Microsoft YaHei";;outline:none;}
table{border-collapse:collapse;border-spacing:0;}
textarea {resize:none;}


/*大事记start*/
.data_main_box{width: 100%;/*float: left;*/overflow: hidden; position: relative;/*height:42px;*/border-top: 2px solid #eaeaea;padding-top: 10px;}
.data_main_box .parHd {width:100%;display:inline-block;height:42px;overflow:hidden;}
.parHd  ul{width:100%;text-align:center;margin:0 auto;}
.parHd .tempWrap{margin:0 auto;}
.parHd li{display:inline-block;cursor:pointer;font-size:14px;color:#000;margin:0 5px;position:relative;}
.sPrev,.sNext{width:23px;height:23px;display:block;position:absolute;top:15px;}
.sPrev{left:0;background:url("../images/xxgk-date-arrow-left.png");background-repeat:no-repeat;background-position:0 top;}
.sNext{right:0;background:url("../images/xxgk-date-arrow-right.png");background-repeat:no-repeat;background-position:0 top;}
.parHd li> a{display:block;min-width:50px;height: 32px;line-height: 32px;text-align: center;color: #000;padding-left: 10px;padding-right: 10px;}
.parHd li.act a{color: #fff; background:#2f6b98;border-top-left-radius: 5px;border-top-right-radius: 5px;}
.prevStop,.nextStop{
	background-position:0 bottom;
}