/*-----------------news main ---------------------*/
.main-news{
    list-style: none;
    background: #fff;
    box-shadow: 0 3px 6px rgba(0,0,0,.16), 0 3px 6px rgba(0,0,0,.23);
    padding: 30px 30px 15px;
    margin: 0 0 30px 0;
    display: inline-block;
}
.news-content{
    display: flex;
    padding: 10px 0;
}
.news-img{
    display: inline-block;
    padding-left: 0 !important;
}
.news-detail{
    display: inline-block;
}
.news-img img{
    width: 260px;
    height: auto;
    padding: 5px;
}
.main-news-item{
    border-bottom: 1px solid #ddd;
    margin-bottom: 15px;
}
.main-news-item h4 a{
    line-height: 30px;
    color: #000;
    font-size: 18px;
    padding-left: 5px;
}
.main-news-item h4 a:hover{
    color: #696969;
}
.main-news-title{
    font-size: 30px;
    font-weight: 600;
    text-transform: capitalize;
    text-align: center;
    border-bottom: 1px solid #ddd;
    padding: 0 0 20px 0;
    position: relative;
    color: #000;
    width: 100%;
    float: left;
    margin: 20px 0;
}
.main-news-title:before{
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    height: 3px;
    width: 60px;
    background: #fff;
    bottom: -2px;
    padding: 10px 50px;
}
.main-news-title:after{
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    height: 3px;
    width: 60px;
    bottom: -2px;
    border-bottom: 3px solid #ddd;
}
.main-news-item .time{
    padding-left: 5px;
    font-size: 11px;
    font-style: italic;
    color: #607D8B;
}
.btn-danger {
    color: #ffffff;
    background-color: #e51c23;
    border-color: transparent;
}
/*----------------news right -----------------*/
.right-news{
    display: inline-block;
    float: right;
}
.right-news-title{
    background: #161616;
    text-align: center;
    color: #fff;
    padding: 13px 0;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1px;
    position: relative;
    margin-bottom: 25px;
    display: block;
    width: 100%;
}
.right-news-title:after{
    content: "";
    display: block;
    position: absolute;
    border-top: 5px solid;
    border-top-color: #161616;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    bottom: -5px;
    left: 50%;
    width: 0;
    height: 0;
    margin-left: -5px;
}
.blog-img img{
    width: 100px;
    height: auto;
}
.blog-item{
    display: inline-flex;
    list-style-type: none;
    margin-bottom: 17px;
    padding-bottom: 13px;
    margin-left: 0;
    border-bottom: 1px dotted #d5d5d5;
}
.blog-content .title{
    margin-bottom: 1px;
    display: block;
    font-size: 13px;
    padding-left: 10px;
}
.blog-content .title a{
    color: #242424;
}
/*------------news view-------------*/
.main-news-view{
    display: inline-block;
}
.heading_page_news{
    display: block;
    font-size: 22px;
    line-height: 35px;
    margin: 0;
    color: #444;
}
.main-news-view .time{
    font-size: 11px;
    font-style: italic;
    color: #607D8B;
}
.site-breadcrumb{
    padding: 10px 0;
}
.site-breadcrumb a{
    color: inherit;
}