@charset "utf-8";
/* CSS Document */
.html_body{
	width: 100%;
    min-width: 1060px;
    background: url(/img/system/www/otherbg2.png);
    margin-top: 5px;
    display: inline-block;	
}
.html_body_div{
	width: 100%;
    min-width: 1060px;
    background: url(/img/system/www/otherbg1.png);
    display: inline-block;
    background-repeat: repeat-y;
    background-position: top center;	
}
.html_body .main_inner{
	width: 884px;
    margin: auto;
    display: inline-block;
	text-align:left;
}
.html_body .main_inner h3{
	background: url(/img/system/www/title_bg.png);
    width: 884px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    margin: 75px auto 60px auto;
    font-size: 32px;
    color: #000000;
    font-weight: bold;
    line-height: 36px;
	text-align:center;
}
.html_body .main_inner .artContent{
	margin-bottom:200px;	
    color: #000;
    font-size: 16px;
}
.html_body .main_inner .artContent p{
	line-height:26px;	
}
.html_body .main_inner .artContent img{
	max-width:884px;
}
.html_body .main_inner .artContent table{
	    border-collapse: collapse;	
		width:100% !important;
}
.html_body .main_inner .artContent a{
	color:#0079C5;
	text-decoration:underline;	
}
.html_body .main_inner .artContent ul li{
	margin-bottom: 10px;
}
.html_body .main_inner .artContent ol li,.html_body .main_inner .artContent ul li{
	font-size: 20px;
    font-weight: bold;
    color: #077DC5;
    list-style-type: disc;
	list-style-position: inside;
}
.html_body .main_inner .artContent ol li a{
	font-weight: bold;
}