.Box1 {
    padding: 50px 0;
    display: flex;
    justify-content: center;
}

.Box1.container-md.row {
    margin: 0 auto;
}

.Box1 .xx {
    text-align: center;
}

.Box1 .xx h6 {
    font-size: 26px;
    color: #333;
    font-weight: bold;
}

.Box1 .xx span {
    font-size: 14px;
    color: #666;
    display: block;
    margin-bottom: 40px;
}

.Box1 h2 {
    font-size: 18px;
}

.Box1 * {
    font-family: 'system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"';
}
 

.Box1 .container-md.row {
    margin: 0 auto;
  }
  
  .Box1 .new-list form.search {
    background-color: white;
    padding: 0;
    border-radius: 5px;
    overflow: hidden;
  }
  
  .Box1 .new-list form.search input {
    background-color: transparent;
    padding: 0 10px;
  }
  
  .Box1 .new-list form.search button {
    background-color: #428CCC;
    color: white;
    display: block;
    padding: 10px;
  }
  
  .Box1 .new-list .news {
    padding: 0;
  }
  
  .Box1 .new-list .newtitle {
    font-size: 24px;
    position: relative;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
  }
  
  .Box1 .new-list .newtitle::before {
    position: absolute;
    width: 25%;
    height: 3px;
    bottom: -2px;
    content: '';
    background-color: #428CCC;
  }
  
   
  
  .Box1 .new-list .news li .text h6 {
    color: black;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    font-size: 18px;
    transition: 0.3s;
  } 
  
  
  .Box1 .new-list .form {
    padding-top: 20px;
  }
  
  .Box1 .new-list .form input,
  .Box1 .new-list .form textarea {
    width: 100%;
    border: none;
    padding: 10px 10px;
    background-color: #ffffff;
    margin-bottom: 20px;
    border: 1px solid #00000031;
    outline: none;
  }
  
  .Box1 .new-list .form textarea {
    height: 200px;
  }
  
  .Box1 .new-list .form button::before {
    position: absolute;
  }
  
  .Box1 .new-box {
    padding-left: 20px;
  }
  
  .Box1 button.custom-button {
    background: linear-gradient(135deg, #428CCC, #428ccc9d);
    padding: 10px 20px;
    color: white;
    border: none;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
  }
  
  .Box1 button.custom-button::before {
    position: absolute;
    content: '';
    width: 10px;
    height: 10px;
    top: 5px;
    right: 5px;
    border: 2px solid white;
    border-left: none;
    border-bottom: none;
    transition: all .3s ease;
    z-index: 3;
  }
  
  .Box1 button.custom-button::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background-color: #000;
    top: 0;
    left: -100%;
    transition: 0.3s;
  }
  
  .Box1 button.custom-button:hover::after {
    left: 0;
  }
  
  .Box1 button.custom-button .button-text {
    position: relative;
    z-index: 4;
  }


  .List-Link{
    padding: 0;
  }
  .List-Link li{
    padding: 5px 0;
    border-bottom: 1px solid #0000001a;
  }
  .List-Link li a{
    color: #000;
    transition: 0.3s;
    width: 100%;
    display: block;
  }
  .List-Link li:hover a{
    color: #428CCC;
  }
  
  .Recent{
    margin-bottom: 30px;
  } 
  
  
  @media screen and (max-width:991px) {
    .Box1 .new-list .newtitle:nth-child(2) {
      display: none;
    }
  
    .Box1 .new-list .form {
      margin-bottom: 30px;
    }
  
    .Box1 .new-list {
      display: none;
    }
  }



.Box1 .col-lg-9{
    padding-left: 20px;
}
