/**!
 * author: gaoli;
 * date:2018-01-28
 */


/* 正文 */

/* 头条新闻 */
.ewb-headline-bg {
    padding: 15px 20px 19px 15px;
    text-align: center;
    background: url('../skin/headline.jpg') no-repeat;
    background-size: 100% 100%;
}

.ewb-headline-tt {
    position: relative;
    display: inline-block;
    max-width: 100%
}

.ewb-headline-tt>a {
    display: block;
    line-height: 32px;
    font-size: 24px;
    font-weight: bold;
    color: #da0f0f;
    margin-right: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ewb-headline-tt>i {
    position: absolute;
    top: 4px;
    right: 0;
    display: block;
    width: 20px;
    height: 10px;
    background: url('../skin/hot.png') no-repeat;
}

.ewb-headline-bg>p {
    line-height: 22px;
    margin-top: 10px;
    text-indent: 24px;
    text-align: left;
}

.ewb-more {
    color: #ff0000;
}

/* phone */
@media (max-width: 767px) {
    .ewb-headline-bg {
        padding: 10px;
        background: #faf5f2;
    }

    .ewb-headline-bg>p {
        margin-top: 5px;
    }

    .ewb-headline-tt>a {
        font-size: 15px;
        line-height: 20px;
        font-weight: normal;
    }
}


/* 图片轮播 */

/* 自定义样式 */

.owl-carousel .item {
    display: block;
}

.owl-carousel img {
    display: block;
    width: 100%;

}

#ewb-imgscroll1 img {
    height: 379px;
}

.owl-carousel {
    position: relative;
    margin-right: 2px;
    width: auto;
}

/* 文字介绍 */

.ewb-img-intro {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    color: #fff;
    padding: 4px 140px 9px 10px;
    background: url("../skin/mask-bg.png") repeat;
}

.ewb-img-intro>h2 {
    font-size: 16px;
    font-weight: bold;
    line-height: 24px;
    padding-top: 3px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.ewb-img-intro>a {
    display: block;
    color: #fff;
    line-height: 18px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

/* 左右按钮 */

.owl-nav .owl-prev,
.owl-nav .owl-next {
    position: absolute;
    width: 30px;
    height: 57px;
    top: 50%;
    margin-top: -28px;
    z-index: 50;
    color: #fff;
    text-indent: 99999;
}

.owl-nav .owl-prev {
    left: 0;
    background: url("../skin/left_btn.png") center no-repeat;
}

.owl-nav .owl-next {
    right: 0;
    right: 0px \0;
    /*ie8 */
    *right: 0px;
    background: url("../skin/right_btn.png") center no-repeat;
}

:root .owl-nav .owl-next {
    right: 0;
}

.owl-nav.disabled {
    display: block !important;
}

/* 分页按钮 */
.owl-dots {
    position: absolute;
    right: 12px;
    bottom: 23px;
    height: 10px;
}

.owl-dots .owl-dot {
    float: left;
}

.owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin-right: 7px;
    background: #7d7d7d;
    display: block;
    border-radius: 10px;
}

.owl-dots .owl-dot.active span {
    background: #fff
}


/* phone */
@media (max-width: 767px) {
    .owl-carousel {
        margin-right: 0;
    }

    #ewb-imgscroll1 img {
        height: auto;
    }

    .ewb-img-intro>h2 {
        font-size: 15px;
        line-height: 16px;
    }

    .owl-dots {
        bottom: 18px;
    }
}

/* ipad */
@media (min-width: 768px) and (max-width: 979px) {
    .owl-carousel {
        margin-right: 0;
    }

    #ewb-imgscroll1 img {
        height: auto;
    }
}

/* 新闻信息 */
.ewb-news {
    height: 379px;
    margin-left: -2px;
    padding: 12px 20px 5px 20px;
    background-color: #fbfbfb;
}

.ewb-news-hd>ul {
    white-space: nowrap;
}

.ewb-news-item {
    float: left;
    width: 98px;
    margin-left: 9px;
}

