.index_top {
    display: flex;
    justify-content: space-between;
}

.index_top_box {
    padding: 50px 0px;
}

.index_top_left {
    width: 280px;
    height: 516px;
    background: #FFFFFF;
    border-radius: 6px;
    padding: 26px 20px;
    display: flex;
    flex-direction: column;
}

.index_top_left_list {
    flex: 1;
    margin-top: 18px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.index_top_left_tit {
    display: flex;
    align-items: center;
    font-weight: bold;
    font-size: 24px;
    color: #111111;
}

.index_top_left_tit_line {
    width: 4px;
    height: 24px;
    background: #E63C3C;
    margin-right: 12px;
}

.index_top_left_item {
    display: flex;
    text-decoration: none;
    align-items: center;
    justify-content: space-between;
}

.index_top_left_item_left_tit {
    font-weight: bold;
    color: #333333;
}

.index_top_left_item_left_tags {
    color: #666666;
    font-size: 14px;
}

.index_top_left_item_right {
    height: 5px;
    width: 10px;
    transform: rotate(-90deg);
}

.index_top_right {
    width: 880px;
}

.index_top_right_top {
    display: flex;
    justify-content: space-between;
}

.index_top_right_top_left {
    width: 580px;
    margin: 0px;
}

.index_top_right_top_left_item {
    width: 580px;
    height: 360px;
    border-radius: 6px;
    position: relative;
}

.left_item1 {
    background-image: url(../images/index_swiper01.png);
    background-size: 100% 100%;
}

.left_item2 {
    background-image: url(../images/index_swiper01.png);
    background-size: 100% 100%;
}



.index_top_right_top_left_item_msg {
    position: absolute;
    bottom: 0px;
    width: 580px;
    height: 114px;
    background: rgba(0, 0, 0, 0.75);
    border-radius: 0px 0px 6px 6px;
    padding: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.index_top_right_top_left_item_msg_top {
    display: flex;
    align-items: flex-end;
}

.index_top_right_top_left_item_msg_tit {
    font-weight: bold;
    font-size: 30px;
    color: #FFFFFF;
    line-height: 30px;
}

.index_top_right_top_left_item_msg_number {
    display: flex;
    font-weight: bold;
    font-size: 20px;
    color: #FFFFFF;
    white-space: nowrap;
    align-items: center;
    height: 20px;
    margin-left: 20px;
}

.index_top_right_top_left_item_msg_number img {
    width: 20px;
    height: 20px;
    margin-right: 7px;
}

.index_top_right_top_left_item_msg_bottom {
    font-size: 16px;
    color: #FFFFFF;
    margin-top: 16px;
}

.index_top_right_top_left_item_msg_btn {
    width: 150px;
    height: 44px;
    background: #DB313A;
    border-radius: 6px;
    font-size: 20px;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;

}

.index_top_right_top_left_item_msg_btn img {
    width: 8px;
    height: 15px;
    margin-left: 14px;
}

.index_top_right_top_right {
    width: 280px;
    height: 360px;
    background: #FFFFFF;
    border-radius: 6px;
}

.index_top_right_top_right_top {
    width: 220px;
    border-bottom: 1px solid #eee;
    margin: 0 auto;
    padding-bottom: 38px;

}

.index_top_right_top_right_top_tit {
    font-weight: bold;
    font-size: 18px;
    color: #DB313A;
    padding-top: 40px;
    padding-bottom: 25px;
    text-align: center;
}


.index_top_right_top_right_top_btn {
    width: 220px;
    height: 60px;
    background: #DB313A;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    font-size: 20px;
    color: #FFFFFF;
}

.index_top_right_top_right_bottom_tit {
    text-align: center;
    font-size: 18px;
    color: #333333;
    padding-top: 35px;
    padding-bottom: 20px;
}

.index_top_right_top_right_bottom_list {
    display: flex;
    justify-content: space-between;
    padding: 0 30px;

}

.index_top_right_top_right_bottom_list_item img {
    height: 34px;
    margin: 0 auto;
    display: block;
}


.index_top_right_top_right_bottom_list_item_tit {
    font-size: 14px;
    color: #333333;
    margin-top: 10px;
}

.index_top_right_bottom {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}

.index_top_right_bottom_item {
    width: 280px;
    height: 136px;
    background: #FFFFFF;
    border-radius: 6px;
    padding: 30px;
    display: flex;
}

.index_top_right_bottom_item_img {
    width: 76px;
    height: 76px;
    border-radius: 6px;
    margin-right: 20px;
}

.index_top_right_bottom_item_msg_name {
    font-size: 18px;
    color: #111111;
}

.index_top_right_bottom_item_msg_name span {
    font-size: 12px;
    color: #999999;
    margin-left: 9px;
}

.index_top_right_bottom_item_msg_number {
    font-weight: 400;
    font-size: 14px;
    color: #111111;
}

.index_top_right_bottom_item_msg_btn {
    width: 80px;
    height: 27px;
    border-radius: 14px;
    border: 1px solid #DB313A;
    font-size: 14px;
    color: #DB313A;
    text-align: center;
    line-height: 27px;
    margin-top: 4px;
}

.index_flzs {
    padding-top: 70px;
    padding-bottom: 80px;
}

.index_flzs_tit {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.index_flzs_tit_left {
    font-weight: bold;
    font-size: 28px;
    color: #111111;
}

.index_flzs_tit_more {
    font-weight: 400;
    font-size: 14px;
    color: #999999;
    text-decoration: none;
}

.index_flzs_box {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}

.index_flzs_box_left {
    width: 755px;
    height: 554px;
    background: #FFFFFF;
}

.index_flzs_box_right {
    width: 395px;
    height: 554px;
    background: #FFFFFF;
}

.index_flzs_box_left_nav {
    display: flex;
    flex-direction: column;
    flex-shrink: 0;
    height: 554px;
    width: 124px;
    border-right: 1px solid #f4f4f4;
}

.index_flzs_box_left_nav_item {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.index_flzs_box_left_nav_item.active {
    background: #E63C3C;
    color: #fff;
}

.index_flzs_box_left {
    display: flex;
}

.index_flzs_box_left_con_item {
    padding-left: 20px;
    padding-right: 18px;
}

.index_flzs_box_left_con_top {
    display: flex;
    padding-top: 20px;
    text-decoration: none;
}

.index_flzs_box_left_con_top_img {
    width: 240px;
    height: 160px;
    border-radius: 6px;
}

.index_flzs_box_left_con_top_title {
    font-weight: 400;
    font-size: 24px;
    color: #111111;
}

.index_flzs_box_left_con_top_box {
    margin-left: 20px;
}

.index_flzs_box_left_con_top_msg {
    font-weight: 400;
    font-size: 18px;
    color: #666666;
    line-height: 34px;
    text-indent: 36px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin-top: 20px;
}

.index_flzs_box_left_con_top_time {
    font-weight: 400;
    font-size: 14px;
    color: #999999;
    line-height: 34px;
    text-align: right;
    margin-top: 10px;
}

.index_flzs_box_left_con_top_time img {
    margin-right: 5px;
}

.index_flzs_box_left_con_bottom {
    margin-top: 18px;
}

.index_flzs_box_left_con_bottom_item {
    padding: 22px 0px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-decoration: none;
    border-top: 1px solid #eee;
}

.index_flzs_box_left_con_bottom_item_title {
    font-weight: 400;
    font-size: 16px;
    color: #111111;
}

.index_flzs_box_left_con_bottom_item_time {
    font-weight: 400;
    font-size: 14px;
    color: #999999;
}

.index_flzs_box_right {
    padding: 20px 25px;

}

.index_flzs_box_right_items {
    font-weight: 400;
    font-size: 18px;
    color: #111111;
    margin-top: 32px;
    display: block;
    text-decoration: none;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.index_flzs_box_right_item,
.index_flzs_box_left_con_item {
    display: none;
}

.index_flzs_box_right_item.active,
.index_flzs_box_left_con_item.active {
    display: block;
}

.index_flzs_box_right_item {
    padding-bottom: 60px;
}