.news_area .box_text .b_title {
    font-size: 14px;
    color: #666;
}

.news_area .box_text .b_title div {
    display: inline-block;
    /*margin-right: 5px;*/
}

.news_area .box_text .area_text .b_title .select {
    border: 1px solid #ccc;
    padding: 0px 5px;
    color: #666;
    font-size: 14px;
    line-height: 20px;
    height: 20px;
}

.news_area .box_text .area_text .b_title .select .line {
    width: 1px;
    height: 12px;
    background-color: #ccc;
    margin-left: 0px;
    position: relative;
    top: 1px;
}

.news_area .box_text .b_t_btn {
    background-color: #666;
    color: white;
    height: 22px;
    line-height: 22px;
    padding: 0px 5px;
    /*position: relative;
    top: 2px;*/
}

.news_area .box_text .b_table {
    margin-top: 10px;
}

.news_area .box_text .b_table div {
    display: inline-block;
}

.news_area .box_text .b_table .bg_t {
    background-image: url(../images/icons/bg_news_area_title.png);
    background-position: center;
    background-repeat: repeat-x;
    line-height: 50px;
    width: 100%;
}

.news_area .box_text .b_table table {
    width: 100%;
    text-align: left;
}

.news_area .box_text .b_table {
    color: #666;
    font-size: 14px;
}

.news_area .box_text .b_table .b_check{
    padding: 0px 5px;
}
.news_area .box_text .b_table span{
    padding-right: 5px;
}

.news_area .box_text .b_table .area_lab {
    border: none;
}

.news_area .box_text .b_table .area_lab .lab_text .lh1 {
    font-size: 14px;
}

.news_area .box_text .b_table .area_lab .lab_text {
    width: 220px;
}

.news_area .box_text .b_table .area_lab .lh3 span {
    color: #cc0000;
}

.news_area .box_text .b_table .l_btn {
    color: white;
    font-size: 15px;
    height: 30px;
    line-height: 30px;
    padding: 0px 15px;
    background-color: #e10000;
    border-radius: 6px;
}

.news_area .box_text .b_table table th:nth-child(1) {
    width: 370px;
    text-align: left;
}

.news_area .box_text .b_table table th:nth-child(2),
.news_area .box_text .b_table table th:nth-child(3),
.news_area .box_text .b_table table th:nth-child(4),
.news_area .box_text .b_table table th:nth-child(5){
    width: 90px;
    text-align: center;
}
.news_area .box_text .b_table .border_tr{
    border-bottom: 1px dotted #ccc;
}
.changColor a:hover{
  background-color: red;
}
.changColors{
  background-color: red;
}