<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">li {
    list-style: none;
}

.pw {
    width: 100%;
    margin: 0 auto
}

.container1000 {
    max-width: 100%;
    margin: auto;
    position: relative;
    padding-top: 60px;
}

.job-list {
    color: #999
}

.job-list .t {
    position: relative;
    padding: 12px 0;
    background: #666;
    color: #fff;
    cursor: pointer;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    transition: .4s
}

.job-list .jw1 {
    float: left;
    width: 20%
}

.job-list .jw2 {
    float: left;
    width: 17%
}

.job-list .jw3 {
    float: left;
    width: 13%
}

.job-list .jw4 {
    float: left;
    width: 14%
}

.job-list .jw5 {
    float: left;
    width: 24%
}

.job-list .jw6 {
    float: left;
    width: 12%
}

.job-list .nowti {
    line-height: 24px;
    font-size: 15px;
    margin: 0;
}

.job-list .jw1 .nowti {
    padding-left: 60px
}

.job-list li {
    list-style: none;
}

.job-list li:first-child {
    margin-bottom: 15px;
    font-size: 16px
}

.job-list .b {
    display: none;
    padding: 28px 60px 40px 60px;
    border: 1px solid #e5e5e5;
    border-top: none;
    line-height: 2;
    font-size: 14px;
}

.index-text {
    margin-bottom: 30px;
    text-align: center;
}

.index-text h2 {
    font-weight: bold;
    color: #333;
    font-size: 30px;
}

.index-text .en {
    font-family: 'raleway';
    text-transform: uppercase;
    font-weight: bold;
    color: #E3101C;
    padding: 5px 0 0 0;
    line-height: 24px;
    font-size: 24px;
}

.set-email a {
    display: block;
    text-decoration: underline;
    color: #E3101C
}

.set-email {
    border-top: 1px solid #e5e5e5;
    padding-top: 22px;
    margin-top: 36px
}

.job-list li+li {
    margin-top: 10px
}

.join_informationL {
    width: 100%;
}

.join_informationL ul {
    overflow: hidden;
    height: 100%;
    display: flex;
    justify-content: space-between;
}

.join_informationL ul li {
    line-height: 30px;
    display: flex;
    align-items: center;
    margin-bottom: 0;
    font-size: 14px;
}

.join_informationL ul li+li {
    margin-top: 0;
}

.join_informationL ul li span {
    color: #E3101C;
    font-size: 14px
}

.join_informationL ul li img {
    text-indent: 0;
    float: left;
    margin-right: 10px
}

.joinTop {
    width: 100%;
    height: 160px;
    background: url(../image/joinTopBg.jpg) no-repeat;
    position: relative;
    margin: 25px auto 10px;
}

.joinTop.j2 {
    height: 250px;
    background-image: url(../image/joinTopBg2.jpg)
}

.joinTop .line {
    width: 99%;
    height: calc(100% - 10px);
    border: 1px solid #FFF;
    position: absolute;
    top: 4px;
    left: 4px;
    opacity: .5
}

.joinTop span {
    width: 200px;
    height: 40px;
    position: absolute;
    left: 50%;
    bottom: 0;
    margin-left: -100px;
    margin-top: -25px;
    background: #E3101C;
    color: #FFF;
    line-height: 40px;
    text-align: center;
    display: block
}

.joinTop a {
    width: 50%;
    height: 160px;
    display: block;
    float: left;
    position: relative;
    overflow: hidden
}

.joinTop a img {
    -webkit-transition-duration: .5s;
    -moz-transition-duration: .5s;
    transition-duration: .5s;
    width: 100%;
}

.joinTop a:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1);
}

.show-btn {
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -11px;
    right: 100%;
    margin-right: 14px;
    width: 21px;
    height: 21px;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s
}

.show-btn:after,
.show-btn:before {
    content: "";
    position: absolute;
    background: #666
}

.show-btn:after {
    left: 10px;
    top: 0;
    width: 1px;
    height: 100%
}

.show-btn:before {
    top: 10px;
    left: 0;
    height: 1px;
    width: 100%
}

.job-list li.act .t {
    background: #E3101C
}

