@charset "utf-8";
/* CSS Document */
/*==========@@HTML默认 开始@@==========*/
/*基本*/
html{
	font-size:9px;
	}
*{padding:0px; margin:0px }
body{color:#333;background-color: #FFF;	padding:0px; margin:0px auto;overflow:scroll;
	overflow-x:hidden;overflow-y:auto;
	font-family: Microsoft YaHei,Helvitica,Verdana,Tohoma,Arial,san-serif;
	font-size:14px; max-width:640px;
}
img{ margin:0; padding:0; border:0; width:100%;height:auto; vertical-align:top;}
p{ margin:0;}
b,strong {font-weight: bold;}
table { border-collapse: collapse; border-spacing: 0;/* Remove most spacing between table cells.*/}
li{ list-style: none outside none;}

/*链接*/
a{ text-decoration:none; color:#333; background: transparent;  outline:none}
a:focus { outline:none; }

/*标题*/
h1 { font-size: 1.3em;margin:  0;}
h2 {font-size: 1.2em; margin: 0;}
h3 { font-size: 1.17em;margin: 0;}
h4 {font-size: 1em;margin:0;}
h5 {font-size: 0.83em;margin: 0;}
h6 { font-size: 0.67em;margin: 0;}
.f8{ font-size:8px;}
.f10{ font-size:10px;}
.f12 { font-size:12px;}
.f14{font-size:14px;}
.f16 { font-size:16px;}
.f22 { font-size:22px;}
.mg5{ margin-top:5px;}
.mg10 { margin-top:10px;}
.mg15{ margin-top:20px;}
.red{
	color:#af111a;
}

/*表单*/
form {margin: 0;}
button,input,select,textarea {
    font-size: 100%;  /* Correct font size not being inherited in all browsers. */
    margin: 0;  /* Address margins set differently in IE 6/7, Firefox 3+, Safari 5,and Chrome */
    vertical-align: baseline; /* Improve appearance and consistency in all browsers */
    *vertical-align: middle; /* Improve appearance and consistency in all browsers */
}
button,select {text-transform: none;}

textarea{	-webkit-border-radius:5px; -moz-border-radius:5px; -o-border-radius:5px;border-radius:5px; 
-moz-box-sizing: border-box;  background-color: #FFFFFF;	border: 1px solid #E8E8E8;
margin: 3px 0px;padding: 5px 3px;	width:99%;
}

/*其它*/
blockquote {margin: 1em 40px;}
dfn {font-style: italic;}
hr {-moz-box-sizing: content-box;box-sizing: content-box;height: 0;}
code, kbd, pre, samp {font-size: 1em;}
pre {margin: 1em 0; white-space: pre;white-space: pre-wrap;word-wrap: break-word; }
small {font-size: 80%;}
sub,sup {font-size: 75%;line-height: 0; position: relative;vertical-align: baseline; /* Prevent `sub` and `sup` affecting `line-height` in all browsers.*/}
sup {top: -0.5em;}
sub {bottom: -0.25em;}
dl{margin: 1em 0;}
dd {margin: 0 0 0 40px;}
audio:not([controls]) {display: none; height: 0;}
/*==========@@HTML默认  结束@@==========*/


/*==========@@通用 开始@@==========*/
/*常用颜色*/
.blue {color: #00F !important;}
.green {color: #0F0 !important;}
.red {color: #F00 !important;}
.black {color: #000000 !important;}
.white {color: #FFFFFF !important;}
.gray { color:gray; !important; }
.purple { color:purple;  !important;}

/*清除浮动*/
.clear { display:block; clear:both;}
.float_left { float:left; }
.float_right { float:right; }
.clearfix:after {content: "."; display: block;  height: 0; clear: both;  visibility: hidden;}
/*对齐方式*/
.left { text-align: left}
.right {text-align: right}
.center{ text-align: center}

.bold{
	font-weight:bold;
}/* CSS Document */

/*分页*/

.divpage{
	margin:30px auto;
	text-align:center;
	font-size:12px;
	}
.divpage span{
	background: none repeat scroll 0 0 #fff;
	/*border: 1px solid #dcdddd;*/
	color: #666;
	display: inline-block;
	height: 20px;
	line-height: 20px;
	margin-right: 5px;
	padding: 0 5px;
	vertical-align: middle;
	width: auto;
	cursor:pointer;
	}

.divpage a{
	width: auto;
	/*padding: 0px 10px;*/
	display: inline-block;
	color: #666;
	height: 23px;
	line-height: 20px;
	/*border: 1px solid #dcdddd;
	background: #FFF;*/
	vertical-align: middle;
	margin-right:5px;
}
.divpage a:hover{
	color:#ce2712;
}

.divpage li{
	display:inline;
	background: none repeat scroll 0 0 #fff;
	border: 1px solid #dcdddd;
	/*color: #666;*/
	display: inline-block;
	height: 22px;
	line-height: 20px;
	margin-right: 5px;
	padding: 0 9px;
	vertical-align: middle;
	width: auto;
	cursor:pointer;
  
}

.thisclass{
	color:red;
}

.divpage select{
	opacity:0.5;
	width:40px;
	height:20px;
}
.whichnew {
    padding: 30px 50px 0px 0;
}
.whichnew p {
    margin: 10px 0;

}