@charset "utf-8";

.list-pic img{
    width: 100%;
    height: 180px;
    transition: .5s;
}
.list-pic{
    overflow: hidden;
    float: left;
    width: 250px;
    margin: 15px;
    position: relative;
}
.btn{
    margin: auto;
    padding: 10px 30px;
    width: 100px;
    cursor: pointer;
    text-align: center;
    background: url("../img/shuaxin.png") #3f51b5 no-repeat 30px 10px/20px 20px;
}
.right{
    height: 860px;
    overflow-y:scroll;
}
.right .hot{
    padding: 15px;
}
.right .hot img{
    width: 100%;
    height: 150px;
}
.right .hot .pic{
    text-align: center;
}
.hot-title{
    font-size: 17px;
    font-weight: bold;
    color: #333;
}

.source{
    top:-188px;
    text-align: center;
    width: 100%;
    transition: .5s;
    position: absolute;
    padding: 77px 0;
    background-color: rgba(0,0,0,.6);
}
.source i{
    cursor: pointer;
}
.source ul{
    width: 80px;
    margin: auto;
}
.list-pic:hover .source{
    top: 0px;
}

@media screen  and (max-width: 1150px){

    .left{
        width: 100% !important;
    }
    .right{
        width: 100% !important;
    height: auto;
        overflow: auto;
    }
    .hot{
        padding: 30px!important;
        width: 200px;
        float: left;

    }
    #TabbedPanels1{
        width: 900px;
        margin: 40px auto;
    }
}