@import "global.css";

.main{
	padding:20px 0;	
}
.leftboxs{
	float:left;
	width:680px;
}
.rightboxs{
	float:left;
	margin-left:21px;
	width:255px;
}
.box{
	border:1px solid #d9d9d9;
	margin-bottom:20px;
}

h2{
	padding:0 0 0 30px;
	margin:0 0 10px 0;
	background-image: url(../images/bigdot.png);
	background-repeat: no-repeat;
	background-position: 5px center;
	font-size:14px;
	background-color: #ededed;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #d9d9d9;
	hienght:32px;
	line-height:32px;
	color:#000;
}
h2 a{
	float:right;
	padding-right:10px;
	font-size:12px;
	font-family:"simsun";
	font-weight:normal;
	color:#404040;
}

.box1 .right{
	width:360px;
	float:right!important;
}

.box1 .tiao{
	padding:0!important;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #d9d9d9;	
}

.tiao{
	padding:10px 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #d9d9d9;	
}

.box1 .tiao span a {
	font-size:12px;
	color:#666;
}

.box1 ul li {
	font-size:12px;
}

.end{
	border-bottom: 0px!important;
}
.tiao a{
	display:block;	
}
.tiao a:link, .tiao a:visited{
	color:#103384;
}
.photo{
	float:left;
	margin-right:0px;	
}
.box1 span{
	font-size:12px;	
	line-height:21px;
}
.leftboxs .box1 ul{
	margin:10px 10px 0 0;
	padding:0;
	list-style:none;	
	float:left;
}
.leftboxs .box1 ul li{
	background-image: url(../images/dot.png);
	background-repeat: no-repeat;
	background-position: left center;
	line-height:27px;
	padding-left:15px;
}
.box1 ul li a:link, .box1 ul li a:visited{
	color:#103384;
}
.box a:hover{
	text-decoration: underline;
}

.rightboxs p{
	padding:0 10px 10px 10px;
	font-size:12px;	
	line-height:21px;
}
.rightboxs .box2 ul{
	margin:0 10px 10px 10px;
	padding:0;
	list-style:none;
}
.rightboxs .box2 ul li{
	background-image: url(../images/dot.png);
	background-repeat: no-repeat;
	background-position: left 5px;
	line-height:30px;
	padding-left:15px;
	font-size:12px;
}
.rightboxs .box2 ul li a:link, .rightboxs .box2 ul li a:visited{
	color:#103384;
}

.info{
	padding:20px;	
	color:#333;
}
.info h3{
	color:#000;
	text-align:center;
	font-size:21px;
}
.info h4{
	color:#666;
	text-align:center;
}






.page {
	padding:5px 0;
	margin:25px 0 20px 0;
	text-align:center;
}
.page a:link, .page a:visited{
	padding: 2px 8px; 
	color:#000;
	background-color:#f3f3f3; 
	margin:2px;
	border:#dcdcdc 1px solid; 
}
.page a:hover{
	margin:0 2px;
	border:#103384 1px solid;
	color: #103384;
}
.page a.active {
	padding:2px 5px;
	font-weight:bold;
	color:#ffffff!important;
	text-decoration: none!important;
	margin:2px;
	background-color:#103384;
	border:#103384 1px solid;
}
