/* 公共样式 */
body {
	width:900px;
	margin:0px auto;
	padding:0px;
	background-color:#B61E54;
	font-size:12px;
	color: #333;
	font-family:Verdana, Arial, Helvetica, sans-serif, "宋体";
	line-height:150%;
}
div,button,form,input,select,img,ul,li,a,dl,dt,dd{
	margin:0px;
	padding:0px;
}
h1,h2,h3,h4,h5,h6{
	margin:0px;
	padding:0px;
}
a:link {
	color: #333;
	text-decoration: none;
}
a:visited {
	color: #333;
	text-decoration: none;
}
a:hover {
	color: #D8316E;
	text-decoration: underline;
}
a:active {
	color: #D8316E;
	text-decoration: underline;
}
/*articleFade颜色：点击后褪色成999，适合给文章做设计*/
.articleFade a:link {
	color: #333;
	text-decoration: none;
}
.articleFade a:visited {
	color: #333;
	text-decoration: none;
}
.articleFade a:hover,.articleFade a:active {
	color: #D8316E;
	text-decoration: underline;
}
/*PINK颜色：统一状态为PINK，适合给栏目title来不变设计*/
.pink,a.pink:link,a.pink:visited,a.pink:hover,a.pink:active{
	color: #D8316E;
}

/*PINK2颜色：不同状态不同颜色，适合给文章title来区分是否浏览过*/
.pink2,a.pink2:link{
	color: #D8316E;
}
a.pink2:visited {
	color: #333;
}
a.pink2:hover,a.pink2:active{
	color: #F60;
}
/*PINK颜色：所有容器内的A标签都应用，适合一个容器同一A样式使用*/
.pinkOut ,.pinkOut a:link,.pinkOut a:visited,.pinkOut a:hover,.pinkOut a:active {
	color: #D8316E;
}
/*lightPINK颜色：统一状态为lightPINK，结婚导航的栏目title使用*/
.lightPinkA,a.lightPinkA:link,a.lightPinkA:visited,a.lightPinkA:hover,a.lightPinkA:active{
	color: #FF3399;
}
/*green颜色的A*/
.green,a.green:link,a.green:visited,a.green:hover,a.green:active {
	color: #479C23;
}
/*green颜色：所有容器内的A标签都应用，适合一个容器同一A样式使用*/
.greenOut,.greenOut a:link,.greenOut a:visited,.greenOut a:hover,.greenOut a:active {
	color: #479C23;
}
/*orange颜色的A*/
.orange,a.orange:link,a.orange:visited,a.orange:hover,a.orange:active {
	color: #FF7E01;
}
/*purple颜色的A*/
.purple,a.purple:link,a.purple:visited,a.purple:hover,a.purple:active {
	color: #800080;
}
/*orange颜色：所有容器内的A标签都应用，适合一个容器同一A样式使用*/
.orangeOut a:link,.orangeOut a:visited,.orangeOut a:hover,.orangeOut a:active {
	color: #FF7E01;
}
/*blue颜色：所有容器内的A标签都应用，适合一个容器同一A样式使用*/
.blueOut a:link,.blueOut a:visited,.blueOut a:hover,.blueOut a:active {
	color: #213C92;
}
/*gray颜色的A*/
.gray,a.gray:link,a.gray:visited,a.gray:hover,a.gray:active {
	color: #ccc;
}
/*#666颜色的A*/
.gray666,a.gray666:link,a.gray666:visited,a.gray666:hover,a.gray666:active {
	color: #666;
}
/*#666颜色的A*：所有容器内的A标签都应用，适合一个容器同一A样式使用*/
.gray666Out a:link,.gray666Out a:visited,.gray666Out a:hover,.gray666Out a:active {
	color: #666;
}
/*#777颜色的A*/
.gray777,a.gray777:link,a.gray777:visited,a.gray777:hover,a.gray777:active {
	color: #777;
}
/*#999颜色的A*/
.gray999,a.gray999:link,a.gray999:visited,a.gray999:hover,a.gray999:active {
	color: #999;
}
/*gray颜色的A*/
a.gray:link,a.gray:visited,a.gray:hover,a.gray:active {
	color: #ccc;
}
/*white颜色的A*/
.white,a.white:link,a.white:visited,a.white:hover,a.white:active {
	color: #fff;
}
/*blue颜色的A*/
.blue,a.blue:link,a.blue:visited,a.blue:hover,a.blue:active {
	color: #213C92;
}

