@charset "gb2312";
/* CSS Document */

body{
	margin: 0;
	padding: 0;
	font-size: 12px;
       font-family:"微软雅黑","Hiragino Sans GB","arial","宋体";
       background: #f7f7f7; 
}
form, p, dl, dd, dt ,h,td,th,h3,div{
	margin: 0;
	padding: 0;
	font-size: 14px;
}
li,ul{
	margin: 0;
	padding: 0;
	font-size: 14px;
	list-style: none;
}

.wrap{
	width:1200px;
	margin:0 auto;
        table-layout:fixed; 
        word-break:break-all;
       background: #ffffff; 
        -moz-border-radius-topleft:9px;
        -moz-border-radius-topright:9px;
        -moz-border-radius-bottomleft:9px;
        -moz-border-radius-bottomright:9px;
        -webkit-border-top-left-radius:9px;
        -webkit-border-top-right-radius:9px;
        -webkit-border-bottom-left-radius:9px;
        -webkit-border-bottom-right-radius:9px;
        border-top-left-radius:9px;
        border-top-right-radius:9px;
        border-bottom-right-radius:9px;
        border-bottom-left-radius:9px;
}

a {
	font-size: 14px;
}
a:link {
	color: #333;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #333;
}
a:hover {
	text-decoration: underline;
	color: #ff6600;
}
a:active {
	text-decoration: none;
}

.contenthead{
	display:none;
}