.job-list .clearfix:before,
.job-list .clearfix:after {
    display: table;
    content: "";
    line-height: 0px;
}

.job-list .clearfix:after {
    clear: both;
}

.job-list .clearfix {
    *zoom: 1;
}

.job-list li.act .show-btn {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.job-list li.act .show-btn:after,
.job-list li.act .show-btn:before {
    background: #E3101C
}

.jo2 {
    padding: 20px 0
}

.jo2 .job-list {
    padding-left: 35px
}

.jdSubmit {
    width: 100%;
    height: 50px
}

.jdSubmit a {
    display: block;
    width: 130px;
    height: 40px;
    background: #EEC82F;
    line-height: 40px;
    text-align: center;
    color: #FFF;
    cursor: pointer;
    margin-top: 30px;
}

.login {
    width: 120px;
    height: 42px;
    background: #E3101C;
    color: #fff;
    border: none;
    border-radius: 6px;
    display: block;
    margin: 20px auto;
    cursor: pointer;
}

.popOutBg {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, .6);
    display: none;
}

.popOut {
    position: fixed;
    width: 600px;
    padding: 30px 0;
    top: 50%;
    left: 50%;
    margin-top: -150px;
    margin-left: -300px;
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    display: none;
}

.popOut&gt;span {
    position: absolute;
    right: 10px;
    top: 0;
    height: 42px;
    line-height: 42px;
    color: #000;
    font-size: 30px;
    cursor: pointer;
}

.popOut table {
    display: block;
    margin: 42px auto 0;
    width: 520px;
}

.popOut caption {
    width: 520px;
    text-align: center;
    color: #E3101C;
    font-size: 20px;
    line-height: 60px;
    font-weight: bold;
}

.popOut table tr td {
    color: #666;
    padding: 10px;
    font-size: 14px;
}

.popOut table tr td:first-child {
    text-align: right;
}

.inp {
    width: 280px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #eee;
    padding: 5px 10px;
    color: #000;
    font-size: 14px;
    border-radius: 6px;
}

.inp:focus {
    border-color: #E3101C;
}

@media screen and (min-width:1025px) {
    .job-list li:hover .t {
        background: #E3101C
    }
    .job-list li:hover .show-btn:after,
    .job-list li:hover .show-btn:before {
        background: #E3101C
    }
}

@media screen and (max-width:1366px) {
    .job-list .jw1 .nowti {
        padding-left: 40px
    }
    .job-list .b {
        padding: 28px 40px 55px 40px
    }
}

@media screen and (max-width:861px) {
    .container1000 {
        max-width: 100%;
        padding-top: 0;
    }
    .job-list .jw2,
    .job-list .jw4 {
        display: none
    }
    .job-list .jw1 {
        width: 30%
    }
    .job-list .jw3 {
        width: 24%
    }
    .job-list .jw5 {
        width: 26%
    }
    .job-list .jw6 {
        width: 20%
    }
}

@media screen and (max-width:601px) {
    .job-list .jw3 {
        display: none
    }
    .job-list .nowti {
        font-size: 12px;
    }
    .join_informationL ul {
        flex-wrap: wrap;
    }
    .job-list .join_informationL ul li {
        width: 100%;
        line-height: 20px;
        font-size: 14px;
        margin-bottom: 10px;
        display: block;
    }
    .join_informationL ul li span {
        font-size: 14px;
        display: block;
        font-weight: normal;
    }
    .join_informationL ul li img {
        display: none;
    }
    .join_informationL ul li img.er {
        display: block;
    }
    .job-list .jw1 {
        width: 38%
    }
    .job-list .jw5 {
        width: 32%
    }
    .job-list .jw6 {
        width: 30%
    }
    .job-list .jw1 .nowti {
        padding-left: 25px
    }
    .job-list .b {
        padding-left: 25px;
        padding-right: 25px
    }
    .jo2 {
        padding: 10vw 0 13.33vw 0
    }
    .popOut {
        width: 90%;
        padding: 20px 0;
        top: 20%;
        left: 5%;
        margin-top: 0;
        margin-left: 0;
    }
    .popOut caption {
        width: 100%;
    }
    .popOut table {
        width: 100%;
    }
    .popOut table tr td:first-child {
        width: 70px !important;
    }
    .inp {
        width: 100%;
    }
}

