.in_one_div {
    width: 1220px;
    margin: auto;
    overflow: hidden;
    position: absolute;
    margin-left: 50%;
    transform: translateX(-50%);
    top: -70px;
}

.in_one,
.in_two {
    background-color: #f7f8f9;
}

.in_two_div_left {
    background-color: white;
}

.in_one_item {
    margin: 5px;
    width: calc(33.33% - 10px);
    float: left;
    height: 133px;
    position: relative;
}

.in_one_content {
    position: absolute;
    left: 55px;
    top: 37px;
}

.in_one_title1 {
    font-size: 15px;
    font-family: MicrosoftYaHei;
    color: #333333;
}

.in_one_title2 {
    font-size: 11px;
    font-family: MicrosoftYaHei;
    color: #656565;
    margin-top: 4px;
}

.in_one {
    height: 80px;
}

.in_two_div {
    width: 1200px;
    margin: auto;
    display: flex;

}

.in_two_div_left {
    width: 250px;
    margin-bottom: 5px;
}


.in_two_div_right {
    width: calc(100% - 250px);
}

.tele_div {
    width: 250px;
    height: 125px;
    position: relative;
}

.tele_content {
    position: absolute;
    top: 37px;
    left: 67px;
}

.tele_title1 {
    font-size: 22px;
    font-family: MicrosoftYaHei;
    color: #FFFFFF;
}

.left_title_1 {
    font-size: 16px;
    font-family: MicrosoftYaHei;
    color: #D50029;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 18px;
}

.right_arrow {
    width: 20px;
    /* margin: auto; */
    margin-left: 46px;
    margin-top: 5px;
}

.right_item {
    width: 180px;
    cursor: pointer;
    height: 35px;
    background: #FFFFFF;
    border-radius: 2px 2px 2px 2px;
    border: 1px solid #DDDDDD;
    margin: auto;
    margin-bottom: 12px;

}

.red_border {
    border: 1px solid #D50029;
    color: red;
}

.right_item_title {
    font-size: 14px;
    font-family: MicrosoftYaHei;
    color: #333333;
    margin-top: 7px;
    margin-left: 7px;
    float: left;
    display: block;
}

.right_item_img {
    width: 16px;
    float: left;
    height: 16px;
    margin-left: 55px;
    margin-top: 8px;
}

.right_item2 {
    width: 180px;
    cursor: pointer;
    height: 35px;
    background: #FFFFFF;
    border-radius: 2px 2px 2px 2px;
    border: 1px solid #DDDDDD;
    margin: auto;
    font-size: 14px;
    font-family: MicrosoftYaHei;
    color: #333333;
    line-height: 35px;
    text-align: center;
    margin-bottom: 12px;
}

.bottom_tele {
    width: 220px;
    margin: auto;
    margin-top: 80px;
    margin-bottom: 20px;
    position: relative;
}

.bottom_tele_txt2 {
    font-size: 20px;
    font-family: MicrosoftYaHei;
    color: #FFFFFF;
    text-align: center;
    margin-top: 5px;
}

.bottom_tele_txt1 {
    font-size: 14px;
    font-family: MicrosoftYaHei;
    color: #FFFFFF;
    text-align: center;
}

.bottom_tele_div {
    position: absolute;
    top: 37px;
    width: 100%;
}

.content_item_div {
    width: calc(100% - 12px);
    padding: 0px 0px 0px 12px;
}

.content_item {
    box-sizing: border-box;
    width: calc(33.33% - 12px);
    /* margin-left: 14px; */
    box-sizing: border-box;
    padding: 12px;
    background-color: white;
    border-radius: 8px;
    margin: 6px;
    height: 324px;
    float: left;
    /* margin-bottom: 14px; */
}

