/**!
 * ä¾¿æ°‘æç¤º
 * author: fxyue;
 * date:2019-10-9
 */
 .ewb-main {
    min-height: 958px;
    background: #fff;
}
.ewb-white {
    padding: 23px 20px 25px;
}


/* æ‰‹æœºç«¯ */
@media (max-width:767px) {
    .ewb-white {
        padding: 20px 10px;
    }
}

/* æœ€æ–°ä¿¡æ¯å…¬å¼€ */
.ewb-tip-icon{
    background-image: url("../images/s_news_tt4.png");
}
.ewb-tips-box {
    min-height: 120px;
    margin: 20px 0 30px;
}
.ewb-tips {
   
    background: #f6f6f6;
    padding: 5px 20px 20px 5px;
}

.ewb-tips-item {
    float: left;
    margin: 15px 0 0 14px;
}

.ewb-tips-item a {
    display: block;
    background: url("../images/tip_item_bg.png") no-repeat;
    width: 140px;
    line-height: 32px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: center;
    padding: 0 10px;
    color: #333;
    font-size: 16px;
}
.ewb-tips-item:hover a,
.ewb-tips-item.accfocus a,
.ewb-tips-item.cur a {
    color: #fff;
    background-image: url("../images/tip_item_bgh.png");
}

/* å°å± */
@media (max-width:1299px) {
    .ewb-tips {
        padding: 5px 5px 20px;
    }
}

/* æ‰‹æœºç«¯ */
@media (max-width:767px) {
    .ewb-tips-box {
        margin: 20px 0;
    }
}

/* æ‰‹æœºç«¯ */
@media (max-width:480px) {
    .ewb-tips {
        padding: 5px 0 15px;
    }

    .ewb-tips-item {
        margin: 10px 0 0;
    }

    .ewb-tips ul {
        width: 280px;
        margin: 0 auto;
    }
}

/* æ‹›è˜ä¿¡æ¯ */
.ewb-job {
    margin: 4px 10px 0 15px;
}

/* pad */
@media (max-width:979px) {
    .ewb-job {
        margin: 4px 5px 0;
    }

    .ewb-data-infor {
        margin-right: 100px;
    }
}

/* æ‰‹æœºç«¯ */
@media (max-width:767px) {
    .ewb-data-list {
        line-height: 40px;
    }
}

