﻿/**!
 * 首页
 * author: fxyue;
 * date:2019-09-24
 */
.ewb-white {
    background: #fff;
    padding: 10px;
    box-shadow: 0px 2px 4px 0px rgba(11, 87, 130, 0.17);
}

.ewb-place {
    margin-right: 20px;
}

.ewb-place-top {
    height: 47px;
    background: #187ccf;
    font-size: 0;
    text-align: center;
}

.ewb-place-tt {
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    padding: 0 10px;
    line-height: 47px;
}


.ewb-place-icon {
    width: 54px;
    height: 8px;
    display: inline-block;
    vertical-align: middle;
}

.ewb-place-icon.icon1 {
    background: url("../images/place_tt_left.png") right center no-repeat;
}

.ewb-place-icon.icon2 {
    background: url("../images/place_tt_right.png") left center no-repeat;
}

.ewb-place-item {
    border: 1px solid #44a0ed;
    display: block;
    background: #edf7ff;
    font-size: 0;
    margin-top: 9px;
    text-align: center;
    color: #222;
}

.ewb-place-list li:first-child .ewb-place-item {
    margin-top: 0;
}

.ewb-place-item span {
    display: inline-block;
    vertical-align: middle;
    padding-left: 20px;
    font-size: 15px;
    line-height: 34px;
    max-width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    background-repeat: no-repeat;
    background-position: left center;
}

.place1 {
    background-image: url("../images/place_icon_01.png");
}

.place2 {
    background-image: url("../images/place_icon_02.png");
}

.place3 {
    background-image: url("../images/place_icon_03.png");
}

.place4 {
    background-image: url("../images/place_icon_04.png");
}

.place5 {
    background-image: url("../images/place_icon_05.png");
}

.place6 {
    background-image: url("../images/place_icon_06.png");
}

.ewb-place-item:hover .place1 {
    background-image: url("../images/place_icon_01h.png");
}

.ewb-place-item:hover .place2 {
    background-image: url("../images/place_icon_02h.png");
}

.ewb-place-item:hover .place3 {
    background-image: url("../images/place_icon_03h.png");
}

.ewb-place-item:hover .place4 {
    background-image: url("../images/place_icon_04h.png");
}

.ewb-place-item:hover .place5 {
    background-image: url("../images/place_icon_05h.png");
}

.ewb-place-item:hover .place6 {
    background-image: url("../images/place_icon_06h.png");
}

.ewb-place-item:hover {
    background: #35a9ea;
    color: #fff;
    font-weight: bold;
}

/* 小屏 */
@media (min-width:980px) and (max-width:1199px) {
    .ewb-place-icon {
        width: 40px;
    }
}

/* 手机端 */
@media (max-width:979px) {
    .ewb-place {
        margin-right: 0;
    }
}

/* 右侧 */
.ewb-news {
    margin: 20px 0 0 -24px;
}

/* 轮播 */
.ewb-scroll {
    float: left;
    width: 420px;
    height: 308px;
}

.ewb-scroll .item {
    display: block;
}

.ewb-scroll img {
    display: block;
    width: 100%;
    height: 308px;
}

.ewb-img-intro {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 45px;
    line-height: 43px;
    border-top: 1px solid #a9adb4;
    border-bottom: 1px solid #a9adb4;
    color: #fff;
    text-indent: 10px;
    padding-right: 110px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    background: url("../images/mask_bg.png");
}

.owl-dots {
    position: absolute;
    right: 6px;
    bottom: 19px;
    height: 8px;
}

.owl-dots .owl-dot {
    float: left;
}

.owl-dots .owl-dot span {
    width: 8px;
    height: 8px;
    margin-right: 6px;
    display: block;
    background: #fff;
    border-radius: 4px;
}

.owl-dots .owl-dot.active span {
    width: 24px;
    background: #187ccf;
}

/* 金融快讯 */
.ewb-work {
    margin-left: 430px;
    overflow: hidden;
}

.ewb-work-hd {
    background: #eee;
}

.ewb-work-tt {
    float: left;
    width: 104px;
    position: relative;
    text-align: center;
}

.ewb-work-tt i {
    position: absolute;
    bottom: -6px;
    left: 0;
    right: 0;
    height: 6px;
    display: none;
    background: url("../images/work_arrow_down.png") top center no-repeat;
}

.ewb-work-tt a {
    line-height: 28px;
    display: block;
    color: #333;
}

.ewb-work-tt.on a {
    background: #187ccf;
    color: #fff;
    font-weight: bold;

}

.ewb-work-tt.on i {
    display: block;
}

.ewb-work-bd {
    padding-top: 5px;
    height: 280px;
    overflow: hidden;
}


/* 更多 */
.ewb-phone-more {
    color: #666;
    display: block;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: #ddd;
    border: 1px solid #ccc;
    font-size: 16px;
    border-radius: 2px;
    clear: both;
}

