

  .body {
        display: flex;
        flex-direction: column;
    }
    #pageContent {
        width: 62.5vw;
        margin: 2.604vw auto;
        display: flex;
        justify-content: space-between;
       
    }
    #pageContent #newsTitle{
        display: flex;
        flex-direction: column;
        flex: 1;
       
    }
    #pageContent #newsTitle #title{
        height: 2.604vw;
        width: 14.583vw;
        padding-left: 2.604vw;
        font-size: 1.146vw;
        color: #333;
        background-color: #f2f2f2;
        margin-bottom: 1.042vw;
        line-height: 2.604vw;
        font-weight: 600;
    }
    #pageContent #newsTitle .btn{
        width: 13.021vw;
        margin-bottom: 1.042vw;
        color: #FFF;
    }