body{

    background: #eaeaea;

}
img{max-width: 100% !important;}
.banner{

    position: relative;

    width: 100%;

    overflow: hidden;

}
.media-heading a{
	color:#000;
}

.banner-text{

    width: 300px;

    text-align: center;

    font-size: 24px;

    position: absolute;

    right: 5%;

    top: 55%;

    color: #fff;

    transform: translate(0,-50%);

    font-weight: 100;

}

.banner-text p:last-child{

    width: 50px;

    height: 1px;

    background: #fff;

    margin: 30px auto;

}

.loading-news{

    width: 50px;

    height: 50px;

    background: #f5821f;

    color: #eaeaea;

    transition: .3s;

    line-height: 50px;

    border-radius: 50%;

    text-align: center;

    font-size: 32px;

    border: solid 1px transparent;

    cursor: pointer;

    margin: 0 auto 20px;

}

.loading-news:hover{

    background: transparent;

    border: solid 1px #f5821f;

    color: #f5821f;

}

.media-text{

    display: -webkit-box;

    line-height: 1.4;

    -webkit-line-clamp: 3;

    line-clamp: 3;

    -webkit-box-orient: vertical;

    overflow: hidden;

    text-overflow: ellipsis;

}

.tabbar{

    position: absolute;

    bottom: 15px;

    width: 320px;

    margin: 0;

    transform: translate(-50%,0);

    left: 50%;

}



.news-list-title{

    font-weight: bold;

    padding-bottom: 10px;

    border-bottom: solid 1px #ccc;

}

.news-list-title h3{

    padding-bottom: 0;

    margin-bottom: 5px;

}

.news-list-title p{

    color: #818181;

    font-size: 16px;

}

.news-list-item{

    padding-top: 40px;

}

.col-xs-12 a{

    border: none;

}