@charset "UTF-8";
body{
	width: 105%;
}
.wrap{
	width: 1020px;
	height: 1134px;
	margin: 0 auto;
	background: url(../images/bg.jpg) no-repeat;
}
.mian{
	width: 802px;
	margin: 0 auto;
	background: #fff;
	padding: 20px 43px;
	border-radius: 8px;
}
.list{
	width: 400px;
	float: left;
}
.list li{
	width: 357px;
	border-bottom: 1px solid #1e4e77;
	overflow: hidden;
	padding: 15px 0px 15px 20px;
}
.list .leftBox{
	width: 280px;
	position: relative;
	float: left;
}
.list .leftBox img {
	width: 95px;
	height: 70px;
	display: block;
	border-radius: 6px;
}
.list .textBox{
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
	left: 105px;
}
.list .textBox strong,.list .textBox span{
	display: block;
	color: #1e4e77;
	font-family:”Microsoft YaHei”;
}
.list .textBox strong{
	font-size: 14px;
	font-weight: 600;
}
.list .textBox span{
	font-size: 12px;
}
.list li .btn{
	width: 77px;
	height: 26px;
	background: #1e4e77;
	display: block;
	text-align: center;
	float: right;
	border-radius: 6px;
	margin-top: 45px;
}
.list li .btn span{
	width: 60px;
	height: 25px;
	line-height: 25px;
	display: block;
	background: url(../images/arrow.png) right center no-repeat;
	padding-right: 14px;
	color: #fff;
}
.list li.last{
	border-bottom: none;
}
.leftList{
	border-right: 1px solid #1e4e77;
}
.list.rightList li{
	float: right
}
