﻿*{margin: 0;padding: 0;list-style-type: none;font-family:"微软雅黑";}
html{text-align:center;}
body {
	text-align:center;
	font-family:"微软雅黑";
	font-size:16px;
	color: #444;
	background-image: url(img/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	}


/*︻▓▇▇◤文字链接等︻▓▇▇◤ */
a:link,a:visited{color: #858585;text-decoration: none;}
a:hover {color: #FD642A;text-decoration: underline;}
a:active {}
h3{font-size: 14px;}
img{border: 0;}
table{border-collapse:collapse;}
li{vertical-align: bottom;}
input.radio, input.checkbox {width: auto;}
.longTitle{
	text-overflow:ellipsis;/*IE省略号*/
	white-space:nowrap;/*强制在同一行内显示所有文本，直到文本结束或者遭遇 br 对象*/
	overflow:hidden;
	-o-text-overflow:ellipsis;/*op专用省略号*/
	}
.fl {float:left;}
.fr {float:right;}
.clearf,.cf{
	clear:both;
	overflow:hidden;
	font-size:0px;
	line-height:0px;
}

#main{width:1200px;margin:0 auto;margin-top:750px;}
.box{float:left;
	height: 500px;
	width: 563px;height:443px;
}
 #box1,#box3{margin-right:43px;} 
.box h3{
	background-image: url(img/t1.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 54px;
	position: relative;
} 

.box h3 .more{
	display: block;
	height: 33px;
	width: 82px;
	position: absolute;right:0;top:10px;
	background-image: url(img/more.jpg);
	background-repeat: no-repeat;
}
#box1 h3{background-image: url(img/t1.jpg);}  
#box2 h3{background-image: url(img/t2.jpg);}  
#box3 h3{background-image: url(img/t3.jpg);}  
#box4 h3{background-image: url(img/t4.jpg);}  

.box ul{padding-top:20px;}
.box li{height: 35px;}
.box li a{float:left;}
.box li span{float:right;color:#A2A2A2;}

