﻿@charset "UTF-8";
body{
	width: 105%;
}
.wrap{
	width: 1024px;
	height: 768px;
	margin: 0 auto;
	background: url(http://static.vhdong.com/Upload/Templates/ylzl/images/bg.png) no-repeat;
	padding: 0px;
}
.mian{
	width: 902px;
	margin: 0 auto;
	padding-top: 305px;
}
.result{
}
.list{
	width: 450px;
	height: 240px;
	float: left;
	
}
.list li{
	height: 78px;
	padding-left: 20px;
}
.list li a{
	display: block;
}
.list li img{
	width: 55px;
	height: 47px;
	float: left;
}
.thirdList{
	border: none;
}
.list li .right{
	width: 350px;
	    padding: 7px 0px 7px 65px;
	color: #0b2141;
}
.list li .right strong{
	line-height: 18px;
	font-size: 16px;
	font-weight: bold;
	display: block;
}
.list li .right p{
	line-height: 16px;
	font-size: 12px;
}
.list li .right p i,.list li .right p span{
	display: block;
}
.list li .right p i{
	float: left;
}
.list li .right p span{
	padding-left: 40px;
}
.list li.thirdLi{
	padding-bottom: 0px;
}
/**/
.pagination{
	text-align: center;
}
.pagination a {
	width: 34px;
	height: 33px;
  text-decoration: none;
	color: #15B;
	background: #b3b3b3;
	border-radius: 6px;
}

.pagination a, .pagination span {
		width: 34px;
		height: 33px;
		line-height: 33px;
		font-size: 18px;
    display: inline-block;
		margin: 0 4px;
		text-align: center;
		color: #fff;
}
.pagination a:hover{
	color: #fff;
}

.pagination .current {
    background: #b3b3b3;
    color: #000000;
		border-radius: 6px;
	font-weight: bolder;
}
.pagination .prev,.pagination .current.prev{
	width:34px;
	height: 33px;
	background: url(http://static.vhdong.com/Upload/Templates/ylzl/images/leftArrow.png)  no-repeat;
	text-indent: -9999px;
}
.pagination .next,.pagination .current.next{
	width:34px;
	height: 33px;
	background: url(http://static.vhdong.com/Upload/Templates/ylzl/images/rightArrow.png)  no-repeat;
	text-indent: -9999px;
}
