﻿*{
	font-family: "微软雅黑";
	color: #333;	
}
body,html{
	background: #fff;
}
a:hover{
	cursor: pointer;
}
.row .col-lg-8{
	background: #fff;
	padding:12px;
}
#myjQueryContent div p{
	width: 100%;
	position: absolute;
	text-align: left;
	height: 30px;
	line-height: 30px;
	background: rgba(0,0,0,0.8);
	color: #fff;
	bottom: 0px;
	padding-left: 12px;
	
}
#myjQueryContent div p span{
	display: inline-block;
	width: 75%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #fff;
}
/*.img .item{
	position: relative;
	height: 300px;
}
.img .item img{
	width: 100%;
	height: 300px !important;
}
.img .item p{
	width: 100%;
	background: rgba(0,0,0,0.65);
	text-align: center;
	position: absolute;
	bottom: 0px;
	color: #fff;
}*/
.list{
	display: inline-block;
	width: 45%;
	padding: 0px;
	list-style: none;
	margin: 0px;
	vertical-align: top;
}
.list li{
	padding:0px 12px;
	font-size: 16px;
	line-height: 38px;
	text-align: left;
}
.list li icon{
	display: inline-block;
	width: 16px;
	height: 20px;
	background: url(../images/icon.png);
	background-position: 100%;
	vertical-align: top;
	margin-right: 5%;
	margin-left: 5%;
	margin-top: 5px;
}
.list li span{
	display: inline-block;
	width: 82%;
	color: #999;
	white-space: nowrap;
	text-overflow:ellipsis ;
	overflow: hidden;
}
/*申请表*/
.form{
	margin-left: 10%;
	width: 90%;
	background: #fff;
	padding: 0px 12px;
	padding-bottom: 12px;
	height: 328px;
}
.form h3{
	font-weight: 400;
	font-size: 16px;
	margin: 0px;
	padding: 12px 0px 12px 24px;
	position: relative;
	color: #595959;
	border-bottom: 1px solid #ebebeb;
	margin-bottom: 12px;
}
.form h3:after{
	content: "";
	position: absolute;
	left: 0px;
	top: 12px;
	width: 4px;
	height: 20px;
	background: #c31727;
}
.form ul{
	list-style: none;
	padding: 0px;
}
.form ul li{
	margin-bottom: 30px;
	text-align: left;
}
.form ul li input[type='text']{
	width: 40%;
	margin-right: 10%;
	padding-left: 12px;
	border: 1px solid #ebebeb;
	height: 40px;
	line-height: 40px;
}
.form ul li input[type='tel'],.form ul li input[type='number']{
	width: 100%;
	padding-left: 12px;
	height: 40px;
	line-height: 40px;
	border:1px solid #EBEBEB;
}
.form ul li label{
	font-weight: 400;
	color: #999;
	margin-right: 4%;
}
.form .btn{
	width: 100%;
	color: #fff;
	background: #c31727;
	color: #fff;
	border-radius: 0px;
	padding: 0px;
	height: 50px;
	line-height: 50px;
	font-size: 16px;
}
.content{
	width: 100%;
	margin-top: 24px;
}
.content ul{
	list-style: none;
	padding: 0px;
	margin: 0px;
}
.content ul>li{
	width: 25%;
	float: left;
	margin-bottom: 25px;
}
.content ul>li h4{
	text-align: center;
	margin: 0px;
	padding: 12px 0px;
	border-bottom: 1px solid #ebebeb;
	margin-bottom: 12px;
}
.process{
	width: 100%;
	position: relative;
}
.process img{
	width: 80%;
	margin-left: 10%;
	height: 150px;
}
.process p{
	position: absolute;
	background: rgba(0,0,0,0.65);
	width: 80%;
	text-align: center;
	color: #fff;
	bottom: 0px;
	left: 10%;
	font-size: 12px;
	padding: 12px 0px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.box-content{
	width: 95%;
	margin-right: 5%;
	background: #fff;
}
.content ul>li:nth-child(4n) .box-content{
	margin: 0px;
	width: 100%;
}
.box-content ol{
	list-style: none;
}
.box-content ol li{
	text-align: left;
	line-height: 45px;
	margin-left: 10%;
}
.box-content ol li dot{
	display: inline-block;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: #d33543;
	margin-right: 5%;
}
.box-content ol li span{
	display: inline-block;
	width: 80%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	vertical-align: middle;
}
/*热门标签*/
.lab{
	clear: both;
	width: 100%;
	margin-top: 25px;
	background: #fff;
	margin-bottom: 25px;
}
.lab h4{
	text-align: center;
	margin: 0px;
	padding: 12px 0px;
	margin-bottom: 12px;
	border-bottom: 1px solid #ebebeb;
}
.label-content{
	width: 80%;
	margin-left: 10%;
	padding: 0px 12px;
}
.label-content a{
	color: #333;
	margin-right: 24px;
	line-height: 40px;
	word-break:keep-all;           /* 不换行 */
	white-space:nowrap;          /* 不换行 */
}
.lab footer{
	margin-top: 50px;
	text-align: center;

}
.lab footer a{
	color: #dc5863;
}
@media screen and (max-width:768px){
	.topvebanner,.list{ width:100%;}
	.list{ margin-top:20px;}
	.list li{ padding:0; line-height:28px;}
	.list li icon{ margin-left:0; margin-right:15px;}
	.list li span{ font-size:14px;}
	.form{ width:100%; margin-left:0; margin-top:20px; height:auto;}
	.content ul>li{ width:100%; float:none;}
	.box-content{ width:100%; margin-right:0;}
	.box-content ol li{ margin-left:0; line-height:30px;}
	.process img{ width:100%; margin:0 !important; height:auto;}
	.process p{ width:100%; left:0;}
	.process{ margin-bottom:15px;}
	.form ul li{ margin-bottom:10px;}
	.list li span{ background:url(../images/icon.png) no-repeat left center; padding-left:30px;}
	.list li icon{ display:none;}
	
	
		}