/*初始样式*/

html {font-size: 18px; font-family: Helvetica, Tahoma, Arial, "Hiragino Sans GB", "Hiragino Sans GB W3", STXihei, STHeiti, "Microsoft YaHei", Heiti, SimSun, sans-serif;
-webkit-font-smoothing: antialiased;}
body,
ul,
ol,
li,
p,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
table,
td,
img,
div,
dl,
dt,
dd {margin: 0;padding: 0;border: 0;list-style: none;font-weight: normal;}
body {background: #F6F6F9;color: #333;margin: 0 auto;font-size: 18px;font-weight: normal;}
a,
a:link {color: #333;text-decoration: none;}
a:active,
a:hover{text-decoration: underline;}

* {-webkit-appearance: none;-webkit-tap-highlight-color: rgba(255, 255, 255, 0);}
input:required,
input:valid,
input:invalid {border: 0 none;outline: 0 none;-webkit-box-shadow: none;-moz-box-shadow: none;-ms-box-shadow: none;-o-box-shadow: none;box-shadow: none;}/* 重置文本格式元素 */


input[type="number" ]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button{
    -webkit-appearance: none !important;
    margin: 0; 
}

input[type="number"]{-moz-appearance:textfield;}

address,
cite,
dfn,
em,
var {font-style: normal;}/* 将斜体扶正 */

code,
kbd,
pre,
samp {}/* 统一等宽字体 */
del {color: #aaa; font-size:1.2rem;}

@media only screen and (max-width: 310px) and (min-width: 300px) {html {font-size: 9px}}
@media only screen and (max-width: 320px) and (min-width: 310px) {html {font-size: 9px}}
@media only screen and (max-width: 360px) and (min-width: 320px) {html {font-size: 9px} .filter-menu-list ul{margin-top:.12rem;}.filter-menu-list ul li i{font-size:2.2rem !important;}}
@media only screen and (max-width: 360px) and (min-width: 350px) {html {font-size: 10px} .filter-menu-list ul{margin-top:.1rem;}.filter-menu-list ul li i{font-size:2.2rem !important;}}
@media only screen and (max-width: 480px) and (min-width: 360px) {html {font-size: 10px} .filter-menu-list ul{margin-top:.1rem;}.filter-menu-list ul li i{font-size:2.2rem !important;}}
@media only screen and (max-width: 480px) and (min-width: 470px) {html {font-size: 13.33333px}}
@media only screen and (max-width: 560px) and (min-width: 480px) {html {font-size: 13.33333px}}
@media only screen and (max-width: 570px) and (min-width: 560px) {html {font-size: 15.83333px}}
@media only screen and (max-width: 640px) and (min-width: 570px) {html {font-size: 15.83333px}}
@media only screen and (max-width: 640px) and (min-width: 630px) {html {font-size: 17.77778px}}
@media only screen and (max-width: 710px) and (min-width: 640px) {html {font-size: 17.77778px}}

.head{
	width: 100%;
	margin-bottom: 20px;
}
.head img{
	width: 100%;
}
.head div{
	width: 100%;
	height: 40px;
	margin-top: -5px;
	padding-top: 15px;
	vertical-align: middle;
	background-color: #3895BE;
}
.head div .block{
	display: inline-block;
	width: 65%;
	height: 16px;
	margin-left: 5%;
	background-color: white;
}
.head div .word{
	margin-left: 5%;
	color: white;
	font-size: 20px;
	font-weight: bold;
}

.body{
	width: 100%;
}
.right_block{
	display: inline-block;
	width: 38%;
	/*height: 160px;*/
	/*border: 1px solid #3895BE;*/
	background-color:#ffffff; 
	margin: 5px 0 5px 1.38rem;
	padding: 10px;
}
.right_block img{
	width: 100%;
}
.right_block .describe h4{
	margin: 5px 10px;
	font-size: 15px;
	color: red;
}
.right_block .describe p{
	padding: 2px 10px;
	font-size: 12px;
/*	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;*/
}
@media(max-width: 350px){
	.right_block{
		/*height: 140px;*/
	}
}
@media(max-width: 330px){
	.right_block{
		/*height: 130px;*/
	}
}

.pagination{
	margin-left: auto;
	margin-right: auto;
}