#main{
	padding: 0 0 48px 0;
	border-top: 3px solid #1c60b6;
	background: #FFFFFF;javascript:void(0)
}

#topPic{
	position: relative;
	height: 315px;
	overflow: hidden;
}
#topPic img{
	position: absolute;
    left: -960px;
    display: block;
    margin-left: 50%;
	height: 315px;
}

.ej-menu{
	width: 240px;
	text-align: center;
}
.ej-menu-cat{
	height: 50px;
	line-height: 50px;
	text-align: center;
	color: #FFFFFF;
	font-size: 20px;
	font-weight: bold;
	background: #1c60b6;
}
.ej-list{
	border: 1px solid #e4e4e4;
	background: #FFFFFF;
}
.ej-list li{
	height: 42px;
	line-height: 42px;
	border-bottom: 1px solid #e4e4e4;
}
.ej-list li a{
	display: block;
	font-size: 15px;
	color: #333333;
}
.ej-list li:hover{
	background: #eeeeee;
}
.ej-list li:hover a{
	color: #1c60b6;
}
.ej-list-cur{
	background: url(../images/bg_menu.jpg) left center repeat-y;
}
.ej-list-cur a{
	color: #1c60b6 !important;
}



.ej-content{
	width: 870px;
	min-height: 400px;
	padding: 10px 30px 20px 30px;
	background: #FFFFFF;
}
.ej-top{
	height: 40px;
	line-height: 40px;
	border-bottom: 1px solid #dbdbdb;
}
.ej-r-t{
	height: 38px;
	font-size: 20px;
	color: #1c60b6;
	font-weight: bold;
	border-bottom: 2px solid #CBCBCB;
}
.rj-r-pos, .rj-r-pos a{
	font-size: 14px;
	color: #868686;
}
.ej-news-list{
	margin-top: 18px;
}
.ej-news-list li{
	height: 50px;
	line-height: 50px;
	padding-left: 18px;
	border-bottom: 1px dashed #dddddd;
	background: url(../images/bg_list.png) left center no-repeat;
}
.ej-news-list li p{
	width: 600px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.ej-news-list li a{
	font-size: 14px;
	color: #333333;
}
.ej-news-list li a:hover{
	color: #1c60b6;
	font-weight: bold;
}
.ej-news-list li span{
	font-size: 14px;
	color: #999999;
}


/*list-pic*/
.ej-pic-list{
	text-align: center;
	margin-top: 26px;
}
.ej-pic-list li{
	width: 268px;
	height: 310px;
        margin: 0 10px 28px 10px;
	border: 1px solid #e5e5e5;
}
.pic-top-imgCon{
	width: 268px;
	height: 193px;
	overflow: hidden;
}
.pic-top-img{
	width: 268px;
	height: 193px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 110%;
	transition: all .3s ease;
}
.pic-top-img:hover{
	transform: scale(1.1);
}
.pic-top-img a{
	display: block;
	width: 100%;
	height: 100%;
}
.pic-title{
	width: 238px;
	height: 48px;
	margin: auto;
	margin-top: 15px;
	text-align: left;
	line-height: 24px;
	font-weight: bold;
}
.pic-title a{
	font-size: 14px;
	color: #333333;
	font-weight: bold;
}
.pic-title a:hover{
	color: #1c60b6;
}
.pic-dete{
	width: 238px;
	height: 20px;
	margin: auto;
	margin-top: 10px;
	line-height: 20px;
	font-size: 14px;
	color: #999999;
	text-align: left;
}

.pageCon{
	padding: 30px 0 20px 0;
}

/*people*/
.ej-p-list{
	text-align: center;
	margin-top: 26px;
}
.ej-p-list li{
	width: 33.3%;
	height: 210px;
	margin-bottom: 28px;
}
.p-top-imgCon{
	width: 140px;
	height: 140px;
	margin: auto;
	overflow: hidden;
}
.p-top-imgCon img{
	display: block;
	width: 140px;
	height: 140px;
}
.ej-p-list .p-title{
	width: 160px;
	height: 48px;
	margin: auto;
	margin-top: 20px;
	text-align: center;
}
.ej-p-list .p-title a{
	font-size: 14px;
	color: #333333;
	font-weight: bold;
}


/*detail*/
.show-title{
	margin-top: 20px;
	text-align: center;
	line-height: 36px;
	font-size: 20px;
	color: #333333;
	font-weight: bold;
}
.show-info{
	margin-top: 10px;
	padding-top: 15px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	font-size: 14px;
	color: #666666;
	border-top: 1px solid #dbdbdb;
}
.show-info span{
	margin: 0 10px;
}
.show-text{
	margin-top: 20px;
}
.content-text{
	margin-top: 28px;
}
.show-text img,.show-text table,.show-text embed,.show-text object{
	max-width: 100% !important;
}
.show-text table td{
	white-space: pre-line;
	word-wrap:break-word;
}
.content-text img,.content-text table,.content-text embed,.content-text object{
	max-width: 100% !important;
}
.show-text table{
    margin: 0 auto !important;
}

.wp_paging {
float: none;
    width: 610px;
    margin: 40px auto 0 auto;
}