.subpage {
    position: relative;
    margin-bottom: 60px;}
.subpage .contant {
    margin-left: 220px;}
.subpage .content-box {
    border: 1px solid #bfbfbf;
    min-height: 600px;
    background: #fff;
    border-radius: 5px;
    margin-left: 220px;}
/*------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-----*/

/*------news_table页面对应css_begin-----*/
.subpage .search-box {
    width: 100%;
    border: 1px solid #bfbfbf;
    padding: 20px;
    margin-bottom: 20px;
    background: #fff;
    border-radius: 5px;}
.subpage .search-box .ipt-item {
    display: inline-block;}

.subpage .search-box .ipt-item label {
    display: block;
    line-height: 36px;}
.subpage .search-box .ipt-item label input {
    width: 260px;
    height: 34px;
    line-height: 34px;
    border: 1px solid #bfbfbf;
    border-radius: 5px;}
.subpage .search-box .input-submit {
    width: 100px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    color: #fff;
    background: #005982;
    border-radius: 5px;}
.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;}
/*------news_table页面对应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-------------------------*/
