﻿.txgzSlide {
    width: 100%;
    position: relative;
}

ol,
ul {
    list-style: none;
}

.txgzSlide .bd li {
    width: 100%;
}

.txgz-li .box:first-of-type {
    margin-bottom: 20px;
}

.txgz-li a {
    width: 100%;
    display: flex;
}

.txgz-li .img {
    width: 205px;
}

.txgz-li .img img {
    width: 100%;
    height: 125px;
}

.txgz-li .text {
    flex: 1;
    color: #333;
    font-size: 16px;
    box-sizing: border-box;
    padding-left: 15px;
}

.txgz-li .text .title {
    font-size: 18px;
    line-height: 25px;
    height: 25px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-break: break-all;
}

.txgz-li .text .desc {
    margin: 10px 0;
    color: #666;
    line-height: 25px;
    height: 50px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-all;
}

.txgz-li .text .dete {
    color: #999;
}

.txgzSlide .hd {
    position: absolute;
    bottom: -25px;
    left: 50%;
    transform: translateX(-50%);
}

.txgzSlide .hd li {
    width: 10px;
    height: 10px;
    border: 1px solid #097397;
    border-radius: 50%;
    margin: 0 3px;
    float: left;
    cursor: pointer;
}

.txgzSlide .hd li.on {
    background: #097397;
}