body,
html{
    margin: 0;
    padding: 0;
    background: white;
    width: 100%;
    min-width: 100%;
}

* {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
    color: #000000;
}


body,
hmtl {
    background: #ecf0f1;
    font-family: 'Anton', sans-serif;
}

/* box */
.box {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
    float: left;
}

.banner img {
    width: 100%;
}

.box_inside {
    width: 1200px;
    margin: 0 auto;
}

.card {
    position: relative;
    width: 1200px;
    float: left;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    top: -89px;
}

.top {
    width: 100%;
    height: 85px;
}

.top_left {
    float: left;
    width: 300px;
    height: 85px;
    line-height: 85px;
    background-color: #991f28;
    color: #ffffff;
    text-align: center;
    font-size: 20px;
}

.top_right {
    float: left;
    background-color: white;
    width: 900px;
    height: 85px;
    line-height: 85px;
    border-bottom: 1px solid #d9d9d9;
}

.top_right img {
    display: flex;
    width: 21px;
    float: left;
    margin-left: 40px;
    margin-right: 10px;
    margin-top: 32px;
}

.cont {
    height: 400px;
}

.cont_menu {
    width: 300px;
    float: left;
    display: none;
}

.cont_right {
    width: 100%;
}

.cont_menu_item {
    height: 85px;
    text-align: center;
    line-height: 85px;
    background: #f5f5f5;
}

.selected {
    background-color: #ffffff;
    color: #991f28;
    border-left: 8px solid #991f28;
}
.selected a{
    color: #991f28;
}
.list_item_arrow {
    margin-right: 20px;
    float: right;
    line-height: 70px;
}

.list_item_arrow img {
    width: 30px;
}

.list_item_date {
    float: left;
}

.list_item_title {
    width: 80%;
    float: left;
    line-height: 70px;
    margin-left: 30px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.cont_right {
    width: 100%;
    float: left;

}

.cont_right_list {
    padding: 30px;
}

.cont_right_list_item {
    margin-bottom: 20px;
    height: 70px;
    border-bottom: 1px solid #d7d7d7;
}

.list_item_date {}

.list_item_date1 {
    font-size: 34px;
    color: #991f28;
    font-weight: 700;
}

.list_item_date2 {
    color: #777777;
    font-size: 12px;
}