.subpage {
    position: relative;
    margin-bottom: 60px;
}
.subpage .content-box {
    margin-left: 220px;
    border: 1px solid #bfbfbf;
    min-height: 600px;
    border-radius: 5px;
}
/*------alone妯℃澘椤甸潰瀵瑰簲css_begin-----*/
.subpage .content-box .content {
    padding: 30px;
    max-height: 750px;
    overflow-y: auto;
}
.content::-webkit-scrollbar {/*婊氬姩鏉℃暣浣撴牱寮�*/
    width: 4px;     /*楂樺鍒嗗埆瀵瑰簲妯珫婊氬姩鏉＄殑灏哄*/
    height: 4px;

}
.content::-webkit-scrollbar-thumb {/*婊氬姩鏉￠噷闈㈠皬鏂瑰潡*/
    border-radius: 5px;
    background: #0f3272;
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
}
.content::-webkit-scrollbar-track {/*婊氬姩鏉￠噷闈㈣建閬�*/
    border-radius: 0;
    background: rgba(0,0,0,0.1);
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
}
/*------alone妯℃澘椤甸潰瀵瑰簲css_end-----*/

/*------琛ㄦ牸椤甸潰瀵瑰簲css_begin-----*/
.table {
    padding: 30px 40px;
}
.table table {
    width: 100%;
    border-collapse: collapse;
}
.table table tr > td, .table table tr > th {
    border: 1px solid #bfbfbf;
}
.table table tr > th {
    background: #0f3272;
    height: 50px;
    line-height: 50px;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
}
.table table tr > td {
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
}
/*------琛ㄦ牸妯℃澘椤甸潰瀵瑰簲css_end-----*/


/*----------------------------鍏ㄦ枃妫€绱㈢粨鏋滈〉_begin-------------------------*/
.result-wrap {
    background: #fff;
    padding: 10px 20px;
    min-height: 600px;
    margin-top: 20px;
    border: 1px solid #bfbfbf;
    border-radius: 5px;
}
.result-wrap .title{
    height: 50px;
    line-height: 50px;
    font-size: 22px;
    color: #333;
    border-bottom: 4px transparent solid;
    border-image: linear-gradient(to right,#005982,#2998cc) 1 10;
}
.result-wrap .listbar .search_msg {
    line-height: 40px;
}
.result-wrap .listbar .list ul > li {
    padding: 10px;
    line-height: 30px;
    border-bottom: 1px dashed #bfbfbf;
}

/*----------------------------鍏ㄦ枃妫€绱㈢粨鏋滈〉_end-------------------------*/