﻿.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
    outline: none;
    border-color: transparent;
    box-shadow: none;
}
.articles-class ul {
    list-style:none;
}
.articles-class > ul > li{
    position:relative;
    padding-left:20px;
}
.articles-class > ul > li:before {
    content: "";
    width: 15px;
    height: 3px;
    background: #058ad6;
    position:absolute;
    top:12px;
    left:0;

}
.articles-class > ul > li > ul >li {
    position: relative;
        padding:0;
    padding-left: 20px;

}
.articles-class > ul > li > ul{
    padding:0;
}

    .articles-class > ul > li > ul > li:before {
        content: "";
        width: 3px;
        height: 15px;
        background: #058ad6;
        position: absolute;
        top: 6px;
        left: 9px;
    }
    .articles-content {
        /*width: 850px;*/
    }
        /* .articles-content .layui-form-item {
            width: 520px;
            margin: 0 auto;
        }
             .articles-content .layui-form-item .select {
                border: #1E9FFF solid 1px;
                padding: 0 8px;
            }
             .articles-content .layui-form-item .input {
                border: #1E9FFF solid 1px;
                border-left: none;
            }
             .articles-content .layui-form-item .button {
                border-radius: 0;
                border-left: none;
            }*/
.article-search .input-group-btn:last-child > .btn{
    background:#058ad6;
    color:#fff;
    width:100px!important;
}
    .article-search .input-group-btn:last-child > .btn:hover {
    background:#1593D0;
    }
    .aticlelist {
        margin-bottom: 20px;
    }
.articles-content .portal-title {
    margin-top: 16px;
    padding: 9px 0 8px 16px;
    color: #333;
    border-left: 4px #1593D0 solid;
    font-size: 18px;
    background: #f5f5f5;
}
         .articles-content .articles-title {
            border-top: 1px #EAEAEA solid;
            display:flex;
            justify-content:space-between;
            align-items:center;
            padding:12px 0 12px 12px;
        }
        .articles-content .articles-title:last-child {
            border-bottom: 1px #EAEAEA solid;
        }
            .articles-content .articles-title:hover, .articles-content .articles-title:nth-child(2n):hover {
                background: #f5f5f5;
            }
            .articles-content .articles-title:nth-child(2n) {
                background: #fbfbfb;
            }
        .articles-content .articles-left{
            flex:1;
        }
        .articles-content .articles-right {
            width: 130px;
        }
            .articles-content .articles-right a {
                display: block;
                color: #058ad6;
                height: 26px;
                line-height: 26px;
                width: 90px;
                text-align: center;
                border-radius: 4px;
                margin: 0 auto;
                font-size: 13px;
                border: 1px solid #058ad6;
            }
        .articles-content .articles-right a:hover{
            background:#1593D0;
            color:#fff;
            text-decoration:none;
        }
            .articles-content .articles-title .summary {
                color: #555;
                font-size: 13px;
                margin-bottom:10px;
            }
            .articles-content .articles-title .top {
                color: #535353;
                padding-bottom: 2px;
            }
                 .articles-content .articles-title .time{
                    color:#999;
                    font-size:13px;
                }
                 .articles-content .articles-title .time span{
                     margin-right:30px;
                 }
        .articles-content .glyphicon-time:before, .glyphicon-user:before {
            vertical-align: middle;
            margin-right: 3px;
            margin-bottom: 2px;
        }
        .articles-content .articles-title .header {
            color: #058ad6;
            font-size: 14px;
            font-weight: 600;
            display: block;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            position: relative;
            padding-left: 5px;
        }
            .articles-content .articles-title .header:after {
                content: "";
                width: 5px;
                height: 5px;
                background: #058ad6;
                position: absolute;
                left: 0;
                top: 7px
            }
                 .articles-content .articles-title .header-wrap {
                    font-size: 16px;
                    font-weight: 600;
                    margin-bottom: 8px;
                    display: block;
                }
                 .articles-content .articles-title .top i {
                    margin-right: 8px;
                }
             .articles-content .articles-title .bottom {
                padding: 8px 0 24px;
                word-break: break-all;
            }
                 .articles-content .articles-title .bottom span {
                    color: #FF7E02;
                }
             .articles-content .articles-title .articles-paging {
                text-align: right;
            }
.pagination .current {
    border:1px solid #1593D0;
}
.pagination a,.pagination span {
    border: 1px solid #1593D0;
    padding: 3px 10px;
}
.articles-class a{
    font-size:15px;
    color:#555;
    
}
.articles-class li {
    line-height: 1.8;
}
.activeCategory{
    color:#058ad6!important;
}
.pagination a:hover {
 background:#1593D0;
 color:#fff;
}