.ewb-news-item>a {
    position: relative;
    display: block;
    font-size: 16px;
    color: #333;
    text-align: center;
    line-height: 38px;
    border: 1px solid #cacaca;
}

.ewb-news-item:first-child {
    margin-left: 0;
}

.ewb-news-item>a>i {
    display: none;
    position: absolute;
    bottom: -5px;
    left: 50%;
    margin-left: -5px;
    width: 10px;
    height: 5px;
    background: url('../skin/news_icon.png') no-repeat;
}

.ewb-news-item>a.cur {
    font-weight: bold;
    color: #fff;
    border-color: #005293;
    background-color: #005293;
}

.ewb-news-item>a.cur i {
    display: block;
}

.ewb-phone-more {
    color: #666;
    display: block;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: #EDEDED;
    border: 1px solid #ccc;
    font-size: 14px;
    border-radius: 2px;
    clear: both;
    margin: 10px 0;
}

/* phone */
@media (max-width: 767px) {
    .ewb-news {
        margin-left: 0;
        height: auto;
        padding: 10px 10px 5px 10px;
    }

    .ewb-news-hd {
        height: 37px;
        overflow-x: auto;
    }

    .ewb-news-item {
        float: none;
        display: inline-block;
    }

    .ewb-news-item>a {
        font-size: 14px;
        line-height: 30px;
    }
}

/* ipad */
@media (min-width: 768px) and (max-width: 979px) {
    .ewb-news {
        margin-left: 0;
        height: auto;
    }
}


/* 政务要闻 */
.ewb-gover {
    position: relative;
    height: 240px;
    margin-left: 2px;
}

.ewb-gover-hd {
    position: absolute;
    width: 72px;
    height: 100%;
    background: url('../skin/gover_hd.jpg') no-repeat;
}

.ewb-gover-hd>a {
    display: block;
    text-align: center;
    padding-top: 83px;
    background: url('../skin/gover_icon1.png') no-repeat center 34px;
}

.ewb-gover-hd>a>span {
    display: inline-block;
    width: 24px;
    line-height: 30px;
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    text-shadow: 0px 3px 4px #629bbb;
}

.ewb-gover-bd {
    width: 100%;
    padding: 3px 10px 1px 93px;
    background-color: #fbfbfb;
}

.ewb-com-hd {
    height: 33px;
    white-space: nowrap;
    border-bottom: 1px solid #cacaca;
}


.ewb-com-hd>a {
    float: left;
    font-size: 16px;
    color: #333;
    line-height: 30px;
    margin-left: 23px;
    border-bottom: 3px solid transparent;
}

.ewb-com-hd>a:first-child {
    margin-left: 0;
}

.ewb-com-hd>a.cur {
    font-weight: bold;
    color: #005293;
    border-color: #005293;
}

.ewb-com-bd {
    height: 203px;
}

.ewb-com-bd .wb-data-item {
    padding-top: 0;
}

.ewb-com-bd .wb-data-list {
    line-height: 33px;
}

.ewb-com-bd .wb-data-date {
    margin-top: -33px;
}


/* phone */
@media(max-width: 767px) {
    .ewb-gover {
        height: auto;
    }

    .ewb-gover-hd {
        position: static;
        width: 100%;
        height: auto;
        background-image: url('../skin/gover_hd_mob.jpg');
        background-size: 100% 100%;
    }

    .ewb-gover-hd>a {
        padding: 25px 0 0 0;
        background-size: 20px;
        background-position: center 10px;
    }

    .ewb-gover-hd>a>span {
        font-size: 15px;
        font-weight: normal;
        width: auto;
    }

    .ewb-gover-bd {
        padding: 5px 10px 1px 10px;
    }

    .ewb-com-hd {
        overflow-x: auto;
    }

    .ewb-com-hd>a {
        float: none;
        display: inline-block;
        font-size: 15px;
        line-height: 29px;
    }

    .ewb-com-bd {
        height: auto;
    }
}

