@charset "utf-8";
/* CSS Document */


body {
	background-color: #FFF;
	margin:0px;
	padding:0px;
}

body, div, th {
	font-size: 13px;
	color: #333;
	font-family:"宋体", Verdana, Geneva, sans-serif;
}
img {
	border:0px;
}
#wrapper {
	width:1200px;
	margin:0px auto;
	position:relative;
	z-index:5;
}

*{
	margin:0px;
	padding:0px;
}

/*
默认链接设置样式
*/
a:visited {
	font-size: 13px;
	font-family:"宋体", Verdana, Geneva, sans-serif;
	text-decoration:none;
	color:#333;
}
a:active {
	text-decoration:none;
	color:#333;
}
a:link {
	text-decoration:none;
	color:#333;
}
a:hover {
	text-decoration:none;
	color:#900;
}


/*
菜单栏目
*/

.wrap-menu{
	width:1200px;
	height:90px;
	margin:0px auto;
	padding:0px;
	background-color: #fff;
	position:relative;
}

.wrap-menu .mlink{
	width:1050px;
	height:53px;
	padding:0px;
	padding-left:75px;
	padding-right:75px;
	float:left;
	position:relative;
}

.wrap-menu .mlink .mltxt{
	width:150px;
	height:53px;
	padding:0px;
	line-height:53px;
	text-align:center;
	float:left;
	position:relative;
}
.wrap-menu .mline{
	width:1120px;
	height:4px;
	line-height:4px;
	padding:0px;
	padding-left:40px;
	padding-right:40px;
	float:left;
	background-color:#836224;
	position:relative;
}
.wrap-menu .mline .tag{
	position:absolute;
	top:-9px;
	z-index:0;
}
.wrap-menu .msub{
	width:1120px;
	height:33px;
	line-height:33px;
	padding:0px;
	padding-left:40px;
	padding-right:40px;
	float:left;
}

/*
页面公告
*/

.wrap-ad{
	width:1200px;
	height:auto;
	margin:0px auto;
	padding:0px;
	background-color: #fff;
	position:relative;
}
.wrap-ad .con{
	width:1200px;
	height:auto;
	padding-top:10px;
	padding-bottom:10px;
	position:relative;
	float:left;
}

/*
列表页及内容页使用
*/

.wrap-wlist{
	width:1200px;
	min-height:800px;
	_height:800px;
	margin:0px auto;
	background-color: #fff;
	position:relative;
	background-image: url(/images/common/body-bg.jpg);
	clear:both;
}

.wrap-wlist .wleft{
	width:800px;
	min-height:800px;
	_height:800px;
	margin-bottom:20px;
	padding-right:40px;
	float:left;
	position:relative;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #E7E7E7;
}

.wrap-wlist .wleft .title{
	width:800px;
	height:38px;
	line-height:38px;

	float:left;
	position:relative;

	font-size:22px;
	text-align:left;
	color:#000;
	font-weight:bold;
	overflow:hidden;
}

.wrap-wlist .wleft .title a{
	font-size:22px;
	color:#000;
}
.wrap-wlist .wleft .title a:hover{
	font-size:22px;
	color:#900;
}


.wrap-wlist .wleft .searchTitle{
	width:800px;
	height:50px;
	line-height:50px;

	float:left;
	position:relative;
	padding-top:20px;

	font-size:20px;
	text-align:center;
	color:#000;
	font-weight:bold;
	background-color:#F5F5F5;
}