@media screen and (max-width:481px) {
    .job-list .jw1 .nowti {
        padding-left: 15px
    }
    .job-list .b {
        padding: 23px 15px 35px 15px
    }
    .show-btn {
        display: none
    }
    .jo2 .job-list {
        padding-left: 0
    }
    .job-list li:first-child {
        font-size: 14px;
        font-weight: 700;
        margin-bottom: 10px
    }
}


/* è”ç³»æˆ‘ä»¬ */

.channel_contact {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 80px auto;
    padding: 0;
}

.channel_contact #container {
    width: 58%;
    height: 400px;
}

.channel_contact.wrap.container:before,
.channel_contact.wrap.container:after {
    content: none;
}

.channel_contact .info {
    width: 38%;
}

.channel_contact .info .title {
    font-size: 27px;
    font-weight: bold;
    color: #333;
    margin-bottom: 15px;
}

.channel_contact .info .address img {
    width: 20px;
    height: 20px;
    position: relative;
    top: 0;
    margin-right: 5px;
}

.channel_contact .info .ewm {
    margin-top: 25px;
}

.channel_contact .info .ewm ul {
    display: flex;
    justify-content: space-between;
}

.channel_contact .info .ewm li {
    text-align: center;
    width: 25%;
}

.channel_contact .info .ewm li img {
    width: 85%;
    height: auto;
}

.channel_contact .info .ewm li p {
    font-size: 14px;
    color: #333;
}

.address {
    margin-bottom: 8px;
    font-size: 16px;
    line-height: 25px;
    color: #333;
}

.address img {
    width: 16px;
    height: 16px;
    position: relative;
    top: 6px;
}


/* æ–°é—»åˆ—è¡¨ */

.news_list.channel_content {
    padding: 0;
}

.news_list01 .tool b {
    font-weight: normal;
}

.news_list01 {
    padding: 80px 0;
    background: #f6f6f6;
}

.news_list01 .news_list_l {
    /* float: left; */
    width: 100%;
}

.news_list01 .news_list_l .recommend_news {
    background: #fff;
    margin-bottom: 22px;
}

.news_list01 .news_list_l .recommend_news .box {
    padding: 40px 30px;
    display: block;
}

.news_list01 .news_list_l .recommend_news .box .box_left {
    width: 60%;
    float: left;
}

.news_list01 .news_list_l .recommend_news .box .box_right {
    width: 39%;
    float: right;
}

.news_list01 .news_list_l .recommend_news .box .box_right .intro {
    padding: 19px 0 0 30px;
}

.news_list01 .news_list_l .recommend_news .box .box_right .intro .t {
    font-size: 28px;
    line-height: 33px;
    color: #666;
    max-height: 132px;
    overflow: hidden;
    transition: all 0.5s ease;
}

.news_list01 .news_list_l .recommend_news .box .box_right .intro .c {
    font-size: 14px;
    line-height: 26px;
    color: #666;
    margin-top: 13px;
    height: 78px;
    overflow: hidden;
    transition: all 0.5s ease;
}

.news_list01 .news_list_l .recommend_news .box .box_right .intro .tool {
    font-size: 15px;
    color: #666;
    margin-top: 26px;
    transition: all 0.5s ease;
}

.news_list01 .news_list_l .recommend_news:hover .box .box_right .intro .t {
    color: #E3101C;
}

.news_list01 .news_list_l .recommend_news:hover .box .box_right .intro .c {
    color: #E3101C;
}

.news_list01 .news_list_l .recommend_news:hover .box .box_right .intro .tool {
    color: #E3101C;
}

.news_list01 .news_list_l .rect-667 {
    padding-bottom: 66.7%;
}

.news_list01 .news_list_l ul .c a {
    display: block;
    font-size: 15px;
}

.news_list01 .news_list_l ul li {
    background: #fff;
    margin-bottom: 20px;
}

.news_list01 .news_list_l ul li .box {
    padding: 30px 20px;
}

