.slider_all {
    float:left;
    width:670px;
    height:338px;
    margin-bottom:40px;
}
.wrapper_slider {
    width: 670px;
    height:338px;
    position: absolute;
    overflow:hidden;
}
.list_carousel {
    width: auto;
    margin-left: 0;
}
.list_carousel ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: block;
}
.list_carousel li {
    color: #999;
    text-align: center;
    background-color: #eee;
    padding: 0;
    display: block;
    float: left;
}
.clearfix {
    float: none;
    clear: both;
}
#prev {
    background:url(../../images/slider-left-arrow.png) no-repeat right center;
    display: block;
    height: 338px;
    width: 40px;
    top: 0;
    position: absolute;
}
#next {
    background:url(../../images/slider-right-arrow.png) no-repeat left center;
    display: block;
    height: 338px;
    width: 40px;
    right:0px;
    top: 0;
    position: absolute;
}
#prev:hover {
    background:url(../../images/slider-left-arrow1.png) no-repeat right center;
}
#next:hover {
    background:url(../../images/slider-right-arrow1.png) no-repeat left center;
}
#pager {
    position: absolute;
    left: 43%;
    bottom:5px;
}
#pager a {
    border-radius: 10px;
    display: inline-block;
    width: 8px;
    height: 8px;
    margin: 0 10px 0 0;
    background-color:#333;
}
#pager a:hover {
    background-color:#333;
}
#pager a span {
    display: none;
}
#pager a.selected {
    background-color: #82b53f;
}
b {
    position:absolute;
    bottom:30px;
    margin-left:20px;
    background-color:#333;
    opacity: 0.9;
    filter: alpha(opacity=90); /* For IE8 and earlier */
    padding:10px 20px;
    text-transform:none;
    width:400px;
}
b a {
    color:#FFF;
    font-size:12px;
    font-family: OpenSans;
    text-transform:uppercase;
    text-decoration:none;
}
b a:hover {
    text-decoration:underline;
}
/*articleFeatureBig*/
.news_tit{display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden;}
.news_description {display: inline-flex; -webkit-box-orient: vertical; overflow: hidden; max-height: 4.5em;}
/*articleFeatureSmall*/
.small-feature{display: flex;}
.news_tit2, .news_tit1{display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3; overflow: hidden;}
/*articleBySiteNewPreparer*/
.news_img{width: 190px; height: 94px; object-fit: cover;}
/**/
.log-out button{width: 97%; height: 28px; margin-top: 10px; /* border: none; color: #fff; background-color: red; */ cursor: pointer;}