﻿@charset "UTF-8";
body{
	width: 105%;
}
.wrap{
	width: 1024px;
	height: 768px;
	margin: 0 auto;
	background: url(http://static.vhdong.com/Upload/Templates/hsywlt/images/bg.png) no-repeat;
	padding: 0px;
}
.mian{
	width: 902px;
	margin: 0 auto;
	padding-top: 358px;
}
.result{
}
.list{
	width: 300px;
	height: 250px;
	float: left;
	border-right: 1px solid #18317f;
}
.list li{
	height: 84px;
	padding-left: 20px;
}
.list li a{
	display: block;
}
.list li img{
	width: 55px;
	height: 47px;
	float: left;
}
.thirdList{
	border: none;
}
.list li .right{
	width: 200px;
	padding-left: 65px;
	color: #114490;
}
.list li .right strong{
	line-height: 18px;
	font-size: 15px;
	font-weight: bold;
	display: block;
	color: black;
}
.list li .right p{
	line-height: 16px;
	font-size: 12px;
	color: #353030;
}
.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: #5db0f0;
    color: #fff;
		border-radius: 6px;
}
.pagination .prev,.pagination .current.prev{
	width:34px;
	height: 33px;
	background: url(http://static.vhdong.com/Upload/Templates/hsywlt/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/hsywlt/images/rightArrow.png)  no-repeat;
	text-indent: -9999px;
}
