<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.newsdetail {
  margin-top: 40px; }
  .newsdetail .title {
    font-size: 30px;
    color: #000;
    font-weight: bold;
    text-align: center; }
  .newsdetail .other {
    text-align: center;
    margin: 20px 0;
    font-size: 14px; }
    .newsdetail .other span {
      margin-right: 10px; }
  .newsdetail .btn {
    margin-bottom: 80px;
    margin-top: 50px; }
    .newsdetail .btn a {
      -webkit-transition: 0.5s ease all;
      transition: 0.5s ease all;
      display: block;
      color: #000;
      margin: 10px; }
      .newsdetail .btn a:hover {
        color: #8968ed; }

        .newsdetail .btn a{
          text-align: left;
        }
        .newsdetail img{
          max-width:100% !important;
          height:auto;
        }

        @media (max-width:575px){
          .newsdetail .title{
            font-size:24px;
          }
        }</pre></body></html>