/*一直有下划线的A*/
.withLine,a.withLine:link,a.withLine:visited,a.withLine:hover,a.withLine:active {
	text-decoration:underline;
}
/*开始下划线，HOVER后去除的A*/
a.withLine2:link,a.withLine2:visited {
	text-decoration:underline;
}
a.withLine2:hover,a.withLine2:active{
	text-decoration:none;
}
/*一直没有下划线的A*/
a.withoutLine:link,a.withoutLine:visited,a.withoutLine:hover,a.withoutLine:active {
	text-decoration:none;
}
/*BLOCK形式*/
.blockStyle{
	display:block;
}
/*鼠标经过变色快Pink的A*/
a.blockPink:link,a.blockPink:visited {
}
a.blockPink:hover,a.blockPink:active
{
	color: #fff;
	text-decoration:none;
	background-color:#D8316E;
}
/*鼠标经过变色快yellow的A,用于列出商家分类*/
a.blockYellow:link,a.blockYellow:visited {
}
a.blockYellow:hover,a.blockYellow:active
{
	text-decoration:none;
	background-color:#FED762;
}
/*所有文章及商家VIEW
页面的内容关键词链接样式*/
#arctext a:link,#arctext a:visited {
	border-bottom:solid 1px #666;
	text-decoration:none;
	color:#000;
}
#arctext a:hover,#arctext a:active{
	border-bottom:dotted 1px #ccc;
	text-decoration:none;
	color:#FF0000;
}

/*正文列表的14px的A*/
.newsListH3,.newsListH3 a:link,.newsListH3 a:visited,.newsListH3 a:hover,.newsListH3 a:active{
	font-size:14px;

	}
h1{
	font-size:24px;

}
h2{
	font-size:16px;
	font-weight:bold;
}
h3{
	font-size:14px;
	font-weight:bold;
}
h4{
	font-size:12px;
	font-weight:bold;
}
ul,li{
	list-style-type:none;
	}
img{
	border:none;
}
/*左侧浮动的,适用于TITLE和左侧浮动的IMG*/
.titleFloatL{
	float: left;
	display:inline;
}
/*右侧浮动的,适用于TITLE和右侧浮动的IMG*/
.titleFloatR{
	float: right;
	display:inline;
}
.border1 {
	border: 1px solid #CCCCCC;
}
.border2 {
	border: 1px solid #EBEBEB;
}
.border2px {
	border: 2px solid #CCCCCC;
}
.ClearDiv{
	clear: both;
	font-size:1px;
	line-height:1px;
	height:0px;
	overflow:hidden;
}
/*height*/
.height170{
	line-height:170%;

}
.height180{
	line-height:180%;

}
.height190{
	line-height:190%;

}
.height200{
	line-height:200%;

}
/*********************公共中间栏目限定LI高度，多字符自动hidden******************************/
.height24px li{
	height: 24px;
	overflow:hidden;
}
/*间隔格式*/
.spacer10px{
	height:10px;
	overflow:hidden;
}
.paddingTop5px{
	padding-top:5px;
}
.margintop3px{
	margin-top:3px;
}
.margin5px{
	margin:5px;
}
.margin8px{
	margin:8px;
}
.padding5px{
	padding:5px;
}
.margintop7px{
	margin-top:7px;
}
.margintop15px{
	margin-top:15px;
}
.marginright7px{
	margin-right:7px;
}
.marginleft7px{
	margin-left:7px;
}
/*Font*/
.font12px{
	font-size:12px;
}
.font14px{
	font-size:14px;
}
.font10px{
	font-size:10px;
}
.letterSpacing4px{
	letter-spacing:4px;
	}