.wrap-wlist .wleft .searchText{
	width:800px;
	height:30px;
	line-height:30px;
	padding-top:20px;
	padding-bottom:20px;
	float:left;
	position:relative;
	background-color:#F5F5F5;
	text-align:center;
}
.wrap-wlist .wleft .searchText input{
	width:680px;
	border: 1px solid #CCC;	
	height:30px;
	margin:0px;
	padding:0px;
	text-align:center;
	line-height:30px;
	font-weight:bold;
	color:#900;
	font-size:16px;
}
.wrap-wlist .wleft .searchButton{
	width:800px;
	height:26px;
	line-height:26px;
	padding-top:10px;
	padding-bottom:40px;
	float:left;
	position:relative;
	background-color:#F5F5F5;
	text-align:center;
}
.wrap-wlist .wleft .searchButton input{
	width:120px;
	border: 1px solid #CCC;	
	height:30px;
	margin:0px;
	padding:0px;
	text-align:center;
	line-height:30px;
	font-weight:normal;
	color:#000;
	font-size:14px;
	background-color:#E6E6E6;
}

.wrap-wlist .wleft .picframe{
	width:600px;
	height:400px;
	padding-left:100px;
	padding-right:100px;
	padding-top:20px;
	padding-bottom:20px;

	float:left;
	position:relative;
}

.wrap-wlist .wleft .searchList{
	width:800px;
	height:auto;
	float:left;
	position:relative;
}

.wrap-wlist .wleft .searchList .listret{
	width:800px;
	height:50px;
	float:left;
	position:relative;
	background-color:#FAFAFA;
	line-height:50px;
	font-size:14px;
	text-align:center;
	font-weight:bold;
	color:#900;
}

.wrap-wlist .wleft .searchList .list{
	width:800px;
	height:36px;
	float:left;
	position:relative;
}
.wrap-wlist .wleft .searchList .list .txt{
	width:630px;
	height:36px;
	line-height:36px;
	float:left;
	font-size:14px;
	text-align:left;
	color:#666;
	font-weight:normal;
	overflow:hidden;
	text-indent:20px;
	background-image: url(/images/common/list-tag.png);
	background-repeat: no-repeat;
	background-position:  left center;
}
.wrap-wlist .wleft .searchList .list .txt a{
	color:#666;
	font-size:14px;
}
.wrap-wlist .wleft .searchList .list .txt a:hover{
	color:#900;
	font-size:14px;
}
.wrap-wlist .wleft .searchList .list .dt{
	width:150px;
	height:36px;
	line-height:36px;
	float:left;
	font-size:13px;
	text-align:right;
	color:#999;
	font-weight:normal;
}



.wrap-wlist .wleft .guid{
	width:800px;
	height:38px;
	line-height:38px;

	float:left;
	position:relative;

	font-size:14px;
	text-align:left;
	color:#999;
	font-weight:normal;
}
.wrap-wlist .wleft .guid a{
	color:#999;
}
.wrap-wlist .wleft .guid a:hover{
	color:#900;
}

.wrap-wlist .wleft .contopic{
	width:800px;
	height:auto;
	line-height:46px;
	padding-top:25px;
	float:left;
	position:relative;
	font-size:28px;
	text-align:center;
	color:#000;
	font-weight:bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #dddddd;
}

.wrap-wlist .wleft .contopic span{
	padding:10px;
	border: 1px solid #4b4b4b;
}


.wrap-wlist .wleft .condes{
	width:800px;
	height:25px;
	line-height:25px;
	padding-bottom:30px;
	float:left;
	position:relative;
	font-size:14px;
	text-align:center;
	color:#666;
	font-weight:normal;
}

.wrap-wlist .wleft .content{
	width:800px;
	height:auto;
	line-height:30px;
	float:left;
	position:relative;
	font-size:16px;
	text-align:left;
	color:#333;
	font-weight:normal;
}
.wrap-wlist .wleft .content p,td,div,h1,h2,h3,h4{
	font-size:16px;
	color:#333;
}
.wrap-wlist .wleft .content p{
	padding-bottom:20px;
}
.wrap-wlist .wleft .content a{
	color:#900;
}
.wrap-wlist .wleft .content a:hover{
	color:#F00;
}

.wrap-wlist .wleft .link{
	width:800px;
	height:50px;
	line-height:50px;

	float:left;
	position:relative;

	font-size:14px;
	text-align:center;
	color:#666;
	font-weight:normal;
}
.wrap-wlist .wleft .link a{
	color:#900;
	font-size:14px;
}
.wrap-wlist .wleft .link td{
	font-size:14px;
	color:#666;
}

