﻿/* 栏目页 */
.channel-box.jianyi{
    padding: 20px;
    background-color: #fff;
}
.channel-box .channel-title .fl{
    text-indent: 0;
}
.channel-box .channel-title .fl a{
    display: inline-block;
    padding: 0px 20px;
    border-radius: 5px 5px 0px 0px;
}
.channel-box .channel-title .fl .on{
    background: #015293;
    color: #fff;
    font-weight: 600;
}
.channel-box .channel-title .fr select{
    width: 80px;
    height: 30px;
    line-height: 30px;
    color: #015293;
    border: 1px solid #93afc4;
}
.channel-list ul{
    column-count:2;
    padding: 20px 5px;
}
.channel-list li{
    border: none;
    padding: 10px 20px 10px 15px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    background: url(https://www.pds.gov.cn/images/site2021/li-bg.png) left center no-repeat;
}
.channel-list li:hover{
    background: url(https://www.pds.gov.cn/images/site2021/li-bg.png) left center no-repeat;
}
.channel-list li span{
    color: #8b8b8b;
}

/* 内容页 */
.advice-box,
.replay-box{
    width: 1050px;
    margin: 0 auto;
    margin-top: 30px;
}
.replay-box{
    margin-bottom: 40px;
}
.channel-list .line{
    display: flex;
    border-bottom: 1px solid #ccc;
}
.channel-list .line:first-of-type{
    border-top: 1px solid #ccc;
}
.channel-list .line .left,
.channel-list .line .right{
    display: flex;
    align-items: center;
    border-right: 1px solid #ccc;
    padding: 10px 15px;
    text-align: justify;
    line-height: 30px;
}
.channel-list .line .left{
    width: 100px;
    color: #333;
    font-weight: 600;
    border-left: 1px solid #ccc;
    justify-content: center;
    background-color: #f5f5f5;
}
.channel-list .line .right{
    flex: 1;
}
