* {
    margin: 0;
    padding: 0;
}

body,
html {
    width: 100%;
    height: 100%;
}

ul {
    list-style: none;
}

body {
    box-sizing: border-box;
    padding: 0 20px;
    position: relative;
}

.top {
    width: 100%;
    height: 50px;
    box-sizing: border-box;
    border-bottom: 2px solid #4890f0;
    display: flex;
    align-items: center;
}

.top div {
    width: 50%;
    height: 100%;
    display: flex;
}

.top div {
    font-size: 20px;
    font-weight: bold;
    color: #191c2c;
    display: flex;
    align-items: center;
}

.box {
    box-sizing: border-box;
    width: 100%;
    margin-top: 20px;
    padding: 0 10px;
}

.box {
    box-shadow: 0 0 5px #c3c3c3;
}

.list {
    box-shadow: 0 0 5px #c3c3c3;
    margin-top: 10px;
}

.list_tit {
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    font-weight: bold;
    box-sizing: border-box;
    padding-left: 10px;
    color: #666;
    border-bottom: 1px solid #dadada;
}

.list {
    width: 100%;
    box-sizing: border-box;
    padding-bottom: 10px;
}

.menu {
    width: 100%;
    display: flex;
    height: 50px;
}

.menu div {
    flex: 1;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #464646;
    font-size: 14px;
    font-weight: bold;
}

.list ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    width: 100%;
    min-height: 60px;
    display: flex;
    margin-bottom: 5px;
}

.list ul li {
    height: 90px;
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    color: #666;
    font-size: 13px;

}
.list ul li a{
    color: #4890f0;
    font-size: 12px;
    cursor: pointer;
    text-decoration: none;
}

.list ul li span{
    color: #4890f0;
    font-size: 12px;
    cursor: pointer;
    text-decoration: none;
}
.list ul li textarea{
    width: 200px;
    height: 60px;
    font-size: 12px;
    line-height: 20px;
}