* {
	margin: 0;
	padding: 0;
	font-family: "微软雅黑";
	text-decoration: none;
	list-style: none;
}


.notData{
	margin-top: 130px;
	font-weight: 600;
	margin-left: 300px;
    color: #ffffff;
}

.article_content{
	width: 350px;
	height: 200px;
	font-size: 12px;
	color: #5d6367;
	line-height: 25px;
}

.article_content1{
	width: 650px;
	margin-left: 142px;
	margin-top: 50px;
}


/*banner图*/

#banner {
	width: 100%;
	height: 832px;
	background:url(../img/spcialListBanner.jpg) no-repeat center top;
    margin: 0 auto;
}


/*主要部分*/

#Boss {
	width: 1200px;
    margin: -448px auto;
}


/*子导航栏*/

#subNav {
	width: 320px;
	float: left;
}

#subNav p {
	font-size: 21px;
    font-weight: 600;
    color: #fff;
	float: left;
}

.subNav_img {
	float: left;
	margin-left: 23px;
	margin-top: 15px;
}


/*左侧菜单栏*/

#subNav_option {
}

.subNav_wire {
	float: left;
}

#subNav_option li:nth-child(1) {
	margin-top: 50px;
}

#subNav_option li {
	height: 59px;
}

#subNav_option li img {
	margin-left: 60px;
}

#subNav_option span {
    font-size: 18px;
	margin-left: 55px;
    color: #fff;
	line-height: 60px;
}

#subNav_option span:hover {
    color: #fff;
}


/*内容部分*/

#content {
	width: 820px;
	margin-left: 60px;
	float: left;
}

#content_title {
	float: left;
}

#content_title img {
	margin-left: 10px;
}

#content_title span {
	font-family: "新宋体";
    font-size: 18px;
    color: #fff;
    font-style: italic;
    margin-top: -5px;
}

.content_title_img {
	float: left;
	margin-top: 6px;
}

#content_catalog {
	float: right;
	margin-right: 10px;
}

#content_catalog p {
	font-size: 14px;
    color: #fff;
	font-weight: 600;
	float: left;
	line-height: 40px;
}

#content_catalog p img {
	float: left;
	margin-right: 12px;
	margin-top: 7px;
}

#content_catalog a {
    color: #fff;
}


/*文章列表*/

#news_billboard {
	width: 820px;
	height: 300px;
	background-color: #f7f7f7;
	float: right;
	margin-top: 20px;
}

.news_billboard_img {
	float: left;
	margin-left: 20px;
	margin-top: 20px;
}

#news_billboard_content {
	float: left;
	width: 328px;
	margin-left: 40px;
}

#news_billboard_content p:nth-child(1) {
	margin-top: 40px;
}

#news_billboard_content p:nth-child(1) a {
	/*font-size: 17px;*/
	color: #e11a21;
	font-weight: 400;
	/*line-height: 45px;*/
}

#news_billboard_content p:nth-child(2) a {
	font-size: 12px;
	color: #5d6367;
	line-height: 20px;
}

#news_list {
}

#news_list li {
	width: 820px;
	height: 120px;
	background-color: #f7f7f7;
	float: left;
	margin-top: 20px;
}


/*日历块*/

.news_list_box {
	width: 95px;
	height: 120px;
	background-color: #999;
	float: left;
}

.news_list_box p:nth-child(1) {
	font-size: 45px;
	color: #fff;
	text-align: center;
	margin-top: 20px;
}

.news_list_box p:nth-child(2) {
	font-size: 16px;
	color: #fff;
	text-align: center;
	margin-top: 5px;
}

.news_list_box2 {
	width: 645px;
	float: left;
	margin-top: 15px;
	margin-left: 40px;
}

.news_list_box2_a1 {
	font-size: 14px;
	color: #000000;
	font-weight: 600;
	line-height: 24px;
}

.news_list_box2_a2 {
	font-size: 12px;
	color: #5d6367;
	line-height: 20px;
}


/*页码*/

#content_page {
	float: left;
	display: block;
	margin: 0 auto;
	margin-top: 40px;
	margin-left: 160px;
}

#content_page a {
	color: #000;
}

.content_page_a1 {
	display: block;
	float: left;
	width: 64px;
	height: 40px;
	border: 1px solid #e4e4e4;
	border-radius: 5px 5px;
	text-align: center;
	line-height: 40px;
	margin-right: 12px;
}

.content_page_a2 {
	display: block;
	float: left;
	width: 40px;
	height: 40px;
	border: 1px solid #e4e4e4;
	border-radius: 5px 5px;
	text-align: center;
	line-height: 40px;
	margin-right: 12px;
}

#content_page p {
	float: left;
}

input {
	width: 40px;
	height: 40px;
	border: 1px solid #e4e4e4;
	border-radius: 5px 5px;
	text-align: center;
	line-height: 40px;
}


/*底部*/

#footer {
	float: left;
	height: 110px;
	width: 100%;
	margin-top: 80px;
	background-color: #015aac;
}

#footer_box {
	height: 25px;
}

#footer p {
	text-align: center;
	line-height: 30px;
	font-size: 12px;
	text-align: center;
	color: #fff;
}