.new-more-btn {
    color: #3d3d3d;
    font-size: 14px;
    display: flex;
    align-items: center;
    padding-bottom: 5px;
}

.allow-icon {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #7bb9ff;
    margin-left: 8px;
}

.allow-icon img {
    width: 6px;
    height: 9px;
}

.two-col {
    width: 50%;
}

.two-col-content {
    width: 600px;
}

.row-box {
    display: flex;
}

.new-home-img {
    width: 556px;
    height: 323px;
}

.one-module-content-dom {
    width: 556px;
}

.intro-txt {
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    /* 这里是超出几行省略 */
    overflow: hidden;
}

/* 添加name下拉菜单 */
.head-info {
    display: flex;
    margin-left: 30px;
    line-height: 30px;
}

.avateName {
    position: relative;
}

.avateName:hover .dropMenu {
    display: block;
}

.head-info .avateName {
    margin-left: 30px;
    cursor: pointer;

}

.head-info .avateName a {
    text-align: center;
    display: block;
    line-height: 30px;
    color: #747474;
}
.head-info .avateName a:hover{
    background-color: #f1f1f1;
    color: #747474;
}
.head-info .avateName span+span{
    margin-top:5px;
}

.head-info .dropMenu {
    display: none;
}

.head-info .dropMenu {
    position: absolute;
    left: -40px;
    top: 30px;
    background: #fff;
    padding: 10px 5px;
    border: 1px solid #c1c1c1;
    width: 100px;
}