/* common */
*{margin:0;padding:0;font-size:12px;}
input,button,select,textarea{outline:none;}
ul,li,dl,ol{list-style:none;}
iframe,img{border:none;}
textarea{resize:none}
/*body{color:#333; font-family:'Microsoft YaHei',Arial;}*/
body{color:#333; font-family:'Source Han Sans CN';}
h1, h2, p, ul, dl, div{text-align:left; font-weight:normal;}
input[type="submit"],input[type="button"] {cursor:pointer;}
input{cursor:expression(this.type=="button"||this.type=="submit"||this.type=="radio"||this.type=="checkbox" ? "pointer" :"text"); }/* IE6 */

*+html .infopic img {margin-bottom:0!important;} /* Fix IE7 */
html>body .infopic img {margin-bottom:-3px;}  /* Fix FireFox */
@media all and (min-width:0px){.infopic img {margin-bottom:-2px!important;}}  /*Fix Opera */

/* p,div,span,em,i,b,s,ul,li,dl,dt,dd,td{ word-wrap:break-word; word-break:break-all; vertical-align:top;} */
th,i,b,s{ font-style:normal; font-weight:normal; text-decoration:none;}
/* div,p{ text-align:center; line-height:30px;} */
/* CSS Document */
.infopic{ width:1123px; height:228px; position:relative; overflow:hidden; margin:15px auto;}
.piclist{ height:228px; position:absolute; top:0; left:0;}
.piclist li{ height:228px; margin-right:35px; float:left; overflow:hidden; }/*width: 290px; */
.piclist li img{ height:160px;}/*width: 290px; */

.pic_prev,.pic_next{ width:30px; height:50px; position:absolute; top:137px; cursor:pointer;}
.pic_prev{ background-position:0 0; left:0;background:url(../images/leftarrow.png) no-repeat; }
.pic_next{ background-position:0 -60px; right:-10px;background:url(../images/rightarrow.png) no-repeat; }
