﻿.page_width {
	width: 990px;
	margin: auto;
}


/*返回更多案列*/
.block .more {
    margin: 30px auto;
    height: 50px;
    line-height: 50px;
    background: rgba(0,0,0,0.05);
    font-size: 24px;
    text-align: center;
}



/*首页*/
.main {
	width: 990px;
	margin: auto;
	margin-top: 40px;
}
.main .block {
	width: 990px;
	margin: 15px auto;
}
.main .block .lists1 {
	width: 100%;
	overflow-y: auto;
}
.main .block .lists1 li {
	float: left;
	width: 330px;
	height: 330px;
	position: relative;
	overflow: hidden;
}
.main .block .lists1 li:nth-child(2n-1) {
	background: #e5e5e5;
}
.main .block .lists1 li:nth-child(2n) {
	background: #f2f2f2;
}
.main .block .lists1 li img {
	display: block;
	width: none;
	max-height: 330px;
}
.main .block .lists1 li .name_logo {
	position: absolute;
	width: 100%;
	height: 40px;
	line-height: 40px;
	font-size: 20px;
	text-align: center;
	top: 75%;
}
.main .block .lists1 li .dl1 {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	background: #eb1c24;
	color: #fff;
	
	display: none;
}
.main .block .lists1 li .dl1 dt {
	font-size: 36px;
	line-height: 50px;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding: 30px 20px;
	padding-bottom: 0;
}
.main .block .lists1 li .dl1 .dt1 {
	font-size: 30px;
	height: 50px;
	margin-bottom: 20px;
}
.main .block .lists1 li .dl1 dd {
	line-height: 24px;
	font-size: 15px;
	margin-top: 30px;
	padding: 0 20px;
}
.main .block .lists1 li.title_block {
	height: 330px;
	font-size: 36px;
	background: #eb1c24;
	color: #fff;
	
	position: relative;
}
.main .block .lists1 li.title_block .title {
	padding: 30px 20px;
	padding-bottom: 0;
}
.main .block .lists1 li.title_block span {
	display: block;
}
.main .block .lists1 li.title_block .img1 {
	display: block;
	width: 16px;
	height: 26px;
	position: absolute;
	right: 40px;
	bottom: 40px;
}
.main .block .lists1 li.title_block .img2 {
	display: block;
	width: 26px;
	height: 16px;
	position: absolute;
	right: 40px;
	bottom: 40px;
}

.main .block .lists1 li.pic_big {
	width: 660px;
	height: 330px;
	overflow: hidden;
	position: relative;
}

.main .block .lists2 li {
	width: 25%;
	height: 247px;
}

/*.main .block .dls dl {
	width: 100%;
	height: 140px;
}
.main .block .dls dl dt {
	width: 330px;
	height: 100%;
	padding: 50px 0;
	line-height: 40px;
	font-size: 18px;
	font-weight: bold;
	color: #5b5b5b;
}
.main .block .dls dl dd {
	width: 660px;
	padding: 22px 10px;
	line-height: 32px;
	font-size: 16px;
}
.main .block .dls dl:nth-child(2n-1) dt {
	background: #e5e5e5;
}
.main .block .dls dl:nth-child(2n) dt {
	background: #f5f5f5;
}*/
















