/* 当前位置 */
.breadcrumb .location {
    display: inline-block;
    width: 20px;
    height: 27px;
    vertical-align: middle;
    margin-right: 8px;
    background: url("../images/zhongjiye/dizhi.png") no-repeat;
}

.zdhfenleiContainer .message {
    margin: 30px auto !important;
}

.breadcrumb span {
    font-size: 18px;
    color: #adadad;
}

/* .breadcrumb .gsgg {
    color: #154e8e;
} */

/* 内容 */
.zdhfenleiContainer .message .both-side{
    margin-top: 20px;
}
.zdhfenleiContainer .message .both-side .left{
    width: 20%;
}
.zdhfenleiContainer .message .both-side .left .items{
    width: 98%;
    padding: 16px 12px 120px;
}
.zdhfenleiContainer .message .both-side .left .items .item{
    width: 100%;
    background: #F5F5F5;
    font-size: 24px;
    text-align: center;
    margin: 5px 0;
    padding: 10px 0;
}
.zdhfenleiContainer .message .both-side .left .items .item a{
    font-size: 18px;
    color: #3D3D3D;
}
.zdhfenleiContainer .message .both-side .left .items .item:hover{
    background-color: #ccdcf0;
    cursor: pointer;
}

.zdhfenleiContainer .message .both-side .left .items .item.active{
    background-color: #154e8e;
}
.zdhfenleiContainer .message .both-side .left .items .item.active a{
    color: #fff;
}

/* 右侧 */
/* 信息公开 */
.fenleiRight{
    width: 75%;
}
.xxgkTitle{
    position: relative;
}
.xxgkgd{
    position: absolute;
    right: 0px;
    top: 0px;
    font-size: 16px;
    color: #adadad;
}
.xxgk{
    width: 20%;
    padding: 3px 0px;
    background-color: #154e8e;
    color: #fff;
    text-align: center;
    border: 1px solid #154e8e;
    border-radius: 30px;
    line-height: 20px;
    font-size: 20px;
}
.xxgks{
    margin-top: 20px;
}
.zdhfenleiContainer .message .fenleiRight .listlis{
    padding: 20px 0px;
    border-bottom: 1px solid #f4f4f4;
    width: 100%;
}
.zdhfenleiContainer .message .fenleiRight .listlis .listdws{
    position: relative;
}
.zdhfenleiContainer .message .fenleiRight .listlis .listqbImgs{
    position: absolute;
    top: 5px;
    left: 0px;
}
.zdhfenleiContainer .message .fenleiRight .listlis .listspans{
    display: inline-block;
    width: 80%;
    font-size: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    position: relative;
    top: 0px;
    left: 30px;
}
.zdhfenleiContainer .message .fenleiRight .listlis .listdates{
    position: absolute;
    top: 0px;
    right: 0px;
    font-size: 16px;
    color: #adadad;
}
.zdhfenleiContainer .message .fenleiRight .listlis:last-child{
    border-bottom: none;
}