/**!
 * 连云港市公共资源首页
 * author: hcong;
 * date:2019-06-12
 */

/* main */
 
.ewb-floor1 {
    margin-left: -24px;
    padding: 0 12px;
    height: 349px;
    box-shadow:0px 0px 5px 0px rgba(0,0,0,0.35);
}

/* 公共标题样式 */

.ewb-cm-hd {
    height: 92px;
    text-align: center;
    overflow: hidden;
}

.ewb-cm-tt {
    position: relative;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: top;
    padding: 14px 10px 0 10px;
    min-width: 162px;
}

.ewb-cm-tt a {
    display: block;
}

.ewb-cname {
    height: 38px;
    line-height: 37px;
    font-size: 28px;
    color: #333;
}

.ewb-ename {
    height: 20px;
    line-height: 19px;
    font-size: 12px;
    color: #bababa;
}

.ewb-tt-ico {
    position: absolute;
    top: 25px;
    display: block;
    width: 509px;
    height: 19px;
}

.ewb-tt-ico.left {
    left: -509px;
    background: url('../images/tt_ico1.png') no-repeat;
}

.ewb-tt-ico.right {
    right: -509px;
    background: url('../images/tt_ico2.png') no-repeat;
}

/* 图片轮播 */

.slideBox {
    position: relative;
    overflow: hidden;
    margin: 0 20px 0 188px;
    height: 448px;
}

.slideBox-hd {
    position: absolute;
    right: 0;
    left: 0;
    bottom: 15px;
    z-index: 1; 
    overflow: hidden;
    height: 10px;
}

.slideBox-hd ul {
    width: 100%; 
    overflow: hidden;
    zoom: 1;
    text-align: center;
    font-size: 0;
    -webkit-text-size-adjust:none;
}

.slideBox-hd ul li {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: top;
    margin: 0 6px;
    width: 10px;
    height: 10px;
    cursor: pointer;
    background: url('../images/stag.png') no-repeat;
}

.slideBox-hd ul li.on {
    width: 29px;
    background-image: url('../images/stag_cur.png');
}

.slideBox-bd {
    position: relative;
    z-index: 0;   
    height: 100%;
}

.slideBox-bd li {
	position: relative;
    zoom: 1;
    vertical-align: middle;
}

.slideBox-bd img {
    display: block;  
    width: 100%;
    height: 448px;
}

/* 通知公告、工作动态 */

.ewb-notice {
    position: relative;
    padding-top: 12px;
    height: 202px;
    border-bottom: 1px dashed #c6c6c6;
    overflow: hidden;
}

.ewb-notice-hd {
    height: 31px;
}

.ewb-notice-tt {
    position: relative;
    float: left;
    margin-left: 14px;
    padding: 0 9px;
    height: 26px;
    line-height: 26px;
    font-size: 16px;
    color: #333;
}

.ewb-notice-tt i {
    position: absolute;
    left: 50%;
    bottom: -5px;
    margin-left: -4px;
    display: none;
    width: 8px;
    height: 3px;
    background: url('../images/tab_ico.png') center top no-repeat;
}

.ewb-notice-tt.current {
    color: #006aed;
    border-bottom: 2px solid #006aed;
}

.ewb-notice-tt.current i {
    display: block;
}

.ewb-notice-bd {
    height: 171px;
}

.ewb-more {
    position: absolute;
    top: 12px;
    right: 0;
    height: 24px;
    line-height: 24px;
    color: #666;
}

.ewb-list-node {
    padding-left: 10px;
    height: 32px;
    line-height: 32px;
    vertical-align: top;
    background: url('../images/dian.png') left center no-repeat;
}

.ewb-list-name {
    display: block;
    max-width: 100%;
    color: #333;
}

.ewb-list-node:hover {
    background-image: url('../images/dian_cur.png');
}

.ewb-list-node:hover .ewb-list-name {
    color: #ff9600;
}

/* 系统登录 */

.ewb-syslogin {
    margin-top: 9px;
}

.ewb-syslogin-hd {
    height: 30px;
    line-height: 30px;
}

.ewb-syslogin-tt {
    float: left;
    margin-left: 6px;
    padding-left: 25px;
    font-size: 16px;
    color: #006aed;
    background: url('../images/syslogin_ico.png') left center no-repeat;
}

.ewb-syslogin-list {
    padding: 10px 4px 0 4px;
}

