
.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%;
	background: #fff;
}

.content>.layout {
	margin: 0px 100px;
	padding-top: 20px;
}
.content>.layout>li {
	cursor: pointer;
	padding: 30px 0px;
	border-bottom: 1px dashed #cfcfcf;
	position: relative;
}
.content>.layout>li>span {
	color: #a1a0a0;
	font-size: 14px;
	position: absolute;
	right: 0px;
}
.content>.layout>.txt {
	padding: 30px 0px 30px 0px;
}
.content>.layout>.txt>.txt_title {

	font-size: 20px;
	height: 22px;
	display: inline-block;
	font-weight: 700;
	color: #414141;
	border-bottom: rgba(221,0,0,0) solid 3px;
}
.content>.layout>.txt>.txt_tent {
	/*多行文本剪裁*/
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp:2;
	overflow: hidden;
	max-width: 100%;

	margin-top: 8px;
	line-height: 28px;
	font-size: 14px;
	color: #686868;
}

.image-text {
	height: 135px;
}
.image-text>.image {
	width: 240px;
	height: 135px;
	overflow: hidden;
	float: left;
	border-radius: 4px;
	margin-right: 32px;
	position: relative;
}
.image-text>.image>img {
	width: 240px;
	position: absolute;
	top: 0px;
	left: 0px;
	transition: height 0.7s,width 0.7s,top 0.7s,left 0.7s;
    -webkit-transition: height 0.7,width 0.7s,top 0.7s,left 0.7s;
}

.image-text>.image:hover img {
	width: 260px;
	top: -10px;
	left: -10px;
}
.image-text>.text {
	width: 808px;
	float: left;
	height: 135px;
	display: inline-block;
}

.image-text>.text>.txt_title {


	margin-top: 13px;
	font-size: 20px;
	height: 22px;
	font-weight: 700;
	display: inline-block;
	color: #414141;
	border-bottom: rgba(221,0,0,0) solid 3px;
}
.image-text>.text>.txt_tent {
	/*多行文本剪裁*/
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	max-width: 100%;


	margin-top: 8px;
	line-height: 28px;
	font-size: 14px;
	color: #686868;
}
.main_btm {
	width: 354px;
	height: 24px;
	margin: 30px auto;
	padding-bottom: 30px;
}
.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;
}



.main_btm .active {
	background: #ffb94a;
	color: #fff;
}
.main_btm .active:hover {
	background: #ffb94a;
	color: #fff;
}
.main_btm>li:hover {
	border: 1px solid #ffb94a;
}
.main_btm>li:hover a{
	color: #ffb94a;
}