/* ipad */
@media (min-width: 768px) and (max-width: 979px) {
    .ewb-news {
        margin-left: 0;
        height: auto;
    }
}


/* 领导信息 */
.ewb-leader {
    margin-left: -2px;
    padding: 10px 28px 14px 19px;
    background-color: #fbfbfb;
}

.ewb-leader-hd {
    text-align: center;
    background: url('../skin/leader_hd.png') no-repeat center;
}

.ewb-leader-hd>a {
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    line-height: 32px;
    color: #0c7ecb;
}

.ewb-leader-bd {
    margin-top: 11px;
}

.ewb-leader-bd>img {
    float: left;
}

.ewb-leader-info {
    line-height: 23px;
    margin: 12px 0 0 158px;
}

/* phone */
@media (max-width: 767px) {
    .ewb-leader {
        margin-left: 0;
        padding: 8px 10px 10px;
    }

    .ewb-leader-hd>a {
        font-size: 15px;
    }
}

@media (max-width: 480px) {
    .ewb-leader-bd>img {
        display: block;
        float: none;
        margin: 0 auto;
    }

    .ewb-leader-info {
        margin: 5px 0 0 0;
    }
}

/* ipad */
@media (min-width: 980px) and (max-width: 1199px) {
    .ewb-leader {
        padding-right: 19px;
    }

    .ewb-leader-info {
        line-height: 20px;
        margin: -5px 0 0 145px;
        letter-spacing: -0.5px;
    }
}


/* 广告轮播 */
#ewb-imgscroll2>div {
    text-align: center;
}

.ewb-img-info {
    position: absolute;
    top: 50%;
    left: 20px;
    right: 20px;
    margin-top: -21px;
    display: inline-block;
    font-size: 36px;
    line-height: 42px;
    font-weight: bold;
    color: #ff8a22;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-shadow: #fff 2px 0 0, #fff 0 2px 0, #fff -2px 0 0, #fff 0 -2px 0;
}

.owl-nav .owl-prev,
.owl-nav .owl-next {
    width: 20px;
    height: 38px;
    margin-top: -19px;
}

#ewb-imgscroll2 .owl-nav .owl-prev {
    background-image: url('../skin/left_bar.png');
}

#ewb-imgscroll2 .owl-nav .owl-next {
    background-image: url('../skin/right_bar.png');
}

/* phone */
@media (max-width: 767px) {
    .ewb-img-info {
        font-size: 15px;
        line-height: 18px;
        margin-top: -9px;
        font-weight: normal;
        text-shadow: #fff 1px 0 0, #fff 0 1px 0, #fff -1px 0 0, #fff 0 -1px 0
    }
}

@media (max-width: 480px) {
    #ewb-imgscroll2 img {
        height: 60px;
    }
}

/* 政务公开 */
.ewb-open .ewb-gover-hd {
    background-image: url('../skin/gover_hd2.jpg');
}

.ewb-open .ewb-gover-hd>a {
    background-image: url('../skin/gover_icon2.png');
}

@media(max-width: 767px) {
    .ewb-open .ewb-gover-hd {
        background-image: url('../skin/gover_hd2_mob.jpg');
    }

    .ewb-open .ewb-gover-hd>a {
        background-position: center 8px;
    }
}


/* 政府信息公开 */
.ewb-leader.ewb-open {
    padding-top: 17px;
    padding-bottom: 23px;
}

.ewb-open-items {
    float: left;
    width: 289px;
    margin: 0 -8px;
}

.ewb-open-items>li {
    float: left;
    width: 50%;
    margin-top: 16px;

}

.ewb-open-link {
    display: block;
    line-height: 38px;
    color: #333;
    text-align: center;
    margin: 0 8px;
    border: 1px solid #99bad4;
    background-color: #fff;
        border-radius: 25px;
}

.ewb-open .ewb-leader-bd {
    margin-top: 0;
}

.ewb-open-items .ewb-open-last {
    width: 100%;
}

.ewb-open-link:hover,
.ewb-open-impor>a:hover {
    box-shadow: 0px 1px 6px #d4e8f7;
}

