@charset "utf-8";

/* CSS Document */

* {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	background: url(../../image/lizaixiang/bg.jpg);
}

body h1,
h2,
h3,
h4,
h5,
h6,
p,
samp,
div,
ul li,
ol li,
a,
dl,
dt,
dd,
select,
input,
button,
textarea {
	font-family: "微软雅黑";
	font-weight: normal;
	list-style-type: none;
	text-decoration: none;
	list-style: none;
	outline: none;
}

a:hover {
	text-decoration: underline;
	border: 0px;
	color: #bf5d40;
}

button {
	cursor: pointer;
}

.clear {
	clear: both;
}

table {
	border-spacing: 1px;
}


/*banner*/

.banner {
	width: 100%;
	min-width: 1280px;
	height: 596px;
	background: url(../../image/lizaixiang/banner.png) no-repeat center center;
}

.banner .main {
	width: 1200px;
	height: 596px;
	margin: 0 auto;
}

.banner .main p {
	width: 645px;
	height: 325px;
	float: left;
	font-size: 12px;
	color: #000;
	line-height: 23px;
	font-family: arial;
	text-indent: 24px;
	padding-top: 210px;
}


.wrap {
	width: 1200px;
	height: auto;
	margin: 0 auto;
}

.wrap .nav {
	width: 1200px;
	height: auto;
	float: left;
}

.wrap .nav a {
	font-size: 14px;
	color: #271103;
	font-family: "宋体";
}

.wrap .nav b {
	font-size: 14px;
	color: #bf5d40;
	font-family: "宋体";
	font-weight: normal;
}

.wrap .dzsList{
	width: 1200px;
	height: auto;
	float: left;
	border: 1px solid #bb5e42;
	border-radius: 3px;
	background: #fff;
	margin-top: 30px;
	margin-bottom: 100px;}
.wrap .dzsList ul{ float: left; margin-bottom: 100px;}
.wrap .dzsList ul li {
	width: 299px;
	height: 375px;
	border-right: 1px solid #e0e0e0;
	border-bottom: 1px solid #e0e0e0;
	float: left;
}
.wrap .dzsList ul li .pic{ width: 181px; height: 233px; border: 1px solid #c6c6c6; background: #f4f4f4; margin: 0 auto; margin-top: 36px; line-height: 325px;}
.wrap .dzsList ul li .pic img{width:181px;height:233px; margin: 0 auto; display: block;}


.wrap .dzsList ul li p {
	width: 180px;
	font-size: 14px;
	float: left;
	padding-left: 60px;
	padding-top: 20px;
	padding-bottom: 40px;
}

.wrap .dzsList ul li p a {
	font-size: 14px;
	color: #a1553f;
}


/*分页管理*/

.wrap .dzsList .page {
	width: 590px;
	height: 40px;
	margin: 0 auto;
}

.wrap .dzsList .page ul {
	list-style: none;
	padding: 0px;
	margin-top: 40px;
	margin-bottom: 40px;
	width: 100%;
	height: 40px;
	float: left;
}

.wrap .dzsList .page ul li {
	font-family: Arial;
	cursor: pointer;
	width: 34px;
	height: 34px;
	float: left;
	border: 1px solid #ccc;
	line-height: 36px;
	text-align: center;
	color: #6e6e6e;
	margin-right: 5px;
	font-size: 14px;
}

.wrap .dzsList .page ul li:hover {
	background: #eee;
}

.wrap .dzsList .page ul li.prePage {
	width: 36px;
	height: 36px;
	background: url(../../image/lizaixiang/arrow-left.png) no-repeat;
	border: none;
}

.wrap .dzsList .page ul li.omit {
	border: 0px;
	width: 25px;
}

.wrap .dzsList .page ul li.nextPage {
	background: url(../../image/lizaixiang/arrow-right.png) no-repeat;
	width: 36px;
	height: 36px;
	border: none;
}

.wrap .dzsList .page ul li.choose {
	border: 1px solid #a1553f;
	background: #a1553f;
	color: #fff;
}

.wrap .dzsList .page ul li.choose.prePage {
	background: url(../../image/lizaixiang/arrow-left-hover.png) no-repeat;
	border: none;
}

.wrap .dzsList .page ul li.choose.nextPage {
	background: url(../../image/lizaixiang/arrow-right-hover.png) no-repeat;
	border: none;
}

.wrap .dzsList .page a.noborder {
	border: 0px solid #999;
}

.wrap .dzsList .page a .noboder1 {
	border: 0px solid #999;
	color: #0592ec;
}

.wrap .dzsList .page .gotopage {
	width: auto;
	height: 22px;
	border: none;
	font-size: 13px;
	font-family: "宋体";
	color: #999;
	font-weight: normal;
}

.wrap .dzsList .page .gotopage:hover {
	background: none;
}

.wrap .dzsList .page .gotopage input {
	width: 39px;
	height: 23px;
	line-height: 23px;
	border: 1px solid #ccc;
	text-align: center;
	color: #999;
	font-family: Arial;
	font-size: 14px;
}

.wrap .dzsList .page a.next {
	color: #0592ec;
}

.wrap .dzsList .page .total {
	width: 58px;
	border: none;
	font-size: 13px;
	font-family: "宋体";
	color: #999;
	font-weight: normal;
}

.wrap .dzsList .page .total:hover {
	background: none;
}

.wrap .dzsList .page ul li.determine {
	border: none;
	margin-top: 6px;
}

.wrap .dzsList .page ul li.determine:hover {
	background: none;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	.wrap .dzsList .page ul li.determine {
		margin-top: 0px;
	}
}

{}


/*safari(Chrome) 有效 */

@-moz-document url-prefix() {
	.wrap .dzsList .page ul li.determine {
		margin-top: 0px;
	}
}


/*仅firefox 识别*/

.wrap .dzsList .page ul li button {
	width: 50px;
	height: 25px;
	line-height: 20px;
	background: #fff;
	line-height: 25px;
	color: #404040;
	border: 1px solid #ccc;
	text-align: center;
	font-family: "宋体";
	margin-top: -1px;
	margin-left: 5px;
}

.wrap .dzsList .page ul li.determine button:hover {
	background: #a1553f;
	color: #fff;
	border: 1px solid #a1553f;
}









































































































































