/*多图交替8 图交替 dtjt8.html*/

.dtjt8_div_img {
    position: relative;
    overflow: hidden;}

.dtjt8_div_img img {
    display: block;}

.dtjt8_div_img .number {
    position: absolute;
    left: 50%;
    /* margin-left: -743px; */
    bottom: 57px;}

.dtjt8_div_img .number .nomal {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    line-height: 12px;
    display: block;
    text-align: center;
    background: #ffffff;
    float: left;
    /* color: #fff; */
    margin-right: 5px;
    /* border: 1px solid #fff; */
    font-size: 0px;
    text-decoration: none
;}

.dtjt8_div_img .number .current {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    display: block;
    text-align: center;
    background: red;
    float: left;
    color: #FFF;
    margin-right: 5px;
    line-height: 12px;
    /* border: 1px solid #fff; */
    font-size: 0px;
    text-decoration: none
;}

.dtjt8_div_img .dtjt9_div_text .dtjt9_div_text_title a {
    font-size: 18px;
    font-weight: 400;}