body{
    background: #eef4fb!important;
}
.page-head{
    height: 380px;
    padding-top: 120px;
    background: url('/static/img/news/banner.png') no-repeat center;
    background-size: cover;
}
.search-title{
    width: 100%;
    text-align: center;
    font-size: 32px;
    color: #1d3b53;
    margin-bottom: 24px
}
.search-input-box{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: fit-content;
    padding: 8px 8px;
    border: 1px solid #dcdfe6;
    border-radius: 4px;
    background: white;
    margin: auto;
    box-shadow: 0 1px 3px 0 #0000001a,0 1px 2px -1px #0000001a;
}
.search-input-box i{
    color: #333333;
    font-size: 20px;
    margin: 0 16px;
}
.search-input-box input{
    outline: none;
    border: 0;
    color: #606266;
    font-size: 14px;
    height: 40px;
    width: 700px;
}
.search-input-box input::placeholder{
    color: #ccc;
}
.search-btn{
    width: 70px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    color: #fff;
    font-size: 14px;
    border-radius: 4px;
    background: #1d3b53;
    margin-left: 10px;
    cursor: pointer;
}
.page-main{
    padding: 30px 0 60px 0;
    width: 1200px;
    margin: auto;
    display: flex;
    justify-content: space-between;
}
.main-left{
    width: 330px;
}
.main-left-box{
    width: 100%;
    background: white;
    box-shadow: 0 1px 2px 0 #0000000d;
    border-radius: 8px;
    margin-bottom: 12px;
}
.main-left-box:last-child{
    margin-bottom: 0;
}
.main-left-title{
    height: 56px;
    display: flex;
    align-items: center;
    padding: 0 24px;
    font-size: 16px;
    color: #303133;
}
.main-left-title i{
    color: #303133;
    font-size: 22px;
    margin-right: 8px;
}
.main-left-line{
    height: 1px;
    background: #ebeef5;
}
.main-left-list{
    padding: 16px 14px;
}
.main-left-tab{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 16px;
    height: 43px;
}
.main-left-tab>div{
    width: 86%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 15px;
    color: #24292d;
    transition: all .3s;
}
.main-left-tab .iconfont{
    color: #24292d;
    font-size: 13px;
}
.main-left-tab:hover>div{
    color: #066ac9;
}
.main-left-tab:hover .iconfont{
    color: #066ac9;
}
.main-left-tag{
    display: inline-block;
    height: 30px;
    background: #f7f9fa;
    color: #666;
    border-radius: 2px;
    font-size: 12px;
    margin: 8px 5px;
    padding: 0 10px;
    line-height: 30px;
    max-width: 180px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all .3s;
}
.main-left-tag:hover{
    color: white;
    background: #2B85FB;
}
.main-left-article{
    padding: 0 16px;
    display: block;
    height: 42px;
    line-height: 40px;
    color: #333;
    font-size: 14px;
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all .3s;
}
.main-left-article:hover{
    color: #066ac9;
}
.main-left-tab-checked{
    background: #eef4fb;
    border-radius: 6px;
}
/* .main-left-tab-checked>div{
    color: #2B85FB;
}
.main-left-tab-checked .iconfont{
    color: #2B85FB;
} */
.main-left-article::before{
    content: '';
    position: absolute;
    width: 4px;
    height: 4px;
    background-color: #2B85FB;
    border-radius: 100%;
    left: 2px;
    top: 18px;
}
.main-middle-box{
    width: 850px;
    background: white;
    box-shadow: 0 1px 2px 0 #0000000d;
    border-radius: 8px;
}
.article-title{
    color: #24292d;
    font-size: 26px;
    margin-bottom: 12px;
}
.article-msg{
    display: flex;
    align-items: center;
    margin-bottom: 24px;
}
.article-msg>div{
    margin-right: 12px;
}
.article-msg div span:nth-child(1){
    font-size: 15px;
    color: #747579;
}
.article-msg div span:nth-child(2){
    font-size: 15px;
    color: #747579;
}
.article-line{
    background: #d2d1d1;
    height: 1px;
    margin: 20px 0;
    opacity: .25;
}
.article-content{
    /*font-size: 16px;*/
    line-height: 30px;
    color: #444;
    margin-bottom: 36px;
}
.article-other{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.article-other div{
    max-width: 300px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;
    color: #86909c;
}
.article-other div a{
    margin-left: 12px;
    color: #191919;
}
.article-other div a:hover{
    color: #2B85FB;
}
.article-navigation{
    color: #333;
    font-size: 16px;
}
.article-list-item{   
    display: flex;
    align-items: center;
    padding: 20px;
    background: white;
    border-bottom: 1px solid #eee;
    color: #333;
    transition: all .3s;
}
.article-list-item:last-child{
    border-bottom: none;
}
.article-list-item>img{
    width: 215px;
    height: 140px;
    border-radius: 3px;
    margin-right: 20px;
}
.article-list-item-title{
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 26px;
}
.article-list-item-description{
    font-size: 14px;
    color: #777;
    line-height: 1.6;
    margin-bottom: 16px;
}
.article-list-item-msg-box{
    display: flex;
    align-items: center;
}
.article-list-item-msg{
    display: flex;
    align-items: center;
    font-size: 13px;
    color: #999;
    margin-right: 18px;
}
.article-list-item-msg .iconfont{
    font-size: 14px;
    color: #999;
    margin-right: 4px;
}
.article-list-item:hover{
    background: #f9fafd;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
    color: #5079b7;
}
.main-middle-box-title{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.main-middle-box-title>div{
    font-size: 18px;
    color: #191919;
    display: flex;
    align-items: center;
}
.main-middle-box-title img{
    width: 36px;
    height: 36px;
    margin-right: 16px;
}
.main-middle-box-title a{
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #006eff; 
}
.main-middle-box-title .iconfont{
    font-size: 9px;
    color: #006eff;
    margin-left: 6px;
    font-weight: bold;
}
.correlation-item{
    display: inline-block;
    width: 48%;
    padding: 10px 9% 10px 0;
    font-size: 14px;
    color: #3D485D;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.correlation-item span{
    font-size: 14px;
    color: #C0C0C0;
    margin-right: 4px;
}
.correlation-item:hover{
    color: #006eff;
}
.search-top{
    font-size: 18px;
    color: #191919;
    display: flex;
    align-items: center;
    padding: 20px;
    margin-bottom: 16px;
    border-bottom: 1px solid rgb(223, 223, 223);
}
.search-top-line{
    width: 2px;
    height: 20px;
    background: rgb(0, 110, 255);
    margin-right: 6px;
}
.search-top-text{
    color: #006eff;
    margin-right: 8px;
}
.search-empty-box{
    padding: 30px 0;
    text-align: center;
}
.search-empty-box img{
    width: 160px;
    height: 160px;
}
.search-empty-text{
    font-size: 18px;
    color: #191919;
    margin-top: 30px;
}
pre{
    border: 1px solid #eee;
    padding: 8px 16px;
    border-radius: 6px;
    margin: 12px 0;
    background: #f5f5f5;
    cursor: pointer;
}
code{
    white-space: break-spaces;
}
.article-content img,.article-content video{
    max-width: 100%!important;
}

/* 手机样式 */
@media (max-width: 1024px) {
    .page-head{
        height: fit-content;
        padding: 30px 0;
    }
    .search-title{
        font-size: 18px;
        font-weight: bold;
        margin-bottom: 20px;
    }
    .search-input-box{
        width: 92%;
    }
    .search-input-box i{
        margin: 0 10px;
    }
    .search-input-box input{
        width: 80%;
        height: 36px;
    }
    .search-btn{
        height: 36px;
        line-height: 36px;
    }
    .page-main{
        width: 92%;
        padding: 30px 0;
        flex-wrap: wrap;
    }
    .main-left{
        width: 100%;
        margin-bottom: 12px;
    }
    .main-middle{
        width: 100%;
    }
    .main-middle-box{
        width: 100%!important;
    }
    .article-list-item{
        padding: 20px 4%;
    }
    .article-list-item>img{
        display: none;
    }
    .article-list-item-title{
        font-size: 14px;
        margin-bottom: 18px;
    }
    .article-title{
        font-size: 16px;
        font-weight: bold;
    }
    .article-msg div span:nth-child(1){
        font-size: 12px;
    }
    .article-msg div span:nth-child(2){
        font-size: 12px;
    }
    .main-middle-box-title>div{
        font-size: 16px;
    }
    .correlation-item{
        width: 100%;
    }
    .phone-style-box{
        padding: 20px 4%!important;
    }
    .search-top{
        font-size: 16px;
        font-weight: bold;
        padding: 20px 4%;
    }
    .search-empty-text{
        font-size: 14px;
    }
}