﻿#slides {
    height: 350px;
    margin: 20px auto 20px auto;
    /*border: 1px solid #c9c9c9;*/
    position: relative;
}

.pagination1 {
    width: 100px;
    float: right;
    position: absolute;
    right: 0;
    bottom: 75px;
    z-index: 999;
    margin-right: 15px;
}

.pagination1 li {
    float: left;
    margin: 0 4px;
}

.pagination1 li a {
    display: block;
    width: 12px;
    height: 0;
    padding-top: 12px;
    background-image: url(../image/pagination.png);
    background-position: 0 0;
    float: left;
    overflow: hidden;
}

.pagination1 li.current a {
    background-position: 0 -12px;
}

.banner_div {
    width: 700px;
    height: 350px;
}

.banner_righttext {
    height: 140px;
}

.ellipsis_nowrap {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.content_left_adcontentleft {
    width: 280px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.red_black_list .content_left_adcontentleft {
    /*width: 220px;*/
}

.credit_news_tab.active {}

.credit_news_tab.active .content_left_titleall, .red_black_list_tab.active .content_left_titleall {
    min-width: 50px;
    width: auto;
    height: 40px;
    margin: 0 16px auto 0;
    float: left;
    background: url(../image/admin_title_bg.png) center bottom repeat-x;
}

.credit_news_tab.active .content_left_titletext, .red_black_list_tab.active .content_left_titletext {
    min-width: 50px;
    width: auto;
    height: 40px;
    margin: 0 auto auto 0;
    float: left;
    font-size: 18px;
    color: #ee180d;
    text-align: center;
    line-height: 40px;
}

.credit_news_tab.active .credit_news_icon {
    background: url(../image/content_title_icon2.png) left center no-repeat;
}

.credit_news_tab .credit_news_icon {
    background: url(../image/content_title_icon2_bl.png) left center no-repeat;
}

.credit_news_tab.active .town_news_icon {
    background: url(../image/01_red.png) left center no-repeat;
}

.credit_news_tab .town_news_icon {
    background: url(../image/01.png) left center no-repeat;
}

.red_black_list_tab.active .red_list_icon {
    background: url(../image/10.png) left center no-repeat;
}

.red_black_list_tab .red_list_icon {
    background: url(../image/10_bl.png) left center no-repeat;
}

.red_black_list_tab.active .black_list_icon {
    background: url(../image/11_red.png) left center no-repeat;
}

.red_black_list_tab .black_list_icon {
    background: url(../image/11.png) left center no-repeat;
}


#subject_validate_pic{
    cursor: pointer;
}


.content_left_sortline{
    overflow: hidden;
    white-space: nowrap;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
}


