/*
@Author: ThemeMascot
@URL: http://ThemeMascot.com

This is the file where you can add your custom styles to change the look of the
theme. But don't modify style-main.css file.

*/

/* Your custom css codes start here: */

.line-left{
    border-left: 1px solid #eeeeee;
}
.m_t-80{
    margin-top: 80px;
}
.m_b-80{
    margin-bottom: 80px;
}
@media (min-width: 1200px) {
    .container {
        width: 1190px !important;
    }
}
/*.content h3{*/
    /*overflow: hidden;*/
    /*text-overflow: ellipsis;*/
    /*display: -webkit-box;*/
    /*-webkit-line-clamp: 2;*/
    /*-webkit-box-orient: vertical;*/
    /*height: 75px;*/
/*}*/
.content p{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 55px;
}

ul.article{
    list-style-type: disc;
    margin-left: 3rem;
}
ol.article{
    margin-left: 3rem;
}
a.article{
    color: #ff853f;
}
a.article:hover{
    color: #666666;
}

h3.article{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 75px;
}
.mb-4{
    margin-bottom: 40px;
}
