
@charset "utf-8";
@import "common.css";

/** index
========================================*/
.index{ font-family:Verdana; }

/*--( secList )--*/
.secList .list{
	display:block;
	margin:0 auto;
	padding:20px 0 20px;
	border-bottom:1px solid #ccc;
}
.secList .imgData{
	width:110px;
	background:#fff;
	margin:0 12px 0 0;
	float:left;
}
.secList .imgData .txtArea{
	box-sizing:border-box;
	max-width:110px;
	text-align:center;
	color:#fff;
	background:#f90;
	line-height:22px;
	margin:0 0 11px;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
}
.secList .imgData .imgFrame{
	width:110px;
	height:80px;
}
.secList .txtData{
	width:800px;
	float:left;
}
.secList .txtDate{
	color:#333;
	line-height:22px;
}
.secList .tagNew{
	display:inline-block;
	line-height:16px;
}
.secList .titList{
	width:860px;
	height:44px;
	font-size:15px;
	line-height:22px;
	margin:7px 0 0;
	overflow:hidden;
}
.secList a:hover .titList{
	text-decoration:underline;
}
.index .btnCommon02{
	width:300px;
	height:70px;
	font-size:17px;
	margin:50px auto 22px;
}

/** details
========================================*/
.wrapperTelCommon{
	width:980px;
	margin:0 auto;
	border-bottom:1px solid #E5E5E5;
}
.titTelCommon{
	width:680px;
	margin:35px auto 24px;
}
.blockTelCommon{
	height:265px;
	margin:0 auto;
}
.blockTelCommon .txtTel{
	padding:75px 0 0 40px;
	color:#fff;
}
.blockTelCommon .txtHour{
	padding:3px 0 0 41px;
	color:#fff;
}
.blockTelCommon .btn{
	display:block;
	box-sizing:border-box;
	width:300px;
	height:60px;
	margin:9px 0 0 38px;
	color:#fff;
	text-decoration:none;
	text-align:center;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	position:relative;
	background:#39c;
	-webkit-box-shadow: 0 -4px 0 #2E89B7 inset;
	box-shadow: 0 -4px 0 #2E89B7 inset;
}
.blockTelCommon .btn:hover{ background:#5CADD6; }
.blockTelCommon .btn span{
	position:absolute;
	top:48%;
	left:50%;
	-webkit-transform:translate(-50%, -50%);
	transform:translate(-50%, -50%);
}
