/** 详情 start */
.content-white {
	background: #fff;
}

.detail-nav {
	background: #fff;
	width: 98%;
	padding-right: 2%;
	height: 42px;
    line-height: 42px;
	padding-top: 15px;
    font-size: 16px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.detail-nav .nav-title {
	padding-left: 80px;
    font-size: 16px;
	background: url(../image/location.png) no-repeat 45px center;
}

.detail-content {
    padding: 10px 40px 30px;
}

.detail-content h2 {
	line-height: 50px;
    font-size: 32px;
    color: #155C99;
    text-align: center;
    font-weight: bold;
}

.detail-attr {
	margin: 20px auto;
    padding: 10px 0;
    text-align: center;
    font-size: 16px;
	background: #f7f7f7;
}

.detail-attr label {
    color: #666666;
    margin-right: 40px;
}

.detail-attr label:last-child a {
    padding: 0 6px;
}

.detail-attr label.print {
	cursor: pointer;
}

.detail-attr2 {
	margin: 20px auto;
    padding: 10px 0;
    text-align: center;
    font-size: 16px;
	background: #f7f7f7;
}

.detail-attr2 label {
    color: #666666;
    margin-left: 40px;
}

.detail-attr2 label:last-child a {
    padding: 0 6px;
}

.detail-attr2 label.print {
	cursor: pointer;
}

.general_font span {
	cursor:pointer;
	margin-left: 5px;
}

.detail-content-center {
    padding: 0 15px;
    min-height: 400px;
	overflow: hidden;
}

.detail-content-html {
    color: #353535;
    font-size: 16px;
}

.detail-content-html p {
	margin: 5px 0;
}

.detail-content-html address {
	font-style: italic;
}

.detail-content-html p, .detail-content-html span {
    line-height: 38px;
    font-size: 18px;
	word-wrap: break-word;
}

.detail-content-html img {
	max-width: 100%;
}

.detail-content-html table {
	max-width: 100%;
}

.detail-content-html * {
    color: #353535;
    line-height: 38px;
    letter-spacing: .5px;
	font-family: "Microsoft YaHei","SimSun","Arial","sans-serif"!important;
	/* text-align: justify;
	text-justify: inter-ideograph; */
} 

.detail-content-file {
	display: inline-block;
	line-height: 40px;
	margin-top: 20px;
    font-size: 16px;
}

.detail-content-file span {
    color: #000000;
    font-size: 16px;
    float: left;
}

.detail-content-file .file-list {
    margin-left: 80px;
}
 
.detail-content-file .file-list a {
	line-height: 40px;
    display: block;
    margin-bottom: 5px;
    font-size: 16px;
    color: #155C99;
}

.detail-content-file .file-list a:hover {
    text-decoration: underline;
}

.ewm {
	display: block;
	margin: 0 auto;
	width: 154px;
	margin-bottom: 30px;
}

.ewm p {
	text-align: center;
	line-height: 35px;
	color: #6b6a6a;
}
/* 详情 end */
.site-date{
    height: 20px;
}