.letterSpacing2px{
	letter-spacing:2px;
	}
.blackFontTitle{
	font-family:"黑体";
}

/*背景容器*/
.lightPink{
	background-color:#fff;
}
.font10px{
	font-size:10px;
}
.letterSpacing4px{
	letter-spacing:4px;
	}
.buttonRed{
	padding:0px 5px;
	border:#DA8EA9 1px solid;}
.applyButton{
	width:80px;
	border:solid 1px #DA8EA9;
	padding:0px 5px;;
}
/*UL LI列表的背景修饰*/
.withDotLine,.withDotLine li{
	background: url(/images/dot.png) repeat-x bottom;
}
/*商家点评input样式*/	
.input-A4B97F{
	border:solid 1px #FFBDCE;

}
/*幻灯片图片展示A悬停样式*/	
.photoPPT a:link,.photoPPT a:visited{

}
.photoPPT a:hover,.photoPPT a:active{
	border:#ddd 3px solid;

}
/*资讯及商家页面右侧下方的关键词样式*/	
.rlistKeywords{
	float:right;
	width:270px;
	border:dashed 1px #FFC223;
	background-color:#FFFAE4;
}
.rboxKeywords{
	width:245px;
	padding:0px 10px 7px 10px;
	line-height:20px;
}
/*-----------------------------------------------------------------------------------------------*/
/*公共头部*/
#top{
	width:900px;
	height:auto;
	background-color:#fff;
}
/*左上角关键词*/
#top .keywords{
	width:600px;
	height:25px;
	float:left;
	background: url(/images/index_02.gif) no-repeat left top;
	margin-left:8px;
	margin-top:5px;
	padding-left:60px;
	display:inline;
}
#top .keywords h1{
	font-size:12px;
	color:#666;
	font-weight:normal;
	float:left;
}
/*亚菜单*/
#top .submenu{
	float:right;
	margin:5px 8px 0px;
	display:inline;
}
#top .submenu ul{
	margin-top:0px;
	display:block;
	
}
#top .submenu li{
	float:left;
	width:55px;
	list-style-type:none;
}
/*bar*/
#top .bar{
	width:900px;
	height:1px;
	background-color:#ccc;
	overflow:hidden;
	margin-bottom:5px;
}
/*logo*/
#top .logo{
	float:left;
	width:172px;
	margin-left:25px;
	display:inline;
}
#top .logo img{
	width:170px;
	height:55px;
	border:none;
}
/*banner*/
#top .banner{
	float:left;
	width:468px;
	margin-left:35px;

	display:inline;
}
#top .banner img{
	width:468px;
	height:60px;
	border:solid 1px #ccc;
	padding:1px;
}
/*weather*/
#top .weather{
	float:right;
	width:150px;
	margin:0px 20px 0px 0px;
	display:inline;
}
/*banner22*/
#top .banner22{
	float:right;
	width:620px;
	margin:0px 20px 0px 0px;
	display:inline;
}
	/*头部导航开始*/
#top .navBar{
	width:850px;
	height:57px;
	background:url(/images/index_07.jpg) no-repeat top left;
	padding:0px 25px;
	margin-top:2px;
}
	/*搜索*/
#top .searchBar{
	width:260px;
	float:left;
	padding:8px 0px 0px 5px;
}
#top .searchBar .topInput{
	height:15px;
	display:inline;
}
	/*次要描述*/
#top .subtitle{
	width:200px;
	float:left;
	padding-top:2px;
}
#top .subtitle h2{
	font-size:12px;
	font-weight:normal;
}
	/*主菜单*/
