

.main {
	position: relative;
	top: -50px;
	margin: 0px auto 21px;
	width: 1280px;
}
.main>.title {
	width: 1280px;
	height: 50px;
	background: rgba(255,255,255,0.9);
}
.main>.title>div>a {
	width: 102px;
	height: 50px;
	float: left;
	font-size: 14px;
	color: #5b5b5b;
	line-height: 50px;
	cursor: pointer;
	text-align: center;
	position: relative;
	z-index: 10;
	transition: font-size 0.4s,color 0.4s,font-weight 0.4s;
    -webkit-transition: font-size 0.4s,color 0.4s,font-weight 0.4s;
}
.main>.title>.moveUp {
	position: absolute;
	left: 0px;
	width: 102px;
	height: 50px;
	background: #ffb94a;
	transition: left 0.4s;
    -webkit-transition: left 0.4s;
}
.main>.title .active {
	color: #fff;
	font-size: 18px;
	font-weight: 700;
}
.main>.title>div>a:hover {
	color: #fff;
	font-size: 18px;
	font-weight: 700;
}
.main>.title>p {
	float: right;
	cursor: pointer;
	margin-right: 22px;
	line-height: 50px;
	color: #5b5b5b;
}
.main>.title>p>span:hover {
	color: rgb(221,0,0);
	font-weight: 700;
}
.main>.content {
	width: 100%;
	padding: 22px 0px 30px;
	background: #fff;
}

.content>.layout {
	padding: 0px 50px;

}
.content>.layout>li {
	cursor: pointer;
	height: 69px;
	line-height: 69px;
	border-bottom: 1px dashed #cfcfcf;
}
.content>.layout>li:hover span,
.content>.layout>li:hover p>a{
	color: rgb(221,0,0);
}
.content>.layout>li:hover p>a{
	font-weight: 700;
}
.layout>li>p>a {
	/*单行文本剪裁*/
	max-width: 70%;
	text-overflow: ellipsis;
    white-space: nowrap;
	text-decoration: none;

	float: left;
	padding-left: 23px;
	line-height: 69px;
	display: inline-block;
	color: #2a2a2a;
}
.layout>li>span {
	color: #999;
	float: right;
	line-height: 69px;
}
.layout>li>span:last-child {
	margin-right: 35px;
}
.layout>li>span:first-child {
	font-weight: 500;
	color: #747474;
	width: 35px;
	line-height: 69px;
	text-align: center;
	float: left;
}






.main_btm {
	width: 354px;
	height: 24px;
	margin: 30px auto 0px;
}
.main_btm>li {
	cursor: pointer;
	margin: 0px 3px;
	width: 22px;
	float: left;
	text-align: center;
	font-size: 14px;
	color: #666;
	line-height: 22px;
	font-weight: 700;
	height: 22px;
	border: 1px solid #ccc;
	border-radius: 3px;
}
.main_btm>li> a {
	display: block;
	line-height: 22px;
	height: 100%;
	width: 100%;
	color: #666;
	font-weight: 700;
	text-decoration: none;
}
.main_btm>li:first-child {
	cursor: default;
	width: 62px;
	margin: 0px 3px 0px 0px;
}
.main_btm>li:last-child {
	margin: 0px 0px 0px 0px;
}
.main_btm>li[title="首页"] {
	background: url(../images/icon_all.png) -137px 1px no-repeat;
}
.main_btm>li[title="上一页"] {
	background: url(../images/icon_all.png) -106px 1px no-repeat;
}
.main_btm>li[title="下一页"] {
	background: url(../images/icon_all.png) -120px 1px no-repeat;
}
.main_btm>li[title="末页"]  {
	background: url(../images/icon_all.png) -156px 1px no-repeat;
}

.main_btm>li[title="首页"]:hover {
	background: url(../images/icon_all.png) -152px -225px no-repeat;
}
.main_btm>li[title="上一页"]:hover {
	background: url(../images/icon_all.png) -121px -225px no-repeat;
}
.main_btm>li[title="下一页"]:hover {
	background: url(../images/icon_all.png) -135px -225px no-repeat;
}
.main_btm>li[title="末页"]:hover {
	background: url(../images/icon_all.png) -171px -225px no-repeat;
}