.ewb-open-impor {
    margin-left: 292px;
    margin-top: 16px;
    background-color: #fff;
}

.ewb-open-impor>a {
    display: block;
    height: 152px;
    color: #333;
    line-height: 17px;
    padding-top: 84px;
    text-align: center;
    border: 1px solid #99bad4;
    background: url('../skin/open_icon.png') center 19px no-repeat;
    border-radius: 25px;
}

/* phone */

@media(max-width: 767px) {
    .ewb-leader.ewb-open {
        padding-top: 8px;
        padding-bottom: 10px;
    }

    .ewb-open-items {
        width: 80%;
    }

    .ewb-open-impor {
        margin-left: 80%;
    }
}

@media(max-width: 480px) {
    .ewb-open-items {
        width: 70%;
    }

    .ewb-open-items>li {
        width: 100%;
        margin-top: 5px;
    }

    .ewb-open-impor {
        margin-left: 70%;
        margin-top: 5px;
    }

    .ewb-open-link {
        line-height: 26px;
    }

    .ewb-open-impor>a {
        height: 160px;
    }

}


/* ipad */
@media (min-width: 768px) and (max-width: 979px) {
    .ewb-open-items {
        width: 70%;
    }

    .ewb-open-impor {
        margin-left: 70%;
    }
}

@media (min-width: 980px) and (max-width: 1199px) {
    .ewb-open-items {
        width: 250px;
        margin: 0 -2px;
    }

    .ewb-open-link {
        margin: 0 2px;
        font-size: 13px;
    }

    .ewb-open-impor {
        margin-left: 252px;
    }
}

/* 政务服务 */
.ewb-service {
    height: 312px;
    overflow: hidden;
}

.ewb-service .ewb-gover-hd {
    background-image: url('../skin/gover_hd3.jpg');
}

.ewb-service .ewb-gover-hd>a {
    padding-top: 118px;
    background-position: center 65px;
    background-image: url('../skin/gover_icon3.png');
}

/* 便民查询 */

.ewb-service-l {
    float: left;
    width: 53%;
    border: 1px solid #eee;
    box-shadow: 3px 4px 4px #eee;
    background-color: #fff;
}

.ewb-service-l li {
    float: left;
    width: 25%;
}

.ewb-service-link {
    display: block;
    height: 78px;
    line-height: 26px;
    color: #333;
    text-align: center;
    padding-top: 50px;
    background-position: center 10px;
    background-repeat: no-repeat;
    -webkit-transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1);

}

.ewb-service-link.link1 {
    background-image: url('../skin/service_icon1.png');
}

.ewb-service-link.link2 {
    background-image: url('../skin/service_icon2.png');
}

.ewb-service-link.link3 {
    background-image: url('../skin/service_icon3.png');
}

.ewb-service-link.link4 {
    background-image: url('../skin/service_icon4.png');
}

.ewb-service-link.link1:hover {
    background-image: url('../skin/service_icon1h.png');
}

.ewb-service-link.link2:hover {
    background-image: url('../skin/service_icon2h.png');
}

.ewb-service-link.link3:hover {
    background-image: url('../skin/service_icon3h.png');
}

.ewb-service-link.link4:hover {
    background-image: url('../skin/service_icon4h.png');
}

.ewb-service-r {
    float: right;
    width: 45.5%;
    border: 1px solid #eee;
    box-shadow: 3px 4px 4px #eee;
    background-color: #fff;
}

.ewb-service-r>h2 {
    float: left;
    width: 52px;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    line-height: 20px;
    padding: 19px 0;
    text-align: center;
    background-color: #005293;
}

.ewb-service-r>ul {
    margin-left: 70px;
    padding-top: 8px;
}

.ewb-service-item {
    float: left;
    width: 50%;
    line-height: 30px;
}

.ewb-service-item>a {
    color: #333;
    display: block;
    padding-left: 8px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background: url('../skin/serviceimg.png') no-repeat left center;
}

.ewb-service-item>a:hover {
    color: #005293;
}