/*****************************************************/
.bodytop{ width:100%; margin:0 auto;padding-top:1px;background:#f8f8f8;}
.bodytop1{ width:1200px; margin:0 auto; height:36px; line-height:36px;}
.bodytop_l{ width:400px; float:left; color:#333333;}
.bodytop_l a{color:#333333;}
.bodytop_r{ float:right; text-align:right; color:#CCCCCC;}
.bodytop_r a{color:#333333;}
.bodytop_r a:link{color:#333333;}
.bodytop_r a:visited{color:#333333;}
.bodytop_r a:hover{color:#ff6600;}



.logoandimgout{width:100%;margin:0 auto;background:#FFFFFF;}
.logoandimgdiv{ width:1200px; height:80px; margin:0 auto;padding-top:10px; relative;background:#FFFFFF url(top_bg.jpg) no-repeat 280px 50px;}
.logoandimgdiv img{ cursor:pointer; float:left;}


.logo{
	width:114px;
	float:left;
	margin-top:5px;
	margin-right:220px;
}
.cityname{
	font-size: 14px;
	color:#333333;
}
.cityname a{
	font-size: 14px;
	color:#333333;
	text-decoration: none;
}
.cityname a:visited{
	color: #333333;
	text-decoration: none;
}
.cityname a:hover{
	color:#ff6600;
	text-decoration: underline;
}
.citytitle{
	color:#333333;
	font-size:14px;
	font-weight:bold;
}

.top_search{
	margin-top:15px;
	float:left;
	width:560px;
}

.stxt{color:#666666}

.postout{
	width: 200px;
	float:right;
	text-align:right;
}
.post{

}

.post a{
	font-size:14px;
        text-align:center;
        color:#FFFFFF;
        background:#FF6600;
        border:1px solid #FF6600;
	text-decoration:none;
        display: inline-block;
        margin:15px 0 0 60px;
}
.post_button{
	width: 114px;
        height: 36px;
        line-height: 36px;
        -moz-border-radius-topleft:9px;
        -moz-border-radius-topright:9px;
        -moz-border-radius-bottomleft:9px;
        -moz-border-radius-bottomright:9px;
        -webkit-border-top-left-radius:9px;
        -webkit-border-top-right-radius:9px;
        -webkit-border-bottom-left-radius:9px;
        -webkit-border-bottom-right-radius:9px;
        border-top-left-radius:9px;
        border-top-right-radius:9px;
        border-bottom-right-radius:9px;
        border-bottom-left-radius:9px;
}

.post_button:visited{
	font-size:14px;
        color:#FFFFFF;
        background:#FF6600;
        border:1px solid #FF6600;
	text-decoration:none;
}

.post_button:hover{
	font-size:14px;
        color:#FFFFFF;
        background:#FF8800;
        border:1px solid #FF7700;
	text-decoration:none;
}

input:focus{outline:none;}

.span6{float:left;background:url(so.gif) no-repeat;background-position:6px 10px;background-color:#FFFFFF;color:#555555;height:20px;line-height:20px;padding:8px 3px 8px 30px;width:360px;font-size:13px;border:1px solid #FF6600;border-right:0;margin-right:0px;font-family:"Microsoft YaHei","Hiragino Sans GB","arial","宋体";-moz-border-radius-topleft:9px;-moz-border-radius-bottomleft:9px;-webkit-border-top-left-radius:9px;-webkit-border-bottom-left-radius:9px;border-top-left-radius:9px;border-bottom-left-radius:9px;
}
.span6:focus{border:1px solid #FF6600;border-right:0;-moz-box-shadow:0 1px 2px #EEEEEE inset;-webkit-box-shadow:0 1px 2px #EEEEEE inset;box-shadow:0 1px 2px #EEEEEE inset;font-family:"Microsoft YaHei","Hiragino Sans GB","arial","宋体";-moz-border-radius-topleft:9px;-moz-border-radius-bottomleft:9px;-webkit-border-top-left-radius:9px;-webkit-border-bottom-left-radius:9px;border-top-left-radius:9px;border-bottom-left-radius:9px;
}

.btn{float:left;color:#FFFFFF;font-size:14px;cursor:pointer;background:#FF6600;width:70px;height:38px;border:1px solid #FF6600;font-family:"Microsoft YaHei","Hiragino Sans GB","arial","宋体";outline:none;-moz-border-radius-topright:9px;-moz-border-radius-bottomright:9px;-webkit-border-top-right-radius:9px;-webkit-border-bottom-right-radius:9px;border-top-right-radius:9px;border-bottom-right-radius:9px;
}
.btn:hover{background:#FF8800;width:70px;height:38px;border:1px solid #FF8800;font-family:"Microsoft YaHei","Hiragino Sans GB","arial","宋体";outline:none;-moz-border-radius-topright:9px;-moz-border-radius-bottomright:9px;-webkit-border-top-right-radius:9px;-webkit-border-bottom-right-radius:9px;border-top-right-radius:9px;border-bottom-right-radius:9px;
}
.btn a:visited, .btn a{color:#FF6600;font-family:"Microsoft YaHei","Hiragino Sans GB","arial","宋体";outline:none;-moz-border-radius-topright:9px;-moz-border-radius-bottomright:9px;-webkit-border-top-right-radius:9px;-webkit-border-bottom-right-radius:9px;border-top-right-radius:9px;border-bottom-right-radius:9px;
}

.page_list{height:36px;padding:50px 0 36px 2px;clear:both;}
.pageLink{padding:0;}
.pageLink li{display:inline;}
.pageLink li a{padding:8px 14px;margin:0 5px;background:#EEEEEE;font-size:14px;color:#333;
        -moz-border-radius-topleft:9px;
        -moz-border-radius-topright:9px;
        -moz-border-radius-bottomleft:9px;
        -moz-border-radius-bottomright:9px;
        -webkit-border-top-left-radius:9px;
        -webkit-border-top-right-radius:9px;
        -webkit-border-bottom-left-radius:9px;
        -webkit-border-bottom-right-radius:9px;
        border-top-left-radius:9px;
        border-top-right-radius:9px;
        border-bottom-right-radius:9px;
        border-bottom-left-radius:9px;}}
.pageLink a.prev,.pageLink a.next{padding-left:8px;overflow:hidden;text-decoration:none;color:#333}
.pageLink a.prev:link,.pageLink a.next:link,.pageLink li a:link{overflow:hidden;text-decoration:none;color:#333}
.pageLink a.prev:visited,.pageLink a.next:visited,.pageLink li a:visited{overflow:hidden;text-decoration:none;color:#333}
.pageLink a.prev:hover,.pageLink a.next:hover,.pageLink li a:hover{background:#FF6600;color:#FFFFFF;text-decoration:none}
.pageLink a.c{background:#FF6600;font-weight:bold;color:#FFFFFF;}

.utitle{

}
h1{
	width:1198px; 
	margin:0 auto;
	height:70px;
	line-height:70px;
	font-size:24px;
	color:#888;
        text-align:center;
}
.bar{
	width:1198px; 
	margin:0 auto;
	height:30px;
	*+height:30px;
	background-color:#FAFAFA;
	border-bottom:2px solid #ff6600;
	z-index:1;
}
.bar_hover{
	color:#FFFFFF;
	float:left;
	background:#ff6600;
	position:relative;
	margin-left:12px;
	height:30px;
	line-height:32px;
	padding:0 12px;
	z-index:1;
	_display:inline;
}
.bar_hover a,.bar_hover a:link,.bar_hover a:visited{
	color:#FFFFFF;
	TEXT-DECORATION: none;
}
.bar_hover a:hover{
	color:#FFFFDD;
	TEXT-DECORATION: none;
}
.bar_link{
	color:#666;
	float:left;
	position:relative;
	margin-left:12px;
	height:29px;
	line-height:31px;
	padding:0 12px;
	z-index:1;
	_display:inline;
}
.bar_link a,.bar_link a:link,.bar_link  a:visited{
	color:#666;
	TEXT-DECORATION: none;
}
.bar_link a:hover{
	color:#FF6600;
	TEXT-DECORATION: none;
}

.list{
	width:1198px;
	margin:0 auto;
}
.listcenter{
	width:1198px;
	margin:0 auto;
	clear:both;
	display:block;
}

.list_left{
       float:left;
       border-right:1px solid #F5F5F5;
       padding:15px;
}

.list_right{
	width:980px;
       float:right;
}

.title{
       width:970px;
       border-bottom:1px solid #F5F5F5;
       overflow:hidden;
}

.title_hover{
       width:970px;
	background:#FAFAFA;
	border-bottom:1px solid #F5F5F5;
       overflow:hidden;
}

.title_in{
       width:720px;
	line-height:36px;
       float:left;
       color:#333333;
	margin:10px 0 10px 20px;
}

.title_in a{
	font-weight:bold;
	font-size:18px;
        color:#333333;
	text-decoration: none;
}

.title_in a:hover{
	font-size:18px;
        color:#FF6600;
	text-decoration: none;
}

.title_pic{
	float:left;
	padding:0;
	position:relative;
}

.title_pic img{
	width:90px;
	height:90px;
	margin:19px 0 10px 20px;
	border:0;
	border-radius:3px;
}

.tishi{
       width:980px;
       color:#666666;
	padding:12px 0 10px 4px;
	border-bottom:1px solid #eee;
}

.tishi a{
        color:#2244dd;
	text-decoration: none;
}

.tishi a:hover{
        color:#ff6600;
	text-decoration: underline;
}

.tishi_b{
       width:980px;
       color:#666666;
	padding:12px 0 10px 4px;
}

.tishi_b a{
        color:#2244dd;
	text-decoration: none;
}

.tishi_b a:hover{
        color:#ff6600;
	text-decoration: underline;
}

.tu{
	font-size:12px;
	color:#33CC00;
}

.tusum{
	font-size:12px;
	color:#FFFFFF;
	position: absolute; 
	bottom: 14px; right: 0;
	background-color: rgba(0,0,0,0.3);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#80000000,endColorstr=#80000000);
}

.ly{
	font-size:14px;
	color:#FF6600;
}
.showarea{
	color:#999999;
	font-size:14px;
}

.showarea a{
	color:#999999;
	font-size:14px;
	text-decoration: none;
}

.showarea a:visited{
	color:#999999;
	font-size:14px;
	text-decoration: none;
}

.showarea a:hover{
	color:#ff6600;
	font-size:14px;
	text-decoration: underline;
}

.field{
	color:#999999;
	text-align:left;
	padding:0 2px;
}
.field2{
	color:#999999;
	text-align:left;
	padding:0 2px;
}
.field3{
	color:#999999;
	text-align:left;
	padding:0 2px;
}

.time{
       width:100px;
       color:#999999;
	padding:10px 5px;
       float:right;
	text-align:right;
}

.fname{
	font-size:14px;
	color:#999999;
}
.icon {
	color:#444444;
	line-height:24px;
	padding-bottom:15px;
        width:160px;
	padding:5px;
}
.icon img{
	border-radius:75px;
}
.mi {
	color:#444444;
	line-height:24px;
	padding:10px 0;
        width:170px;
	border-top:1px solid #ffffff;
}

.relevantout{
	width:1198px;
	clear:both;
}


/********************************底部**********************************/
#footer{
	width:1200px;
	margin:0 auto;
}

#footer .t{
	padding-top:10px;
	padding-bottom:10px;
	line-height:26px;
	color:#999999;
	text-align:center;
}

#footer .t a{
	color:#999999;
}

#footer .t a:hover{
	color:#ff6600;
}

#footer .t1{
	padding-bottom:10px;
	line-height:26px;
	color:#dddddd;
	text-align:center;
}

#footer .t1 a{
	color:#dddddd;
}

#footer .t1 a:hover{
	color:#FF6600;
}

#link{
	color:#666666;
	padding:10px 0 0 0;
	width:1200px;
	border-top:1px #B5CFF3 solid;
	margin:10px auto 0px auto;
}

#link .k{
	padding-top:6px;
	line-height:26px;
	color:#999999;
	text-align:left;
	height:auto;
}

#link .k a{
	padding-top:10px;
	line-height:26px;
	color:#999999;
	text-align:left;
	height:auto;
}

#link .k a:hover{
	padding-top:10px;
	line-height:26px;
	color:#ff6600;
	text-align:left;
	height:auto;
}

.gotop div{
         background:url(top.gif) no-repeat;background-position:0px 18px;
}