#top .menu{
	float:left;
	margin:4px 0px 0px 32px;
	display:inline;
}
#top .menu span{
	font-size:14px;
	color: #FFFC00;
}
#top .menu a:link,#top .menu a:visited {
	font-size:14px;
	color: #fff;
}
#top .menu a:hover,#top .menu a:active
{
	font-size:14px;
	color: #FFFC00;
}
#top .menu ul{
	display:block;
	
}
#top .menu li{
	float:left;
	width:74px;
	list-style-type:none;
}
#top .menu li a.newColumn img {
	margin-top: -15px; margin-left: -25px; position: absolute; 
}
	/*最新更新*/
#top .updated{
	width:235px;
	float:left;
	margin-top:8px;
	margin-left:15px;
	display:inline;
	height:15px!important;
	height:20px;
	overflow:hidden;
}
#top .updated h4{
	margin-right:10px;
	color:#B63470;
	float:left;
	display:inline;
}
#top .updated  ul{
	margin-top:0px;
	display:block;	
}
#top .updated  li{
	float:left;
	width:235px;
	list-style-type:none;
}
#top .updated a:link,#top .updated a:visited,#top .updated a:hover,#top .updated a:active {
	font-size:12px;
	color: #B63470;
}
	/*热门词汇*/
#top .hotWords{
	width:330px;
	float:right;
	margin-top:8px;
	display:inline;
}
#top .hotWords h4{
	float:left;
	margin-right:8px;
	padding-top:2px;
	display:inline;
}
#top .hotWords h4 a:link,#top .hotWords h4 a:visited,#top .hotWords h4 a:hover,#top .hotWords h4 a:active{	
	color:#fff;	
	text-decoration:none;
}
#top .hotWords  ul{
	margin-top:0px;
	display:block;
	
}
#top .hotWords  li{
	float:left;
	list-style-type:none;
}
#top .hotWords ul a:link,#top .hotWords ul a:visited {
	color: #B63470;
	text-decoration:underline;
}
#top .hotWords ul a:hover,#top .hotWords ul a:active
{
	color: #fff;
	text-decoration:underline;
	background-color:#B63470;
}
/*-----------------------------------------------------------------------------------------------*/
/*公共底部*/
#footer{
	width:900px;
	height:auto;
	background-color:#fff;
}
#footer .bottomMenu{
	width:900px;
	height:26px;
	line-height:26px;
	background:url(/images/index_37.jpg) no-repeat;
}
#footer .bottomMenu ul{
	width:380px;
	margin:0px auto;
}

#footer .bottomMenu li{
	float:left;
}
#footer .copyright{
	padding:10px 0px 20px 200px;
}
#footer .copyright h1{
	font-size:12px;
	
}
/*通过外container样式定义*/
.navBarLogo{
	width:884px;height:auto;padding:5px 8px 0px;background-color:#fff; 

}

/*友情链接*/
#friendLinks{
	width:884px;
	height:auto;
	padding:7px 8px;
	background-color:#fff;
}
#friendLinks .picLinks{
	
	background-color:#fff;
	border:solid 1px #FB8AB9;
}
#friendLinks .picLinks img{
	width:88px;
	height:31px;
	border:none;
	margin:10px;
}
#friendLinks .textLinks{
	width:100%;
	margin-top:7px;
}
#friendLinks .textLinks a:link,#friendLinks .textLinks a:visited,#friendLinks .textLinks a:hover,#friendLinks .textLinks a:active{
	margin:10px;
	color:#8B8D90;
	text-decoration:underline;
	line-height:200%;
}
#friendLinks .textLinks strong{
	color:#D8316E;
	font-weight:normal;
	text-decoration: none;
}
.navBarLogo{
	width:884px;height:auto;padding:5px 8px 0px;background-color:#fff; 

}
#top .topSort{	}
#top .topSort .list{
	margin-left:14px;
	margin-top:5px;
	margin-bottom:5px;
}
#top .topSort ul{	
	float:left;
	margin:0px;
	display:block;
	width:140px;
	background: url(/images/img/snav_ws_080213_002.jpg) no-repeat 125px;
}
#top .topSort li{
	float:left;
	width:60px;
	height:20px;
	list-style-type:none;

}
#top .topSort h4{	
	height:22px;
}