.ewb-service-ser {
    margin: 20px 0;
}

.ewb-service-tt {
    display: inline-block;
    line-height: 30px;
    font-size: 16px;
    font-weight: bold;
    color: #333;
}

.ewb-service-ser .input-tips {
    float: none;
    display: inline-block;
    width: 263px;
    height: 30px;
    border: 1px solid #bbd6ee;
}

.ewb-service-ser .input-placeholder,
.ewb-service-ser .input-box {
    height: 28px;
    line-height: 28px;
}

.ewb-service-btn>span {
    display: inline-block;
    color: #fff;
    padding-left: 25px;
    background: url('../skin/service_ser.png') no-repeat left center;
}

.ewb-service-btn {
    display: inline-block;
    width: 99px;
    height: 30px;
    line-height: 27px;
    margin-left: 9px;
    text-align: center;
    background-color: #005293;
    cursor: pointer;
}

.ewb-service-tb {
    width: 493px;
    table-layout: fixed;
    border-top: 2px solid #005293;
    background-color: #fff;
}

.ewb-service-tb tr th {
    font-size: 16px;
    height: 33px;
    text-align: center;
    border-bottom: 1px dashed #ccc;
}

.ewb-th1 {
    width: 33.3333%;
}

.ewb-th2 {
    width: 25%;
}

.ewb-th3 {
    width: 20%;
}

