.hot_news {
    padding-bottom: 3em;
    padding-top: 15px;
}

.hot_news .item {
    background-color: rgba(255, 255, 255, 0.6);
    margin: 15px;
    overflow: hidden;
    max-height: 190px;
    min-height: 190px;
    text-overflow: ellipsis;
    padding: 15px;
}

.hot_news .item:hover {
    background-color: #dedede;
}

.hot_news .preview {
    display: block;
    float: left;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    width: 130px;
    height: 130px;
    margin-right: 15px;
}

.hot_news .content .date {
    display: inline-block;
    font-size: 0.8em;
}

.hot_news .content h3 {
    margin-top: 0;
    font-size: 1.1em;
    line-height: 1.1em;
    max-height: 6em;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hot_news .read_more {
    display: block;
}



.brighten img {
-webkit-filter: brightness(100%);
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
transition: all 0.5s ease;}
.brighten img:hover {
-webkit-filter: brightness(60%);}
.brighten img {
max-width: 100%;
height: auto;
 margin: 10px;}
.button-container a {
    text-decoration: none;
    outline: none;
    display: inline-block;
    
    
    border-radius: 45px;
    margin: 10px 20px;
    padding: 12px 40px;
    font-family: 'Montserrat', sans-serif;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-weight: 600;
    color: #524f4e;
    background: white;
    box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
    transition: .3s;
}
.button-container a:hover {
  background: #2EE59f;
  box-shadow: 0px 15px 20px rgba(96, 229, 157, 0.4);
  color: #fff;
  transform: translateY(-7px);
  
}
@media (min-width: 768px) {
  .container {
    /* width: 750px; */
    width: auto;
  }
  .mainPageContainer {
    /* width: 750px; */
    width: auto;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
  .mainPageContainer {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
  .mainPageContainer {
    width: 1170px;
  }
}

	