.list-container{
    padding-top: 80px;
    background:#F7F8FA
}
.banner img{
    width: 100%;
    display: block;
}
.clearfix:after{
    content: "";
    display: block;
    clear: both;
    height: 0;
}
.list-main{
    width: 1200px;
    margin:0 auto
}
.list-area{
    padding-top: 20px;
    width: 835px;
    float:left
}
.toggle-area{
    padding:0 45px;
    display:flex;
    justify-content: flex-start;
    background:#fff
}
.toggle-area li{
    padding-top: 18px;
    flex: 0 0 auto;
    height:90px;
    color:#333;
    text-align: center;
    font-size: 16px;
    cursor:pointer;
    margin-left: 210px;
}
.toggle-area li.active{
    border-bottom:3px solid #1c56a0;
    color: #1c56a0;
}
.toggle-area a {
    font-size: 24px;
    letter-spacing: 1px;
    font-weight:normal;
    margin-bottom: 6px;
}

.toggle-area li.active a{
    font-weight:bold;
    color: #1c56a0;
}
.toggle-area .nickname {
    font-size: 12px;
    color:#999;
    margin-bottom: 15px;
}
.toggle-area li.active .nickname{
    color:#1c56a0;
}
.home-content{
    margin-top:16px
}
.watch-list-item{
    padding: 30px;
    border-bottom: 1px solid #f1f1f1;
    background:#fff
}
.watch-list-item:last-child{
    border-bottom: 0
}
.watch-list-item a{
    display:block;
    width: 100%;
    height: 100%;
    text-decoration: none
}
.fleft{
    width: 160px;
    height: 160px;
    background:#9c9c9c;
    float:left;
    border-radius:6px;
    -webkit-border-radius:6px;
    -moz-border-radius:6px;
    -ms-border-radius:6px;
    -o-border-radius:6px;
    overflow:hidden;
}
.fleft img{
    width: 100%;
    height: 100%;
}
.right-overflow{
    min-height: 160px;
    padding-left: 15px;
    overflow:hidden
}
.right-overflow .item-title{
    font-size: 16px;
    line-height: 22px;
    color: #333;
    font-weight: 700;
    padding-top:5px
}
.right-overflow .item-second{
    font-size: 15px;
    line-height: 21px;
    color: #666;
    margin: 6px 0 12px;
}
.item-desc-title{
    line-height: 18px;
    font-size: 13px;
    color: #333;
    font-weight: 500;
}
.right-overflow .item-desc{
    font-size: 13px;
    font-weight: normal;
    color: #888;
    padding: 5px 0 13px;
    line-height: 22px;
    width: 90%;
    height: 75px;
    overflow:hidden
}
.right-overflow .item-tag-title{
    font-size: 13px;
    line-height: 18px;
    color: #333;
}
.right-overflow .tag-list-item{
    color: #2165B5;
    font-size: 13px;
    line-height: 18px;
    display: inline-block;
    padding: 0 5px;
}
#pagination{
    padding:50px;
    text-align: center
}
.list-area-right{
    width: 350px;
    float:left;
    margin-left: 15px;
    padding-top: 20px;
}
.list-area-right a{
    text-decoration: none;
    display:block;
    width: 100%;
    height: 100%;
}
.list-area-right .title, .list-area .title{
    height: 40px;
    background:#fff;
    padding-top: 9px;
    border-bottom: 1px solid #f1f1f1
}
.list-area-right h3, .list-area h3{
    height: 22px;
    line-height:22px;
    border-left: 3px solid #175091;
    padding-left: 11px
}
.hot-list{
    padding: 10px 22px;
    background:#fff;
}
.hot-first-left{
    float:left;
    width: 100px;
    height: 75px;
    background:#ccc;
    overflow:hidden;
    margin-right: 14px;
    margin-bottom: 10px
}
.hot-first-left img{
    width: 100%;
    height: 100%;
    display:block
}
.hot-first-right{
    overflow:hidden
}
.hot-list h4{
    font-size:14px;
    color:#444;
    margin-bottom:6px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.hot-list p{
    font-size: 12px;
    color:#999;
    max-height:36px;
    overflow:hidden;
    line-height: 18px;
}
.hot-item{
    padding: 10px 0;
    border-top:1px solid #f1f1f1
}
.spage-number{
    background:#fff
}
.spage-skip span {
    background:#fff
}
@media screen and (max-width: 600px) {
    .banner, #pagination, .list-conainer{
        width: 1200px
    }
    #pagination{
        background: #f1f1f1
    }
}