.content_item_txt1 {
    font-size: 16px;
    font-weight: bold;
    font-family: MicrosoftYaHei;
    color: #333333;
    margin-top: 8px;
    box-sizing: border-box;
    padding: 0px 8px;

    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.content_item_txt2 {
    font-size: 14px;
    font-family: MicrosoftYaHei;
    color: #656565;
    margin-top: 12px;
    box-sizing: border-box;
    padding: 0px 8px;

    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.content_item_txt3 {
    font-size: 14px;
    font-family: MicrosoftYaHei;
    color: #586172;
    margin-top: 4px;
    box-sizing: border-box;
    padding: 0px 8px;
}


.content_title {
    font-size: 16px;
    font-family: MicrosoftYaHei;
    color: #333333;
    line-height: 38px;
    cursor: pointer;
    margin-right: 54px;
}

.content_title_red {
    color: #D7293B;
    border-bottom: 3px solid #D7293B;
}

.content_div {
    margin-top: 10px;
    padding-left: 348px;
    margin-bottom: 20px;
}

.content_item_img {
    width: 100%;
    height: 185px;
    border-radius: 10px 10px 10px 10px;
}

#pages_list a,
#pages_list a:link,
#pages_list a:visited {
    PADDING: 11px 15px;
    color: #656565;
    background-color: white;
    border-radius: 2px;
    border: 1px solid #dddddd;
}



#pages_list span {
    background: #D50029;
    border-radius: 2px 2px 2px 2px;
    opacity: 1;
    border: 1px solid #D50029;
    PADDING: 11px 15px;
    color: white;
}

#pages_list a:hover {
    color: #fff;
    background-color: #D50029;
}

#pages_list {
    TEXT-ALIGN: right;
    max-width: 1200px;
    margin: 0 auto;
    padding-right: 3px;
    float: unset;
    clear: both;
    padding: 23px 3px 30px 0px;
}




@media(max-width:768px) {
    .in_one {
        height: auto;
        min-height: 25px;
    }

    .in_one_div {
        width: calc(100% - 20px);
        overflow: hidden;
        padding: 0px 10px;
        display: none;
        margin-left: 0;
        transform: none;
        position: relative;
        top: 0px;
        padding-top: 17px;
        padding-bottom: 13px;
    }

    .in_one_item {
        width: 100%;
        height: auto;
        margin: 0px;
    }

    .in_two_div {
        width: auto;

    }

    .in_two_div_left {
        display: none;
    }

    .in_two_div_right {
        width: calc(100% - 20px);
        padding: 0px 10px;
    }

    .content_div {
        padding-left: 0px;
        width: 300px;
        margin: auto;
        margin-bottom: 12px;
    }

    .content_title {
        text-align: center;
        margin-right: 0px;
        width: 100px;
    }

    .content_title_red {
        border-bottom-width: 0px;
    }

    .content_title_red>span {
        border-bottom: 3px solid #D7293B;
    }

    .content_item {
        width: calc(50% - 10px);
        padding: 10px;
        height: 215px;
        margin: 5px;

    }

    .content_item_div {
        padding-left: 0px;
        padding-right: 0px;
        width: 100%;
    }

    .content_item_img {
        width: 100%;
        height: 100px;
        border-radius: 4px;
    }

    .content_item_txt1 {
        font-size: 14px;


    }

    .content_item_txt2 {
        font-size: 13px;
    }

    .content_item_txt3 {
        font-size: 12px;
    }

    .in_one_content {
        position: absolute;
        left: 52px;
        top: 33px;
    }

    .content_item:nth-child(9) {
        display: none
    }

    .in_one_title1 {
        font-size: 16px;
        font-family: MicrosoftYaHei;
        color: #333333;
        font-weight: bold;
    }

    #pages_list {
        padding: 12px 15px 12px 15px;
    }

    #pages_list a,
    #pages_list a:link,
    #pages_list a:visited {
        font-size: 12px;
        PADDING: 1px 7px;

        display: inline-block;
        height: 20px;
        margin-bottom: 10px;
        line-height: 20px;
        border-radius: 2px;
    }

    #pages_list span {
        PADDING: 1px 7px;
        color: white;
        display: inline-block;
        height: 20px;
        line-height: 20px;
    }

    .yjy_img_div {
        padding: 0px 5px;
        width: calc(100% - 10px);
        position: relative;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .yjy_text {
        font-size: 16px;
        color: white;
        line-height: 16px;
        right: 45px;
        transform: translateY(-50%);
        top: 50%;
        position: absolute;
    }
}