/*内容页*/
.content {
    width: 65vw;
    margin: 0px auto 90px;
}
.details {
    text-align: center;
}
.details h3{
    font-size: 2.6vw;
    height: 2.6vw;
    color: #333;
    margin-bottom: 45px;
}
.source{
   margin-bottom: 80px;
   padding-bottom: 30px;
   border-bottom: 2px solid #d2d2d2;
}
.source span{
    font-size: 16px;
    color: #666;
    margin:0 15px;
}
.detailCon p{
    font-size: 18px;
    line-height: 36px;
    color:#333;
    text-align: justify;
    text-indent: 36px;
    margin-bottom: 37px;
}
