
    @media (min-width: 577px) {
        .forpc {
            font-size:0.7em;
            color:green;
        }
        .file_img {
           width:350px;
           height: 350px;
           border:1px solid #F2F1F8;
        }
        a.h5 {
          font-size: 0.95em;
          color:#FF6600;
        }
    }
    @media (max-width: 576px) {
        .forpc {
            display: none;
        }
        .file_img {
           width:100%;
           border:1px solid #F2F1F8;
        }
        a.h5 {
          font-size: 0.95em;
          color:#FF6600;
        }
    }