.wrap-wlist .wleft .link .part{
	width:400px;
	height:50px;
	line-height:50px;
	float:left;
	text-align:center;
}


.wrap-wlist .wleft .list{
	width:800px;
	height:auto;
	float:left;
	position:relative;
}
.wrap-wlist .wleft .list .item{
	width:800px;
	height:165px;
	padding-bottom:30px;
	float:left;
	position:relative;
}
/*
   列表标题
*/
.wrap-wlist .wleft .list .item .title{
	width:800px;
	height:44px;
	line-height:44px;
	float:left;
	position:relative;
	text-align:left;
	font-size:18px;
	font-weight:bold;
	color:#333;
	overflow:hidden;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ebebeb;
}
.wrap-wlist .wleft .list .item .title span{
	border: 1px solid #4b4b4b;
	padding: 2px;
}
.wrap-wlist .wleft .list .item .title a{
	color:#333;
}
.wrap-wlist .wleft .list .item .title a:hover{
	color:#900;
}
.wrap-wlist .wleft .list .item .pi{
	width:180px;
	height:120px;
	padding-right:20px;
	float:left;
	overflow:hidden;
}
.wrap-wlist .wleft .list .item .pi img{
	width:180px;
	height:120px;
}
.wrap-wlist .wleft .list .item .txt{
	height:120px;
	line-height:22px;
	font-size:14px;
	font-weight:normal;
	color:#666;
	text-align:left;
}
.wrap-wlist .wleft .list .item .txt span{
	width:220px;
	height:20px;
	line-height:20px;
	position:absolute;
	bottom:30px;
	right:0px;
	font-size:14px;
	font-weight:normal;
	color:#b7b7b7;
	text-align:left;
	text-indent:20px;
	background-image: url(/images/common/list-dt-tag.png);
	background-repeat: no-repeat;
	background-position:  left center;
}
.wrap-wlist .wleft .list .item .txt span a{
	color:#900;
}
.wrap-wlist .wleft .list .item .txt span a:hover{
	color:#F00;
}

/*
右侧
*/

.wrap-wlist .wright{
	width:359px;
	min-height:800px;
	_height:800px;
	float:left;
	position:relative;
}
.wrap-wlist .wright .frame{
	width:340px;
	height:auto;
	padding-left:19px;
	padding-right:0px;
	float:left;
	position:relative;
}
.wrap-wlist .wright .frame .title{
	width:340px;
	height:38px;
	line-height:38px;
	float:left;

	font-size:22px;
	text-align:left;
	color:#000;
	font-weight:bold;

	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #f2f2f2;
}


/*
   新闻列表
*/
.wrap-wlist .wright .frame .newslist{
	width:340px;
	padding-top:10px;
	height:auto;
	float:left;
}
.wrap-wlist .wright .frame .newslist .list{
	width:340px;
	height:150px;
	float:left;
}
.wrap-wlist .wright .frame .newslist .list .title{
	width:340px;
	height:40px;
	float:left;
	font-size:15px;
	text-align:left;
	color:#333;
	font-weight:bold;
	overflow:hidden;
}
.wrap-wlist .wright .frame .newslist .list .title a{
	font-size:15px;
	color:#333;
}
.wrap-wlist .wright .frame .newslist .list .title a:hover{
	font-size:15px;
	color:#900;
}
.wrap-wlist .wright .frame .newslist .list .pi{
	width:130px;
	padding-right:20px;
	height:90px;
	float:left;
}
.wrap-wlist .wright .frame .newslist .list .pi img{
	width:130px;
	height:90px;
}
.wrap-wlist .wright .frame .newslist .list .des{
	width:190px;
	height:90px;
	float:left;
	font-size:13px;
	line-height:20px;
	text-align:left;
	color:#666;
	font-weight:normal;
	overflow:hidden;
}
.wrap-wlist .wright .frame .newslist .list .des a{
	font-size:13px;
	color:#900;
}
.wrap-wlist .wright .frame .newslist .list .des a:hover{
	font-size:13px;
	color:#F00;
}

