/*body {
	font-family:'微软雅黑','黑体','宋体';
	font-size: 14px;	
	line-height:1.6em;
	color:#333333;
	min-width: 1200px;
}
.container{width: 1200px;}*/
a,p{color:#333333;}
a:hover{text-decoration: none;}
    a:link, a:visited, a:hover, a:active {
        text-decoration: none;
    }
ul{padding-left: 0;margin-bottom: 0;list-style-type: none;}
.f_strong{font-weight: bold;}

.text-overflow{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}

.pd_none{padding: 0;}
.pd_left_none{padding-left: 0;}
.pd_right_none{padding-right: 0;}

.clear-both{clear: both;}
.fl{ float:left;}
.fr{ float:right;}

.mb-15{margin-bottom: 15px;}
.mt-20{margin-top: 20px;}