.news_list01 .news_list_l ul li .box .img {
    float: right;
    width: 20%;
    margin-left: 60px;
}

.news_list01 .news_list_l ul li .box .txt .d {
    font-size: 15px;
    color: #666;
    transition: all 0.5s ease;
}

.news_list01 .news_list_l ul li .box .txt .t {
    font-size: 20px;
    color: #666;
    margin: 18px 0;
    transition: all 0.5s ease;
}

.news_list01 .news_list_l ul li .box .txt .t a {
    /* color: #000; */
}

.news_list01 .news_list_l ul li .box .txt .c {
    font-size: 15px;
    color: #666;
    line-height: 26px;
    height: 78px;
    overflow: hidden;
    transition: all 0.5s ease;
}

.news_list01 .news_list_l ul li .box .txt .c a {
    color: #666;
}

.news_list01 .news_list_l ul li:hover .box .txt .d {
    color: #E3101C;
}

.news_list01 .news_list_l ul li:hover .box .txt .t {
    color: #E3101C;
}

.news_list01 .news_list_l ul li:hover .box .txt .c {
    color: #E3101C;
}

.news_list01 .news_list_l ul li:hover .box .txt span {
    color: #E3101C;
}

.news_list01 .news_list_r {
    float: right;
    width: 26%;
    margin-bottom: 20px;
}

.news_list01 .news_list_r .search_box {
    background: #fff;
    padding: 12.5% 8%;
}

.news_list01 .news_list_r .search_box .search_title {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 10px;
    color: #666;
}

.news_list01 .news_list_r .search_inp {
    background: #fff;
    margin-bottom: 14px;
    font-size: 16px;
    width: 100%;
}

.news_list01 .news_list_r .search_inp .select_box01,
.news_list01 .news_list_r .search_inp input {
    width: 100%;
    height: 50px;
    line-height: 50px;
    background: #d4dadf;
    border: none;
    padding: 0;
    margin: 0;
    color: #666666;
    text-indent: 10px;
    border-radius: 0;
    display: inline-block;
}


/*body .select-ui-options{width:100%;}*/

.news_list01 .news_list_r .search_btn {
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #666;
    font-size: 18px;
    border: none;
    cursor: pointer;
    background: #facd00;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    outline: none;
}

.news_list01 .news_list_r .search_inp ._arrow {
    width: 50px;
    height: 50px;
    background: #facd00;
}

.news_list01 .news_list_r .search_inp ._arrow .arr {
    /*background:url(../img/news_list_jiantou.png) no-repeat center; border-color:transparent;*/
    left: 50%;
    margin-left: -.4em;
}

.news_list01 .news_list_r .search_inp .on ._arrow .arr {
    /*border-color:transparent; background:url(../img/news_list_jiantou_1.png) no-repeat center;*/
}

.news_list01 .news_list_r .select-ui-choose-default ._txt {
    padding: 0;
}

.news_list01 .news_list_r .search_btn:hover {
    background: #facd00;
}

.news_list01 .news_list_r .news_gjc {
    padding: 30px 25px;
    background: #fff;
    margin-top: 23px;
}

.news_list01 .news_list_r .news_gjc .gjc_tit {
    font-size: 28px;
    color: #666;
    font-weight: bold;
    line-height: 36px;
    margin-bottom: 25px;
}

.news_list01 .news_list_r .news_gjc .gjc_con a {
    display: inline-block;
    padding: 0 18px;
    height: 31px;
    line-height: 31px;
    background: #fff;
    border: 1px solid #d7d7d7;
    border-radius: 20px;
    margin-bottom: 10px;
    margin-right: 10px;
    color: #666;
    font-size: 14px
}

.news_list01 .news_list_r .news_gjc .gjc_con a:hover {
    background: #016CBA;
    color: #fff;
}

.news_list .widgets_common_pages_5 .page_arr:hover b {
    width: 65%;
}


/*Ã¦â€“Â°Ã©â€”Â»Ã¨Â¯Â¦Ã§Â»â€&nbsp;Ã©Â¡Âµ*/

.news_detail.channel_content {
    padding: 0 !important;
    background: #f6f6f6;
}