.ewb-service-tb tr td {
    height: 26px;
    padding: 0 9px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ewb-td-link {
    color: #333;
}

.ewb-td {
    text-align: center;
}

.ewb-service .ewb-gover-bd {
    padding-top: 10px;
    padding-bottom: 14px;
}



/* phone */

@media(max-width: 767px) {
    .ewb-service {
        height: auto;
    }

    .ewb-service-l,
    .ewb-service-r {
        float: none;
        width: 100%;
    }

    .ewb-service-r {
        margin-top: 10px;
    }

    .ewb-service-r>h2 {
        font-size: 14px;

    }
    .ewb-service-ser {
        margin: 10px 0;
        text-align: center;
    }

    .ewb-service-tt {
        font-weight: normal;
        font-size: 14px;
    }

    .ewb-service-ser .input-tips {
        width: 53%;
    }

    .ewb-service-btn {
        width: 20%;
    }

    .ewb-service .ewb-gover-hd {
        background-image: url('../skin/gover_hd3_mob.jpg');
    }

    .ewb-service .ewb-gover-hd>a {
        padding: 25px 0 0 0;
        background-size: 20px;
        background-position: center 10px;
    }

    .ewb-service-tb tr th {
        font-size: 13px;
        height: 30px;
    }

    .ewb-service-tb tr td {
        font-size: 13px;
        padding: 0;
    }
}

@media(max-width: 480px) {
    .ewb-service-ser .input-tips {
        width: 42%;
        margin-left: -8px;
    }

    .ewb-service-btn {
        width: 20%;
        margin-left: 5px;
    }

    .ewb-service-btn>span {
        padding-left: 17px;
        font-size: 13px;
    }

    .ewb-online-items>li {
        float: none;
        margin-left: 0;
        width: 100%;
    }

}

/* ipad */

@media (min-width: 980px) and (max-width: 1199px) {
    .ewb-service-ser .input-tips {
        width: 239px;
    }

    .ewb-service-tb {
        width: 100%;
    }
}


/* 在线访谈 */
.ewb-online {
    height: 312px;
}

.ewb-online-img,
.ewb-online-info {
    width: 50%;
    float: left;
}

.ewb-online-img>img {
    display: block;
    width: 100%;
}

.ewb-online-info {
    padding-left: 20px;
}

.ewb-online-tt {
    display: block;
    font-size: 16px;
    font-weight: bold;
    color: #005293;
    line-height: 23px;
    margin-bottom: 9px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.ewb-online-info>p {
    line-height: 26px;
    padding-left: 27px;
    background-repeat: no-repeat;
    background-position: left 6px;
}
.ewb-online-infojj{
	margin-top: 19px;
}

.ewb-online-tm {
    background-image: url('../skin/online_icon1.png');
}

.ewb-online-per {
    background-image: url('../skin/online_icon2.png');
}

.ewb-online-items {
    margin-top: 19px;
}

.ewb-online-items>li {
    float: left;
    margin-left: 10px;
}

.ewb-online-items>li:first-child {
    margin-left: 0;
}

.ewb-online-link {
    display: block;
    line-height: 40px;
    color: #333;
    text-align: center;
    border: 1px solid #99bad4;
    border-radius: 25px;
    padding: 0 5px;
    background-color: #fff;
}

.ewb-online-link>span {
    display: inline-block;
    padding-left: 30px;
    background-repeat: no-repeat;
    background-position: left center;
}

.ewb-online-link.link1>span {
    background-image: url('../skin/online_icon3.png');
}

.ewb-online-link.link2>span {
    background-image: url('../skin/online_icon4.png');
}

.ewb-online-link.link3>span {
    background-image: url('../skin/online_icon5.png');
}

.ewb-online-link:hover {
    box-shadow: 0px 2px 5px #d4e8f7;
}

/*phone*/


@media(max-width: 767px) {
    .ewb-online {
        height: auto;
    }
}

@media(max-width: 480px) {
    .ewb-online-img {
        width: 40%;
    }

    .ewb-online-info {
        width: 60%;
        padding-left: 10px;
    }

    .ewb-online-tt {
        font-size: 14px;
        margin-bottom: 0;
    }

    .ewb-online-items {
        margin-top: 5px;
    }

    .ewb-online-items>li {
        float: none;
        margin-left: 0;
        width: 100%;
        margin-top: 10px;
    }

    .ewb-online-link {
        line-height: 32px;
    }

    .ewb-online-link>span {
        width: 130px;
        text-align: left;
        padding-left: 35px;
    }

}

/* ipad */
@media (min-width: 768px) and (max-width: 979px) {
    .ewb-online-img {
        width: 30%;
    }

    .ewb-online-info {
        width: 70%;
    }
}

@media (min-width: 980px) and (max-width: 1199px) {
    .ewb-online-items {
        padding-bottom: 42px;
    }

    .ewb-online-items>li {
        margin-left: 5px;
    }

    .ewb-online-link {
        padding: 0 6px;
    }

}


/* 旅游布尔津 */
.ewb-tour .ewb-gover-hd {
    background-image: url('../skin/gover_hd4.jpg');
}

.ewb-tour .ewb-gover-hd>a {
    padding-top: 68px;
    background-position: center 26px;
    background-image: url('../skin/gover_icon4.png');
}

.ewb-tour .ewb-gover-bd {
    padding-top: 10px;
    padding-bottom: 8px;
    padding-right: 10px;
}

.ewb-tour-hd {
    float: left;
    width: 21.5%;
}

.ewb-tour-hd>ul>li {
    margin-top: 10px;
}

.ewb-tour-hd>ul>li:first-child {
    margin-top: 0;
}

.ewb-tour-link {
    position: relative;
    display: block;
    color: #333;
    line-height: 34px;
    border: 1px solid #cacaca;
    text-align: center;
    background-color: #fff;
    -webkit-transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1);
}

.ewb-tour-link>span {
    display: inline-block;
    width: 100px;
    text-align: left;
    padding-left: 30px;
    background-position: left center;
    background-repeat: no-repeat;
}

.ewb-tour-link>i {
    display: none;
    position: absolute;
    top: 50%;
    margin-top: -4px;
    right: -7px;
    width: 7px;
    height: 8px;
    background: url('../skin/tour_icon.png') no-repeat;
}

.ewb-tour-link.cur>i {
    display: block;
}

.ewb-tour-link.link1>span {
    background-image: url('../skin/tour_icon1.png');
}

.ewb-tour-link.link2>span {
    background-image: url('../skin/tour_icon2.png');
}

.ewb-tour-link.link3>span {
    background-image: url('../skin/tour_icon3.png');
}

.ewb-tour-link.link4>span {
    background-image: url('../skin/tour_icon4.png');
}

.ewb-tour-link.link5>span {
    background-image: url('../skin/tour_icon5.png');
}

.ewb-tour-link.cur {
    color: #fff;
    border-color: #005293;
    background-color: #005293;
}

.ewb-tour-link.link1.cur>span {
    background-image: url('../skin/tour_icon1h.png');
}

.ewb-tour-link.link2.cur>span {
    background-image: url('../skin/tour_icon2h.png');
}

.ewb-tour-link.link3.cur>span {
    background-image: url('../skin/tour_icon3h.png');
}

.ewb-tour-link.link4.cur>span {
    background-image: url('../skin/tour_icon4h.png');
}

.ewb-tour-link.link5.cur>span {
    background-image: url('../skin/tour_icon5h.png');
}

.ewb-tour-bd {
    float: right;
    width: 76.5%;
    height: 222px;
    padding: 24px 8px 0 10px;
    background-color: #fff;
}

.ewb-tour-img {
    float: left;
    margin: 14px 0 38px 0;
}

.ewb-tour-info {
    padding-left: 230px;
}

.ewb-tour-info>h2 {
    font-size: 18px;
    font-weight: bold;
    color: #005293;
    line-height: 26px;
}

.ewb-tour-info>p {
    text-indent: 30px;
    line-height: 22px;
    letter-spacing: -0.3px;
    margin-top: 8px;
}


/*phone*/
@media(max-width: 767px) {
    .ewb-tour .ewb-gover-hd {
        background-image: url(../skin/gover_hd4_mob.jpg);
    }

    .ewb-tour .ewb-gover-hd>a {
        padding: 25px 0 0 0;
        background-position: center 10px;
    }

    .ewb-tour-info>h2 {
        font-size: 15px;
    }

    .ewb-tour-info>p {
        margin-top: 3px;
    }

    .ewb-tour-bd {
        height: auto;
        float: none;
        width: 100%;
        padding: 10px;
    }

    .ewb-tour-hd {
        float: none;
        width: 100%;

    }

    .ewb-tour-link.cur>i {
        display: none;
    }

    .ewb-tour-img {
        float: none;
        margin: 0 0 5px 0;
        text-align: center;
    }

    .ewb-tour-info {
        padding-left: 0;
    }
}

/* ipad */
@media (min-width: 768px) and (max-width: 979px) {
    .ewb-tour {
        height: auto;
    }

    .ewb-tour-bd {
        height: auto;
        float: none;
        width: 100%;
        padding: 10px;
        margin-top: 10px;
    }

    .ewb-tour-hd {
        float: none;
        width: 100%;

    }

    .ewb-tour-link.cur>i {
        display: none;
    }

    .ewb-tour-img {
        float: none;
        margin: 0;
        text-align: center;
    }

    .ewb-tour-info {
        padding-left: 0;
    }
}

@media (min-width: 980px) and (max-width: 1199px) {
    .ewb-tour-hd {
        width: 15%;
    }

    .ewb-tour-bd {
        width: 83%;
        padding-top: 2px;
    }

    .ewb-tour-info>h2 {
        margin-top: 10px;
    }

    .ewb-tour-info>p {
        margin-top: 0;
        line-height: 20px;
    }

}





/* 多图轮播 */
.ewb-srcoll {
    padding: 20px 85px;
    background-color: #fbfbfb;
}

.ewb-srcoll .owl-carousel {
    position: relative;
    width: 100%;
    height: 60px;
}


.ewb-srcoll .item {
    height: 60px;
}

.ewb-srcoll img {
    width: 130px;
    height: 60px;
}

.ewb-srcoll .owl-nav .owl-prev {
    left: -65px;
}

.ewb-srcoll .owl-nav .owl-next {
    right: -65px;
}


/*phone*/
@media(max-width: 767px) {
    .ewb-srcoll {
        padding-top: 10px;
        padding-bottom: 10px;
    }
}