.left-title {
    margin-left: 25px
}
.left-title *{
    margin-bottom: 0;
}
.b_f{
    color: rgb(64,64,64 );
    line-height: 34px;
    font-family: Arial,Hiragino Sans GB,STHeiti,Helvetica Neue,Helvetica,Microsoft Yahei,WenQuanYi Micro Hei,sans-serif;
}
.ulli-div{
    margin-left: 7px;
}
.ulli-div ul{
    padding-left: 20px;
}
.ulli-div li {
    font-size: 21px;
    height: 30px;
}
.ulli-div li img {
    width:20px;
    height: 20px;
    position: absolute;
    margin-left: -18px;
}
.ulli-div a {
    font-size: 14px;
    color: #333;
}
.ulli-div li:hover a {
    color: #333;
}

#left {
    width: 23.5%;
    margin-top: 3px;
    margin-left: 15px;
    background: white;
}

.left-p {
    font-size: 20px;
    color: #1a1a1a;
}

.left-h3 {
    font-size: 14px;
    margin-top: -10px;
    color: #333;
}

.hr-div {
    width: 95%;
    margin-left: 12px;
    color: #333;
    font-size: 14px;
}

.hr-div hr {
    border-color: #f5f5f5;
    border-width: 0.5px;
}
.hr-div p a{
    display: inline-block;
    padding: 5px 10px;
}
.hr-div ul{
    padding-left: 30px;
}

#right {
    width: 65%;
    margin: 3px 15px;
    background: white;
}

.r-content {
    margin-top: -7px;
    /* width: 78%; */
    padding: 60px;
}

.r-content h2 {
    margin-top: 5px;
}

.r-content a {
    font-weight: bold;
    word-break:break-word;
    color: #4f5671
}

/*.r-right {*/

/*    background: white;*/
/*    margin-right: 2%;*/
/*    width: 15%;*/
/*    height: 130px;*/

/*}*/

/*#floating-div.fixed {*/
/*    position: fixed;*/
/*    top: 0;*/
/*    right: 0;*/
/*    margin-right: 7.5%;*/
/*    margin-top: -3.3%;*/
/*}*/

.inline-div{
    width: 600px;
    display: inline-block;
}
.inline-div img {
    box-shadow:10px 10px 10px #bbb;
    width: 150px;
    height: 213px;
    margin: 35px;

    margin-left: 1px;
    margin-top: 1px;
}
.search-paper-p{
    margin-top: 5px; margin-bottom: 10px; line-height: 1.5;
}
.paper-author {
    min-height: 14px;
}
.paper-article {
    /*margin: 5px 0;*/
    /*line-height: 1.5;*/
    /*min-height: 18px;*/

    color: rgb(64,64,64 );
    line-height: 34px;
    font-family: Arial,Hiragino Sans GB,STHeiti,Helvetica Neue,Helvetica,Microsoft Yahei,WenQuanYi Micro Hei,sans-serif;
}

    #left {
        color: #222
    }

    .search-left-width {
        width: 290px;
        height: auto;
        padding: 20px 25px;
    }

    .search-weight {
        font-weight: bold;
    }

    .search-size {
        font-size: 20px;
    }

    .search-size1 {
        font-size: 14px;
    }

    .search-size2 {
        font-size: 12px;
    }

    .search-size3 {
        font-size: 10px;
    }

    .search-nbsp {
        height: 15px;
        background: #f5f5f5;
    }

    .search-color {
        color: #4f5671;
    }

    .search-top {
        margin-top: 15px;
    }

    .search-input {
        width: 44px;
        height: 24px;
        border-radius: 5px;
        border: 1px solid #ccc;
        color: #333;
        text-align: center
    }

    .search-button {
        width: 240px;
        height: 30px;
        border: 1px solid #666;
        color: #4f5671;
        border-radius: 5px;
        font-size: 12px;
        background: white;
        transition: background-color 0.5s ease;
    }

    .search-button2 {
        border-radius: 5px;
        width: 240px;
        height: 30px;
        font-size: 12px;
        font-weight: bold;
        transition: background-color 0.5s ease;
        background-color: #ccc;
        color: white;
        border: 0px;
    }

    .search-button:hover,
    .search-button2:hover {
        background: #4f5671;
        color: white;
        border: 1px solid #4f5671;
    }

    .search-padding {
        padding: 10px 25px;
    }

    .search-hr {
        border: 0.5px solid #f5f5f5;
        width: 85%;
    }

    .search-selects {
        position: absolute;
        margin-top: -5px;
        width: 240px;
        height: 28px;
        padding: 0px 5px;
        flex-wrap: wrap;
        border-radius: 5px;
        font-size: 12px;
        border: 1px solid #ccc;
    }

    .search-btn {
        float: right;
        margin-right: 140px;
        margin-top: -5px;
        width: 60px;
        height: 28px;
    }

    .search-user {
        font-weight: bold;
        color: #4f5671;
    }
    .sect-size {
        height: 29px;
        font-size: 12.6px;
    }
    .br{
        display: none;
    }
    .right-head {
   
        float: right;
      
         /* margin-right: 20px;
         margin-top: 20px; */
     }
     .paper-left-h2{
        float: left;
     }
     
/*以下是响应式布局的样式*/
@media screen and (min-width: 768px) and (max-width: 1024px) {
.r-content a {
    font-size: 3vw;
}
.search-paper-p{
    font-size: 4vw;
}
#right{
    width:100%;
}
.r-content span, p{
    font-size: 4vw;
}
.sect-size{
    font-size: 5vw;
    height: auto;
    
}
.right-head{
    margin-top: 100px;
    display: block;
    float: none;
}
.br{
    display: block;
}
.br1{
    display: none;
}
.paper-left-h2{
    font-size: 4vw;
}
.search-left-width{
    width: 100%;
}
.search-button2,.search-selects{
    font-size: 5vw;
    height: auto;
    width: 55%;
}
.search-input{
    font-size: 5vw;
    height: auto;
    width: 35%;
}
.search-size1{
    font-size: 2.5vw;
}
.search-size3,
.search-size2,

.search-size {
    font-size: 4vw;
}
.left-p{
    font-size: 4vw;
}
.ulli-div li{
    line-height: 1;
}
}