
.main{
	padding: 30px 0 70px;
}

.slide dl{
	padding-bottom: 138px;
	background: url("../../images/slide_shadow.png") no-repeat 0 bottom;
}

.slide dt{
	min-height: 112px;
	width: 237px;
	background: #f2f2f2;
	padding-right: 22px;
	text-align: right;
	border-bottom: 1px solid #ffffff;
}
.slide dt h2{
	font-size: 24px;
	color: #333333;
	line-height: 30px;
	padding-bottom: 25px;
}
.slide dt p{
	font-size: 18px;
	color: #cccccc;
	line-height: 30px;
	text-transform: uppercase;
	padding-top: 28px;
}
.slide dd{
	text-align: right;
}
.slide dd a{
	display: block;
	width: 210px;
	/*height: 43px;*/
	padding: 10px 0;
	padding-right: 22px;
	line-height: 24px;
	font-size: 14px;
	color: #333333;
	background: #f2f2f2;
	border-bottom: 1px solid #ffffff;
	transition-duration: 0.5s;
	-webkit-transition-duration: 0.5s;
	-ms-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	transition-property: background  color;
	-webkit-transition-property: background  color;
	-ms-transition-property: background  color;
	-o-transition-property: background  color;
	font-family: "微软雅黑";
}
.slide dd a:hover,.slide dd a.on{
	color: #fff;
	background: #1e52ac;
	font-weight: bold;
	font-size: 15px;
}
.slide dd ul{
	display: none;
}
.slide dd ul a{
	height: 34px;
	line-height: 34px;
	border-bottom: 1px solid #e0e0e0;
	background: #fff;
}
.slide dd ul a:hover,.slide dd ul a.on{
	background: #439ce0;
	color: #fff;
}


.main-right{
	width: 707px;
}
.main-right .title{
	/*height: 34px;*/
	border-bottom: 1px solid #e4e4e4;
	width: 100%;
	overflow: hidden;
}
.main-right .title h3{
	font-weight: normal;
	line-height: 33px;
	float: left;
}
.main-right .title h3 strong{
	font-size: 18px;
	color: #333333;
	margin-right: 10px;
}
.main-right .title h3 em{
	font-size: 18px;
	color: #333333;
	opacity: 0.5;
	filter:alpha(opacity=50);
	text-transform: uppercase;
	font-family: 'Arial';
}
.main-right .title p{
	float: right;
	font-size: 12px;
	line-height: 34px;
}
.main-right .title p a{
	color: #666666;
}
.main-right .title p a:hover{
	color: #e7931a;
}
.main-right .title p em{
	color: #e7931a;
}
.main-right img{
	max-width: 100%;
}
