@charset "utf-8";
.main{
	margin-top: 40px;
}
.main-left {
	background-color: #ffffff;
	float: left;
	
}
.main-left h3 {
	background: url(../images/Title.png) no-repeat;
	height: 60px;
	width: 226px;
	font-size: 20px;
	line-height: 60px;
	color: #ffffff;
	padding-left: 24px;
	
}
.main-left ul {
	padding:2px 24px 0px 24px;
	padding-top: 2px;
}
.main-left li {
	//height: 49px;
	line-height: 49px;
	border-bottom: 1px solid  #ced7e9;
	font-size: 16px;
	
}
.main-left .active {
  color: #316fec;
  background: url(../images/arrow.png) 176px  center no-repeat;
}

.main-right {
	float: left;
	margin-left: 40px;
	background-color: #FFFFFF;
	width: 804px;
	padding: 0 54px 0 52px;
	
}
.main-right-top {
	
}
.main-right-top h3{
	font-size: 20px;
	float: left;
	border-bottom: 2px solid  #dc4517;
	height: 58px;
	line-height: 58px;
}
.main-right-top div {
	 float: right;
	 height: 58px;
	line-height: 58px;
	font-size: 14px;
	color: #00000a;
}
.main-right-bottom {
	border-top: 1px solid #e2e2e2;
	margin-top: -1px;
	padding-top: 28px;
	font-size: 14px;
	color: #666666;
	padding-bottom: 68px;
}
.info-title {
    font-size: 24px;
    text-align: center;
    height: 80px;
    line-height: 40px;
}
.date {
    text-align: center;
    display: block;
    font-size: 16px;
    line-height: 32px;
    height: 32px;
}