﻿/*====标签元素==========*/
*{margin:0;padding:0}
html{border:0;}
body,div,p,th,td,li,dd,a,span{font-size:12px;font-family: Arial, Helvetica, sans-serif,"宋体",Verdana;white-space:normal;}
body{background:#FFF}
ul{list-style:none;}
a img{border:0;}
p{line-height:160%}

/*====链接======*/
a{ text-decoration:none;}
a:hover{ text-decoration:underline;}
a.style1{}
a.style1:hover{}

/*=====页面结构========*/
.f_l{float:left;}
.f_r{float:right;}
.c{height:1%;}
.c:after {content: ".";display: block;height:0;clear: both;visibility:hidden;}
.ell{overflow:hidden;white-space :nowrap;text-overflow:ellipsis;}
.h{height:100%}
.dn{display:none}
.ac{text-align:center}
.al{text-align:left}
.ar{text-align:right}
.ch{cursor:pointer;cursor:hand}
.quick {
		float:right;
		width:20px;
		height:22px;
		clear:both;
		margin:10px 10px 0 0;
	}
		.quick a {
			width:20px;
			height:22px;
			display:block;
			background:url(/images/add.gif) no-repeat;
			}
		.quick a:hover {background:url(/images/adding.gif) no-repeat;}
	.quickAhover a {background:url(/images/addhover.gif) no-repeat;}
	.quickAdded {
		position:absolute;
	}
		.quickAdded a {
			width:20px;
			height:22px;
			display:block;
			background:url(/images/added.gif) no-repeat;
			}
		.quickAdded a:hover {background:url(/images/added.gif) no-repeat;}

/*热门关键词*/
.KeyWords {text-align:left; line-height:20px;}
.KeyWords a {margin-bottom:5px;}
.KeyWords ul{width:100%;}
.KeyWords li{float:left;color:Blue;margin-right:6px;margin-top:3px;}
.KeyWords li a{font-size:14px;}
.KeyWords li a:hover {background:#3175F4;text-decoration:none;font-weight:bold;color:White;}