@charset "gb2312";
/* CSS BASE Document */
/* owner:cyy */
@charset=utf-8

/*css reset*/
*{font-family:"microsoft yahei";}
body,div,dl,dt,dd,ul,ol,li,p,h1,h2,h3,h4,h5,h6,pre,form,fieldset,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0}
ul{list-style:none;}
h1,h2,h3,h4,h5,h6,input,select,textarea,option,button{font-size:100%}
a{text-decoration:none}
a:focus{outline:none;-moz-outline:none;}
textarea{resize:none;}/*禁止改变大小*/
/*解决firefox按钮文字难以垂直居中问题*/
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner{border:none;padding:0;}
input,textarea,select,option,button,form,fieldset{margin:0;padding:0;border-width:1px;outline:none;
-moz-box-sizing: content-box;
-webkit-box-sizing: content-box;
-o-box-sizing: content-box;
-ms-box-sizing: content-box;
box-sizing: content-box;
}

/*about pisition*/
.fl{float:left;display:inline;}/*浮动bug*/
.fr{float:right;display:inline;}
.clearfix:after{content:".";height:0;display:block;visibility:hidden;clear:both;}/*IE6>*/*html .clearfix{*zoom:1}/*IE7>*/*:first-child + html .clearfix{zoom:1}
.zoom{*zoom:1}
.pr{position:relative}
.inblock-wrap{font-size:0;*word-spacing:-1px;}
.inblock-wrap .inblock{font-size:12px;letter-spacing:normal;word-spacing:normal;vertical-align:top;}
.inblock{display:inline-block;*display:inline;*zoom:1;}

/* common */
.txthide{text-indent:-9999px;overflow:hidden;}
.rightmore:after {content:' >>';font-weight:bold;}
.leftmore:before {content:' >>';font-weight:bold;}
.ellipsis-words{overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}
.ellipsis-list li{overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}

/*等宽多列*/
ul.row-list-1 li,div.row-list-1 div{width:100%;}
ul.row-list-2 li,div.row-list-2 div{width:50%;}
ul.row-list-3 li,div.row-list-3 div{width:33.333%;}
ul.row-list-4 li,div.row-list-4 div{width:25%;}
ul.row-list-5 li,div.row-list-5 div{width:20%;}
ul.row-list-6 li,div.row-list-6 div{width:16.666%;}

div.row-list-1 a{display:block;width:100%;}
div.row-list-2 a{display:block;width:50%;}
div.row-list-3 a{display:block;width:33.333%;}
div.row-list-4 a{display:block;width:25%;}
div.row-list-5 a{display:block;width:20%;}
div.row-list-6 a{display:block;width:16.666%;}

/*栅格*/
.col-cell-12{width: 100%;}
.col-cell-11{width: 91.66666667%;}
.col-cell-10{width: 83.33333333%;}
.col-cell-9{width: 75%;}
.col-cell-8{width: 66.66666667%;}
.col-cell-7{width: 58.33333333%;}
.col-cell-6{width: 50%;}
.col-cell-5{width: 41.66666667%;}
.col-cell-4{width: 33.33333333%;}
.col-cell-3{width: 25%;}
.col-cell-2{width: 16.66666667%;}
.col-cell-1{width: 8.33333333%;}


