﻿/* 二级标题头部 */
.level-nav {
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
	padding: 40px 0px;
}

.level-nav ul{
	width: 1200px;
	margin: 0 auto;
	height: 60px;
}

.level-nav ul li {
	float: left;
	height: 52px;
	text-align: center;
	line-height: 52px;
	position: relative;
	padding: 0px 10px;
	margin: 0 35px;
}

.level-nav ul li a {
	color: #000000;
	font-size: 18px;
}

.level-nav ul li:hover {
	color: #0096d5;
	border-bottom: 2px solid #0096d5;
}

.level-nav ul li:hover a {
	color: #0096d5;
}

.level-nav ul li:hover .level-selected {
	display: block;
}

.level-selected {
	width: 10px;
	height: 7px;
	position: absolute;
	bottom: -2px;
	left: 50%;
	margin-left: -5px;
	display: none;
}

.level-selected img {
	width: 100%;
	height: 100%;
}

.current {
	color: #0096d5;
	border-bottom: 2px solid #0096d5;
}

.current a{
	color: #0096d5!important;
}

.current .level-selected {
	display: block;
	color: #0096d5;
}
/* 二级标题头部end */


.middle-content {
	margin: 0 auto;
	padding-bottom: 35px;
	background: #FFFFFF;
}


.news-center{
    min-height: 1150px;
    width: 100%;
    background-color: #FFFFFF;
}
.news-nav{
    width: 535px;
    margin: 0 auto;
    height: 52px;
    
}
.new-nav-li{
    float: left;
    width: 96px;
    height: 52px;
    text-align: center;
    line-height: 52px;
    font-weight: bold;
margin-right:30px;
}
.nav-selected{
    background: url(/cms/templates/300530773814740000/images/fjnews_icon_03.png) no-repeat;
    background-size: 100% 100%;
    color: #0096d5;
}
/* 左侧距离 */
.left-distance{
    margin-left: 120px;
}


.article-div{
    width: 1200px;
    margin: 0 auto 0;
    border: 1px solid #ededed;  
min-height:600px;
_height:600px;
}

.article-title{
    text-align: center;
    padding: 70px 0 35px;
    font-size: 24px;
}
.article-info{
    border-bottom: 1px solid #e3e3e3;
    color: #8a8a8a;
    height: 45px;
    width: 1080px;
    margin: 0 auto;
}
.release-time{
    line-height: 60px;
    height: 45px;
    float: left;
}
.right-info{
    float: right;
    line-height: 60px;
    height: 45px;
}
/* 右边距10px */
.right-dist{
    margin-right: 10px;
}
/* 右边距6px */
.right-dist-five{
    margin-right: 6px;
}
.right-info img{
    vertical-align:middle;
    margin-bottom: 3px;
}
.article-text{
    width: 1080px;
    margin: 0 auto;
    min-height:500px;
    padding: 30px 60px 100px 60px;
    line-height: 35px;
}
/* 文章内容左边距38px */
.left-dist{
    margin-left: 38px;
}

.wrapper{min-height:700px;_height:700px; background:#fff;}