

/*初始化css*/
body {
	min-width: 1200px;
	font-family: 微软雅黑;
	color: #333;
}

/*min-width的宽度根据项目页面宽度决定*/
*,
*:before,
*:after {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.clearfix:after {
    content: "020";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix {
    zoom: 1;
}
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video,
form {
	margin: 0;
	padding: 0;
	border: 0;
	outline: none;
}

input {
	margin: 0;
	padding: 0;
	outline: none;
	border: 0;
}

li {
	list-style: none;
}

a,
ins {
	text-decoration: none;
}

*:focus {
	outline: none;
}

a {
	color: #333;
}

/*颜色根据通用信息列表的文字颜色决定*/
.fl {
	float: left;
}

.fr {
	float: right;
}

.cf:after {
	display: block;
	content: '';
	height: 0;
	visibility: hidden;
	clear: both;
}

.cf {
	zoom: 1;
}

.hide {
	display: none !important;
}

.block {
	display: block;
}

textarea,
input {
	font-family: 微软雅黑;
}
.w1200{
	width: 1200px;
	margin: 0 auto;
}
body{
	background: #ffece1;
}
.nav_box ul li a:hover{border-bottom: 3px solid #fff;}
.head{background: url(../image/banner.png) no-repeat top center;}
.logo{height: 200px;}
.logo img{padding-top:40px;height: 160px;width: 560px;}
.nav{background: #ac170e;height: 60px;}
.nav ul li{float: left;line-height: 60px;}
.nav ul li a{color: #fff;font-size: 18px;margin-right: 60px;display: block;height: 60px;}
.nav_box{position: relative;}
.search{position: absolute;right: 0;top: 10px;border-radius: 20px;width: 300px;height: 40px;overflow: hidden;}
.search .text{float: left;width: 300px;height: 40px;color:#fff;font-size:15px;line-height: 40px;padding: 0 16px;background: url(../image/search2.png);}
.search .btn{float: left;width: 40px;height: 40px;line-height: 40px;position: absolute;right: 0;top: 0;background: url(../image/search.png) no-repeat 5px;}
input::placeholder{color: #fff;} 

.footer{ background: #ac170e;height: 150px;text-align: center;margin-top: 30px;}
.footer .w1200{position: relative;}
.footer .footer_c{padding-top: 30px;}
.footer .footer_c p{font-size: 14px;color: #fff;opacity: 0.6;line-height: 28px;}
.footer_f{position: absolute;left: 290px;top: 36px;}

.dqwz{height: 40px;background: #fff;line-height: 40px;font-size: 14px;color: #999;}
.dqwz .dqimg{background: url(../image/dqwz.png) no-repeat left;padding-left: 15px;}
.dqwz a{color: #999;}
.main{min-height: 450px;margin-top: 30px;}
.main_l{width: 240px;background: #fff;min-height: 790px;position: relative;}
.title1{background: url(../image/lmlogo.png) no-repeat center;width: 250px;margin-left: -10px;height: 70px;font-size: 17px;text-align: center;}
.title1 span{margin-top: 18px;color: #fff;line-height: 60px;margin-left: 12px;}
.main_l ul li{height: 60px;line-height: 60px;background: #fff;padding-left: 26px;padding-right: 24px;}
.main_l ul li:hover{background: #ffefee;}
.main_l ul li:hover a{color: #AC170E;}
.main_l ul li a{display: block;border-bottom: 1px solid #eee;height: 59px;background:url(../image/right.png) no-repeat right;}

.main_r{width: 930px;min-height: 790px;background: #fff;padding: 20px;}
.list li{line-height: 45px;font-size: 18px;}
.list b{width: 3px;height: 3px;background: #333;float: left;margin-right: 16px;margin-top: 21px;}
.default_pgContainer span{float: right;color: #999;}
.list ul li a{float: left;width: 740px;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
