   .section5 {
       padding: 30px 0px;
       position: relative;
       overflow: hidden;
       background: #F9F9F9;
   }

   .Box5 {
       width: 100%;
       display: flex;
       flex-wrap: wrap;
       justify-content: space-between;
   }

   .Tilte5 {
       width: 100%;
       display: flex;
       justify-content: space-between;
       align-items: center;
       margin-bottom: 15px;
   }

   .Tilte5 h1 {
       font-weight: bold;
       font-size: 26px;
       color: #333;
   }

   .Tilte5 a {
       font-size: 12px;
       color: #51311a;
   }

   .Tilte5 a:hover {
       color: #bb9b59;
   }

   .text5 {
       width: 325px;
   }

   .text5 img {
       width: 100%;
   }

   .img5 {
       width: 400px;
   }

   .img5 img {
       width: 100%;
   }

   .news5 {
       width: 330px;
       display: flex;
       flex-direction: column;
       justify-content: space-between;
   }

   .item5 {
       width: 100%;
       display: flex;
       justify-content: space-between;
       margin-bottom: 30px;
   }

   .item5:last-child {
       margin-bottom: 0px;
   }

   .item5 .time {
       width: 56px;
       display: flex;
       justify-content: center;
       align-items: center;
       font-size: 30px;
       color: #6a3906;
       border: 1px solid #6a3906;
   }

   .item5 .text {
       width: calc(100% - 70px);
   }

   .item5 .text h1 {
       font-size: 14px;
       margin-bottom: 10px;
       font-weight: bold;
       color: #333;
       overflow: hidden;
       display: -webkit-box;
       -webkit-box-orient: vertical;
       -webkit-line-clamp: 1;
   }


   .item5 .text p {
       font-size: 12px;
       color: #a6a6a6;
       overflow: hidden;
       display: -webkit-box;
       -webkit-box-orient: vertical;
       -webkit-line-clamp: 2;
   }

   @media (max-width:1200px) {
       .text5 {
           width: 40%;
       }

       .img5 {
           width: 55%;
       }

       .news5 {
           margin-top: 30px;
           width: 100%;
       }
   }

   @media (max-width:720px) {
       .text5 {
           max-width: 450px;
           width: 100%;
       }

       .img5 {
        margin: 15px 0;
           width: 100%;
       }
   }