/* pc */
@media only screen and (min-width: 750px) {
    .public_title {
        font-size: 40px;
        color: #1b2b37;
        text-align: center;
    }

    .public_tishi {
        font-size: 16px;
        color: #2b2b2b;
        text-align: center;
        margin-top: 10px;
    }

    .information {
        padding: 40px 0 45px 0;
    }

    .infosel {
        margin-top: 42px;
        display: flex;
    }

    .infosel_list {
        margin-left: 25px;
        position: relative;
    }

    .infosel_list:nth-child(1) {
        margin-left: 0;
    }

    .el-input__inner {
        border: 1px solid #d2d2d2;
        font-size: 16px;
        color: #2b2b2b;
        width: 298px;
    }

    .infosel_list2 .el-input__inner {
        width: 620px;
    }

    .search1 {
        position: absolute;
        font-size: 20px;
        color: #000000;
        display: block;
        z-index: 1;
        right: 20px;
        top: calc(50% - 10px);
        height: 20px;
        cursor: pointer;
    }

    .down_cont {
        margin-top: 18px;
    }

    .down_list {
        width: 100%;
        height: 62px;
        background-color: #dfe9f7;
        box-sizing: border-box;
        border-radius: 5px;
        margin-top: 30px;
        padding: 0 60px 0 25px;
        display: flex;
        align-items: center;
    }

    .down_list .icon {
        width: 27px;
        height: 27px;
        display: block;
        overflow: hidden;
    }

    .down_list .icon img {
        width: 100%;
        height: 100%;
        display: block;
    }

    .down_list .list_tit {
        font-size: 18px;
        color: #2b2b2b;
        margin-left: 20px;
        width: 900px;
    }

    .down_list .down {
        display: flex;
        align-items: center;
        margin-left: auto;
    }

    .down_list .down img {
        width: 24px;
        height: 17px;
    }

    .down_list .down p {
        margin-left: 15px;
        font-size: 16px;
        color: #4e4e4e;
    }

    .down_list:hover {
        box-shadow: 0px 0px 8px 2px rgba(174, 174, 174, 0.64);
    }

    .down_list:hover .list_tit {
        color: #0270c1;
    }
}

/* 移动 */
@media only screen and (max-width: 750px) {
    .public_title {
        font-size: 5vw;
        color: #1b2b37;
        text-align: center;
    }

    .public_tishi {
        font-size: 3vw;
        color: #2b2b2b;
        text-align: center;
        margin-top: 1.333vw;
    }

    .information {
        padding: 5.333vw 0 6.000vw 0;
    }

    .infosel {
        margin-top: 5.600vw;
        display: flex;
        flex-wrap: wrap;
    }

    .infosel_list {
        margin-bottom: 2vw;
        position: relative;
    }
    .infosel_list:last-child{
        margin-bottom: 0;
    }

    .infosel_list:nth-child(2) {
        margin-left: 4vw;
    }

    .el-input__inner {
        border: 0.133vw solid #d2d2d2;
        font-size: 3vw;
        color: #2b2b2b;
        width: 45vw;
    }
    .infosel_list2{
        width: 100%;
    }
    .infosel_list2 .el-input__inner {
        width: 100%;
    }

    .search1 {
        position: absolute;
        font-size: 3.5vw;
        color: #000000;
        display: block;
        z-index: 1;
        right: 2.667vw;
        top: calc(50% - 2.25vw);
        height: 4.5vw;
        cursor: pointer;
    }

    .down_cont {
        margin-top: 2.400vw;
    }

    .down_list {
        width: 100%;
        height: 8.267vw;
        background-color: #dfe9f7;
        box-sizing: border-box;
        border-radius: 0.667vw;
        margin-top: 4.000vw;
        padding: 0 3vw 0 3vw;
        display: flex;
        align-items: center;
    }

    .down_list .icon {
        width: 3.600vw;
        height: 3.600vw;
        display: block;
        overflow: hidden;
    }

    .down_list .icon img {
        width: 100%;
        height: 100%;
        display: block;
    }

    .down_list .list_tit {
        font-size: 3.2vw;
        color: #2b2b2b;
        margin-left: 2.667vw;
        width: 60vw;
    }

    .down_list .down {
        display: flex;
        align-items: center;
        margin-left: auto;
    }

    .down_list .down img {
        width: 3.200vw;
        height: 2.267vw;
    }

    .down_list .down p {
        margin-left: 2.000vw;
        font-size: 3vw;
        color: #4e4e4e;
    }

    .down_list:hover {
        box-shadow: 0.000vw 0.000vw 1.067vw 0.267vw rgba(174, 174, 174, 0.64);
    }

    .down_list:hover .list_tit {
        color: #0270c1;
    }
}