.content {
    width: 1200px;
    background-color: #fff;
    margin: 0 auto;
}

.content .cont_inner {
    padding: 24px;
}

.content .cont_inner h2 {
    font-size: 20px;
    color: #606266;
    font-weight: 700;
    padding: 40px 0 24px 0;
}

.content .cont_inner .title {
    height: 30px;
    line-height: 30px;
    color: #1A76D1;
    font-weight: 700;
    background: url(../img/title_bg.png) no-repeat;
    padding: 4px 0 0 24px;
    margin-bottom: 12px;
}

.main_area {
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
    justify-content: start;
    border: 1px dashed #E4E7ED;
    padding: 12px;
    box-sizing: border-box;
    margin-bottom: 24px;
}

.main_area li {
    padding: 12px;
    width: 25%;
    border-right: 1px dashed #E4E7ED;
    box-sizing: border-box;
}

.main_area li:nth-child(4n) {
    border: none;
}

.cont_list {
    width: 100%;
    display: flex;
    align-items: center;
}

.cont_list .list_left {
    padding-right: 4px;
}

.cont_list .list_right {
    color: #909399;
}

.cont_list .list_content {
    color: #909399;
    flex: 1;
}

.cont_list .list_content b {
    color: #1A76D1;
    display: block;
    padding-top: 4px;
}

.cont_list .list_right span {
    color: #1A76D1;
    font-weight: 700;
    padding-right: 4px;
}

.no_margin {
    margin: 0px !important;
}

.cont_list .list_left.number {
    font-weight: 700;
    font-size: 16px;
    padding-right: 18px;
}

.text_area {
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
    justify-content: start;
    border-bottom: 1px dashed #E4E7ED;
    padding: 12px;
    box-sizing: border-box;
    margin-bottom: 24px;
}

.text_area li {
    padding: 12px;
    width: 25%;
    border-right: 1px dashed #E4E7ED;
    box-sizing: border-box;
    display: flex;
    align-items: center;
}

.text_area li:nth-child(4n) {
    border: none;
}

.text_area .wrap {
    width: 100%;
}

.text_area .wrap b {
    display: block;
    color: #4F5051;
}

.text_area .wrap p {
    word-break: break-all;
    color: #606266;
    padding: 4px 0;
}

.material {
    display: flex;
}

.material>div {
    flex: 1;
}

.material .chart_box {
    border: 1px dashed #E4E7ED;
    padding: 24px;
    box-sizing: border-box;
    margin-right: 16px;
}

.list_scroll {
    margin-bottom: 24px;
    border: 1px dashed #E4E7ED;
}

.list_scroll .text_area {
    margin: 0!important;
}

.list_scroll .text_area:last-child {
    border: none;
}

#scroll {
    height: 196px;
    overflow: hidden;
    position: relative;
    border-bottom: 1px dashed #E4E7ED;
    margin-bottom: 24px;
}

@media screen and (max-width: 960px) {
    .content {
        width: 100%;
    }
    .cont_list{
        width: 100% !important;
        border-right:none !important
    }
    .no_margin{
        display: none;
    }
    .list_scroll li{
        width: 100%;
    }
    ol.text_area li{
        border: none !important; 
    }
}