.xc_nav.xcNav_nofixed {
    position: static;
}

.news_detail02 .news_det_top {
    height: 95px;
    background: #fff;
    position: fixed;
    top: -95px;
    width: 100%;
    overflow: hidden;
    z-index: 10;
    transition: .3s ease;
}

.news_detail02 .news_det_top .logo {
    float: left;
    margin: 30px 0;
    width: 139px;
    height: 30px;
}

.news_detail02 .news_det_top .tit {
    text-align: center;
    line-height: 95px;
    font-size: 20px;
    font-weight: bold;
    color: #2d2d2d;
}

.news_detail02 .news_det_top .tit span {
    color: #016CBA;
    font-size: 20px;
    font-weight: bold;
}

.news_detail02 .news_det_top .tit em {
    margin: 0 5px;
}

.news_detail02 .news_det_top .right {
    float: right;
    line-height: 95px;
    margin-left: 30px;
}

.news_detail02 .news_det_top .right .icon {
    background: url(../image/news_detail02_1.png) no-repeat;
    display: inline-block;
    margin-right: 12px;
    position: absolute;
    top: 50%;
    margin-top: -9px;
    left: 0;
}

.news_detail02 .news_det_top .right .share {
    float: left;
    font-size: 14px;
    color: #016CBA;
    margin-right: 50px;
    position: relative;
    cursor: pointer;
    padding-left: 25px;
}

.news_detail02 .news_det_top .right .share:after {
    content: '';
    width: 2px;
    height: 30px;
    background: #d2d2d2;
    position: absolute;
    top: 50%;
    margin-top: -15px;
    right: -25px;
}

.news_detail02 .news_det_top .right .share .icon {
    background-position: 0 0;
    width: 19px;
    height: 19px;
}

.news_detail02 .news_det_top .right .share:hover .icon {
    background-position: 0 -21px;
}

.news_detail02 .news_det_top .right .gotop {
    float: left;
    cursor: pointer;
    position: relative;
    padding-left: 25px;
    font-size: 14px;
}

.news_detail02 .news_det_top .right .gotop .icon {
    background-position: -24px 0;
    width: 12px;
    height: 19px;
}

.news_detail02 .news_det_top .right .gotop:hover .icon {
    background-position: -24px -21px;
}

.news_detail02 .line_progress {
    width: 100%;
    background: #fff;
    height: 2px;
    position: absolute;
    bottom: 0;
}

.news_detail02 .line_progress i {
    position: absolute;
    left: 0;
    top: 0;
    width: 10%;
    height: 2px;
    background: #016CBA;
}

.news_detail02 .news_det_bott {
    padding-bottom: 115px;
    padding-top: 50px;
}

.news_detail02 .news_det_bott .content {
    background: #fff;
    position: relative;
    z-index: 2;
    position: relative;
}

.news_detail02 .news_det_bott .content .box {
    padding: 60px 90px;
}

.news_detail02 .news_det_bott .content ._t {
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    color: #3f3f3f;
    margin: 0 auto;
}

.news_detail02 .news_det_bott .content .con {
    font-size: 16px;
    line-height: 1.5;
}

.news_detail02 .news_det_bott .content .con img {
    margin: 10px 0;
}


/*.news_detail02 .news_det_bott .content .con p{padding:4px 0;}*/

.news_detail02 .news_det_bott .content .con strong {
    color: #000;
    /*font-size: 16px;*/
}

.news_detail02 .news_det_bott .content .share {
    width: 73px;
    height: 73px;
    position: absolute;
    top: 0;
    right: -316px;
    background: url(../image/news_detail02_2.jpg) no-repeat center;
    cursor: pointer;
}

.news_detail02 .news_det_bott .keywords {
    font-size: 16px;
    color: #2f2f2f;
    margin-top: 60px;
}

.news_detail02 .news_det_bott .keywords a {
    color: #016CBA;
    text-decoration: underline;
    margin: 0 5px
}

.news_detail02 .news_det_bott .page_bott {
    background: #fff;
    margin-top: 30px;
}

.news_detail02 .news_det_bott .page_bott .page_prev {
    float: left;
    width: 46%;
    border-right: 1px solid #c9c9c9;
}

