﻿/* ===========视图宽度============ */


/* 主要内容 */
.main-contain{
	background: #fdfdfd;
    background-image: none;
	padding-bottom: 100px;
}

/* 二级导航 */
.mid-nav-box{
	height:54px;
	line-height: 54px;
	border-bottom: 2px solid #e3dbd5;
}
.mid-nav{
	float: left;
}
.mid-nav ul li{
	float: left;
	margin-right:9px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	margin-top: 12px;
	cursor: pointer;
}
.li-l,.li-r{
	float: left;
	width: 15px;
	height: 30px;
}
.mid-nav ul li a{
	display: block;
	color: #815b3f;
	float: left;
	padding: 0 8px;
}
.mid-nav ul li:hover a{
	background: url(/cms/templates/640555650573810000/images/a_bg2.jpg) repeat-x;
	color: #FFFFFF;
}
.mid-nav ul li:hover .li-l{
	background: url(/cms/templates/640555650573810000/images/li_l_bg2.jpg);
}
.mid-nav ul li:hover .li-r{
	background: url(/cms/templates/640555650573810000/images/li_r_bg2.jpg);
}
.mid-nav ul .current a{
	background: url(/cms/templates/640555650573810000/images/a_bg2.jpg) repeat-x;
	color: #FFFFFF;
}
.mid-nav ul .current .li-l{
	background: url(/cms/templates/640555650573810000/images/li_l_bg2.jpg);
}
.mid-nav ul .current .li-r{
	background: url(/cms/templates/640555650573810000/images/li_r_bg2.jpg);
}

.mid-nav-right{
	float: right;
	font-size: 14px;
	color: #815b3f;
}
.mid-nav-right a{
	color: #815b3f;
}

/* 文章详情 */
.article-title{
	text-align: center;
	font-size: 24px;
	color: #815b3f;
	margin-top: 45px;
}
.article-time{
	text-align: center;
	color: #999999;
	margin-top: 18px;
}
.article-main{
	font-size: 14px;
	margin-top: 32px;
	line-height: 36px;
        min-height: 300px; _height:300px;
}

