/*列表页*/
.location{
    width: 1200px;
    height: 40px;
    box-shadow: 0 0 3px 2px #efefef;
    margin-top: 15px;
    text-indent: 20px;
    line-height: 40px;
    font-size: 15px;
}
.location i {
    width: 22px;
    height: 40px;
    position: absolute;
    display: inline-block;
    background: url(/uploads/image/imjscss/gx.png) no-repeat center center;
    background-size: contain;
}
.listleft{
    margin-top: 20px;
    box-shadow: 0 0 3px 2px #efefef;
    width: 284px;
}
.listchannel{
    width: 284px;
}
.currentchannel{
    height: 70px;
    background-image: linear-gradient(to right, #0860ba , #5a9cf3bf);
    font-size: 24px;
    text-align: center;
    line-height: 70px;
    font-weight: bold;
    color: white;
}
.listchannel li a{
    width: 240px;
    border-left: 6px solid #ffffff;
    display: inline-block;
    line-height: 50px;
    font-size: 20px;
    color: #333333;
    padding-left: 44px;
    background-color: #ffffff;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}
.channelcurrent{
    border-left: 6px solid #0860ba !important;
    background: -webkit-linear-gradient(left,#82a9fb33, #ffffff);
}
.channelcurrent2{
    border-left: 6px solid #0860ba !important;
    background: -webkit-linear-gradient(left,#82a9fb33, #ffffff);
}
.listchannel li i{
    width: 14px;
    height: 14px;
    display: block;
    float: right;
    margin-right: 20px;
    margin-top: 19px;
    background-image: url(/uploads/image/imjscss/arrow_right.png);
    background-position: center;
    background-repeat: no-repeat;
}
.listright{
    margin-top: 20px;
    width: 840px;
    padding: 20px 26px 25px;
    box-shadow: 0 0 3px 2px #efefef;
}
.listright .listconcent li{
    padding: 20px 35px;
    border-bottom: 1px solid #f8f8f8;
    background: url(/uploads/image/imjscss/circle.png) no-repeat 15px 28px;
}
.listright .listconcent li:hover{
    background-color: #f1f1f1;
}
.listright .listconcent li a{
    display: block;
    line-height: 20px;
    font-size: 18px;
    color: #333333;
    font-weight: bottom:;;
}
.listright .listconcent li a .date{
    font-size: 16px;
    color: #666666;
    margin-top: 20px;
    font-weight: normal;
}

/*翻页*/
.bmdt-contain-paging{
    margin-top: 30px;
}
div.digg span.disabled{
    padding: 7px 12px;
    border: none;
    background: #eeeeee;
    color: white;
}
div.digg span.current {
    padding: 7px 13px;
    font-weight: bold;
    margin: 2px;
    color: #fff;
    background-color: #4787e8;
    border: none;
}
div.digg a{
    padding: 7px 13px;
    border:  none;
    color: #666666;
    background: #eeeeee;
}
div.digg a:hover{
    border: none;
}
#footer{
    margin-top: 20px;
}

/*文章页*/
.article{
    box-shadow: 0 0 3px 2px #efefef;
    margin-top: 20px;
    padding: 25px;
}