/**!
 * 长葛市人民政府首页
 * author: xuyang;
 * date:2017-05-03
 */

.ewb-main {
    padding: 10px 10px 0;
    background-color: #fff;
}

/* 图片轮播 */

.news-img {
    position: relative;
    width: 100%;
    height: 284px;
}

.img-viewer {
    float: left;
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.img-viewer-cell {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 219px;
}

.img-viewer-cell > li {
    display: none;
    width: 100%;
    height: 100%;
}

.big-img-link img {
    width: 100%;
    height: 100%;
}
/* 大图说明文字 */

.img-title {
    position: absolute;
    top: 191px;
    left:0;
    z-index: 20;
    display: block;
    width: 100%;
    height: 28px;
    line-height: 28px;
    text-indent: 10px;
    font-size: 14px;
    color: #fff;
}


.img-title-mask {
    position: absolute;
    top: 191px;
    left: 0;
    width: 100%;
    height: 28px;
    background-color: #000;
    opacity: 0.5;
    z-index: 10;
    filter: alpha(opacity=50);
}
/* 小图 */

.img-bars {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 326px;
    height: 55px;
    overflow: hidden;
    z-index: 999;
}

.img-bars-content img {
    width: 70px;
    height: 51px;
    border: 1px solid #fff;
    vertical-align: top;
}

.img-bars-content > li {
    display: block;
    float: left;
    margin-right: 10px;
    width: 72px;
    height: 53px;
    border: 1px solid #f2f2f2;
    position: relative;
    cursor: pointer;
}

.img-bars-content li.active {
    border-color: #88c1ff;
}

/* 要闻 */

.ewb-news {
    padding: 0 9px;
    height: 284px;
}

.ewb-news-hd {
    padding-top: 6px;
    padding-left: 10px;
    *padding-left: 4px;
    height: 28px;
    line-height: 28px;
    border-bottom: 1px solid #388ce4;
}

.ewb-news-tt {
    margin-right: 15px;
    padding: 0 12px;
    font-size: 15px;
    color: #68798a;
}

.ewb-news-tt.current {
    margin-left: 0;
    text-align: center;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
    color: #fff;
    background-color: #388ce2;
}

.ewb-news-bd {
    padding: 5px 0 0 10px;
}

.ewb-com-item {
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    vertical-align: top;
    background: url(imagesitem_icon.png) left center no-repeat;
}

.ewb-com-block {
    padding-left: 14px;
    margin-right: 80px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ewb-com-item a {
    color: #333;
}

.ewb-com-item span {
    margin-top: -28px;
    color: #999;
}

.ewb-com-item:hover a,
.ewb-com-item:hover span {
    color: #fb8b06;
}

/* 通知公告 */

.ewb-ntc {
    height: 284px;
}

.ewb-ntc-hd{
    position: relative;
    height: 34px;
    line-height: 34px;
    text-align: center;
    background: url(imagesntc_hd_bg.jpg) repeat-x;
}

.ewb-ntc-hd a {
    font-size: 16px;
    font-weight: bold;
    color: #fff;
}

.ewb-ntc-icon {
    position: absolute;
    right: 0;
    top: 0;
    width: 32px;
    height: 34px;
    z-index: 0;
    background: url(imagesntc_icon.png);
}

.ewb-ntc-icon.ewb-spe {
    background: url(imagesntc_icon.jpg);
}

.ewb-ntc-bd {
    padding-top: 5px;
}

.ewb-ntc-item {
    padding-left: 14px;
    line-height: 30px;
    background: url(imagesitem_icon.png) left 15px no-repeat;
}

.ewb-ntc-block{
    font-size: 14px;
    border-bottom: 1px dashed #dfdfdf;
}

.ewb-ntc-block a {
    color:#333;
}

.ewb-ntc-block span {
    margin-top: 15px;
    *margin-top: -15px;
    color: #999;
}

.ewb-ntc-block:hover a,
.ewb-ntc-block:hover span {
    color: #fb7820;
}

.last .ewb-ntc-block {
    border-bottom: 0;
}

.ewb-photo,
.ewb-photo img {
    display: block;
    vertical-align: top;
}

/* 政务公开 */

.ewb-hd {
    height: 242px;
    width: 34px;
    background: url(imageshd_bg.jpg) repeat-y #f4f5f6;
}

.ewb-hd-tt {
    display: block;
    padding-top: 5px;
    height: 155px;
    line-height: 25px;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    color: #fff;
    background: url(imageshd_tt.jpg);
}

/* 政府信息公开导航 */

.ewb-gnav {
    margin-left: 8px;
    height: 242px;
    background-color: #f4f5f6;
}

.ewb-gnav_bd {
    padding-left: 10px;
}

.ewb-gnav-item {
    padding-left: 16px;
    height: 33px;
    line-height: 33px;
    font-size: 14px;
    background: url(imagesgnav_item_icon.png) left center no-repeat;
}

.ewb-gnav-item a {
    color: #333;
}

.ewb-gnav-item a:hover {
    color: #fb7820;
}

/* 最新公开 */

.ewb-public {
    padding: 0 10px;
    height: 242px;
    overflow: hidden;
    background-color: #f4f5f6;
}

.ewb-public-hd {
    height: 33px;
    border-bottom: 1px solid #dfdfdf;
}

.ewb-public-tt {
    padding: 0 10px;
    height: 32px;
    line-height: 32px;
    font-size: 16px;
    color: #333;
}

.ewb-public-tt.current {
    font-weight: bold;
    border-bottom: 2px solid #2c85e6;
}

.ewb-public .ewb-com-item span {
    margin-right: 10px;
    color: #999;
}

.ewb-public .ewb-com-item:hover span {
    color: #fb7820;
}

.ewb-icons {
    margin-top: -10px;
    margin-left: -10px;
}

.ewb-icon {
    margin-top: 10px;
    margin-left: 10px;
}

.ewb-icon a {
    display: block;
    width: 137px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    text-align: center;
    border-radius: 2px;
    color: #fff;
    background-color: #6ebdf4;
}

.ewb-icon a:hover {
    background-color: #388ce2;
}

/* 横向轮播 */

.ewb-transverse {
    margin-top: 10px;
    height: 73px;
}

.scroll {
    position: relative;
}

.wb-left-btn,
.wb-right-btn {
    position: absolute;
    display: block;
    top: 18px;
    width: 20px;
    height: 40px;
    z-index: 99;
}

.wb-left-btn {
    left: 0px;
    background: url(imagesleft.png);
}

.wb-right-btn {
    right: 0px;
    background: url(imagesright.png);
}


.wb-marquee {
	float: left;
    height: 73px;
}

.wb-marquee-items {
    width: 998px;
    height: 73px;
}

.wb-marquee-items li {
    float: left;
    margin-left: 8px;
    height: 73px;
    text-align: center;
}

/* 公共服务 */

.ewb-hd.service {
    height: 200px;
}

/* 主题服务 */

.ewb-theme {
    margin-left: 8px;
    height: 200px;
    background-color: #f4f5f6;
}

.ewb-theme .tabview {
    padding: 0 10px;
}

.ewb-theme-tt {
    margin-top: 9px;
    padding-left: 11px;
    height: 18px;
    line-height: 18px;
    font-size: 16px;
    font-weight: bold;
    color: #333;
    border-left: 8px solid #2c85e6;
}

.ewb-theme-items {
    padding-top: 12px;
    margin-left: -10px;
}

.ewb-theme-item {
    margin-left: 20px;
    padding-left: 11px;
    width: 62px;
    height: 35px;
    line-height: 35px;
    font-size: 14px;
    background: url(imagestheme_item_icon.jpg) left center no-repeat;
}

.ewb-theme-item:hover {
    background: url(imagestheme_item_iconh.jpg) left center no-repeat;
}

.ewb-theme-item a {
    color: #333;
    display: block;
    overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}

.ewb-theme-item a:hover {
    color: #fb7820;
}

/* 场景式服务 */

.ewb-sce,
.ewb-egov {
    height: 200px;
    background-color: #f4f5f6;
}

.ewb-sce-link {
    margin-top: 10px;
    margin-left: 10px;
    display: block;
    width: 83px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    text-align: center;
    border-radius: 4px;
    color: #388ce2;
    border: 1px solid #388ce2;
}

.ewb-sce-link:hover {
    color: #fb7820;
    border: 1px solid #fb7820;
}

/* 政务服务 */

.ewb-egov-bd {
    padding-top: 10px;
    margin-left: -10px;
}

.ewb-culture-item {
    margin-left: 10px;
    margin-bottom: 4px;
    width: 73px;
    height: 75px;
    text-align: center;
}

.ewb-culture-icon {
    display: inline-block;
    width: 56px;
    height: 49px;
}

.culture-icon1 {
    background: url(imagesculture_icon1.png);
}

.ewb-culture-item:hover .culture-icon1 {
    background: url(imagesculture_icon1h.png);
}

.culture-icon2 {
    background: url(imagesculture_icon2.png);
}

.ewb-culture-item:hover .culture-icon2 {
    background: url(imagesculture_icon2h.png);
}

.culture-icon3 {
    background: url(imagesculture_icon3.png);
}

.ewb-culture-item:hover .culture-icon3 {
    background: url(imagesculture_icon3h.png);
}

.culture-icon4 {
    background: url(imagesculture_icon4.png);
}

.ewb-culture-item:hover .culture-icon4 {
    background: url(imagesculture_icon4h.png);
}

.culture-icon5 {
    background: url(imagesculture_icon5.png);
}

.ewb-culture-item:hover .culture-icon5 {
    background: url(imagesculture_icon5h.png);
}

.culture-icon6 {
    background: url(imagesculture_icon6.png);
}

.ewb-culture-item:hover .culture-icon6 {
    background: url(imagesculture_icon6h.png);
}

.ewb-culture-sp {
    display: block;
    font-size: 14px;
    text-align: center;
    color: #666;
}

.ewb-culture-item:hover a span {
    color: #fb7820;
}

/* 交流互动 */

.ewb-inter-bd {
    padding-top: 10px;
}

.ewb-inter-item {
    margin-bottom: 10px;
    text-align: center;
}

.ewb-inter-item a {
    display: inline-block;
    padding-top: 42px;
    width: 85px;
    height: 26px;
    font-size: 15px;
    color: #fff;
    border-radius: 3px;
}

.ewb-inter-item a.icon1 {
    background: url(imagesinter_icon1.png) center 10px no-repeat #6ebdf4;
}

.ewb-inter-item a.icon2 {
    background: url(../images/inter_icon2.png) center 13px no-repeat #6ebdf4;
}

.ewb-inter-item a:hover {
    background-color: #388ce2;
}

.ewb-public.inter {
    height: 200px;
}

.inter ul {
    padding-top: 7px;
}

/* 信息统计 */

.ewb-sta-bd {
    padding-top: 9px;
}

.ewb-sta-table {
    width: 100%;
}

.ewb-tr-hd {
    height: 26px;
    font-size: 14px;
}

.ewb-tr-hd th {
    text-align: center;
    background-color: #dae3ec;
}

.ewb-th1 {
    width: 50px;
}

.ewb-th2 {
    width: 190px;
}

#ewb-tbd {
    height: 120px;
    overflow-y: auto;
}

.ewb-tr {
    height: 24px;
}

td {
    text-align: center;
}

.ewb-tr.bgw {
    background-color: #fff;
}

/* 友情链接 */

.ewb-firendlink {
    margin-top: 15px;
    height: 147px;
}

.ewb-fl-hd {
    height: 36px;
    line-height: 36px;
    background-color: #f1f1f1;
}

.ewb-fl-tt {
    width: 107px;
    font-size: 14px;
    text-align: center;
    color: #fff;
    background: url(imagesflink_tt.jpg) repeat-x;
}

.ewb-fl-tab {
    font-size: 14px;
    text-align: center;
}

.ewb-fl-tab1 {
    width: 219px;
    border-right: 1px solid #d5d7d9;
}

.ewb-fl-tab2 {
    width: 219px;
    border-right: 1px solid #d5d7d9;
}

.ewb-fl-tab3 {
    width: 219px;
    border-right: 1px solid #d5d7d9;
}

.ewb-fl-tab4 {
    width: 219px;
}

.ewb-fl-tab a {
    display: inline-block;
    padding-right: 30px;
    color: #333;
    background: url(imagesfl_icon.png) right 16px no-repeat;
}

.ewb-fl-tab.current a {
    color: #056abd;
    background: url(imagesfl_iconh.png) right 15px no-repeat;
}

.ewb-fl-bd {
    padding-top: 10px;
    height: 100px;
    border: 1px solid #f1f1f1;
}

.ewb-fl-items {
    margin-left: -37px;
}

.ewb-fl-item {
    margin-left: 66px;
    width: 80px;
    height: 24px;
    line-height: 24px;
    font-size: 14px;
}

.ewb-fl-item a {
    color: #666;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ewb-th2 a{
	color: #333;
}

.change-bigimg {
	display: none;
}

.ewb-fl-tab a{
	cursor: pointer;
}

.wb-slider-point {
    float: left;
    margin-right: 4px;
    height: 12px;
    width: 12px;
    background: url(imagesstag.png) no-repeat;
    cursor: pointer;
}

.wb-slider-point.cur {
    background-image: url(imagesstag-active.png);
}

.wb-slider-switcher {
	position: absolute;
	right: 7px;
	bottom: 7px;
	height: 18px;
}

.dibu-piclink ul {
    overflow: hidden;
}

.dibu-piclink {
    
   
    margin-bottom: 20px;
    margin-top: 15px;
    height: 65px;
    line-height: 65px;
}