
    /*---------------------------------
                            right_part_one  notice
    ---------------------------------*/
.news_right_one{
    border: 1px solid #eeeeee;
    width: 298px;
    padding-top: 5px;
    padding-bottom: 15px;
}
.news_right_one h1{
    font-weight: normal;
    font-size: 16px;
    text-align: center;
    background: #eb5255;
    line-height: 40px;
    color: white;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    width: 280px;
    margin: 0 auto;
    margin-bottom: 15px;
}
.news_right_one a{
    display: block;
    padding: 0 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #6f6f6f;
    line-height: 30px;
    font-size: 14px;
}
.news_right_one a:link{
    color: #6f6f6f;
}
.news_right_one a:hover{
    color: #6f6f6f;
}
.news_right_one a:active {
    color: #6f6f6f;
}
.news_right_one a:visited{
    color: #6f6f6f;
}
/*---------------------------------
                        right_part_two   news
---------------------------------*/
.news_right_two{
    border: 1px solid #eeeeee;
    width: 298px;
    padding-top: 5px;
    padding-bottom: 15px;
}
.news_right_two h1{
    font-weight: normal;
    font-size: 16px;
    text-align: center;
    background: #eb5255;
    line-height: 40px;
    color: white;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    width: 280px;
    margin: 0 auto;
    margin-bottom: 15px;
}
.news_right_two_title{
    width: 262px;
    display: block;
    margin: 0 auto;
}
.news_right_two_title_img{
    width: 262px;
    height: 163px;
    overflow: hidden;
}
.news_right_two_title_img img{
    width: 100%;
    height: 100%;
}
.news_right_two_title b{
    font-weight: normal;
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 262px;
    overflow: hidden;
    color: #6f6f6f;
    font-size: 16px;
    line-height: 30px;
}
.news_right_two_title:hover b{
    color: #ff0000;
}
.news_right_two_title:active b {
    color: #0d0d0d;
}
.news_right_two_title:visited b{
    color: #c8c8c8;
}
.news_right_two_list{
    margin-top: 5px;
}
.news_right_two_list a{
    display: block;
    padding: 0 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #6f6f6f;
    line-height: 25px;
    font-size: 14px;
}
.news_right_two_list a:hover{
    color: #ff0000;
}
.news_right_two_list a:active{
    color: #0d0d0d;
}
.news_right_two_list a:visited{
    color: #c8c8c8;
}
/*---------------------------------
                        right_part_three   news
---------------------------------*/
.news_right_three{
    border: 1px solid #eeeeee;
    width: 298px;
    padding-top: 5px;
    padding-bottom: 15px;
    margin-bottom: 20px;
}
.news_right_threes_title{
}
.news_right_threes_title:after, .news_right_threes_title:before{
    content: '';
    height: 0;
    display: table;
}
.news_right_threes_title:after{
    clear: both;
}
.news_right_threes_title span{
    width: 135px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    background: #f5f5f6;
    float: left;
    display: block;
    border-radius: 5px;
    font-size: 14px;
    color: #6f6f6f;
    margin-left: 10px;
    cursor: pointer;
}
.news_right_threes_title span.on_red{
    background: #eb5255;
    color: white;
}
.change{
    margin-top: 15px;
}


.margin_t{
    margin-top: 20px;
}