.right-part ul li {
    position: relative;}
.right-part ul li p {
    bottom: 0;
    position: absolute;
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    padding: 0;
    margin: 0;
    line-height: 26px;
    text-indent: 20px;
    color: #fff;}
.box_new {
    position: relative;}
.box_new .hd {
    bottom: 7px;
    position: absolute;
    right: 5px;
    z-index: 999;}
.box_new .hd ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;}
.box_new .hd ul li {
    width: 10px;
    height: 10px;
    background: #fff;
    margin: 0 2px;}
.box_new .hd ul li.on {
    background: #1369c0;}

