body{
    /* background: #f8f8f8; */
}
.sourcelist {
    /* border: 1px solid red; */
    width: 100%;
    padding-bottom: 50px;
}
.clear{
    clear: both;
}

.sourceleft{
    float: left;
    width: 25%;
    box-sizing: border-box;
    background: #f8f8f8;
}
.source_text{
    padding:20px 20px;
}
.source_text_active{
    background: #e9e9e9;
}
.source_text:hover{
    background: #e9e9e9;
}
.source_title{
    padding:0px 0px 20px 0px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px;
}
.alltitle{ 
    margin-top: 10px;
    float: left;
   
}
.soutitle_img{
    float: left;
    width: 20px;
    height: 20px;
    margin: 2px 5px 0px 0px;
}
.soutitle_img img{
    width: 100%;
    display: block;
}
.soutitletext{
    float: right;
    font-size: 18px;
}
.search{
    float: right;
    width: 50%;
    position: relative;
    border-radius: 50px;
}
.search input{
    width: 100%;
    height: 40px;
    border: 0px solid #ccc;
    box-sizing: border-box;
    border-radius: 50px;
    padding: 0px 20px;
    background: #f1f5fc;
    outline: none;
}
.searchbtn {
    position: absolute;
    right: 0;
    top: 0;
    background: #3963b2;
    color: white;
    height: 40px;
    width: 70px;
    line-height: 40px;
    text-align: center;
    border-radius: 0px 50px 50px 0px;
    cursor: pointer;
}
.searchimg{
    width: 20px;
    height: 20px;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);

}
.source_list2{
    margin: 0px -10px 0px -10px;

}
/* 分页 */
.pageimg{
    margin: auto;
    width: 240px;
}
.pageimg img{
    width: 100%;
}
/* 列表 */
.source_list{
    width: 75%;
    float: right;
    box-sizing: border-box;
    padding: 0px 0px 0px 40px;
    margin: 0px -10px 0px -10px;
}
.down_item{
    margin-top: 20px;
}
.down_inner{
    background: white;
    box-shadow: 0px 0px 5px rgba(204, 204, 204, 0.5);
    padding:20px 0px;
    border-radius: 20px;
    cursor: pointer;
}
.down_inner:hover{
    box-shadow: 0px 0px 5px rgba(0, 101, 182, 0.5);

}
.down_title{
      border-bottom: 1px solid #ccc;
      padding: 0px 20px 15px 20px;
}
.down_titlename{    
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    margin-right: 75px;
    font-size: 17px;
}
.eyes{
    margin-top: 3px;
    float: right;
    color: #999;
    font-size: 14px;
}
.eyesimg{
    width: 18px;
    height: 18px;
    float: left;
    margin: 0px 3px 0px 0px;
}
.eyesimg img{
    width: 100%;
    display: block;
}
.eyestext{
    float: right;
}
.down_center{
    padding: 0px 20px;
    margin: 15px 0px;
    font-size: 14px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 50px;
    line-height: 25px;
}
.down_bottom{
    padding: 0px 20px;
}
.proname{
    width: 50%;
    font-size: 14px;
    margin-right: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    color: #666;
}
.downbtn{
    float: right;
    background: #4c7dd8;
    color: white;
    border-radius: 5px;
    text-align: center;
    height: 25px;
    line-height: 25px;
    font-size: 14px;
    width: 60px;
}
@media screen and (max-width:700px) {
     .sourceleft{
        display:none ;
    }
    .source_list{
        width: 100%;
        float: none;
        padding: 0px 0px 0px 0px;
        margin: 0px 0px 0px 0px;
    }
    .down_item{
        width: 100%;
    }
    .search{
        width: 60%;
    }
    .search input{
        height: 35px;
        line-height: 35px;
    }
    .searchbtn{
        width: 60px;
        height: 35px;
        line-height: 35px;
        font-size: 14px;
    }
    .soutitle_img{
        width: 18px;
        height: 18px;
        margin-top: 2px;
    } 
    .soutitletext{
        font-size: 16px;
    }
    .alltitle{
        margin-top: 6px;
    }
    .down_inner{
        border-radius: 10px;
    }
}