﻿ 
@charset "utf-8";

html {
-webkit-text-size-adjust: none;
}
*{
	margin: 0;
	padding: 0;
}
ol, ul {
	list-style: none;
}
img {
	border: 0;
	height: auto;
	width: auto;
}

body {
	font-family: "Microsoft Yahei", "冬青黑体简体中文 w3";
	font-size: 13px;
	background: #f8f8f8;
	color: #656565;
	letter-spacing: 0.5px;
}
a {
	color: #666;
	font-size: 13px;
	text-decoration: none;
	transition: color 0.3s;
}
a:hover {
	color: #d6623d;
}
::selection{background:#d6623d;color:#fff;}

.clear {
	clear: both;
}


#mainlist {
    width: 1260px;
    margin: 0px auto;
    overflow: hidden;
}
#container {
    width: 1260px;
    margin: 0px auto;
    overflow: hidden;
}
#container-page {
    width: 1125px;
    margin: 0px auto;
    overflow: hidden;
    margin-bottom:30px;
}
#containere {
    width: 1280px;
    margin-left: -20px;
}
.containee {
    width: 890px;
    float: left;
}
.pages {clear: both;margin: 20px;overflow: hidden;margin-left: 0px;text-align: center;font-size:12px}
.pages ul{ margin:0 auto; display:inline-block;}
.pages li{padding:0 13px; line-height:36px; display:inline-block; font-size:14px; border:1px solid #ddd; margin-left:-1px; float:left; background-color:#FFF; cursor:pointer;}
.pages li.thisclass,.pages ul li.thisclass a,.pages ul li.thisclass a:hover{color:#fff !important; background-color: #d6623d;}
