
.crumbs {
    height:50px;
}
.crumbs dl{
    display: block;
    float: left;
}

.crumbs dl dt,.crumbs dl dd{
    display: block;
    float: left;
    margin-right: 10px;
    line-height: 50px;
}

.channel{
    height: 300px;
}
.channel-left{
    float: left;
    width: 472px;
}
.supernatant{
    position: relative;
    bottom: 50px;
    z-index: 100;
    height: 18px;
    background-color:#000;
    opacity: 0.6;
    padding: 15px;
}

.supernatant a{
    padding: 0 10px;
    display: block;
    line-height: 18px;
    color: #fff;
    font-size: 14px;
    border-left: 5px solid #057ae8;
}

.channel-right-bot{
    text-align: left;
    line-height: 24px;
}
.channel-right-bot li{
    list-style-type:disc;
}
.channel-right-bot li::marker{
    color: #057ae8;
    font-size: 20px;
}
.channel-right {
    width: 480px;
    float: right;
    margin-left: 50px;
}
.channel-right-top {
    padding-left: 15px;
    background: url("../channel_img/xb.png") no-repeat bottom;
}
.channel-right-top li{
    display: block;
    width: 100%;
    height: 95px;
    overflow: hidden;
}
.channel-right-top li .date{
    width: 30px;
    height: 50px;
    float: left;
}
.channel-right-top li .date .date-top{
    font-size: 30px;
    color: #fff;
    font-weight: bold;
    background-color: #057ae8;
    padding:15px 4px;
    text-align: center;
}
.channel-right-top li .date .date-top,.channel-right-top li .date .date-bot{
    width: 30px;
}
.channel-right-top li .date .date-bot{
    font-size: 12px;
    line-height: 20px;
}
.channel-right-top li dl{
    display: block;
    width: 420px;
    float: left;
    margin-left: 15px;
}

.channel-right-top li dl dt{
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 8px;
}
.channel-content{
    clear: both;
    height: 1300px;
    overflow: hidden;
}
.channel-content-left{
    width: 720px;
    float: left;
}

.channel-content-right{
    width: 280px;
    float: right;
}
.layui-tab-title{
    border-bottom-width: 2px;
    border-bottom-color: #4776ad;
    height: 33px;
}

.layui-tab-title .layui-this{
    background: url("../channel_img/b4.png") no-repeat;
}

.layui-tab-title li{
    width: 110px;
    height: 33px;
    background: url("../channel_img/15.png") no-repeat;
    color: #fff;
    text-align: center;
    line-height: 33px;
}

.layui-tab-content li{
    display: block;
    height: 162px;
    padding-left: 30px;
}

.layui-tab-content{
    padding-top: 30px;
    padding-right:0px;
}
.layui-tab-content li.xx1{
    background: url("../channel_img/xx1.png") no-repeat left 2px;
}

.layui-tab-content li.xx2{
    background: url("../channel_img/xx2.png") no-repeat left -0px;
}
.layui-tab-content .img{
    width:192px;
    float:left;
    margin-right:20px;
    padding-top:5px
}
.layui-tab-content .con_box{
    float: left;
    width:468px
}
.layui-tab-content .title{
    width: 100%;
    height: 50px;
    float: left;
    font-size: 16px;
    font-weight: bold;
    border-bottom: 1px solid #dadada;
}
.layui-tab-content .con{
    width: 100%;
    height: 66px;
    overflow: hidden;
    line-height: 24px;
    text-indent: 2em;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    padding-top: 10px;
}
.layui-tab-content .author{
    margin-top: 10px;
    color: #2254d0;
}
.layui-tab-content a{
    color: #2254d0;
}

.paging{
    padding: 0 20%;
    height:42px;
    overflow: hidden;
    margin-top: 40px;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.paging a{
    display: block;
    width: 40px;
    height: 40px;
    background: #f9f9f9;
    line-height: 40px;
    text-align: center;
    margin-right: 10px;
    border: 1px solid #f9f9f9;
    border-radius: 5px;
}

.paging  a.action{
    border: 1px solid #000;
    border-radius: 5px;
    background: #000;
    color: #fff;
}

.channel-content-right{
    width: 230px;
    float: right;
}

.right-top{
    height: 985px;
    border-bottom: 1px solid #dadada;
}
.right-top li{
    height: 250px;
}


.right-top-title{
    color: #5d82dd;
    font-size: 12px;
    line-height: 24px;
}

.right-top-date{
    color: #009cff;
    font-size: 12px;
    line-height: 24px;
}

.right-top-con{
    color: #737373;
    font-size: 12px;
    line-height: 24px;
}

.right-top-con a{
    color: #fc832f;
}

.right-bot{
    height: 200px;
}

.right-bot .right-bot-top{
    padding-top: 20px;
    padding-left: 90px;
    height: 185px;
    background: url("../channel_img/xx3.png") no-repeat 20% 20px;
    display: flex;
    flex-direction: column;
}
.right-bot .right-bot-top a {
    font-size: 18px;
    margin-bottom: 20px;
    line-height: 32px;
    color: #104477;
    font-weight: bold;
}

.right-bot .search{
    display: flex;
    flex-direction: row;
}

.right-bot .search input{
    display: block;
    float: left;
    width: 150px;
    height: 32px;
    padding: 3px 5px;
    background: #e9e9e9;
    border: 1px solid #b4b2b2;
    margin-right: 2px;
}

.right-bot .search button{
    cursor: pointer;
    display: block;
    float: left;
    width: 45px;
    height: 40px;
    padding:6px;
    background: #e9e9e9;
    border: 1px solid #b4b2b2;
    color: #000;
    line-height: 18px;
}



























