@charset "utf-8";

/* 全文列表 */
.textList1 dd{
	padding: 0.5rem;
}
.textList1 a{
	display: block;
}
.textList1 .listTit{
	font-size: 0.65rem;
	color: #eee;
	line-height: 1rem;
	position: relative;
	max-height: 2rem;
	overflow: hidden;
}
.textList1 .listTime{
	color: #999;
	font-size: 0.6rem;
}

/* imgList1 start */
.imgList1{
	padding: 0.25rem;
	overflow: hidden;
}
.imgList1 dd{
	padding: 0.25rem;
	overflow: hidden;
	position: relative;
	width: 50%;
	float: left;
	box-sizing: border-box;
}
.imgList1 .list_a{
	border-radius: 0.15rem;
	-webkit-box-shadow: 0px 1px 0.15rem rgba(0,0,0,0.1);
	box-shadow: 0px 1px 0.15rem rgba(0,0,0,0.1);
}
.imgList1 .listDeta{
	padding: 0.35rem 0.5rem;
}
.imgList1 .listName{
	font-size: 0.65rem;
	text-align: center;
}
/* imgList1 end */
/* contact start */
.contact span{
	float: left;
	width: 50%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding: 0.5rem;
	text-align: center;
	line-height: 1rem;
	color: #ddd;
}
.contact i{
	display: block;
	height: 3rem;
	width: 3rem;
	border: 1px solid #666;
	border-radius: 50%;
	margin: 0 auto 0.5rem auto;
}
.contact span:nth-of-type(1) i{
	background: url(../images/cntIco1.png) center center no-repeat;
	background-size: 1.2rem;
}
.contact span:nth-of-type(2) i{
	background: url(../images/cntIco2.png) center center no-repeat;
	background-size: 1.2rem;
}
/*.map{
	height: 10rem;
	background: #999;
}*/
.formBox{
	padding: 0.5rem;
}
.formList dd{
	margin-bottom: 0.5rem;
	display: flex;
}
.formList .iptBox{
	flex: 1;
}
.formList .iptBox input{
	width: 100%;
	background: none;
	line-height: 2rem;
	outline: none;
	color: #eee;
	font-size: 0.65rem;
} 
a.formCode{
	display: block;
	width: 4rem;
	margin-left: 0.8rem;
}
a.formCode img{
	height: 100%;
	width: 100%;
}
.formList .iptBox textarea{
	min-height: 4.5rem;
	line-height: 1.5rem;
	resize: none;
	outline: none;
	width: 100%;
	background: none;
	border: none;
	color: #eee;
}
.formSubmit a {
	display: block;
	height: 1.6rem;
	line-height: 1.6rem;
	text-align: center;
	border-radius: 3px;
	background: #c90008;
	color: #eee;
	font-size: 0.7rem;
}
/* contact end */
/* textImg1 start*/

.textImg1 {
	overflow: hidden;
}
.textImg1 dd {
	padding: 0.5rem;
	overflow: hidden;
	position: relative;
}
.textImg1 dd:after{
	display: block;
	content: "";
	overflow: hidden;
	width: 100%;
	height: 1px;
	background: #ddd;
	position: absolute;
	left: 0px;
	bottom: 0px;
	-webkit-transform: scaleY(0.5);
	-ms-transform: scaleY(0.5);
	-o-transform: scaleY(0.5);
	transform: scaleY(0.5);
}
.textImg1 dd:last-child:after{
	display: none;
}
.textImg1 .list_a{
	display: flex;
	overflow: hidden;
}
.txtImg{
	width: 6.0rem;
	overflow: hidden;
	margin-right: 0.5rem;
}
.txtImg .pic{
	padding-top: 66.6666667%;
}
/* textImg1 end*/