/* åŒºäººåŠ›èµ„æºç¤¾ä¼šä¿éšœå±€ */
.ewb-depart{
    min-height:122px;
    overflow: hidden;
    background:url("../images/s_depart_bg.jpg") left top no-repeat;
    background-size:100% 100%;
}
.ewb-depart-tt{
    float:left;
    width: 250px;
    height: 60px;
    line-height:60px;
    margin:30px auto 0;
    font-size:18px;
    text-align: center;
    color:#fff;
    background:url("../images/s_depart_tt2.png") no-repeat;
}
.ewb-depart-con{
    margin:10px 10px 10px 260px;
    min-height:102px;
    background:url("../images/mask_white_88.png");
}
.ewb-depart-items{
    padding:7px 14px 0 14px;
    overflow: hidden;
}
.ewb-depart-items>li{
    float:left;
    width:50%;
    line-height:30px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.ewb-depart-items span{
    color:#999;
}
/* padåŠæ‰‹æœºç«¯ */
@media (max-width:979px) {
    .ewb-depart-tt{
        float:none;
        margin-top: 20px;
    }
    .ewb-depart-items{
        padding-bottom:7px;
    }
    .ewb-depart-con{
        margin-left: 10px;
        margin-bottom: 10px;
    }
}
/* æ‰‹æœºç«¯ */
@media (max-width:767px) {
    .ewb-depart-items>li{
        width:100%;
    }
}

/* æ¾æ±ŸåŒºæ¸£åœŸè¿è¾“é¢†åŸŸæ‰«é»‘é™¤æ¶çº¿ç´¢ä¸¾æŠ¥  */

.ewb-news-tt {
    height: 50px;
    line-height: 50px;
    color: #fff;
    background: url("../images/news_tt_bg.jpg");
    background-size: 100% 100%;
    background: none\9;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/news_tt_bg.jpg',sizingMethod='scale');
    font-weight: bold;
    text-align: center;
}

.ewb-work .ewb-news-tt span {
    font-size: 18px;
}


.ewb-work {
    padding-bottom: 10px;
    background: url("../images/s_depart_bg3.jpg");
    background-size: 100% 100%;
}
.ewb-work-con{
     min-height: 258px;
}
.ewb-work-bd {
    overflow: hidden;
    margin: 10px 10px 0;
    padding:0 10px 10px 0;
    background: url("../images/mask_white_66.png");
    
}

.ewb-work-list {
    margin-top: 20px;
    line-height: 22px;
    font-size: 16px;
}

.ewb-work-list label {
    float: left;
    width: 110px;
    text-align: right;
    color: #666;
}

.ewb-work-box {
    margin-left: 120px;
    word-break: break-all;
}

/* å°å± */
@media (min-width:980px) and (max-width:1299px) {
    .ewb-work-list label {
        width: 90px;
    }

    .ewb-work-box {
        margin-left: 95px;
    }
}
@media (max-width:480px) {
    .ewb-work-list label {
        width: 90px;
    }

    .ewb-work-box {
        margin-left: 95px;
    }
}

/* ä¾ç”³è¯·å…¬å¼€ */
.ewb-open{
    min-height:610px;
    background:url("../images/s_depart_bg2.jpg") center bottom no-repeat #fff;
}
.part{
    min-height:958px;
    background-image:url("../images/s_depart_bg4.jpg");
}
.ewb-open-hd{
    padding:10px 10px 0;
}
.ewb-open-hd>h2{
    height: 90px;
    padding-top: 15px;
    background:url("../images/s_depart_tt.jpg") no-repeat;
    background-size:100% 100%;
}
.ewb-open-hd a{
    display: block;
    width:260px;
    line-height:58px;
    margin:0 auto;
    border:1px solid #fff;
    font-size:24px;
    text-align: center;
    color:#fff;
}
.ewb-open-bd{
    padding:0 10px;
}
.ewb-report-list {
    margin-top: 10px;
}

.ewb-report-item {
    display: block;
    background: #f6f6f6;
    padding: 0 40px;
    line-height: 90px;
    color: #333;
    height: 90px;
    font-size: 18px;
}

.ewb-report-item i {
    float: right;
    width: 34px;
    height: 100%;
    background: url("../images/report_icon_arrow.png") center center no-repeat;
}

.ewb-report-item span {
    padding-left: 60px;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    background-repeat: no-repeat;
    background-position: left center;
    margin-right: 30px;
}

.report1 {
    background-image: url("../images/s_news_icon5.png");
}

.report2 {
    background-image: url("../images/report_icon_02.png");
}

.report3 {
    background-image: url("../images/report_icon_03.png");
}

.report4 {
    background-image: url("../images/report_icon_04.png");
}


.ewb-report-list:hover,.ewb-report-list.accfocus {
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.22);
}

/* å°å± */
@media (min-width:980px) and (max-width:1299px) {
    .ewb-report-item {
        padding: 0 20px;
    }

    .ewb-report-item span {
        padding-left: 45px;
    }
    .ewb-tips-item {
        margin-left: 9px;
    }
    
}
/* padåŠæ‰‹æœºç«¯ */
@media (max-width:979px) {
    .ewb-open{
        background:#fff;
        margin-top:20px;
    }
    .ewb-open,
    .part{
        min-height:auto;
        padding-bottom:20px;
    }
}
/* æ‰‹æœºç«¯ */
@media (max-width:480px) {
    .ewb-report-item {
        padding: 0 20px;
    }

    .ewb-report-item span {
        padding-left: 45px;
        font-size: 16px;
    }
}

/* pad */
@media (max-width:979px) {
    .ewb-main {
        min-height: 0;
    }
}
