﻿.nrye-title{
    width: 1300px;
    display: flex;
    margin-top: 20px;
    margin-bottom: 20px;
    border-bottom: 1px dashed #006f3a;
    flex-direction: column;
    align-items: center;
}
.nrye-title-info{
    width: 100%;
    display: flex;
    text-align: center;
    justify-content: center;
}
.nrye-title-info p{
    margin-right: 30px;
    margin-top: 15px;
    margin-bottom: 20px;
}
.nrye-title h2{
    font-size: 30px;
    color: #006f3a;

}
.nrye-nr{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-indent: 2em;
    font-size: 18px;
    line-height: 1.5em;
}
.nrye-nr p{
    text-indent: 2em;
    font-family: "微软雅黑" ;
    font-size: 18px;
    line-height: 1.5em;
}