body{
	background:#f9fcff;
}

a {
    color: #c5191b;
    text-decoration: none;
}

.header {
    width: 100%;
    margin: 0 auto;
    height: 120px;
	text-align: center;
}

.header img {
    margin: 30px 0;
    background: transparent;
    border: none;
}

.n-btn:hover, .n-btn:visited, .n-btn:link {
    color: #fff;
    text-decoration: none;
}

.n-btn {
    display: block;
    margin: 40px auto;
    padding: 15px 10px;
    line-height: 28px;
    width: 95%;
    border: none;
    background-color: #037acb;
    color: #fff;
    font-size: 20px;
    border-radius: 6px;
    text-align: center;
    outline: none;
    cursor: pointer;
    transition: .3s linear;
}

.text-content{
	background: #fff;
	width: 100%;
	padding:0 0 20px 0;
	box-shadow: rgb(228, 239, 248) 0px 0px 20px 0px;
	box-shadow: 0px 0px 20px 0px rgba(228, 239, 248, 1);
}

.title_text {
    margin: 20px auto 0 auto;
    text-align: center;   
    line-height: 45px;
    font-size: 24px;
    color: #bd0318;
	font-weight: 600;
	text-indent: 0;
	letter-spacing: 5px
}


.text-content .list-group-zhw{
border: 0px solid #ddd; 
padding: 10px 30px;
}

.list-group-zhw dl{    
	margin-top: 5px;
    margin-bottom: 2px;
}
.list-group-zhw dl dt{    
	margin-bottom:8px;
	font-weight:700;
	padding-left:28px;
	font-size: 16px;
	color: #bd0318;
}
.list-group-zhw dl dd{	
	line-height: 26px;
}
.list-group-zhw dl dd span{
	display: block;
	text-indent: 28px;	
	line-height: 28px;
}
.kuohao_text{
	text-indent: 22px!important;
	font-weight: 400;
}

/*public title*/
.title{
		margin: 0 auto;
		text-align: center;	
	}
/**/


/*版权*/
.copyright{	
    margin: 0 auto;
    width: 100%;
    height: 80px;
    
}
.copyright p{	
	text-align: center;   
    font-size: 14px;
    color: #a0a0a0;
    line-height: 30px;
    padding-top: 25px;
}