﻿.content_title {
    text-align: center;
    width: 100%;
    height: auto;
    overflow: auto;
	border-bottom:#999 1px dashed;
}
.content_title h1 {
    color: #333;
    font-weight: bold;
    text-align: center;
    margin: 20px auto;
	font-size:18px;
}
.content_title .Eg {
    width: 100%;
    background: #eee;
    height: 26px;
    text-align: right;
}
.content_title .Eg a {
    color: #0033cc;
    font-size: 14px;
    line-height: 26px;
    padding-right: 6px;
}
.content_img {
    margin: 20px 0 20px 0;
	text-align:center;

}
.content_img img{
	width:500px;
	height:360px;
	}
.content_txt p {
    text-indent: 2em;
    font-size: 14px;
    line-height: 2;
}






























