﻿.article_section .main_img {
    width: 100%;
}
.article_section .article_side{
    box-shadow: 0 9px 23px 0 rgba(22,24,54,0.06);
    margin: 0px auto;
    padding: 10px 55px 36px;
    background-color: white;
    border-top: 1px solid rgba(151,151,151,0.8);
    border-top-style: none;
    margin-bottom: 45px;
    height: 318px;

}
.article_section .img_article_div{
    padding-left: 0px;
    padding-right: 0px;

}
.article_section{
    margin-right: 0px !important; 
    margin-left: 0px !important; 
    font-family: SimplerPro;
    cursor: pointer;
}
.article_title{
    color: #525252;
    padding-top: 20px;
    margin-bottom: 20px;
}
.article_a_section:hover{
    text-decoration: none;
}
.article_subTitle{
    font-size: 19px;
}
.artile_date{
   margin-right: 50px;
   display:inline-block;
}
.article_title_section{
    height: 75%;
    margin-bottom:20px;
}
@media(max-width: 1280px){
.article_section .article_side{
    height: 248px;
}
.article_title{
    color: #525252;
    padding-top: 0px;
    margin-bottom: 10px;
     font-size: 19px;
}
.article_subTitle{
    font-size: 15px;
}
    .artile_date {
        margin-right: 15px;
        display: inline-block;
    }

.article_section .article_side {
    height: 290px;
    padding: 10px 55px 17px;

}
}

@media(max-width: 787px) {
    .article_title_section {
        height: 63%;
    }
}

