﻿
@charset "utf-8";
/*定义了大小，缩小都不会变，最多一起缩小;不定义大小或１００％，会跟着一起缩*/
/*　文章标题字体大小：１８，文章字体１４，右侧标题：１５加粗，右侧列表：１３默认　*/
/*　深彩： #ce5b16　*/
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;
}

/*page*/
.page{ width:100%; height:60px;clear: both; margin-top:45px;}
.page_box{ width:100%; height:40px; line-height:40px; float: left;}
.page_box li{ width:auto; padding:0 5px 0 5px; float:left; height:30px; list-style: none;}
.page_box li a{ width:30px; color:white; padding:4px 11px 4px 11px;background-color:#b99958;}
