﻿@charset "utf-8";
/* CSS Document */



#middle{
    margin: 0 auto;
    width: 1300px;
    min-width: unset !important;
}

/* 主要内容 */
.main-contain{
	background-image: url(/cms/templates/80583729542120000/images/zrwz_bg.jpg);
	    padding: 0 20px 80px;
}

/* 二级导航 */
.mid-nav-box{
	height: 60px;
	line-height: 60px;
}


.mid-nav-right{
	float: right;
	font-size: 14px;
}
.mid-nav-right span img{
	vertical-align: middle;    position: relative;
    top: -1px;
}
.locate{    margin: 0 3px 0 6px;}
/* 文章详情 */
.article-title{
	text-align: center;
	font-size: 22px;
	color: #008ed6;
	margin-top: 30px;
}
.article-time{
	text-align: center;
	color: #999999;
	margin-top: 23px;
	font-size: 14px;
}
.article-main{
	margin-top: 42px;
	line-height: 36px;
	min-height: 500px
}

.article-main img{
        width: 100%;
}