/* 手机端 */
@media (max-width:979px) {
    .ewb-news {
        margin-left: 0;
    }

    /* 轮播 */
    .ewb-scroll {
        float: none;
        width: 100%;
        height: auto;
    }

    .ewb-scroll img {
        height: auto;
    }

    /* 金融快讯 */
    .ewb-work {
        margin: 10px 0 0;
    }

    .ewb-work-bd {
        height: auto;
    }
}

/* 手机端 */
@media (max-width:480px) {

    /* 金融快讯 */
    .ewb-work-tt {
        width: 33.33%;
    }

}

/* 政务公开重点工作 */
.ewb-open {
    margin-right: 8px;
}

.ewb-open-item {
    margin-top: 10px;
}

.ewb-open-item:first-child {
    margin-top: 0;
}

.ewb-open-item a {
    display: block;
    height: 108px;
}

.ewb-open-item:hover {
    box-shadow: 0px 2px 4px 0px rgba(11, 87, 130, 0.17);
}

.ewb-open-item img {
    width: 100%;
    display: block;
    height: 100%;
}

/* 手机端 */
@media (max-width:979px) {
    .ewb-open {
        margin-right: 0;
    }

    .ewb-open-item a {
        height: auto;
    }
}

/* 政府专栏 */
.ewb-gov {
    margin-left: -24px;
}

.ewb-gov-content {
    position: relative;
}

.ewb-gov-content ul {
    margin-left: -12px;
}

.ewb-gov-list {
    float: left;
    width: 50%;
    margin-top: 10px;
}

.ewb-gov-list a {
    display: block;
    margin-left: 12px;
    height: 58px;
    line-height: 58px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.ewb-gov-square {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 34px;
    height: 32px;
    margin: -11px 0 0 -17px;
    z-index: 2;
    background: url("../images/suqare_icon.png") no-repeat;
}

.gov1 {
    background-image: url("../images/gov_bg_01.jpg");
}

.gov2 {
    background-image: url("../images/gov_bg_02.jpg");
}

.gov3 {
    background-image: url("../images/gov_bg_03.jpg");
}

.gov4 {
    background-image: url("../images/gov_bg_04.jpg");
}

.ewb-gov-list a:hover {
    box-shadow: 0px 2px 4px 0px rgba(11, 87, 130, 0.17);
    font-weight: bold;
}

.ewb-gov-box ul {
    margin-left: -20px;
}

.ewb-gov-item {
    float: left;
    width: 25%;
}

.ewb-gov-item a {
    display: block;
    margin: 10px 0 0 20px;
    height: 170px;
    padding-top: 30px;
    background-repeat: no-repeat;
    text-align: center;
    color: #fff;
    font-size: 18px;
    background-size: 100% 100%;
}

.ewb-gov-item span {
    display: block;
    line-height: 20px;
    padding-top: 95px;
    background-position: top center;
    background-repeat: no-repeat;
}

.gov5 {
    background-image: url("../images/gov_bg_05.jpg");
}

.gov6 {
    background-image: url("../images/gov_bg_06.jpg");
}

.gov7 {
    background-image: url("../images/gov_bg_07.jpg");
}

.gov8 {
    background-image: url("../images/gov_bg_08.jpg");
}

.gov5 span {
    background-image: url("../images/gov_icon_01.png");
}

.gov6 span {
    background-image: url("../images/gov_icon_02.png");
}

.gov7 span {
    background-image: url("../images/gov_icon_03.png");
}

.gov8 span {
    background-image: url("../images/gov_icon_04.png");
}

.ewb-gov-item a:hover {
    font-weight: bold;
    box-shadow: 0px 2px 4px 0px rgba(11, 87, 130, 0.17);
}

/* 手机端 */
@media (max-width:979px) {
    .ewb-gov {
        margin-left: 0;
    }
}

/* 手机端 */
@media (max-width:480px) {
    .ewb-gov-item {
        width: 50%;
    }

    .ewb-gov-item a {
        margin-left: 10px;
    }

    .ewb-gov-box ul {
        margin-left: -10px;
    }
}

/* 友情链接 */
.ewb-link-tt {
    float: left;
    padding: 10px;
    line-height: 17px;
    width: 40px;
    height: 89px;
    color: #fdfffe;
    text-align: center;
    background: #187ccf;
    font-weight: bold;
}

.ewb-link {
    margin-left: 40px;
    height: 89px;
}

.ewb-link-box {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.ewb-link-item {
    float: left;
    width: 154px;
    height: 69px;
    margin-left: 10px;
}

.ewb-link-item a {
    display: block;
    border: 1px solid #dcdcdc;
}

.ewb-link-item img {
    display: block;
    height: 67px;
    width: 152px;
}

#gg0{z-index:9}


.float-img {
	z-index: 1001;
	position: absolute;
	left: 2px;
	top: 43px;
	/* overflow:hidden; */
}

.float-img1 {
  z-index: 1002;
  position: absolute;
  right: 2px;
  top: 53px;
  /* overflow:hidden; */
}