.wrap-wlist .wright .frame .newslist .listtxt{
	width:340px;
	height:36px;
	float:left;
	background-image: url(/images/common/list-tag.png);
	background-repeat: no-repeat;
	background-position: left center;
	text-indent:20px;
	font-size:13px;
	line-height:36px;
	text-align:left;
	color:#666;
	font-weight:normal;
	overflow:hidden;
}
.wrap-wlist .wright .frame .newslist .listtxt a{
	font-size:13px;
	color:#666;
}
.wrap-wlist .wright .frame .newslist .listtxt a:hover{
	font-size:13px;
	color:#900;
}


/*
   最近更新
*/
.wrap-wlist .wright .frame .last{
	width:340px;
	padding-top:10px;
	padding-bottom:20px;
	height:auto;
	float:left;
}
.wrap-wlist .wright .frame .last .list{
	width:340px;
	height:40px;
	float:left;
}
.wrap-wlist .wright .frame .last .list .num{
	width:40px;
	height:40px;
	line-height:40px;
	float:left;
	background-image: url(/images/common/list-news-bg.png);
	background-repeat: no-repeat;
	background-position: center center;

	font-size:20px;
	text-align:center;
	color:#900;
	font-weight:bold;
}
.wrap-wlist .wright .frame .last .list .txt{
	width:290px;
	padding-right:10px;
	height:40px;
	line-height:40px;
	float:left;
	font-size:13px;
	text-align:left;
	color:#666;
	font-weight:normal;
	overflow:hidden;
}
.wrap-wlist .wright .frame .last .list .txt a{
	color:#666;
}
.wrap-wlist .wright .frame .last .list .txt a:hover{
	color:#900;
}

/*
   图片
*/
.wrap-wlist .wright .frame .pic{
	width:340px;
	padding-top:10px;
	padding-bottom:20px;
	height:auto;
	float:left;
}
.wrap-wlist .wright .frame .pic .item{
	width:160px;
	height:145px;
	padding:5px;
	float:left;
}
.wrap-wlist .wright .frame .pic .item img{
	width:160px;
	height:105px;
	float:left;
}
.wrap-wlist .wright .frame .pic .item span{
	width:160px;
	height:40px;
	line-height:20px;
	float:left;
	text-align:center;
	font-size:13px;
	color:#666;
	font-weight:normal;
	overflow:hidden;
}
.wrap-wlist .wright .frame .pic .item span a{
	color:#666;
}
.wrap-wlist .wright .frame .pic .item span a:hover{
	color:#900;
}

/*
   最新热点
*/
.wrap-wlist .wright .frame .hot{
	width:340px;
	padding-top:10px;
	padding-bottom:20px;
	height:auto;
	float:left;
}
.wrap-wlist .wright .frame .hot .list{
	width:340px;
	height:40px;
	float:left;
}
.wrap-wlist .wright .frame .hot .list .num{
	width:40px;
	height:40px;
	line-height:40px;
	float:left;
	background-image: url(/images/common/list-hot-bg.png);
	background-repeat: no-repeat;
	background-position: center center;

	font-size:16px;
	text-align:center;
	color:#fff;
	font-weight:bold;
}
.wrap-wlist .wright .frame .hot .list .txt{
	width:250px;
	height:40px;
	line-height:40px;
	float:left;
	font-size:13px;
	text-align:left;
	color:#666;
	font-weight:normal;
	overflow:hidden;
}
.wrap-wlist .wright .frame .hot .list .txt a{
	color:#666;
}
.wrap-wlist .wright .frame .hot .list .txt a:hover{
	color:#900;
}
.wrap-wlist .wright .frame .hot .list .click{
	width:50px;
	height:40px;
	line-height:40px;
	float:left;
	font-size:12px;
	text-align:right;
	color:#900;
	font-weight:normal;
	overflow:hidden;
}




