@charset "utf-8";
@import url(../../css/init.css);
@import url(../../css/pub.css);
@import url(../../css/public.css);
@import url(../../fonts/simple-line-icons/css/simple-line-icons.css);
@import url(../fonts/iconfont.css);
@font-face {
    font-family: politicaregular;
    src: url(../../fonts/app-icons/politicaregular.ttf);
}

.bbs-box{
 margin-top: 20px;
 margin-bottom: 20px;
}
.bbs-mian , .bbs-user , .main-board , .bbs-tool{
    box-sizing: border-box;
    /* border: 1px solid #f50; */
}

.bbsbanner {
    width: 100%;
    height: 300px;
    position: relative;
    overflow: hidden;
    border: 1px solid #ddd;
    border-radius: 5px;
}

.userlogin{
    width: 95%;
    height: 300px;
    border-radius: 5px;
    border: 1px solid #ddd;
    /* box-shadow: 0px 1px 3px #8c8c8c; */
    box-sizing: border-box;
    padding: 10px 20px 20px;
    float: right;
}

.userlogin h2{
    font-size: 18px;
    font-weight: 700;
    color: #9e9e9e;
}


.userlogin ul {
    margin: 1rem 0;

}

.userlogin ul li {
    color: #999;
    font-size: 1.4rem;
    height: 3rem;
    line-height: 3rem;

}



.login  input {
    outline: none;
    border: 1px solid #ddd;
    height: 40px;
    width: 100%;
    border-radius: 0px;
    font-size: 16px;
    padding: 0 2.5em;
    box-sizing: border-box;
}

.login ul li:nth-child(-n+3){
    height: 70px;
    line-height: 70px;
    position: relative;
}

.login ul li i{
    position: absolute;
    font-size: 20px;
    color: #9e9e9e;
    left: .5em;
    top: 50%;
    margin-top: -10px;
}

.login button{
    background-color: #27ae61;
    border: 1px solid #27ae61;
    height: 40px;
    outline: none;
    color: #fff;
    font-size: 16px;
    width: 100%;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.login button:hover{
    background-color: #fff;
    color: #27ae61;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.account-other :nth-child(1){
    margin-right: 30px;
}

.bbs-box{
    margin-top: 20px;
}




.bline{
    margin-bottom: 3px;
}

.plate-list{
    float: left;
    box-sizing: border-box;
    width: 50%;
    padding: 10px 0;
    /* border: 1px solid #27ae61; */
}

.borad>:nth-child(n){
    border-bottom: 1px solid #f2f2f2;
}

.borad>:nth-child(odd){
    border-right: 1px solid #f2f2f2;
}

.borad>:nth-child(even){
    padding-left: 15px;
}


.plate-class-header{
    position: relative;
}

.plate-class-header i{
    font-size: 26px;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -20px;
}

.plate-class-header h3{
   font-size: 16px;
   color: #3c3c3c;
   line-height: 40px;
   font-weight: 600px;
   height: 40px;
   padding-left: 35px;
}
.plate-chi{
    margin-top: 10px;
    position: relative;
    padding-bottom: 30px;
}

.plate-chi ul li{
    line-height: 22px;
    padding-left: 12px;
    position: relative;
    font-size: 14px;
    margin-top: 12px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;

}
.new-tag{
    color: #fff;
    font-size: 12px;
    height: 18px;
    line-height: 18px;
    padding: 0 5px;
    background: #c7000b;
    border-radius: 2px;
}

.round-dot span{
    font-weight: 500;
    font-size: 16px;
}

.round-dot::before{
    position: absolute;
    top: 10px;
    left: 0;
    content: '';
    width: 3px;
    height: 3px;
    border-radius: 50%;
    overflow: hidden;
    background: #CCCCCC;
}

.login-uname{
    font-size: 2rem;
    font-weight: 600;
    margin-left: .5rem;
    height: 7.2rem;
    line-height: 7.2rem;
}




.author-img , .login-author-img{
    border-radius: 50%;
    vertical-align:top;
}


.login-author-img{
    width: 7.2rem;
    height: 7.2rem;
}


.bbs-right-menu{
    width: 95%;
}

.bbs-right-menu h2::after{
    content: "";
    display: block;
    /* margin-top: 5px; */
    border-bottom: 1px solid #ddd;
}

.ul-title{
    padding-bottom: 20px;
}

.user-item{
    background-color: #fff;
    padding: 15px;
    position: relative;
    margin-bottom: 15px;
}

.item-list{
    margin-top: 2px;
    /* padding-bottom: 5px; */
}

.hot-talk , .hot-user{
    background-color: #F5F5F6;
    padding: 0 10px;
}

.user-icon{
    position: absolute;
    overflow: hidden;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    left: 15px;
    top:15px;

    
}
.user-info{
    width: 100%;
    padding-left: 60px;
    box-sizing: border-box;
    /* background-color: #27ae61; */
}
.user-info p{
    line-height: 25px;
    height: 25px;
}

.user-icon img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.user-name{
    font-size: 14px;
    font-weight: 700;
    
}

.post-count, .replay-count{
    color:#888;
}
.ul-title li{
    margin-top: 12px;
    line-height: 22px;
    position: relative;
    padding-left: 12px;
    font-size: 14px;
}


@media screen and (max-width: 768px){ 
  .userlogin {
      width: 100%;      
  }
  
  .bbs-right-menu{
    width: 100%;
  }

  .plate-list {
    width: 100%;
   }

   .borad>:nth-child(odd){
        border-right: none;
   }

    .borad>:nth-child(even){
        padding-left: 0;
    }

    .userlogin {
        margin-top: 20px;
    }
}


@media screen and (min-width: 769px) and (max-width:992px){ 
    .userlogin {
        width: 100%;
        margin-top: 20px;
    }

    .bbs-right-menu{
        width: 100%;
    }

    .plate-list {
        width: 100%;
    }

    .borad>:nth-child(odd){
        border-right: none;
    }

    .borad>:nth-child(even){
        padding-left: 0;
    }
}

@media screen and (min-width: 992px) and (max-width:1200px){ 
    
}

@media screen and (min-width: 1201px) { 
    
}