* {
    margin: 0;
    padding: 0;
    border: 0;
    outline: none;
}
body{
    background: rgba(247,248,250,1);
}
.top{
    height:64px;
    background:rgba(0,0,0,0.01);
    box-shadow:0px 2px 4px 0px rgba(0,0,0,0.1);
    opacity:0.9;
    padding-top: 8px;
    text-align: center;
}
.top-logo{
    display: inline-block;
    width:168px;
    height:48px;
}
.bottom{
    padding:20px 20px 240px;
}

.content{
    margin:0 auto;
    width:1200px;
}

@media screen and (max-width:1200px){
    .content{
        width: 100%;
    }
}

.partOne .titleOne{
    padding: 40px 0 32px;
    text-align: center;
    font-size:26px;
    font-weight:600;
    color:rgba(74,74,74,1);
    line-height:38px;
}

.update-time{
    height:20px;
    font-size:13px;
    font-weight:400;
    color:rgba(102,102,102,1);
    line-height:20px;
    margin-bottom: 12px;
}
.detail{
    font-size:13px;
    font-weight:400;
    color:rgba(102,102,102,1);
    line-height:20px;
}
.partTwo{
    margin-top: 32px;
    width:100%;
}
.partTwo .titleTwo{
    text-align: center;
    height:32px;
    font-size:22px;
    font-weight:600;
    color:rgba(77,77,77,1);
    line-height:32px;

}
.partTwo .little-title,.partThree .little-title{
    height:26px;
    font-size:18px;
    font-weight:600;
    color:rgba(102,102,102,1);
    line-height:26px;
    margin-top: 24px;
}
.line{
    height:1px;
    background:rgba(222,222,222,1);
    margin-top: 12px;
    margin-bottom: 12px;
}
.small-title{
    font-size:13px;
    font-weight:bold;
    color:rgba(102,102,102,1);
    line-height:20px;
}
.detailTwo{
    font-weight: bold;
}
a{
    color: #38B487;
    text-decoration: none;
}
a:hover{
    text-decoration: underline;
}
.partThree{
    margin-top: 32px;
    width:100%;
}
.partThree .titleTwo{
    text-align: center;
    height:32px;
    font-size:22px;
    font-weight:600;
    color:rgba(77,77,77,1);
    line-height:32px;

}
