#mainbody {
    position: relative;
    width: 100%;
    min-height: auto;
    /*overflow-y: hidden;*/
    color: #474157;
    height: calc(100vh - 170px);
}

#mainbody > .container  .text-center {
    text-align: center;
    /*padding: 350px 0 50px;*/
    position: relative;
    /*height: 100vh;*/
    /*width: 80%;*/
    margin: auto;
}
#mainbody .right-container{
    width: 100%;
    display: inline-block;
}

#mainbody > .container  .text-center h1 {
    font-size: 20px;
    font-weight: bold;
    color: #aaa;
    text-align: left;
}

#mainbody > .container   .search_input {
    width: 90%;
    height: 40px;
    font-size: 16px;
    padding: 0 15px;
    display: inline-block;
    border-radius: 5px;
    border: 0;
    float: left;
}

#mainbody > .container   .search_button {
    /*width: 90%;*/
    height: 40px;
    font-size: 18px;
    padding: 0 15px;
    display: inline-block;
    border-radius: 5px;
    background: linear-gradient(to right, #756bff, #5a49dc);
    /*line-height: 50px;*/
    text-align: center;
    color: white;
    border: 0;
}

@media (max-height: 500px) {
    #mainbody {
        height: inherit;
    }
}

@media (min-width: 768px) {
    .navbar-default {
        background-color: transparent;
        border-color: transparent;
    }

    #mainbody .index-text {
        text-align: left;
    }
}

@media (max-width: 767px) {

    #mainbody > .container > .text-center {


        padding: 130px 0 0 0;
        height: calc(100vh - 261px);
    }

    #mainbody > .container > .text-center > h1 {


        font-size: 50px;
        margin-bottom: 20px;
    }
}
.list_num {
    margin: 20px 0;
}

.list_num>span {
    display: block;
    float: left;
    font-size: 14px;
    color: #35272b;
}

.list_num p {
    float: left;
    font-size: 14px;
    color: #35272b;
}

.list_num p span em {
    margin-right: 10px;
    display: inline-block;
}

.clearall {
    color: #6951d9;
    cursor: pointer;
}

.list_num div {
    float: right;
    font-size: 14px;
    color: #272735;
}

.list_num div em {
    display: block;
    float: left;
    color: #6951d9;
}

.list_num div span {
    display: block;
    float: left;
    margin-left: 38px;
    cursor: pointer;
}
.info_base{
    background: floralwhite;
    padding: 15px;
}
.list_content {
    float: left;
    width: 100%;
    /*background: floralwhite;*/
    /*padding: 15px;*/
}
.list_content .update{
    color: #5d5c70;
    background: #ebedf4;
    font-size: 12px;
    /* width: 90px; */
    padding: 0 5px;
    display: inline-block;
    border-radius: 2px;
    text-align: center;
    margin-bottom: 12px;
}
.list_content .update>span{
    font-size: 14px;
}
.list_content ul li {
    background: #fff;
    box-sizing: border-box;
    padding: 0 20px 0 20px;
    position: relative;
    margin-bottom: 18px;
    border: 1px solid #ebedf4;
}

.list_content ul li h2 {
    float: left;
    width: 100%;
    margin-bottom: 6px;
}

.list_content ul li h2 a {
    font-size: 18px;
    color: #2b2a3b;
    font-weight: bold;
    line-height: 30px;
    /* word-break: break-all; */
}
.list_content .articletitle {
    position: relative;
    float: left;
    width: 100%;
}

.list_content .articletitle .nums {
    /* width: 40px; */
    height: 40px;
    padding: 0 15px;
    line-height: 40px;
    text-align: center;
    font-size: 18px;
    background: #6951d9;
    color: #fff;
    margin-right: 9px;
    border-radius: 3px;
}

.list_content .list_content_cat {
    color: #8d8f9b;
}
.list_content .list_content_abstract {
    background: #f9f9fb;
    padding: 15px;
    margin-bottom: 15px;
    padding-bottom: 0;
}
.list_content .list_content_abstract > div {
    height: auto;
}
.list_content .list_content_abstract .more {
    display: block;
    width: 100%;
    text-align: center;
}
.list_content .list_content_abstract .more .fa {
    font-weight: bold;
}
.xiala{
    width: 100px;
}
.xiala_more {
    width: 100px;
    min-width:auto;
}
.xiala_more div {
    cursor: pointer;
    height: 30px;
    width: auto;
    padding: 0 10px;
    line-height: 30px;
}
.dowmload div:first-child {
    background: antiquewhite;
}
.xiala_more div:hover, .xiala_more div a:hover {
    background: #6951d9;
    color: white;
}
.list_content_buttom{
    margin-bottom: 20px;
}
.to_pdf_info{
    /*display: none;*/
}
.list_empty{
    text-align: center;
    margin-top: 150px;
}
.list_empty .list_empty_1{
    color: rgb(141, 143, 155);
    font-size: 16px;
    margin-bottom: 5px;
}
.list_empty .list_empty_2{
    color: rgb(43, 42, 59);
    font-size: 16px;
    margin: 0px 0px 20px;
}
.cited_list ul li{
    padding: 15px;
    background: white;
    margin-top: 15px;
}

