/*
 * @Author: liuxuanxuan 
 * @Date: 2020-08-19 15:02:14 
 * @Last Modified by: liuxuanxuan
 * @Last Modified time: 2020-08-19 15:47:21
 */

.subnavbar ul li.on{
    border-bottom: 2px solid #bd2323;
}
.subnavbar ul li.on a{
    color:#bd2323;
}
.search-input{
    border: 1px solid #bd2323;
}
.news-item{
    border-bottom: 1px solid #dedede;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.news-item div.fl{
    width: 1030px;
}
.news-item:hover .news-item-date{
    background: #bd2323;
}
.news-item:hover .news-item-title a{
    color:#bd2323;
}
#pageArea .btn2{
    background: #bd2323;
}
#pageArea #pageJump{
    border: #bd2323 solid 1px;
}

/* 党建活动 */
.dj-item{
    width: 100%;
    height: 580px;
    background: url("../img/dj_list_bg.png") right bottom no-repeat;
    margin-bottom: 100px;
    position: relative;

}
.dj-item2{
    background: url("../img/dj_list_bg.png") left bottom no-repeat;
}
.dj-item-img{
    display: block;
    width: 880px;
    height: 500px;
}
.dj-item-img img{
    width: 100%;
    height: 100%;
}
.dj-item-con{
    width: 260px;
    margin-top: 130px;
    margin-right: 25px;
    color:#646464;
}
.dj-item-title a{
    display: block;
    font-size: 24px;
    color:#bd2323;
    line-height: 1.5;
    margin-bottom: 20px;
}
.dj-item-des{
    font-size: 15px;
    line-height: 1.6;
    font-style: italic;
}
.dj-item-date{
    position: absolute;
    bottom: 30px;
    width: 260px;
}
.dj-item2 .dj-item-con{
    margin-left: 25px;
}