.ewb-syslogin-node {
    margin-top: 10px;
    height: 28px;
    line-height: 28px;
    vertical-align: top;
}

.ewb-syslogin-node:first-child {
    margin-top: 0;
}

.ewb-syslogin-name {
    display: block;
    padding-left: 17px;
    color: #333;
    border-radius: 14px;
    background: url('../images/syslogin_jt1.png') 237px center no-repeat #e5f1ff;
}

.ewb-syslogin-name:hover {
    color: #fff;
    background-image: url('../images/syslogin_jt2.png');
    background-color: #51a0fc;
}

/* 系统 */

.ewb-system {
    position: relative;
    margin: 20px 0 0 -24px;
    width: 288px;
    height: 79px;
    overflow: hidden;
}

.ewb-system .prev,
.ewb-system .next {
    position: absolute;
    z-index: 100;
    top: 50%;
    margin-top: -15px;
    width: 12px;
    height: 30px;
}

.ewb-system .prev {
    left: 0;
    background: url('../images/prev_ico1.png') no-repeat;
}

.ewb-system .next {
    right: 0;
    background: url('../images/next_ico1.png') no-repeat;
}

.ewb-system-bd {
    position: relative;
    z-index: 0;   
    height: 100%;
}

.ewb-system-bd li {
	position: relative;
    zoom: 1;
    vertical-align: middle;
}

.ewb-system-bd img {
    display: block;  
    width: 100%;
    height: 79px;
}

/* 工作动态 */

.ewb-public{
	margin-top: 35px;
}

.ewb-public-hd{
	height: 58px;
	border-bottom: 1px solid #d0d0d0;
	text-align: center;
}

.ewb-public-hd a{
	display: inline-block;
	min-width: 140px;
	border-bottom: 2px solid #548dd7;
	height: 57px;
	text-align: center;
}

.ewb-public-hd a img{
	vertical-align: top;
	margin-top: 1px;
}

.ewb-public-hd a p{
	line-height: 28px;
	font-size: 12px;
	color: #bababa;
	text-transform: uppercase;
}

.ewb-dynamic{
	height: 310px;
}

.ewb-dynamic-item{
	float: left;
	width: 264px;
	margin-left: 48px;
	margin-top: 30px;
}

.ewb-dynamic-item:first-child{
	margin-left: 0;
}

.ewb-dynamic-item img{
	vertical-align: top;
	width: 100%;
	height: 188px;
}

.ewb-date{
	line-height: 30px;
	margin-top: 5px;
}

.ewb-dynamic-tt{
	line-height: 17px;
	height: 34px;
}

.ewb-dynamic-tt a{
	color: #333;
}

.ewb-dynamic-tt a:hover{
	color: #1a78cc;
}

.ewb-dynamic-more{
	height: 14px;
	line-height: 14px;
	text-align: right;
	margin-top: 7px;
}

.ewb-dynamic-more a{
	color: #666;
}

.ewb-dynamic-more a:hover{
	color: #1a78cc;
}

/* 交易服务 */

.ewb-service{
	padding-bottom: 24px;
}

.ewb-service-item{
	float: left;
	margin-left: 105px;
	width: 330px;
	margin-top: 28px;
}

.ewb-service-item:first-child{
	margin-left: 0;
}

.ewb-service-item a{
	display: block;
	height: 105px;
	line-height: 105px;
	font-size: 24px;
	color: #fff;
	padding-left: 182px;
	border-radius: 26px;
}

.ewb-service-item a:hover{
	box-shadow:1px 2px 10px 0px rgba(0,0,0,0.47);
}

.ewb-service-a1{
	background: url('../images/service1.png') no-repeat;
}

.ewb-service-a2{
	background: url('../images/service2.png') no-repeat;
}

.ewb-service-a3{
	background: url('../images/service3.png') no-repeat;
}

/* 交易数据 */

.ewb-recode{
    padding-top: 42px;
    padding-bottom: 30px;
}

.ewb-map{
    width: 722px;
    height: 540px;
    float: left;
    padding-left: 42px;
    position: relative;
}

.ewb-map-chart{
    height: 540px;
    width: 722px;
}

.ewb-map-shade{
    width: 558px;
    height: 472px;
    background: url('../images/map_bg.png') no-repeat;
    position: absolute;
    left: 101px;
    top: 47px;
    z-index: -1;
}

