.issue {
    width: 100%;
    display: flex;
}

.left-issue {
    width: 200px;
    /* background-color: aqua; */
    height: 160px;
    margin-right: 20px;
    border: 1px solid #E5E5E5;
}

.right-issue {
    flex: 1;
    overflow: hidden;
    padding-right: 4px;
    box-sizing: border-box;
    /* background-color: blueviolet; */
}

.left-issue li {
    width: 200px;
    height: 40px;
    background-color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
    box-sizing: border-box;
    cursor: pointer;
    border-bottom: 1px solid #E5E5E5;
    color: #494949;
}

.left-issue li:last-child {
    border-bottom: none;
}

.left-issue .active {
    background: #6AAEF5;
    color: #fff;
}

.issue-title {
    font-size: 14px;
    color: #585858;
    margin-bottom: 10px;
}

.issue-title span {
    color: red;
}

table.sample {
    border-collapse: collapse;
    width: 100%;
    margin: 24px;
    font-size: 16px;
    border: 1px solid #E5E5E5;
}

table.sample th {
    color: #000;
    font-weight: bold;
    padding: 2px 11px;
    text-align: left;
    border-right: 1px solid #E5E5E5;
    border-bottom: 1px solid #E5E5E5;
    line-height: 50px;
    background-color: #FAFAFA;
}

table.sample th:last-child {
    width: 150px;
}

table.sample td {
    padding: 6px 11px;
    border-bottom: 1px solid #E5E5E5;
    border-right: 1px solid #E5E5E5;
    vertical-align: top;
    color: #6C6C6C;
    font-size: 14px;
}

table.sample td {
    padding: 6px 11px;
}

table.sample tr.alt td {
    background: #ecf6fc;
}

table.sample tr.over td {
    background: #bcd4ec;
}

.comment {
    display: flex;
    font-size: 16px;
    color: #FF9376;
    float: left;
}

.comment li {
    cursor: pointer;
    z-index: 99;
    margin: 0 2px;
}

.again {
    float: left;
    border: 1px solid #E7E7E7;
    padding: 2px 4px;
    font-size: 12px;
    border-radius: 2px;
    cursor: pointer;
    margin-left: 10px;
}

.urge {
    cursor: pointer;
}

.quiz-classify {
    width: 100%;
    height: 50px;
    border: 1px solid #E5E5E5;
    display: flex;
}

.quiz-classify>div {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.quiz-classify>div span {
    font-size: 14px;
    color: #6A6A6A;
}

.deptIds {
    height: 30px;
    width: 200px;
    margin-left: 20px;
    border: 1px solid #EBEBEB;
    padding: 0 10px;
    box-sizing: border-box;
}

.quiz-title {
    width: 100%;
    height: 50px;
    padding: 0 10px;
    box-sizing: border-box;
    border: 1px solid #E5E5E5;
}

.quiz-public {
    width: 100%;
    margin-top: 20px;
}

.quiz-public span {
    display: block;
    font-size: 14px;
    margin-bottom: 10px;
}

.chat-content {
    width: 100%;
    height: 100px;
    border: 1px solid #E5E5E5;
    padding: 10px;
    box-sizing: border-box;
}

.submits {
    position: relative;
    height: 30px;
    display: flex;
}

#files1 {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
}

#files1,
#files2 {
    width: 260px;
    height: 28px;
    border: 1px solid #E5E5E5;
    cursor: pointer;
}

.sub {
    width: 60px;
    height: 30px;
    background-color: #C9E3F6;
    color: #356591;
    line-height: 30px;
    text-align: center;
    font-size: 14px;
    cursor: pointer;
    margin-left: 10px;
    border-radius: 4px;
}