html,
body {
    position: absolute;
    z-index: -1;
}

.clearance .newsItem {
    display: block;
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
    border-bottom: 1px solid #f3f3f3;
}

.clearance .title {
    font-size: 22px;
    line-height: 80px;
}

.clearance .other {
    line-height: 80px;
    color: #666666;
}

.clearance .title:before {
    content: "";
    display: block;
    background-image: url("../images/ddot.png");
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    width: 25px;
    height: 25px;
    margin-top: 25px;
    z-index: -1;
}

.tg_tabs {
    overflow: hidden;
}

#newsListBox {
    padding: 0 40px 0 30px;
}

.news_item {
    overflow: hidden;
    padding: 32px 0 25px;
    border-bottom: 1px solid #f3f3f3;
}

.thumb {
    float: left;
    margin-right: 20px;
}

.right {
    float: left;
}

.thumb img {
    width: 155px;
    height: 105px;
}

.text-info {
    overflow: hidden;
    margin-top: 5px;
}

.text-info .ellipsis {
    float: left;
    font-size: 18px;
    width: 600px;
    overflow: hidden;
	text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal
}

.text-info .timeAndBtn {
    float: right;
}

.text-info .timeAndBtn a {
    display: inline-block;
    color: #fff;
    font-size: 14px;
    margin-left: 30px;
    width: 53px;
    height: 25px;
    text-align: center;
    line-height: 25px;
    border-radius: 3px;
    margin-right: 20px;
}

.text-info time {
    font-size: 12px;
    color: #dadada;
}

.text-info .hot {
    background: #da3a24;
}

.text-info .zuixin {
    background: #0d9cf7;
}
.text-info .tuijian{
    background: #4488ff;
}
.ellipsis2 {
    margin-top: 23px;
    width: 950px;
    font-size: 14px;
    color: #999999;
    cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 25px;
}



/* 翻页样式 */

.page {
    float: right;
    margin: 20px 0;
}

.layui-laypage .layui-laypage-curr .layui-laypage-em {
    background: #fd4d3f;
    border-radius: 4px;
}

.layui-laypage a,
.layui-laypage span {
    margin-left: 10px;
    border-radius: 4px;
    color: #595959;
    font-size: 16px;
    height: 32px;
    line-height: 32px;
}

.layui-laypage button,
.layui-laypage input {
    border-radius: 4px;
    height: 32px;
    line-height: 32px;
}

.layui-laypage .layui-laypage-count,
.layui-laypage .layui-laypage-skip {
    background: none;
}

.layui-laypage>a:first-child,
.layui-laypage>a:first-child em {
    border-radius: 4px;
}
.layui-laypage a:hover{
    color:#da3a24
}