.container{
    width: 1200px;
    min-width: 1200px;
    margin: 30px auto 0 auto;
    height: 100%;
    position: relative;
}

.left{
    height: auto;
    width: 850px;
    float: left;
}
.right{
    float: right;
    height: 100%;
    width: 300px;
    margin-top: 45px;
}

.navbar{
    border-bottom: 1px solid #ccc;
}
.navbar li{
    width: 80px;
    height: 45px;
    text-align: center;
    line-height: 45px;
    cursor: pointer;
}
.navbar li a{
    display: inline-block;
    width: 100%;
    font-size: 16px;
}
.navbar li a:hover{
    color: #d22222;
}
.active_nav{
    border-bottom: 3px solid #d22222;
    top: 1px;
    position: relative;
    z-index: 2;
}
.active_nav a{
    font-family: '微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
    font-size: 16px;
    color: #D00000;
    font-weight: 700;
}
.content li{
    margin: 15px 0 0 0;
    padding: 15px;
    box-sizing: border-box;
}
.content li:hover{
    box-shadow: 0px 1px 14px 3px #ccc;
    border-radius: 5px;

}
.cover{
    box-shadow: 0px 0px 10px 3px #ccc;
    margin-right: 20px;
    width: 130px;
    height: 180px;
}
.vip_icon{
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
}
.userInfo{
    margin-top: 8px;
}
.desc{
    font-size: 12px;
    color: #666666;
    line-height: 20px;
}
.limit2 {
    height: 37px;
}
.item .title{
    font-size: 18px;
    margin-bottom: 8px;
    margin-top: 20px;
}
.item .title:hover{
    color: #d22222;
}
.time{
    position: absolute;
    bottom: 36px;
}
.time span{
    display: inline-block;
    margin-right: 10px;
}
.userInfo img{
    width: 24px;
    height: 24px;
    margin-right: 10px;
    border-radius: 50%;
}
.more{
    width: 160px;
    height: 35px;
    background: -webkit-linear-gradient(270deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 0%, rgba(242, 242, 242, 1) 100%, rgba(242, 242, 242, 1) 100%);
    background: -moz-linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 0%, rgba(242, 242, 242, 1) 100%, rgba(242, 242, 242, 1) 100%);
    background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 0%, rgba(242, 242, 242, 1) 100%, rgba(242, 242, 242, 1) 100%);
    box-sizing: border-box;
    border: 1px solid rgba(224, 224, 224, 1);
    border-radius: 3px;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    color: #666666;
    margin: 25px auto;
    display: block;
    outline: none;
}
.more:hover{
    background: #ffffff;
}

.loading{
    text-align: center;
}
.loading img{
    width: 25px;
}



