@charset "utf-8";
.user_login{
    width: 340px;
    height: 230px;}
.zy_carousel{
    /* height: 260px; */
}
.login_info {
    padding-bottom: 10px;
    cursor: pointer;
}.login_info .face{
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-color: black;
}
.login_info .face img{ 
    width: 100%;
    height: 100%;
}
.login_info .login_title{    
    font-size:20px;
    margin-left: 10px;
}
.b_item{
    width: 21%;
    text-align: center;
    padding: 2px;
    margin: 3px;
    cursor: pointer;
    
}
.b_item:hover{ 
    background-color: #2878ff;
    color: white;
}.b_item:hover div{ 
    color: white;
}

.b_item img{
    width: 60%; 
}
.b_item .b_item_title{
    font-size: 12px; 
}
/* 公告 */
.Notice{ 
    line-height: 30px;
    height: 30px;
}
.Notice .Notice_title,.Notice i{ 
    font-size: 16px;
    color:red;
    cursor: pointer;
}
.Notice_list{ 
    overflow: hidden;
}   
.Notice_list li{
    line-height: 30px;
    height: 30px;
    margin: 0 10px 0 0;
    cursor: pointer;
        flex-shrink: 0; /* 防止 li 被压缩 */
        white-space: nowrap; /* 防止文本换行 */
        margin-right: 16px; /* 可选：添加间距 */
}
.Notice_list li a{ 
      line-height: 30px;
    height: 30px;
    display: inline-block;
    padding: 0  10px;
}
.Notice_time{
    font-size: 12px;
    display: inline-block;
}
.word_title h2{
    display: inline-block;
    font-size: 16px;
    height: 30px;
    line-height: 30px;
    padding: 0  30px 0 10px;
    border-radius: 0px 45px 0px 0px;
}
.word_list_tj{
    width: 400px;
    padding: 15px;
}
.word_list_tj_item { 
    width:340px;
    background-color: burlywood;
    margin: 0  auto;
}   
.word_lists_item{
    width: 18%;
    margin:  6px;
}
.word_lists{
    padding-top: 10px;
}