/*
主菜单用字体
*/
.f-menu {
	font-size: 20px;
	color: #000;
	font-family:"黑体", Verdana, Geneva, sans-serif;
	font-weight:normal;
}
.f-menu a:link {
	font-family:"黑体", Verdana, Geneva, sans-serif;
	font-size: 20px;
	color: #000;
}
.f-menu a:active {
	font-family:"黑体", Verdana, Geneva, sans-serif;
	font-size: 20px;
	color: #000;
}
.f-menu a:visited {
	font-family:"黑体", Verdana, Geneva, sans-serif;
	font-size: 20px;
	color: #000;
}
.f-menu a:hover {
	font-family:"黑体", Verdana, Geneva, sans-serif;
	font-size: 20px;
	color:#900;
}
/*
主菜单，选中的颜色
*/
.f-menu-s {
	font-size: 20px;
	color:#900;
	font-family:"黑体", Verdana, Geneva, sans-serif;
	font-weight:normal;
}
.f-menu-s a:link {
	font-family:"黑体", Verdana, Geneva, sans-serif;
	font-size: 20px;
	color: #900;
}
.f-menu-s a:active {
	font-family:"黑体", Verdana, Geneva, sans-serif;
	font-size: 20px;
	color: #FFF;
}
.f-menu-s a:visited {
	font-family:"黑体", Verdana, Geneva, sans-serif;
	font-size: 20px;
	color: #FFF;
}
.f-menu-s a:hover {
	font-family:"黑体", Verdana, Geneva, sans-serif;
	font-size: 20px;
	color:#900;
}

/*
子菜单用字体
*/
.f-smenu a{
	padding-left:10px;
	padding-right:10px;
}
.f-smenu a:link {
	font-family:"宋体", Verdana, Geneva, sans-serif;
	font-size: 13px;
	color: #333;
}
.f-smenu a:active {
	font-family:"宋体", Verdana, Geneva, sans-serif;
	font-size: 13px;
	color: #333;
}
.f-smenu a:visited {
	font-family:"宋体", Verdana, Geneva, sans-serif;
	font-size: 13px;
	color: #333;
}
.f-smenu a:hover {
	font-family:"宋体", Verdana, Geneva, sans-serif;
	font-size: 13px;
	color:#900;
}

/*
页顶图片
*/
.wrapper-top-pi {
	width:1200px;
	height:335px;
	margin:0px auto;
	padding-top:10px;
	padding-bottom:0px;
	background-color: #fff;
	position:relative;
}
.wrapper-top-pi img{
	width:1200px;
	height:335px;
}


/*
页面内容用字体
*/
.fontA {
	font-size: 13px;
	color: #937964;
	font-family:"宋体", Verdana, Geneva, sans-serif;
	font-weight:normal;
}
.fontA a:link {
	font-size: 13px;
	color: #937964;
}
.fontA a:active {
	font-size: 13px;
	color: #937964;
}
.fontA a:visited {
	font-size: 13px;
	color: #937964;
}
.fontA a:hover {
	font-size: 13px;
	text-decoration:none;
	color:#900;
}


/*
页顶
*/
.wrapper-top {
	width:1200px;
	height:50px;
	margin:0px auto;
	padding:0px;
	background-color: #fff;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color:#cbbbaf;
	position:relative;
}
.wrapper-top-l {
	width:200px;
	height:50px;
	line-height:50px;
	padding:0px;
	position:absolute;
	left:0px;
	top:0px;
}
.wrapper-top-r {
	width:1000px;
	height:50px;
	line-height:50px;
	padding:0px;
	position:absolute;
	right:0px;
	top:0px;
	text-align:right;
}

