@charset "UTF-8";
/*css 初始化 */
html, body, ul, li, ol, dl, dd, dt, p, h1, h2, h3, h4, h5, h6, form, fieldset, legend, img {
    margin: 0;
    padding: 0;
}
li{
    list-style:none;
}
a{
    text-decoration:none;
}
.box{
    width:100%;
    height:100%;
    background: #F6F6F6; 
}
.box .logo{
    width:100%;
    height:852px;
    background:url('../img/boxlogo.png')no-repeat center;
}
.box_coment{
    width:100%;
    /* height:100%; */ 
    position:relative;
}
.coment{
    width:1000px;
    height:100%;
    background-color:#fff;
    /* border:1px solid red; */
    margin:-365px auto;
    overflow: hidden;
}
.top_title{
    width:946px;
    height:40px;
    font-size:16px;
    font-family:PingHei-Text;
    color: #222222;
    line-height:40px;
    margin:0 auto;
}
 .pre{
    font-size: 25px;
    font-family: PingHei-Bold;
    color: rgba(3,3,3,1);
    line-height: 30px;
    /* font-weight: 500; */
    width: 946px;
    margin: 0 auto;
	text-align:center;
}
.top_title span{
    display:inline-block;
    height:16px;
    font-size:16px;
    font-family:PingHei-Text;
    color:rgba(155,155,155,1);
    line-height:18px;
}
.top_title  a{
    font-size:16px;
   color: #222222;
   font-family:PingHei-Text;
    color:rgba(155,155,155,1);
    line-height:18px;
}
.title{
/* display:inline-block; */
    width:946px;
    /* height:80px; */
    font-size:30px;
    font-family:PingHei-Bold;
    color:rgba(3,3,3,1);
    line-height:40px;
    margin: 10px auto ;
	overflow:hidden;
	text-align:center;
	font-weight: 600;
}
.title p{
   /*  width:946px;
    height:30px; */
    font-size:30px;
    font-family:PingHei-Bold;
    color:rgba(3,3,3,1);
    font-weight:600; 
	text-align:center;
}
.sub{
    font-size: 25px;
    font-family: PingHei-Bold;
    color: rgba(3,3,3,1);
    line-height: 30px;
    /* font-weight: 600; */
    width: 946px;
    margin: 20px auto;
	text-align:center;
}
 .author{
 
     font-size: 16px;
    font-family: PingHei-Bold;
    color: rgba(3,3,3,1);
    line-height: 30px;
    width: 946px;
    margin: 13px auto;
	text-align:center;
 }

.time{
    width:946px;
    height:16px;
    font-size:16px;
    font-family:PingHei-Text;
    color:rgba(155,155,155,1);
    line-height:12px;
    margin:0 auto;
	text-align:center;
	/* overflow:hidden; */
	/* position:relative;
	top:10px */;
   
}
.time span{
    display:inline-block;
    height:16px;
    color:#9B9B9B;
}
.time span a{
 color:#9B9B9B;
}
.line{
    width:938px;
    height:1px;
    border:1px solid rgba(237,237,237,1);
    margin:20px auto;
}
.text{
    width:938px;
    height:100%;
    font-size:18px;
    font-family:PingHei-Text;
    color:rgba(34,34,34,1);
    line-height:28px;
    margin:0 auto;

}
.text p{
    font: normal 18px/200% "PingHei-Bold";
}
.editer{
    
    text-align: right;
    padding: 10px;
    font: 14px/16px "宋体";
    color: #666;
}














/* .footer{
    width:100%;
    height:100%;
} */
.footer .foot_img{
    width:100%;
    height:529px;   
    background:url('../img/footer.png') no-repeat center ;	
}
.footer .foot_img p{
    display: inline-block;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    font-size: 14px;
	color:#00195F;
	margin-top:450px;

}
.footer .foot_img p span:last-of-type {
    display: inline-block;
    text-indent: 40px;
}