/*news*/
.news{
    padding-top: 46px;
}
.news_top{
    display: flex;
    padding-bottom: 10px;
    justify-content: center;
    flex-wrap: wrap;
    border-bottom: 1px solid #c7c7c7;
    margin-bottom: 60px;
}
.news_top a{
    margin-right: 40px;
    font-size: 20px;
    padding: 0 20px;
    position: relative;
}
.news_top a:hover,.news_active{
   border-bottom: 3px solid #c39673;
   padding-bottom: 6px!important;
   color: #c39673;
}
.news .pagination{
    display: flex;
    padding-left: 0;
    justify-content: center;
  
}
.new_box{
    display: flex;
    justify-content: space-between;
    align-items: start;
    border-bottom: 1px dashed;
    padding-bottom: 24px;
    padding-left: 20px;
    padding-right: 20px;
}

.news .pagination li{
    margin-right: 10px;
}
.news .pagination li a{
    color: #000;
    padding: 2px 9px;
    border-radius: 3px;
}
.page_active{
    background-color: #000!important;
    color: #fff!important;
}
.new_info{
    margin-left: 46px;
}
.new_info  h1{
    font-size: 20px;
    margin-bottom: 30px;
    margin-top: 26px;
}
.new_info p{
    line-height: 26px;
    opacity: .9;
}
.new_info ul{
    display: flex;
    margin-top: 53px;
    align-items: center;
    justify-content: space-between;
}
.new_info ul a{
    width: 130px;
    display: block;
    border: 1px solid #000;
    line-height: 37px;
    text-align: center;
}
.news .col-sm-12{
    margin-bottom: 24px;
}
@media(max-width:768px){
	
.news_top {
    display: flex;
    padding-bottom: 10px;
    justify-content: start;
    flex-wrap: wrap;
    border-bottom: 1px solid #c7c7c7;
    margin-bottom: 60px;
}

.news_top a{
    font-size: 14px; text-align:center;

}
.news_top li{
    margin-bottom: 20px; width:33.33%;}

.news_top li a{display:block;width:100%;}
.news_top a:hover, .news_active {
    border-bottom: unset;
    padding-bottom: 6px!important;
    color:#c39673;
}
.new_box {
    display: grid;
    justify-content: space-between;
    align-items: start;
    border-bottom: 1px dashed;
    padding-left: 20px;
    padding-right: 20px;
}
.new_box img{width:98%; margin:0px auto;}
.new_info{ margin-left: 15px;}
.new_info  h1{
    font-size: 16px;
    margin-bottom: 20px;
    margin-top: 20px;
}
.new_info p{font-size:14px;}
.new_info ul li{font-size:13px;}
}