﻿/*
CSS 定义
Author:Tanke
Function:全局定义
*/

/*====标签元素==========*/
html,body,div,p,form{margin:0px;padding:0px}
html{border:0px;}
body,div,p,th,td,li,dd,a,span{font-size:12px;font-family: Verdana, Arial, 宋体;word-break:break-all;white-space:normal;}
body{background:#FFF;margin:0px;color:#333;height:100%;}
ul{list-style:none;}
a img{border:0px;}/*去除带链接图片的蓝色边框*/
p{line-height:160%}
div{ line-height:150%}
body,html{height:100%}
label{cursor:pointer;cursor:hand}
/*====链接======*/
a{ text-decoration:none; color:#8B7607;}
a:hover{ text-decoration:underline;}
a.style1{}
a.style1:hover{}

/*=====页面结构与公共调用========*/
.f_l{float:left;}/*向左浮动*/
.f_r{float:right;}/*向右浮动*/
.c{height:1%;}/*清除浮动用于IE*/
.c:after {content: ".";display: block;height:0;clear: both;visibility:hidden;}/*清除浮动用于FireFox*/
.ell{overflow:hidden;white-space :nowrap;text-overflow:ellipsis;}/*超出范围的文字以省略号替的换*/
.h{height:100%}
.dn{display:none}/*消失*/
.ds{display:block}/*消失*/
.ac{text-align:center}/*内元素居中*/
.f14{font-size:14px}
.cgreen{color:#1A5756}
.fwb{font-weight:bold}
.fwt{font-weight:normal}
.ch{cursor:pointer;cursor:hand}/*指针为手形状*/
.middle{ vertical-align:middle}
.white{color:White}
.red{color:Red}
.ccc{color:#ccc;font-size:10px}
.black{color:Black;}