/*
页顶字体
*/
.fontLogo {
	font-size:23px;
	color: #333;
	font-family:"微软雅黑", Verdana, Geneva, sans-serif;
	font-weight:normal;
}
.fontTot {
	font-size: 13px;
	color: #937964;
	font-family:"宋体", Verdana, Geneva, sans-serif;
	font-weight:normal;
}
.fontTot a:link {
	font-size: 13px;
	color: #937964;
	font-family:"宋体", Verdana, Geneva, sans-serif;
	font-weight:normal;
}
.fontTot a:active {
	font-size: 13px;
	color: #937964;
	font-family:"宋体", Verdana, Geneva, sans-serif;
	font-weight:normal;
}
.fontTot a:visited {
	font-size: 13px;
	color: #937964;
	font-family:"宋体", Verdana, Geneva, sans-serif;
	font-weight:normal;
}
.fontTot a:hover {
	font-size: 13px;
	color: #900;
	font-family:"宋体", Verdana, Geneva, sans-serif;
	font-weight:normal;
}


/*
页底
*/

.wrapper-bot {
	width:1200px;
	height:110px;
	margin:0px auto;
	padding:0px;
	background-color: #fff;
	position:relative;
	background-image: url(/images/2014/web/bot_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.wrapper-bot .link {
	width:1200px;
	height:30px;
	line-height:30px;
	padding:0px;
	padding-top:10px;
	float:left;
	text-align:center;
}
.wrapper-bot .code {
	width:1200px;
	height:20px;
	line-height:20px;
	padding:0px;
	padding-top:10px;
	font-weight:400;
	font-size:1rem;
	float:left;
	text-align:center;
}
.wrapper-bot .txt {
	width:1200px;
	height:40px;
	line-height:20px;
	padding-top:20px;
	float:left;
	text-align:center;
}
/*
页底字体
*/
.fontBot {
	font-size: 13px;
	color: #666;
	font-family:"宋体", Verdana, Geneva, sans-serif;
	font-weight:normal;
}
.fontBot a:link {
	font-size: 13px;
	color: #666;
	font-family:"宋体", Verdana, Geneva, sans-serif;
	font-weight:normal;
}
.fontBot a:active {
	font-size: 13px;
	color: #666;
	font-family:"宋体", Verdana, Geneva, sans-serif;
	font-weight:normal;
}
.fontBot a:visited {
	font-size: 13px;
	color: #666;
	font-family:"宋体", Verdana, Geneva, sans-serif;
	font-weight:normal;
}
.fontBot a:hover {
	font-size: 13px;
	color: #900;
	font-family:"宋体", Verdana, Geneva, sans-serif;
	font-weight:normal;
}

/*列表页分页导航*/

.pagediv {
	font-size:12px;
	font-family:"宋体", sans-serif;
	text-align:center;
}
.pagediv a {
	margin:0px;
	margin-right:3px;
	text-align:center;
	border:1px #c1aa97 solid;
	padding:4px 8px;
	height:20px;
	line-height:20px;
}
.pagediv select{
	margin:0px;
	margin-right:3px;
	padding:0px;
	text-align:center;
	border:1px #c1aa97 solid;
	height:20px;
	width:60px;
	line-height:20px;
}
.pagediv .thispage{
	padding:5px 8px;
	height:20px;
	line-height:20px;
	color:#fff;
	background:#cfbbaa;
	font-weight:bold;
	margin-left:2px;
	margin-right:2px;
}
.pagediv .thispage a{
	color:#fff;
}
.pagediv .diabledpage {
	padding:5px 8px;
	height:20px;
	line-height:20px;
	color:gray;
	background:#EEEEEE;
	font-weight:bold;
	margin-left:2px;
	margin-right:2px;
}
.pagediv a {
	color:#937964;
	text-decoration:none;
	border:1px #c1aa97 solid;
}
.pagediv a:link {
	color:#937964;
	text-decoration:node;
	border:1px #c1aa97 solid;
}
.pagediv a:visited {
	color:#937964;
	text-decoration:none;
	border:1px #c1aa97 solid;
}
.pagediv a:hover {
	color:#937964;
	text-decoration:node;
	border:1px #900 solid;
}
