@charset "utf-8";
/*=================================content=================================*/

#main{
    margin: 26px auto;
    overflow: hidden;}

#content_block{
    font-size: 14px;
    float: right;
    width: 950px;/*
    width: 1198px;*/
	min-height:600px;
    position: relative;
    padding-bottom: 10px;
	background:#fff;
	border:1px solid #ddd;}

#content_block .top{
    height: 68px;
    line-height: 68px;
    border-bottom: 1px solid #D2D2D2 ;
    padding:0 12px 0 20px;
	background: #fafafa;
	margin-bottom: 15px;
	color:#aaa;}
#content_block .top .fl{
	font-size: 16px;
    color: #c73d30;
    font-weight: bold;}
#content_block .top .icon{
    padding:0 5px;
    font-family: sans-serif;
    font-size: 16px;
    font-weight: normal;}
#content_block .content .title {
    margin-top: 40px;
    color: #ed1c24;
    text-align: center;
    padding-bottom: 30px;}
#content_block .content .from {
	text-align: center;
	margin: 10px auto 30px auto;}
#content_block .content .text {
    margin-top: 15px;
    padding: 0 27px;
	line-height: 30px;}
#content_block .content .text p {
    margin-bottom: 12px;
    font-family: 宋体;
    line-height: 180%;
    text-indent: 2em;
    font-size: 14pt;}
#content_block .content .text img {
    width:800px;}
.article_page{
    width: 950px;
	height:auto;
	margin-top:15px;
	line-height:30px;}