﻿/* Global CSS */
body {
	color:#2e2e2e;
	font-size: 12px;
	font-family:Arial, Helvetica, sans-serif;
	background-image: url(../images/bg.png);
	background-repeat: repeat;
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin:0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 10;
}
table {border-collapse:collapse;border-spacing:0;}
fieldset,img {border:0;}
address,caption,cite,code,dfn,em,th,var {font-style:normal;font-weight:normal;}
ol,ul,li {list-style:none; margin:0px; padding:0px;}
caption,th {text-align:left;}
h1 {font-size:18px;font-weight:bold; text-align:center; line-height:48px;}
form {margin:0;padding:0;}
input,textarea,select,option{ color:#333;}
abbr,acronym {border:0;}
img,a img {vertical-align:middle;border:0;}

a{color:#333;text-decoration:none;}
a:hover {color:#cf0000;text-decoration:underline;}
.clear{clear:both;height:0;overflow:hidden;}

.l{ float:left;}
.r{	float:right;}

.h10{height:10px;}
.mt10{margin-top:10px;}
.mt6{margin-top:6px;}
.mr10{margin-right:10px;}
.pr15{padding-right:15px;}
.time{position:absolute;left; right: 4px;font-size: 14px;color: #666;}

.flabox {
width: 320px;
height: 320px;
text-align: center;
border: 1px solid #DFDFDF;
background-color: #fff;
z-index: 9999;
font-size: 18px;
}

.flatit {
height: 30px;
line-height: 30px;
overflow: hidden;
border-bottom-width: 1px;
border-bottom-style: solid;
border-bottom-color: #DFDFDF;
/*background-image: url(../images/new-title-bg.jpg);*//* 图片资源404，注释防止F12报错 */
background-repeat: repeat-x;
color: #01458c;
padding-left: 10px;
font-weight: bold;
font-size: 14px;
}

.flatit span {
float: right;
padding-right: 10px;
line-height: 30px;
}
