.article{
    padding: 50px 100px 30px;
}
.article .article-title h1{
    font-size: 32px;
    color: #E70014;
    line-height: 48px;
    text-align: center;
    width: 780px;
    margin: auto;
    font-weight: 700;
}
.article .article-tool{
    padding: 36px 0 10px;
    border-bottom: 1px solid #EEEEF3;
	width: 100%;
}
.article .article-tool .article-tool-left{
    float: left;
}
.article .article-tool span{
    font-size: 14px;
    line-height: 24px;
    color: #666A6B;
    display: inline-block;
    *zoom: 1;
    *display: inline;
    margin-left: 50px;
}
.article .article-tool span:first-child{
    margin-left: 0;
}

.article .article-tool .article-tool-right{
    float: right;
	width: 500px;
}
.article .article-tool-right .font{
    float: left;
    font-size: 14px;
    line-height: 24px;
    color: #666A6B;
}

.article .article-tool-right .view{
    font-size: 15px;
    line-height: 23px;
    padding-left: 23px;
    float: left;
    background: url(../img/icon21.png) no-repeat left center;
    margin-left: 40px;
}

.article .article-tool-right .font a{
    display: inline-block;
    width: 24px;
    height: 24px;
    background-color: #FFDFC8;
    border-radius: 4px;
    *zoom: 1;
    text-align: center;
    *display: inline;
}
.article .article-tool-right .font a.cur{
	color: #fff;
	background-color: #E70014;
}
.article .article-tool-right .print{
    float: right;
    padding-left: 23px;
    background-image: url(../img/icon22.png);
    background-position: left center;
    background-repeat: no-repeat;
    margin-left: 40px;
    cursor: pointer;
    line-height: 23px;
}

.article-footer p a{
	color: #828282;
}
.article-footer p a:hover{
	color: #0172DC;
}
/***************************************/
#large * {
	font-size: 20pt !important;
}
#medium * {
	font-size: 16pt !important;
}
#small * {
	font-size: 14pt !important;
}
/*********鏂囩珷鍐呭*************/
.article .article-body{
	padding: 30px 0 0;
	overflow: hidden;
}
.article .article-body * {
	margin: 0;
	color: #000;
	font-size: 16pt;
	line-height: 1.8;
	font-family: 'FangSong';
}

.article .article-body a{
	color: #00c;
}

.article .article-body h1,
.article .article-body h2,
.article .article-body h3,
.article .article-body h4,
.article .article-body h5,
.article .article-body h6,
.article .article-body strong ,
.article .article-body b{
	font-weight: bold;
}

.article .article-body span{
	font-size: inherit;
	color: inherit;
}

.article .article-body table {
	margin-bottom: 10px;
	border-collapse: collapse;
	display: table;
	margin: auto;
}
.article .article-body td, .article .article-body th {
	padding: 5px 10px;
	border: 1px solid #DDD;
}
.article .article-body caption {
	border: 1px dashed #DDD;
	border-bottom: 0;
	padding: 3px;
	text-align: center;
}
.article .article-body th {
	border-top: 1px solid #BBB;
	background-color: #F7F7F7;
}
.article .article-body td p {
	margin: 0;
	padding: 0;
}
.article .article-body ol, .article .article-body ul {
	margin: 0;
	pading: 0;
	width: 95%;
}
.article .article-body li {
	clear: both;
}
.article .article-body pre {
	margin: .5em 0;
	padding: .4em .6em;
	border-radius: 8px;
	background: #f8f8f8;
}
