body{
    background: #f8f8f8;
}
.content{
    width: 1200px;
    margin: 0 auto;
    padding-top: 120px;
    
    margin-bottom: 32px;
}
.content-rt{
    float: right;
    padding: 0 18px;
    width: 915px;
    background: #fff;
   
}
.cont-nav{
    height: 60px;
    line-height: 60px;
    font-size: 18px;
    border-bottom: 1px solid #f2f2f2;
}
.cont-nav a{
    color: #0c7ed9;
}
.cont-div{
    position: relative;
    padding-bottom: 35px;
}
.cont-div h2{
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    margin-top: 40px;
    margin-bottom: 22px;
}
.date_div{
    background: #f7f7f7;
    line-height: 40px;
    height: 40px;
    text-align: center;
}
.date_div span{
    display: inline-block;
    color: #999999;
    font-size: 14px;
    margin-right: 50px;
}
.cont-p{
    margin-top: 35px;
}
.cont-p p{
    font-size: 16px;
    line-height: 28px;
    text-align: justify;
    margin-bottom: 35px;
	
}
.cont-p p img{
  width:100%;
}
.page{
    margin-top: 50px;
}
.page p{
    display: block;
    color: #666666;
    margin-bottom: 10px;
}
.page a:hover{
    color: #596a9a;
}
.backtop {
    display: block;
    position: absolute;
    color: #0c7ed9;
    font-size: 14px;
    bottom: 45px;
    right: 0;
    cursor: pointer;
    text-decoration: underline;
}

.cont-p>img{
    display: block;
    max-width: 860px;
    margin: 0 auto 20px;
}