body {
	background-color: #f5f5f5;
}

.main_box {
	margin-left: 20px;
	background-color: #fff;
	padding-bottom: 50px;
}

.left_nav {
	background-color: #fff;
}

.left_nav .panel {
	border: 0;
	margin: 0 !important;
}

.panel-heading {
	padding: 0;
}

.panel-title a {
	display: block;
	padding: 0 20px;
	height: 60px;
	line-height: 60px;
	background-color: #23447a;
	border-bottom: 1px solid #ccc;
}

.panel-body {
	padding: 0;
	margin: 0 20px;
	height: 40px;
	line-height: 40px;
	cursor: pointer;
}

.panel-body-child {
	/* padding-left:24px; */
}

.panel-collapse .panel-body:first-child {
	border-top: 0 !important;
}
.panel-collapse .active {
height:unset;
}
.panel-collapse .active>a{
	    font-weight: bold;
}
.notice {
	background-color: #fff;
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom: 1px solid #ddd;
}
.notice li {
	color: #000;
	height: 40px;
	font-size: 16px;
	line-height: 40px;
	padding: 0 10px;
}

.notice .list_head {
	color: #000;
	height: 39px;
	font-size: 18px;
	border-bottom: 1px solid #ddd;
	font-weight: bold;
	margin-bottom: 10px;
}

.notice li .title {
	float: left;
	width: 750px;
	color: #333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.notice li:hover .title {
	color: #297fb8;
}

.notice li .time {
	color: #666;
	float: right;
	width: 100px;
	text-align: right;
}
.page {
	text-align: center;
}



 /*news */
.news_box li.list_head {
	padding: 0 0 0 20px ;
	border: 0;
	margin-bottom: 0;
}
.news_box li {
	height: 160px;
	padding: 20px;
	border-top: 1px solid #ddd;
}
.news_img {
	float: left;
	height: 120px;
	width: 160px;
	border: 1px solid #ddd;
}
.news_text {
	margin-left: 180px;
}
.news_text h1 {
	font-size: 18px;
	line-height: 40px;
	color: #333;
	font-weight: bold;
}
.news_text p {
	line-height: 24px;
	font-size: 16px;
	color: #666;
	height: 48px;
}
.news_text span {
	font-size: 14px;
	color: #999;
}
.notice li i.time {
	float: none;
}


.details_title {
	border-bottom: 1px solid #ddd;
	padding: 20px 0;
	text-align: center;
}
.details_title h1 {
	font-size: 18px;
	color: #333;
	font-weight: bold;
	line-height: 40px;
    text-align: center;
}
.details_title p {
	font-size: 14px;
	color: #666;
text-align: center;
}
.details_ctn p {
	text-indent: 2rem;
	padding:15px;
	font-size: 16px;
	line-height: 28px;
	
}
.details_ctn table p {
	text-indent: 0rem;
	padding: 4px;
	font-size: 16px;
	line-height: 28px;
	
}
.details_ctn .imgbox {
	padding: 15px;
	text-align: center;
}
.details_ctn .imgbox img {
	width: 100%;
}