body,html{
    background: #F8F8F8;
}
.forumtop{
    width: 1200px;
    height: 100px;
    margin: 20px auto;
    padding: 30px 0 0 0;
    display: flex;
    justify-content:space-between;
    align-items: center;
}
.forumtop h1{
    font-size:40px;
}
.searchwarp{
    width: 400px;
    background: #fff;
    overflow: hidden;
}
.searchwarp .text{
    width: 308px;
    height: 50px;
    border: 1px solid #999;
    float: left;
    outline: none;
    padding-left:10px;
}
.searchwarp .btn{
    width: 80px;
    height: 52px;
    float: left;
    color: #fff;
    background: #0088FF;
    border: 0;
    cursor: pointer;
}


.forumwarp{
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}
.forumleft{
    width: 800px;
    float: left;
}
.swiper{
    width: 800px;
    height: 420px;
    background: pink;
}
.forumlist{
    width: 800px;
    margin-top:20px;
    background: #fff;
}
.forumlist ul{
    width: 800px;
    height: 50px;
    border-bottom: 1px solid #ccc;
}
.forumlist ul li{
    width: 100px;
    float: left;
    line-height: 50px;
    text-align: center;
    font-size: 18px;
    cursor: pointer;
}
.forumlist ul li.select{
    font-weight: bold;
}
.forumlist ul li:hover{
    color: #0088FF;
}
.forumlist ul li.right{
    float: right;
    background: #0088FF;
    padding: 0 30px;
    color: #fff;
}
.forumlist ul li.right:hover{
    background: #f60;
}

.forumlist .list{
    padding:0 20px;
    margin-bottom: 20px;
}
.forumlist .list .item{
    width: 760px;
    border-bottom: 1px solid #ccc;
    padding: 20px 0;
}
.forumlist .list .item:last-child{
    border-bottom: 0;
}
.forumlist .list .item .itemtop{
     width: 760px;
     height:160px;
}
.itemtop_left{
    width: 260px;
    height:150px;
    overflow: hidden;
    float: left;
}
.itemtop_left .img img{
     width: 260px;
    height:150px;
}
.itemtop_right{
     width: 470px;
    float: right;
    height:150px;
    padding-left: 30px;
}
.itemfoot{
    width: 760px;
    height: 50px;
    overflow: hidden;
     display: flex;
    justify-content:space-between;
    align-items: center;
}
.itemfoot .itemfoot_left{
    height: 50px;
     display: flex;
    justify-content:space-between;
    align-items: center;
}
.itemfoot .itemfoot_left span{
    padding: 0 15px;
    font-size: 15px;
}
.itemfoot .itemfoot_left span.user{
    font-weight: bold;
}
.itemfoot .face img{
    width: 50px;
    height: 50px;
    border-radius: 100%;
}
.loding{
    width: 800px;
    height: 50px;
    background: #fff;
    line-height: 50px;
    text-align: center;
}













.forumright{
    width: 360px;
    float: right;
}
.forumright .rightitem{
    width: 360px;
    background: #fff;
    margin-bottom:20px;
}
/*登录注册*/
.loginwarp{
    width: 360px;
    height: 120px;
    border-bottom: 1px solid #ccc;
}
.loginimg{
    width: 230px;
    height: 100px;
    float: left;
    background: pink;
    padding: 10px 0 10px 10px;
}
.login{
    width: 100px;
    height: 100px;
    float: right;
    padding: 10px;
}
.login .regbtn{
    width: 100px;
    height: 45px;
    border: 0;
    cursor: pointer;
    color: #fff;
    font-size: 18px;
}
.login .reg{
    background: #0088FF;
}
.login .login{
    background: #f90;
    margin-top: 10px;
}
.rightitem h2{
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #eee;
    font-size: 20px;
}
.rightitem ul{
    padding: 10px;
}
.rightitem ul li{
    line-height: 30px;
    font-size: 16px;
    display: flex;
    justify-content:  space-between;
}
.rightitem ul li a{
    color: #444;
}
.rightitem ul li a:hover{
    color: blue;
    text-decoration: underline;
}
.rightitem .more{
    border-top: 1px solid #ccc;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    color: #666;
    font-size: 18px;
}
.rightitem .more .iconfont{
    padding-left: 10px;
    color: #888;
}




.forumfoot{
    width: 1200px;
    height: 100px;
    background: #fff;
    float: left;
    margin: 20px 0;
}





