.ewb-addmapmain{
    position: absolute;
    top: 230px;
    left: 380px;
    z-index: 10000;
}

.ewb-add2{
    top: 260px;
    left: 500px;   
}

.ewb-addmaptxt{
    padding-left: 14px;
    height: 16px;
    line-height: 16px;
    font-size: 14px;
    cursor: pointer;
    color: #fff;
    background: url(../images/map_point.png) left center no-repeat;
}

.ewb-addmaptxt:hover{
    background-image: url('../images/map_pointh.png');
}

.ewb-addmapmsg{
    display: none;
    position: absolute;
    left: 60px;
    top: 10px;
    padding: 8px 13px;
    line-height: 26px;
    color: #fff;
    border-radius: 5px;
    white-space: nowrap;
    background: url(../images/sbj_mask.png) repeat;
}

.ad-para01{
    font-weight: bold;
}

.ewb-addmapmain:hover .ewb-addmapmsg{
    display: block;
}

.hack-go{
    float: left;
    width: 387px;
}

.ewb-go-hd {
    height: 32px;
    border: 1px solid #498ad6;
    border-radius: 16px;
}

.ewb-go-items{
    margin-left: -1px;
    margin-right: -1px;
}

.ewb-go-item{
    width: 33.33%;
    text-align: center;
}

.ewb-go-item>a{
    display: block;
    height: 32px;
    line-height: 32px;
    border-radius: 16px;
    text-align: center;
    font-size: 16px;
    color: #333;
}

.ewb-go-item.current>a{
    color: #fff;
    background-color: #498ad6;
}

.ewb-map-table{
    margin-top: 54px;
    width: 100%;
    font-size: 16px;
}

.ewb-map-table table{
    width: 100%;
    font-size: 16px;
    text-align: center;
}

.ewb-map-table table thead td{
    height: 40px;
    font-weight: bold;
    background-color: #61a7f9;
    color: #fff;
}

.ewb-map-table table td{
    height: 50px;
}

.w50p{
    width: 50%;
}

.ewb-map-table table thead {
    border-left: 1px solid #61a7f9;
    border-right: 1px solid #61a7f9;
}

.ewb-map-table table tbody {
    border: 1px solid #deeefd;
    border-top: 0;
}

.ewb-even td {
    background: #f4f8fc;
}

/* 今日交易 */

.ewb-trade {
    margin-top: 19px;
    height: 116px;
    padding-bottom: 6px;
}

.ewb-trade-node {
    float: left;
    margin-left: 156px;
    padding: 0 7px;
    width: 169px;
    height: 116px;
    vertical-align: top;
    background-repeat: no-repeat;
}

.ewb-trade-node:first-child {
    margin-left: 0;
}

.ewb-trade-node:last-child {
    float: right;
}

.ewb-trade-node.icon1 {
    background: url('../images/trade_bg1.png');
}

.ewb-trade-node.icon2 {
    background: url('../images/trade_bg2.png');
}

.ewb-trade-node.icon3 {
    background: url('../images/trade_bg3.png');
}

.ewb-trade-node.icon4 {
    background: url('../images/trade_bg4.png');
}

.ewb-trade-node.icon5 {
    background: url('../images/trade_bg5.png');
}

.ewb-trade-hd {
    height: 34px;
    line-height: 34px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
}

.ewb-trade-node.icon1 .ewb-trade-hd {
    border-bottom: 1px solid #2777e3;
}

.ewb-trade-node.icon2 .ewb-trade-hd {
    border-bottom: 1px solid #ed6947;
}

.ewb-trade-node.icon3 .ewb-trade-hd {
    border-bottom: 1px solid #598bfa;
}

.ewb-trade-node.icon4 .ewb-trade-hd {
    border-bottom: 1px solid #15acb2;
}

.ewb-trade-node.icon5 .ewb-trade-hd {
    border-bottom: 1px solid #52bd22;
}

.ewb-trade-bd {
    padding-top: 18px;
    text-align: center;
    font-size: 0;
    -webkit-text-size-adjust:none;
}

.ewb-trade-bd span {
    display: inline-block;
    vertical-align: top;
    margin: 12px 0 0 8px;
    height: 22px;
    line-height: 22px;
    font-size: 14px;
    color: #fff;
}

.ewb-trade-bd span:first-child {
    margin-top: 0;
    height: 34px;
    line-height: 34px;
    font-size: 30px;
    font-weight: bold;
}