/*list_article*/
body, section.content .no-bgcolor {
    background-color: #f2f2f2;
}
.news-banner.banner-size{
    background: url(/skin/images/blog.jpg) no-repeat center center;
    background-size: cover;
    width: 100%;
    height: 400px;
}
.main.news-wrap{
    background-color: #f0a29e;
    margin: auto;
    text-align: center;
}
.main.news-wrap img{
    max-width: 840px;

}
.content-list .breadcrumb-nav, .breadcrumb-nav a {
    margin: -33px 0 5px 5px;
    font-size: 14px;
}
section.content{
    -webkit-justify-content: center;
    justify-content: center;
    -moz-box-pack: center;
    box-pack: center;
    max-width: 1200px;
    margin: 50px auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
/*.content .content-list {
    flex: 0 0 65%;
    max-width: 65%;
    margin-right: 20px;
}*/
.news-list{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    padding: 0;
    justify-content: left;
}
.news-item{
    box-shadow: 0 1px 3px rgba(0, 0, 0, .1);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    margin: 10px 10px;
    padding: 0;
}

.news-container{
    padding: 20px 30px 30px;
    background-color: #fff;
}
.news-title{
    height: 56px;
    font-size: 1.4em;
    margin: 0 0 10px;
    font-weight: 600;
    line-height: 1.5;
    color: #13287c;
    letter-spacing: -.5px;
    text-align: left;
    overflow: hidden;
}
.news-content{
    font-size: 15px;
    line-height: 26px;
    margin-bottom: 15px;
    color: #8d9aa8;
    font-weight: 400;
    letter-spacing: -.2px;
    height: auto;
}
.read-more{
    font-family: heebo, sans-serif;
    color: #13287c;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    position: relative;
    padding-left: 40px;
}
.read-more:before{
    background-color: #2550de;
    position: absolute;
    content: "";
    width: 30px;
    height: 4px;
        left: 0;
    top: calc(50% - 2px);
}
.pagination-wrap {
    margin-top: 30px;
    margin-left: 5px;
}
.pagination-wrap li {
    margin-right: 10px;
    display: inline-block;
}
.pagination-wrap li a {
    border: 1px solid #e5e5e5;
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 38px;
    text-align: center;
    color: #13287c;
    font-weight: 600;
    border-radius: 2px;
    background-color: #fff;
}
.pagination-wrap li a.active {
    background-color: #13287c;
    border: 1px solid #13287c;
    color: #fff !important;
}
.content-aside {
    padding: 30px;
    background-color: #fff;
    height: fit-content;
}
.content-aside .widget-content:not(:last-of-type) {
    margin-bottom: 40px;
}
.search-form {
    position: relative;
    margin-left: -2px;
}
.form-style {
    background-color: #fafafa;
    height: 45px;
    width: 100%;
    line-height: 45px;
    border-radius: 2px;
    border: 1px solid #eee;
    color: #13287c;
    font-weight: 500;
    outline: none;
    box-shadow: none;
    padding-left: 20px;
    font-size: 1rem;
    background-clip: padding-box;
    box-sizing: border-box;
}
.search-form .search-btn {
    background-color: transparent;
    font-size: 15px;
    color: #13287c;
    width: 60px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    padding: 10px 0;
    opacity: .6;
    border: none;
    cursor: pointer;
    outline: none;
}
.widget-content h4 {
    position: relative;
    margin-bottom: 30px;
    font-size: 16px;
    margin: 0 0 10px;
    font-weight: 600;
    line-height: 1.5;
    color: #13287c;
    letter-spacing: -.5px;
    text-align: left;
}
.widget-content h4:before {
    background-color: #2550de;
    position: absolute;
    content: "";
    width: 20%;
    height: 3px;
    left: 0;
    bottom: -10px;
}
.widget-links, .thumb-post, .tags {
    margin-top: 30px;
}
.thumb-post li {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: top;
    margin-bottom: 20px;
    height: 65px;
}
.thumb-post li img {
    width: 100px;
    flex-shrink: 0;
    display: block;
}
.widget-content .thumb-post li a {
    font-size: 1em;
    font-weight: 600;
    color: #6a7695;
    padding-left: 15px;
    padding-top: 5.8px;
    letter-spacing: -.5px;
    overflow: hidden;
}
.widget-content ul li a {
    color: #6a7695;
    line-height: 1.9;
    font-size: 15px;
}

@media (min-width: 768px){
    .news-content{
        height: 78px;
    }
}