.title{
    margin-top: 45px;
    font-size: 24px;
    color: #333333;
    line-height: 1.4;
    font-weight: bold;
    margin-bottom: 20px;
}
.line{
    width: 100%;
    height: 1px;
    background: #D8D8D8;
    margin: 20px 0;
}
.text{
    font-size: 16px;
    color: #333333;
    line-height: 1.8;
    margin-bottom: 50px;
}
.text img{
    max-width: 100% !important;
    height: auto !important;
}
.newsPage{
    display: flex;
    line-height: 40px;
    background: #F2F2F2;
    border: 1px solid #DDDDDD;
    margin: 50px 0 90px;
}
.newsPage p{
    width: 50%;
    flex-shrink: 0;
    padding: 10px 20px;
}
.newsPage a{
    font-size: 16px;
    color: #333333;
}
.newsPage p:nth-child(2){
    text-align: right;
    border-left: 1px solid #DDDDDD;
}
.newsPage a:hover{
    color: #E60113;
}
/* 表格样式 */
.text table {
    width: 100%;
    border: 1px solid #DDDDDD;
    text-align: center;
    margin: .1rem auto;
}
.text table th,
.text table td {
    border: 1px solid #DDDDDD;
    padding: .1rem;
    vertical-align: middle;
}
.text table th {
    font-weight: normal;
    color: #666666;
}

@media only screen and (min-width: 1200px) and (max-width: 1920px) {
    .title{
        margin-top: 2.343vw;
        font-size: 1.25vw;
        color: #333333;
        line-height: 1.4;
        font-weight: bold;
        margin-bottom: 1.041vw;
    }
    .line{
        width: 100%;
        height: 0.052vw;
        background: #D8D8D8;
        margin: 1.041vw 0;
    }
    .text{
        font-size: 0.833vw;
        color: #333333;
        line-height: 1.8;
        margin-bottom: 2.604vw;
    }
    .newsPage{
        display: flex;
        line-height: 2.083vw;
        background: #F2F2F2;
        border: 0.052vw solid #DDDDDD;
        margin: 2.604vw 0 4.687vw;
    }
    .newsPage p{
        width: 50%;
        flex-shrink: 0;
        padding: 0.520vw 1.041vw;
    }
    .newsPage a{
        font-size: 0.833vw;
        color: #333333;
    }
    .newsPage p:nth-child(2){
        text-align: right;
        border-left: 0.052vw solid #DDDDDD;
    }
    .newsPage a:hover{
        color: #E60113;
    }
}
@media (max-width:1200px) {
    .text{
        font-size: 14px;
    }
    .newsPage a{
        font-size: 14px;
    }
}
@media (max-width:640px) {
    .title{
        font-size: 18px;
        margin-top: .3rem;
    }
    .line{
        margin: .2rem 0;
    }
    .text{
        margin: .2rem 0 .5rem;
    }
    .newsPage{
        display: block;
        margin: .5rem 0;
        line-height: 24px;
    }
    .newsPage p{
        width: 100%;
        padding: .1rem .2rem;
    }
    .newsPage p:nth-child(2){
        text-align: left;
        border: none;
        border-top: 1px solid #DDDDDD;
    }
}