.news_detail02 .news_det_bott .page_bott .page_next {
    float: right;
    width: 46%;
    border-left: 1px solid #c9c9c9;
}

.news_detail02 .news_det_bott .page_bott .box {
    padding: 30px 20px;
}

.news_detail02 .news_det_bott .page_bott .page_prev .page_btn {
    float: left;
    padding-left: 45px;
    line-height: 32px;
}

.news_detail02 .news_det_bott .page_bott .page_next .page_btn {
    float: right;
    padding-right: 45px;
    line-height: 32px;
}

.news_detail02 .news_det_bott .page_bott .page_btn {
    margin-right: 30px;
    font-size: 16px;
    color: #797979;
    position: relative;
}

.news_detail02 .news_det_bott .page_bott .page_btn .icon {
    position: absolute;
    width: 31px;
    height: 11px;
    background: url(../image/news_detail02_3.png) no-repeat;
    top: 50%;
    margin-top: -5px;
}

.news_detail02 .news_det_bott .page_bott .page_prev .page_btn .icon {
    left: 0;
}

.news_detail02 .news_det_bott .page_bott .page_next .page_btn .icon {
    background-position: -32px 0;
    right: 0
}

.news_detail02 .news_det_bott .page_bott .t {
    font-size: 18px;
    font-weight: bold;
    color: #3f3f3f;
    line-height: 30px;
}

.news_detail02 .news_det_bott .page_bott a:hover .t {
    color: #016CBA;
}

.news_detail02 .news_det_bott .page_bott .page_center {
    float: left;
    width: 7%;
    height: 90px;
    position: relative;
}

.news_detail02 .news_det_bott .page_bott .page_center .icon .iconfont {
    position: absolute;
    left: 50%;
    margin-left: -6px;
    top: 50%;
    margin-top: -16px;
    font-size: 24px;
    color: #b5b5b5;
    color: #b5b5b5;
}

.news_detail02 .news_det_bott .page_bott .page_center:hover .icon .iconfont {
    color: #E3101C;
}

.news_detail02 .news_det_bott .page_bott .page_prev:hover .page_btn .icon {
    left: -5px;
    transition: .3s ease
}

.news_detail02 .news_det_bott .page_bott .page_next:hover .page_btn .icon {
    right: -5px;
    transition: .3s ease;
}

.news_detail02 .news_det_bott ._tools {
    font-size: 0;
    color: #7e7e7e;
    margin-bottom: 15px;
    text-align: center
}

.news_detail02 .news_det_bott ._tools ._tool {
    font-size: 12px;
    margin-right: 10px;
    display: inline-block;
    height: 50px;
    line-height: 50px;
    vertical-align: middle;
    overflow: hidden;
}

.news_detail02 .news_det_bott ._tools .iconfont {
    font-size: 18px;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    vertical-align: -2px;
}

.news_detail02 .news_det_bott ._tools b {
    font-weight: normal;
}

.news_detail02 .news_det_bott ._tools #switcher {
    margin-left: 10px;
    line-height: 41px;
}

.news_detail02 .news_det_bott ._tools #switcher ._title {
    margin-right: 5px;
    font-size: 12px;
    color: #7e7e7e;
}

.news_detail02 .news_det_bott ._tools #switcher a {
    font-size: 13px;
    margin: 0 1px;
}

@media only screen and (max-width: 760px) {
    /* è”ç³»æˆ‘ä»¬ */
    .channel_contact {
        display: block;
        margin: 30px auto;
    }
    .channel_contact #container {
        width: 100%;
    }
    .channel_contact .info {
        width: 100%;
        margin-top: 20px;
    }
    .channel_contact .info .title {
        font-size: 20px;
    }
    .address {
        font-size: 14px;
    }
    .channel_contact .info .ewm ul {
        flex-wrap: wrap;
    }
    .channel_contact .info .ewm li {
        width: 50%;
    }
    .channel_contact .info .ewm li p {
        font-size: 12px;
    }
    .channel_contact .info .ewm li img {
        width: 70%;
    }
}</pre></body></html>