/*多图交替10通用样式*/
.dtjt10_div_img {
    position: relative;
    overflow: hidden;
}

.dtjt10_div_img img {
    display: block;
}

.dtjt10_div_text {
    text-align: left;
    padding: 0px 20px;
}

.dtjt10_div_text .dtjt10_div_text_title {
    background: #eee;
    text-align: center;
}

.dtjt10_div_text .dtjt10_div_text_text {
}

.dtjt10_div_text .dtjt10_div_text_text p {
    text-indent: 2em;
}

.dtjt10_div_text a {
    font-size: 12px;
    font-weight: bold;
    line-height: 20px;
    color: #000;
    text-decoration: none;
}

.dtjt10_div_text a:link {
    font-size: 12px;
    font-weight: bold;
    line-height: 20px;
    color: #000;
    text-decoration: none;
}

.dtjt10_div_text a:visited {
    font-size: 12px;
    font-weight: bold;
    line-height: 20px;
    color: #000;
    text-decoration: none;
}

.dtjt10_div_text a:hover {
    color: red;
}

.dtjt10_div_img .number {
    position: absolute;
    right: 5px;
    bottom: 5px;
}

.dtjt10_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
}

.dtjt10_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
}
