﻿.contain{
	width:100%;
	height:auto;
	margin:0  auto;
	padding-bottom:50px;
}
.contain_cot{
	width:1100px;
	height:auto;
	margin:0  auto;
	overflow:hidden;
	padding-bottom: 50px;
}
.contain_cot_left{
	width:730px;
	height:auto;
	float:left;
}
.service{
	width:100%;
	position:relative;
}
.service .service_title{
	width:100%;
	height:40px;
	margin-top:20px;
	border-bottom: 1px  solid  #ebebeb;
}
.service .service_title h1{
	float:left;
	height:20px;
	line-height:20px;
	margin-top:10px;
	color:#333;
	font-size:18px;
	padding-left:10px;
	border-left:3px  solid #FF5D38;
}
.service .service_title a {
	float: right;
	display: block;
	height: 20px;
	line-height: 20px;
	margin-top: 10px;
	color: #666;
	font-size: 14px;
}
.service_list{
	width:100%;
	height:auto;
}
.service_list .service_list_title{
	width:100%;
	height:70px;
	background: #fafafa;
	border-bottom: 1px  solid  #ebebeb;
	position:relative;
}
.service_list_title img{
	width:28px;
	position:absolute;
	top:20px;
	left:10px;
}
.service_list_title h1{
	font-size: 18px;
	color:#333;
	position:absolute;
	top:22px;
	left:45px;
}
.service_list ul{
	width:100%;
	height:auto;
	margin:0 auto;
}
.service_list ul li{
	width:100%;
	height:70px;
	margin:0 auto;
	border-bottom: 1px  solid  #ebebeb;
	position: relative;
}
.service_list ul li p{
	font-size:16px;
	line-height: 70px;
	color:#333;
	position:absolute;
	top:0;
	left:0;
}
.service_list ul li .handle{
	padding:6px  20px;
	font-size:15px;
	font-family: "微软雅黑";
	border:1px  solid #FF5D3B;
	border-radius: 5px;
	color:#fff;
	outline:none;
	background:#FF5D3B;
	position:absolute;
	top:20px;
	right:20px;
}
.service_list ul li .handle a{
	display: block;
	cursor: pointer;
	color: #fff;
	width: 100%;
	height: 100%;
	z-index: 999;

}
.service_list ul li button.notice{
	padding:6px  20px;
	font-size:15px;
	border:1px  solid #FF5D3B;
	border-radius: 5px;
	color:#FF5D3B;
	background:#fff;
	outline:none;
	position:absolute;
	top:20px;
	right:0px;
	font-family: "微软雅黑";
}
.contain_cot_right{
	width:340px;
	margin-top:10px;
	height:auto;
	float:right;
	
}
.contain_cot_right  .backstagebtn{
	width:100%;
	height:40px;
	background:#ff5d3b;
	border:none;
	margin-top:20px;
	color:#fff;
	font-size:14px;
	border-radius: 5px;
	outline:none;
}
.contain_cot_right  .backstagebtn a{
	color:#fff;
	display:block;
	width:100%;
	height:100%;
	line-height:40px;
	text-align: center;
}
.news{
	width:100%;
	margin-top:20px;
	position:relative;
}
.news h1{
	border-top:2px  solid #ff5d3b;
	border-bottom:1px  dashed #ebebeb;
	text-align:center;
	font-size:16px;
	line-height:50px;
	color:#333;
}
.news  ul{
	width:100%;
	height:auto;
	margin:0 auto;
	
}
.news  ul li{
	width:100%;
	height:auto;
	margin-top:15px;
	overflow:hidden;
}
.news ul li  .triangle{
	width:4px;
	height:20px;
	float:left;
}
.news  ul li img{
	width:100%;
	height:8px;
	float:left;
	margin-top:5px;
}
.news ul li  .text{
	width:320px;
	float:left;
	margin-left:10px;
}
.news  ul li  .text h2{
	font-size:14px;
	color:#333;
	font-weight:normal;
}
.news  ul li  .text p{
	font-size:12px;
	color:#bbb;
	margin-top:5px;
}
.btn{
	width:100%;
	height:50px;
	margin:30px  auto;
	text-align:center;
}
.btn button{
	width:120px;
	height:40px;
	outline:none;
	font-family: "微软雅黑";
	line-height:40px;
	font-size:15px;
	color:#333;
	background:#fff;
	border:1px solid  #ebebeb;
}
.btn button:hover{
	background:#FF5D3B;
	color:#fff;
	
}