.banner_list {
    height: 350px;
}

.banner_list img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: relative;
    z-index: 6;
}

a:hover {
    color: #004B8D;
}

.content_list {
    width: 1400px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    padding-top: 40px;
    justify-content: space-between;
}

.content_list_left {
    width: 300px;
    box-shadow: 0 7px 20px rgba(169, 35, 41, .1);
    height: 100%;
    padding-bottom: 20px;
}

.left_tltle {
    background-color: #004B8D;
    height: 60px;
    line-height: 60px;
    font-size: 20px;
    color: #fff;
    padding-left: 20px;
}

.left_content a {
    display: block;
    padding-left: 20px;
    line-height: 42px;
    height: 42px;
}

.left_content a:hover {
    background-color: #e5892c;
    color: #fff;
}

.left_content .current {
    background-color: #f1f1f1;
    color: #004b8d
}

.content_list_right {
    width: calc(100% - 330px);
    min-height: 580px;
    box-shadow: 0 7px 20px rgba(169, 35, 41, .1);
}

.right_title {
    line-height: 80px;
    height: 80px;
    border-bottom: 1px solid #efefef;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.right_name {
    padding-left: 30px;
    font-size: 18px;
    font-weight: bold;
}

.right_weizhi {
    padding-right: 30px;
    color: #999;
}
.right_weizhi a{
    color: #999;
}

.right_content_item {
    display: flex;
    height: 100px;
    border-bottom: 1px solid #efefef;
}

.right_content_item:hover {
    background-color: #fff;
    box-shadow: 0 7px 20px rgba(0, 0, 0, .1);
}

.right_content_item:hover p {
    color: #004b8d;
}

.item_date {
    text-align: center;
    color: #004B8D;
    padding-left: 30px;
    padding-right: 20px;
    border-right: 1px solid #efefef;
    height: 55px;
    margin-top: 20px;
}

.item_day {
    font-size: 24px;
    font-weight: bold;
    color: #004B8D;
    width: 100px;
}

.item_month {
    color: #004B8D;
}

.item_content {
    margin-top: 20px;
    padding-left: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.item_content_con {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.item_content_desc {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.content_con {
    box-shadow: 0 0 30px rgba(0, 0, 0, .1);
    position: relative;
    z-index: 999;
    background-color: #fff;
    border-radius: 3px;
    display: flex;
    flex-direction: column;
    align-content: flex-start;
    padding-top: 50px;
}

.con_title {
    width: 100%;
    padding: 0px 15px 15px 10px;
    text-align: center;
    border-bottom: 1px solid #f1f1f1;
}
#vsb_content_2 TABLE{
  margin:auto;
}
.title_con {
    padding-bottom: 5px;
    color: #004b8d;
    text-align: center;
    font-size: 20px;
    margin-right:20px;
}

.title_desc {
    margin-bottom: 15px;
    color: #979797;
    text-align: center;
}

.con_content {
    padding: 20px 35px 50px 35px;
    color: #7c7c7c;
    font-size: 16px;
    text-align: justify;
    min-height:350px;
}

.con_content img {
    display: block;
    text-align: 0;
    width: 500px;
    margin: 0 auto;
}

.con_content p {
    line-height: 28px !important;
    font-size: 16px !important;
    color: #7c7c7c;
    text-indent: 2em;
}


@media (max-width: 1400px) {
    .content_list {
        width: 1200px;
        margin: 0 auto;
        display: flex;
        flex-direction: row;
        padding-top: 40px;
        justify-content: space-between;
    }

    .content_con {
        flex-direction: column;
    }

    .content_list_left {
        width: 260px;
        box-shadow: 0 7px 20px rgba(169, 35, 41, .1);
        height: 100%;
        padding-bottom: 20px;
    }

    .content_list_right {
        width: calc(100% - 290px);
        min-height: 580px;
        box-shadow: 0 7px 20px rgba(169, 35, 41, .1);
    }
}

@media (max-width: 1200px) {
    .content_list {
        width: 1024px;
        margin: 0 auto;
        display: flex;
        flex-direction: row;
        padding-top: 40px;
        justify-content: space-between;
    }

    .content_con {
        flex-direction: column;
    }

    .content_list_left {
        width: 250px;
        box-shadow: 0 7px 20px rgba(169, 35, 41, .1);
        height: 100%;
        padding-bottom: 20px;
    }
}

@media (max-width: 1024px) {
    .content_list {
        width: 96%;
        margin-left: 2%;
    }

    .content_list_left {
        display: none;
    }

    .content_list_right {
        width: 100%;
    }
}

@media (max-width:768px) {
    .con_content img {
        display: block;
        text-align: 0;
        width: 100%;
        margin: 0 auto;
    }
}

@media (max-width: 458px) {
    .right_weizhi {
        display: none;
    }
    .content_list{
        padding-top: 10px;
    }
    .banner_list{
        height: 200px;
    }
    .right_title{
        height: 60px;
        line-height: 60px;
    }
    .item_date{
        padding: 0;
    }
    .item_content{
        padding-left: 10px;
    }
    .item_day{
        width: 80px;
    }
    .right_name{
        padding-left: 16px;
    }
    .con_title{
       width: 93%; 
       margin-top: 20px;
    }
}