﻿/* ===========视图宽度============ */


/* 主要内容 */
.main-contain{
	    background: #fdfdfd;
    background-image: none;
	padding-bottom: 100px;
}

/* 二级导航 */
.mid-nav-box{
	height: 70px;
	line-height: 70px;
}
.mid-nav{
	float: left;
}
.mid-nav ul li{
	float: left;
	margin-right: 20px;
	height: 37px;
	line-height: 37px;
	text-align: center;
	margin-top: 16px;
	cursor: pointer;
}
.li-l,.li-r{
	float: left;
	width: 15px;
	height: 37px;
}
.mid-nav ul li a{
	display: block;
	color: #815b3f;
	float: left;
	padding: 0 13px 0 14px;
}
.mid-nav ul li:hover a{
	background: url(/cms/templates/640555655806260000/images/a_bg.jpg) repeat-x;
	color: #FFFFFF;
}
.mid-nav ul li:hover .li-l{
	background: url(/cms/templates/640555655806260000/images/li_l_bg.jpg);
}
.mid-nav ul li:hover .li-r{
	background: url(/cms/templates/640555655806260000/images/li_r_bg.jpg);
}
.mid-nav ul .mid-nav-check a{
	background: url(/cms/templates/640555655806260000/images/a_bg.jpg) repeat-x;
	color: #FFFFFF;
}
.mid-nav ul .mid-nav-check .li-l{
	background: url(/cms/templates/640555655806260000/images/li_l_bg.jpg);
}
.mid-nav ul .mid-nav-check .li-r{
	background: url(/cms/templates/640555655806260000/images/li_r_bg.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: 65px;
}
.article-time{
	text-align: center;
	color: #999999;
	margin-top: 23px;
}
.article-main{
	margin-top: 42px;
	line-height: 36px; font-size:16px;
}
.article-main img{
	width: 100%;
}

