.ttlb {
                height: 380px;
                position: relative;}

            .ttlb ul li {
                margin: 0;
                font-size: 0;
                position: relative;}

            .ttlb ul li img {
                height: 380px;
                object-fit: cover;}

            .ttlb ul li p {
                font-size: 16px;
                position: absolute;
                bottom: 0;
                line-height: 40px;
                background: rgba(0,0,0,.5);
                color: #fff;
                padding: 0 10px;
                padding-right: 90px;
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: nowrap;
                width: 100%;
                box-sizing: border-box;}

            .ttlb .hd {
                position: absolute;
                bottom: 14px;
                right: 10px;}

            .ttlb .hd ul li {
                width: 12px;
                height: 12px;
                background: #fff;
                float: left;
                margin-left: 5px;
                border-radius: 50%;} .ttlb .hd ul li.on{
                background: #062041;}
