﻿@charset "UTF-8";

/**!
 * 许昌市国土
 * author: shenyh;
 */


/* main */

.ewb-span18 {
    float: right;
    width: 736px;
}

.ewb-span9 {
    float: left;
    width: 358px;
}


/* 公共高度 */

.ewb-h190 {
    height: 190px;
}



/* 公共标题样式 */

.ewb-cm-hd {
    height: 41px;
    line-height: 41px;
    background: url("../images/ttbg.jpg") left bottom repeat-x;
}

.ewb-cm-tt {
    font-size: 18px;
    color: #0c559a;
}


/* 公共列表样式 */

.ewb-list {
    padding: 9px 10px 0 2px;
}

.ewb-list-node {
    padding-left: 10px;
    height: 28px;
    line-height: 28px;
    vertical-align: top;
    background: url(../images/dian.jpg) left center no-repeat;
}

.ewb-list-name {
    float: left;
    width: 75%;
    color: #333;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.ewb-list-name:hover {
    color: #f00;
}

.ewb-list-date{ float:right; color:#aaa;}

/* 左侧按钮 */

.ewb-left-btns {
    margin-top: 10px;
    height: 139px;
    overflow: hidden;
}

.ewb-left-btns ul {
    margin-bottom: -11px;
}

.ewb-btn-node {
    float: left;
    width: 116px;
    vertical-align: top;
}

.ewb-btn-node a {
    display: block;
    margin-bottom: 11px;
    height: 62px;
    line-height: 62px;
    text-align: center;
    font-size: 18px;
    color: #fefefe;
    border-radius: 3px;
}

.ewb-btn-node a.ewb-btn-bg3 {
    padding: 7px 0;
    height: 48px;
    line-height: 24px;
}

.ewb-btn-node a:hover {
    background-color: #86bed7;
}

.ewb-btn-bg1 {
    background-color: #57bfed;
}

.ewb-btn-bg2 {
    background-color: #42d4e5;
}

.ewb-btn-bg3 {
    background-color: #9ecd13;
}

.ewb-btn-bg4 {
    background-color: #fcaa4c;
}


/* img链接 */


.ewb-interacting-list {
    padding-top: 15px;
}

.ewb-interacting-list li {
    margin-top: 4px;
    height: 47px;
    vertical-align: top;
}


.ewb-interacting-list li a,
.ewb-interacting-list li img {
    display: block;
    width: 100%;
    height: 100%;
}


/* 图片轮播 */

.wb-slider {
    position: relative;
    overflow: hidden;
    width: 358px;
    height: 270px;
}

.wb-slider-conbox {
    overflow: hidden;
}

.wb-slider-ctag {
    display: block;
    position: relative;
}

.wb-slider-ctag img {
    display: block;
    width: 358px;
    height: 270px;
}

.wb-slider-mask {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 34px;
    line-height: 34px;
    font-family: "SimSun";
    font-size: 12px;
    color: #fff;
    background: url(../images/mask-bg.png) repeat;
}

.wb-slider-mask .ellipsis {
    display: block;
    padding-left: 10px;
    width: 220px;
    text-align: left;
    color: #fff;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.wb-slider-switcher {
    position: absolute;
    right: 3px;
    bottom: 13px;
    height: 8px;
}

.wb-slider-stag {
    float: left;
    margin-right: 4px;
    height: 8px;
    width: 20px;
    background: url(../images/stag_bg.png) repeat;
    cursor: pointer;
}

.wb-slider-stag.cur {
    background: #fff;
}


/* tab切换 */

.ewb-info-list {
    height: 268px;
    border: 1px solid #dedede;
}

.ewb-info-list .ewb-list {
    padding: 7px 10px 0 11px;
}

.ewb-info-hd {
    height: 29px;
    border-bottom: 1px solid #ddd;
    background: url(../images/hd_bg.jpg) repeat-x;
}

.ewb-info-tab {
    float: left;
    margin: -1px 0 -1px -1px;
    height: 31px;
    line-height: 31px;
    padding: 0 18px;
    color: #333;
}

.ewb-info-tab.current {
    color: #fff;
    background-color: #1e82be;
}




/* 友情链接 */

.ewb-friendlink {
    margin-top: 10px;
    height: 32px;
    line-height: 32px;
    background-color: #ebebeb;
    font-family: "SimSun";
    font-size: 12px;
}

.ewb-friendlink label {
    float: left;
    margin-right: 15px;
    width: 190px;
    text-align: right;
}

.ewb-friendlink select {
    float: left;
    margin: 7px 10px 0 0;
    padding-left: 15px;
    width: 209px;
    height: 19px;
    line-height: 19px;
    border: 1px solid #abadb3;
}


/*微信微博*/
.ewb-code-box {
    position: fixed;
    top: 294px;
    left: 50%;
    margin-left: 520px;
    width: 90px;
	z-index: 99999;
}

.ewb-close-btn {
    width: 54px;
    height: 21px;
    border: 1px solid #d7d7d7;
    border-bottom: 0;
    margin-left: 10px;
}

.ewb-close-btn img {
    vertical-align: top;
	width:85px;
	
}

.ewb-code {
    height: 23px;
    width: 116px;
    padding: 91px 11px 8px;
}

