body{
    background: rgb(245, 245, 245);
}
.article-poster{
    width: 100%;
    height: 250px;
    background: lightblue;
}
.article-wrapper{
    width: 1280px;
    margin: 0 auto;
    
}
.article-menu{
    overflow: hidden;
    width: 100%;
    background: transparent;
    line-height: 45px;
    box-sizing: border-box;
    padding: 0px;
    color: white;
    font-size: 0px;
    height: 45px;
    margin-bottom: 30px;
}
.article-menu-item{
    display: inline-block;
    
    
}
.article-menu-item{
    padding: 0 10.4687px;
    cursor: pointer;
    transition: 0.2s;
    background: #1b75bb;
    color: white;
    font-size: 16px;
    
}
.article-menu-item:hover{
    color: white;
    background: #faaf41;
}
.article-menu-item-active{
    color: #1b75bb;
    background: rgb(245, 245, 245);

}
.articles-left-block{
    width: calc(100% - 350px);
    float: left;
    background: rgb(245, 245, 245);
}
.article-blocks-wrapper{
    overflow: hidden;
    
}
.rec-items-wrapper{
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
    overflow: hidden;
}
.rec-title{

    font-size: 20px;
    margin-bottom:18px;
    margin-left: 20px;
    color: rgba(0, 0, 0, 0.85);
}
.rec-item{
    width: calc(25% - 26px);
    float: left;
    margin-right: 30px;
    cursor: pointer;
    


}
.rec-item:last-child{
    margin-right: 0px;
}
.rec-item-img{
    background: lightblue;
    height: 115px;
    background-size: cover !important;
}
.list-filter-wrapper{
    background: white;
    color: rgba(0, 0, 0, 0.85);
    overflow: hidden;
    margin-top: 45px;
    box-shadow:  0px 2px 3px rgba(0, 0, 0, 0.096);
    height: 44px;
    line-height: 44px;
    margin-bottom: 30px;
}
.list-sort-wrapper{
    float: right;
    width: 250px;
    
}
.list-sort-selector{
    float: right;
}
.list-sort-text{
    float: right;
    line-height: 44px;
    font-size: 13px;
}
.list-sort-selector select{
    
    color: rgba(0, 0, 0, 0.85);
    border: 1px solid white;
    box-sizing: border-box;
    outline: none;
    height: 44px;
    margin-right: 20px;
    margin-left: 5px;
    padding-right: 5px;
}
.list-item{
    overflow: hidden;
    margin-top: 20px;
    padding: 20px;
    background: white;
    box-shadow:  0px 2px 3px rgba(0, 0, 0, 0.096);
    box-sizing: border-box;
    border-radius: 3px;
}
.list-item-img{
    width: 350px;
    height: 196px;
    background: lightblue;
    float: left;
    transition: 0.2s;
    cursor: pointer;
    background-size: cover !important;
}
.list-item-info-wrapper{
    float: right;
    width: calc(100% - 350px);
    box-sizing: border-box;
    padding-left:30px ;
}
.list-item-info-title{
    font-weight: bold;
    color: rgba(0, 0, 0, 0.85);
    color: #1b75bb;
    font-size: 20px;
    cursor: pointer;
    transition: 0.2s;
}
.list-item-info-title:hover{
    color: #faaf41;
}
.list-item-info-desc{
    margin-top: 10px;
    max-height: 98px;
    overflow: hidden;
    text-overflow: ellipsis;
    
}
.list-items-wrapper{
    margin-bottom: 50px;
}
.articles-right-block{
    float: right;
}
.articles-right-window{
    width: 300px;
    height: 400px;
    background: yellowgreen;
    margin-top: 45px;
}
.articel-p{
    width: 1280px;
    margin: 0 auto;
    
}
.article-title{
    font-size: 50px;
    color: white;
    margin-left: 20px;
    line-height: 250px;
}
.rec-item-desc{
    margin-top: 8px;
    color: rgba(0, 0, 0, 0.85);
    
}
.list-item-info-desc{
    color: rgba(0, 0, 0, 0.85);
}
.list-item:hover .list-item-img{
    transform: scale(0.95);
}
.list-item-four{
    overflow: hidden;
    width: 100%;
    margin-top: 20px;
    
}
.list-item-four-item-wrapper{
    width: calc(25% - 13px);
    margin-left: 17px;
    float: left;
    box-sizing: border-box;
    padding: 15px;
    border-radius: 4px;
}
.list-item-four-item-wrapper:nth-child(1){
    margin-left: 0px;
}
.list-item-four-title{
    color: #1b75bb;
    font-weight: bold;
    transition: 0.2s;
    margin-top: 15px;
    margin-bottom: 5px;
}
.lifi-con{
    cursor: pointer;
}
.lifi-con:hover .list-item-four-title{
    color: #faaf41;
}
.list-item-four-img{
    width: 100%;
    height: 106px;
    background: lightblue;
}
.list-item-four-desc{
    margin-top: 10px;
}
.me-profile-add-news{
    width: 100%;
    background: #1b75bb;
    color: white;
    line-height: 45px;
    text-align: center;

    margin-top: 0px;
    margin-bottom: -15px;
    cursor: pointer;
    transition: 0.3s;
}
.me-profile-add-news:hover{
    background: #faaf41;
}