

.light {
	color: #c0120b
}

#content {
	border-bottom: 1px solid #e1e1e1
}

#content .sidebar {
	margin-left: 46px;
	position: relative;
	margin-right:49px;
}

#content .sidebar 
.top_margin {
	position: absolute;
	width: 252px;
	height: 30px;
	top: -30px;
	background-color: #c0120b;
	z-index: 20
}

#content .sidebar .sideMenu .menu_list {
	width: 252px
}

#content .sidebar .sideMenu .menu_list h3 {
	color: #333333;
	text-indent: 20px;
	font-size: 18px
}

#content .sidebar .sideMenu .title {
	padding: 45px 10px 10px 10px;
	font-size: 24px;
	color: #ffffff;
	background-color: #c0120b
}

#content .sidebar .sideMenu .choosed {
	background-color: #eeefea
}

#content .sidebar .sideMenu .choosed a {
	color: #c0120b !important
}

#content .sidebar .bottom-mg {
	height: 800px;
	border-right: 1px solid #e1e1e1;
	border-left: 1px solid #e1e1e1
}

#content .bgw {
	background-color: #ffffff;
	margin-top: 80px
}

#content .news_info {
	margin-top: 45px;
	margin-bottom: 45px;
	margin-right: 49px;
	width: 800px
}

#content .news_info .little_nav {
	padding: 10px 0;
	border-bottom: 3px solid #999999;
	font-size: 14px
}

#content .news_info .little_nav img {
	margin-right: 10px
}

#content .news_info .main_mz {
	position: relative;
	margin-top: 40px
}

#content .news_info .main_mz .coverImg {
	margin: 3px;
	position: relative
}

#content .news_info .main_mz p {
	text-align: center;
	margin: 20px 0;
	font-size: 16px;
	color: #333333
}

#content .news_info .main_mz .hov_title {
	display: none;
	position: absolute;
	left: 34px;
	z-index: 222;
	background-color: #ffffff;
	top: 222px;
	width: 204px
}

#content .news_info .main_mz .hov_title .col_title {
	color: #c0120b
}

#content .news_info .main_mz .hov_title .col_title a {
	color: #c0120b
}

#content .article {
	margin-top: 40px
}

#content .article h3 {
	font-size: 20px;
	color: #333333;
	margin-bottom: 30px
}

#content .article .article_from {
	margin: 15px 0;
	color: #999999;
	font-size: 15px
}


.list_dt {
	color: #6f5a45;
	width: 191px;
	padding: 0 40px 0 20px;
	height: 34px;
	line-height: 34px;
	cursor: pointer;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	position: relative;
	border-bottom: 1px solid #e1e1e1;
	border-right: 1px solid #e1e1e1;
	border-left: 1px solid #e1e1e1;
	background: #eeefea
}

.list_dt ._after {
	display: block;
	width: 3px;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: #eeefea;
	color: #c0120b
}

.list_dt:hover {
	background: #eeefea
}

.list_dt:hover ._after {
	display: block;
	width: 3px;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: #c0120b
}

#open {
	background: #eeefea
}

#open ._after {
	display: block;
	width: 3px;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: #eeefea;
	color: #c0120b
}

.list_dt_icon {
	position: absolute;
	right: 10px;
	top: 9px;
	display: block;
	width: 16px;
	height: 16px;
	background: url("../image/lookred.png") no-repeat
}

#open .list_dt_icon {
	background: url("../image/lookgray.png") no-repeat
}

.list_li {
	list-style-type: none;
    color: #6f5a45;
    width: 251px;
    height: 34px;
    line-height: 34px;
    cursor: pointer;
    border-bottom: 1px solid #e1e1e1;
    border-right: 1px solid #e1e1e1;
    border-left: 1px solid #e1e1e1;
}
.list_li a {
	color: #6f5a45;
	width: 191px;
    display: inline-block;
    padding: 0 30px;
}
.list_li:hover {
	background: #eeefea
}



