@charset "utf-8";
/* CSS Document */
/**
 * Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/)
 * http://cssreset.com
 */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike,sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	background:#f7f7ef;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*后期添加*/
/*IE下，th默认为center*/
th {
	text-align: left;
}
a{
	color: inherit;
	text-decoration: none;
}

img {
	border: none;
}
/*home*/
#wallpaper{
	width:100%;
	overflow:hidden;
	position:relative;
	}
/*header*/
.header{
	width: 100%;
	overflow:hidden;
	position:relative;
	}

.header .top{
	width:1000px;
	height:70px;
	margin:0 auto;
	}
	
.logo{
	width:416px;
	height:70px;
	float:left;
	background:url(../imgs/logo.png) no-repeat left center;
	}
	
.subtitle{
	width: 226px;
    height: 30px;
    float: right;
	margin-top:16px;
	border:1px solid #beb3a0;
	}
	
.subtitle input{
	width:182px;
	height:26px;
	line-height:24px;
	text-indent:5px;
	font-size:12px;
	color:#b3a791;
	margin-right:10px;
	vertical-align:middle;
	border:none;
	background:#f7f7ef;
	outline:none;
	padding-top:3px;
	}
	
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #b3a791;  
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #b3a791;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #b3a791;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #b3a791;
}
	
.subtitle a{
	width: 30px;
    height: 15px;
    vertical-align: middle;
    display: inline-block;
    text-align: center;
    border-left: 1px solid #900909;
	}
	

.nav{
	width:100%;
	height:44px;
	line-height:44px;
	background:#900909;
	overflow:hidden;
	}
	
.nav_list{
	width:1000px;
	margin:0 auto;
	overflow:hidden;
	}
	
.nav_list ul li{
	float:left;
	width:125px;
	line-height:44px;
	font-family: 'Microsoft Yahei';
	font-size:16px;
	color:#fff;
	text-align:center;
	background:url(../imgs/arr.png) no-repeat center right;
	}

.banner{
	width:100%;
	height:320px;
	overflow:hidden;
	background:#080701;
	}
	
.banner .banner_bg{
	width:1000px;
	height:320px;
	margin:0 auto;
	}

/*content*/
.content{
	width:850px;
	overflow:hidden;
	margin:0 auto;
	margin-top:20px;
	margin-bottom:30px;
	}
	
.cont_left{
	width:550px;
	float:left;
	}
	
.title {
    height: 40px;
	line-height:40px;
}

.title .tit{
	font-family: 'Microsoft Yahei';
	font-size:15px;
	color:#774d22;
	display:inline-block;
	float:left;
	}
	
.title .more_btn{
	font-family: 'Microsoft Yahei';
	font-size:15px;
	color:#774d22;
	display:inline-block;
	float:right;
	}
	
.news_list_pic{
	float: left;
    width:250px;
	height:160px;
	overflow:hidden;
	margin-bottom:20px;
	border-top:3px solid #900909;
	}
	
.news_list_pic .slt{
	width:100%;
	height:91px;
	}
	
.news_list_pic .slt img{
	max-width:250px;
	height:auto;	
}
	
.news_list_pic .bt{
	overflow:hidden;
	}
	
.bt .bt_title{
	width:100%;
	font-family:"黑体";
	font-size:15px;
	color:#43433e;
	display:block;
	height:35px;
	line-height:35px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
	}
	
.bt_title a:hover{
	color:#0070b2;
	text-decoration:underline;
	}
	
.bt .time{
	width:100%;
	font-family:"黑体";
	font-size:12px;
	color:#2b2b2b;
	display:block;
	height:20px;
	line-height:20px;
	}
	
.news_list_text{
	float: right;
    width:250px;
	height:160px;
	overflow:hidden;
	margin-bottom:20px;
	border-top:3px solid #900909;
	}
	
.infor{
	margin-top:6px;
	overflow:hidden;
	}
	
.infor a{
	font-size:12px;
	color:#757575;
	line-height:20px;
	text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
	}
	
.infor a:hover{
	color:#0070b2;
	text-decoration:underline;
	}
	
.nor{
	float:left !important;
	}
	
.nol{
	float:right !important;
	}
	
.no-but{
	margin-bottom:0 !important;
	}
	
.cont_right{
	width:250px;
	float:right;
	}
	
.list_bg{
    width:250px;
	height:326px;
	overflow:hidden;
	background:#e3e3d5;
	border-top:3px solid #900909;
	}
	
.wp_news{
	overflow:hidden;
	margin: 0 20px;
	}
	
.wp_news ul li{
	padding-top:10px;
	padding-bottom:10px;
	overflow:hidden;
	border-bottom:1px dashed #f7f7ef;
	}
	
.no-border{
	border:none !important;
	}
	
.sj {
    width: 60px;
    height: 60px;
    float: left;
    text-align: center;
}

.sj .date-day {
	font-family:"黑体";
    font-size: 16px;
    color: #fff;
    height: 30px;
    line-height: 30px;
    background-color: #900909;
}

.sj .date-month {
    height: 30px;
    line-height: 30px;
	font-family:"黑体";
    color: #2b2b2b;
	font-size:12px;
    background-color: #fff;
}

.zdy-1 {
    width: 135px;
    float: right;
}

.zdy-1 a{
	font-size:12px;
	color:#757575;
	line-height:20px;
	}
	
.zdy-1 a:hover{
	color:#0070b2;
	text-decoration:underline;
	}
	
.wp-wrapper{
	width:100%;
	height:78px;
	overflow:hidden;
	border-bottom:2px solid #900909;
	background:#e3e3d5;
	}
	
.wrap_box{
	width:850px;
	margin:0 auto;
	height:78px;
	}
	
.wrap_left{
	float:left;
	width:350px;
	height:63px;
	padding-top:15px;
	overflow:hidden;
	}
	
.wrap_left ul li{
	display: inline-block;
	opacity: 0.4;
	filter: alpha(opacity=40);
	position:relative;
	text-align: -webkit-match-parent;
	}
	
.wrap_left ul li:hover{
	opacity: 0.9;
	filter: alpha(opacity=90);
	}
	
.wrap_left ul li span{
	display: block;
    position: absolute;
    top: 16px;
	left: 15px;
	font-size:12px;
	color:#774913;
	}
	
.wrap_left ul li .n3{
	left:50px !important; 
	}
	
.wrap_right{
	float:right;
	overflow:hidden;
	padding-top: 15px;
	}
	
.wrap_right p{
	font-size:12px;
	color:#757575;
	line-height:20px;
	}
	
.footer{
	width:100%;
	height:54px;
	overflow:hidden;
	background:#201806;
	}
	
.footer p{
	line-height:54px;
	text-align:center;
	font-size:12px;
	color:#d8d8d8;
	}
