/*ã¥â¤å¡ã¥â€ºâ¾ã¤âºâ¤ã¦â€ºâ¿8 ã¥â€ºâ¾ã¤âºâ¤ã¦â€ºâ¿ dtjt8.html*/
.dtjt8_div_img {
    position: relative;
    overflow: hidden;
}

.dtjt8_div_img img {
    display: block;
    width: 100%;
    height:100%;
}

.dtjt8_div_img .number {
    position: absolute;
    right: 5px;
    bottom: 5px;
}

.dtjt8_div_img .number .nomal {
    width: 16px;
    height: 16px;
    line-height: 16px;
    display: block;
    text-align: center;
    opacity: 0.7;
    background: #6c6d6e;
    float: left;
    color: #fff;
    margin-right: 5px;
    border: 1px solid #fff;
    font-size: 12px;
    text-decoration: none
}

.dtjt8_div_img .number .current {
    width: 16px;
    height: 16px;
    line-height: 16px;
    display: block;
    text-align: center;
    opacity: 0.7;
    background: red;
    float: left;
    color: #fff;
    margin-right: 5px;
    border: 1px solid #fff;
    font-size: 12px;
    text-decoration: none
}
