﻿/**!
 * 建安区人民政府首页
 * author: xuyang;
 * date:2017-04-17
 */

/* 通用样式 */

.ewb-com-block {
	position: relative;
	margin-top: -44px;
	border: 1px solid #d1d1d1;
	background-color: #fff;
}

.ewb-com-hd {
	width: 124px;
	height: 72px;
	background-color: #fafafa;
	border-right: 1px solid #d1d1d1;
}

.ewb-com-hd img {
	display: block;
	vertical-align: top;
}

.ewb-com-more {
	position: absolute;
	top: 0;
	right: -7px;
	width: 7px;
	height: 34px;
	background: url(../images/more_icon.png);
}


.ewb-com-tt {
	margin-right: 58px;
	padding-left: 58px;
	font-size: 24px;
	color: #b21612;
}

.ewb-com-tt1{
	margin-left: 18px;
    font-size: 16px;
    font-weight: bold;
    color: #b21612;
    display: block;
    float: left;
    height: 30px;
    line-height: 30px;
    width: 101px;
    text-align: center;
    margin-top: 12px;
}

.ewb-com-tt1:hover{
	color: white;
	background: #b21612;
	 border-radius:15px;
}

.ewb-com-item {
	height: 28px;
	line-height: 28px;
	vertical-align: top;
	background: url(../images/item_icon.jpg) left 12px no-repeat;
}

.ewb-item-block {
	padding-left: 15px;
	margin-right: 36px;
	white-space: nowrap;
	overflow: hidden;
    text-overflow: ellipsis;
	max-width: 350px;
}

.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: #ff0000;
}

.ewb-common-hd {
	padding-left: 13px;
	height: 50px;
}

.ewb-common-china {
	padding-top: 8px;
	font-size: 16px;
	font-weight: bold;
}

.ewb-common-china a {
	color: #070707;
}

.ewb-common-china span {
	font-size: 20px;
	color: #cb1915;
}

.ewb-common-en {
	margin-top: 4px;
}

.ewb-common-eng {
	margin-left: 6px;
	font-size: 10px;
	text-transform: uppercase;
}

.ewb-common-line {
	margin-top: 6px;
	width: 63px;
	height: 3px;
	background-color: #cb1915;
}

/* 今日建安 */

.ewb-today {
	height: 53px;
	line-height: 53px;
	background-color: #f0f0f5;
	border-top: 7px solid #b21612;
}

.ewb-today-tt {
	background: url(../images/today_icon.png) 0 12px no-repeat;
}

/* 通知公告 */

.ewb-notice {
	position: relative;
	height: 87px;
	background-color: #fafafa;
}

.ewb-com-hd a {
	display: block;
	margin-top: 6px;
	margin-left: 18px;
}

.ewb-notice .ewb-com-hd {
	height: 87px;
}

.ewb-notice-bd {
	padding: 2px 14px 0;
	width: 339px;
}

/* 图片轮播 */

.ewb-viewpager {
	height: 286px;
}

.wb-slider {
    position: relative;
    font-family: arial;
    font-size: 14px;
    overflow: hidden;
}

.wb-slider-conbox {
    overflow: hidden;
}

.wb-slider-ctag {
    display: block;
    position: relative;
}

.wb-slider-ctag img {
    display: block;
    width: 100%;
}

.wb-slider-mask {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40px;
    line-height: 40px;
    color: #fff;
    background: url(../images/mask-bg.png);
}

.wb-slider-mask .ellipsis {
    display: block;
    margin-left: 10px;
    width: 300px;
    color: #fff;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.wb-slider-switcher {
    position: absolute;
    right: 0;
    bottom: 13px;
    height: 18px;
}

.wb-slider-stag {
    float: left;
    margin-right: 2px;
    height: 18px;
    width: 25px;
    line-height: 18px;
    text-align: center;
    color: #fff;
    background: #898989;
    cursor: pointer;
}

.wb-slider-stag.cur {
    background: #ff8202;
}

/* 政务要闻 */

.ewb-news {
	height: 341px;
}

.ewb-news-hd {
	margin-left: -3px;
	height: 40px;
	line-height: 40px;
}

.ewb-news-bd {
	height: 277px;
	border: 1px solid #cfcfcf;
	background-color: #fff;
}

.ewb-news-link {
	position: relative;
	margin-left: 3px;
	width: 88px;
	font-size: 16px;
	text-align: center;
	color: #333;
	background-color: #f0f0f5;
}

.ewb-news-link:hover {
	color: #666;
	background-color: #ececea;
}

.ewb-news-link.ewb-last {
	width: 129px;
}

.ewb-news-link.current {
	color: #fff;
	background-color: #cb1915;
}

.ewb-news-link i {
	display: none;
	position: absolute;
	top: 40px;
	left: 50%;
	margin-left: -7px;
	width: 13px;
	height: 8px;
	background: url(../images/com_hd_arrow.png);
}

.ewb-news-link.current i {
	display: block;
}

.ewb-news-bd {
	padding: 12px 14px 0;
}	

.ewb-news-bd .ewb-com-item {
	height: 30px;
	line-height: 30px;
	background: url(../images/common_icon.jpg) left 13px no-repeat;
}

.ewb-news-bd .ewb-com-item:hover {
	background: url(../images/common_iconh.jpg) left 13px no-repeat;
}

/* 专栏 */

.ewb-column {
	height: 82px;
}

.ewb-column-hd {
	width: 97px;
	height: 80px;
	border: 1px solid #d1d1d1;
	background-color: #cb1915;
}

.ewb-column-hd a {
	display: block;
	margin-top: 8px;
	margin-left: 13px;
}

.ewb-column-bd {
	margin-left: 5px;
	width: 894px;
}

.wb-left-btn,
.wb-right-btn {
    float: left;
    width: 30px;
    height: 37px;
    margin-top: 21px;
}

.wb-right-btn {
	margin-left: 10px;
}

.wb-marquee {
	float: left;
    margin-left: 5px;
}

.wb-marquee-items {
    width: 819px;
    height: 82px;
}

.wb-marquee-items li {
    height: 82px;
    float: left;
    text-align: center;
}

.wb-marquee-img {
	display: block;
    margin-left: 10px;
	height: 82px;
}

/* 政务公开 */

.ewb-public-tt {
	background: url(../images/public_icon.png) left 14px no-repeat;
}

/* 公开导航 */

.ewb-navigation .ewb-com-hd a {
	display: block;
	margin-top: 5px;
	margin-left: 2px;
}

.ewb-navigation .ewb-notice-bd {
	padding: 8px 14px 0;
}

.ewb-navigation-item {
	line-height: 28px;
}

.ewb-wd1 {
	width: 124px;
}

.ewb-wd2 {
	width: 90px;
}

.ewb-navigation-item a {
	color: #333;
}

.ewb-navigation-item a:hover {
	color: #ff0000;
}

/* 最新公开 */

.ewb-latest {
	height: 218px;
	border: 1px solid #cfcfcf;
	border-top: 2px solid #cb1915;
}

.ewb-lastest-bd {
	padding: 15px 14px 0;
}

/* link */

.ewb-link {
	height: 258px;
	border: 1px solid #cfcfcf;
	border-top: 2px solid #cb1915;
}

.ewb-link-con {
	padding-top: 9px;
	margin-left: -6px;
}

.ewb-link-a {
	margin-top: 10px;
	margin-left: 20px;
	width: 222px;
	height: 36px;
	line-height: 36px;
	cursor: pointer;
	background: url(../images/link_bg.png);
}

.ewb-link-icon1 {
	margin: 5px 25px 0 39px;
	width: 24px;
	height: 24px;
	background: url(../images/link_icon1.png);
}

.ewb-link-icon2 {
	margin: 6px 23px 0 38px;
	width: 24px;
	height: 26px;
	background: url(../images/link_icon2.png);
}

.ewb-link-icon3 {
	margin: 6px 25px 0 39px;
	width: 23px;
	height: 24px;
	background: url(../images/link_icon3.png);
}

.ewb-link-icon4 {
	margin: 6px 24px 0 38px;
	width: 24px;
	height: 24px;
	background: url(../images/link_icon4.png);
}

.ewb-link-icon5 {
	margin: 4px 26px 0 38px;
	width: 22px;
	height: 28px;
	background: url(../images/link_icon5.png);
}

.ewb-link-icon6 {
	margin: 6px 24px 0 39px;
	width: 23px;
	height: 24px;
	background: url(../images/link_icon6.png);
}

.ewb-link-icon7 {
	margin: 4px 24px 0 39px;
	width: 24px;
	height: 27px;
	background: url(../images/link_icon7.png);
}

.ewb-link-icon8 {
	margin: 6px 23px 0 39px;
	width: 24px;
	height: 22px;
	background: url(../images/link_icon8.png);
}

.ewb-link-icon9 {
	margin: 10px 24px 0 39px;
	width: 24px;
	height: 19px;
	background: url(../images/link_icon9.png);
}

.ewb-link-icon10 {
	margin: 7px 18px 0 34px;
	width: 33px;
	height: 24px;
	background: url(../images/link_icon10.png);
}

.ewb-link-a:hover {
	background: url(../images/link_bgh.png);
}

.ewb-link-sp {
	font-size: 16px;
	color: #9e5535;
}

/* 公共服务 */

.ewb-service-tt {
	background: url(../images/service_icon.png) 0 14px no-repeat;
}

.ewb-service .ewb-com-hd a {
	margin-top: 6px;
	margin-left: 26px;
}

.ewb-service-item {
	width: 110px;
	line-height: 28px;
}

.ewb-service .ewb-notice-bd {
	padding-top: 8px;
}

.ewb-service-item a {
	color: #333;
}

.ewb-guide {
	height: 257px;
	border: 1px solid #cfcfcf;
	border-top: 2px solid #cb1915;
}

/* service-link */

.ewb-service-link {
	/* padding-left: 10px; */
	height: 125px;
	border: 1px solid #cfcfcf;
	border-top: 2px solid #cb1915;
}

.ewb-ser-item {
	margin-top: 26px;
	width: 70px;
	text-align: center;
	color: #333;
}

.ewb-ser-icon {
	display: block;
	margin: 0 auto 11px;
	width: 47px;
	height: 47px;
}

.ewb-ser-icon1 {
	background: url(../images/service_linknew1.png);
}

.ewb-ser-item:hover .ewb-ser-icon1 {
	background: url(../images/service_linknew1h.png);
}

.ewb-ser-icon2 {
	background: url(../images/service_linknew2.png);
}

.ewb-ser-item:hover .ewb-ser-icon2 {
	background: url(../images/service_linknew2h.png);
}

.ewb-ser-icon3 {
	background: url(../images/service_linknew3.png);
}

.ewb-ser-item:hover .ewb-ser-icon3 {
	background: url(../images/service_linknew3h.png);
}

.ewb-ser-icon4 {
	background: url(../images/service_linknew4.png);
}

.ewb-ser-item:hover .ewb-ser-icon4 {
	background: url(../images/service_linknew4h.png);
}

.ewb-ser-icon5 {
	background: url(../images/service_linknew5.png);
}

.ewb-ser-item:hover .ewb-ser-icon5 {
	background: url(../images/service_linknew5h.png);
}

.ewb-ser-icon6 {
	background: url(../images/service_linknew6.png);
}

.ewb-ser-item:hover .ewb-ser-icon6 {
	background: url(../images/service_linknew6h.png);
}

.ewb-ser-icon7 {
	background: url(../images/service_linknew7.png);
}

.ewb-ser-item:hover .ewb-ser-icon7 {
	background: url(../images/service_linknew7h.png);
}

.ewb-service-item span {
	font-weight: bold;
}

.ewb-ser-banner,
.ewb-ser-banner img {
	display: block;
	vertical-align: top;
}

/* picture */

.ewb-picture {
	height: 120px;
}

.ewb-picture .wb-slider-switcher {
    position: absolute;
    right: 2px;
    bottom: 0px;
    height: 17px;
}

.ewb-picture .wb-slider-stag {
	margin-right: 2px;
	width: 17px;
	height: 17px;
	line-height: 17px;
	text-align: center;
	background-color: #cb1915;
}

.ewb-picture .wb-slider-stag.cur {
    background: #121213;
}

/* 交流互动 */

.ewb-interact-tt {
	background: url(../images/interact_icon.png) left 13px no-repeat;
}

.ewb-interact .ewb-com-hd a {
	margin-top: 5px;
	margin-left: 18px;
}

.ewb-interact .ewb-notice-bd {
	padding-top: 8px;
}

/* 区长信箱 */

.ewb-mail {
	height: 221px;
	border: 1px solid #cfcfcf;
	border-top: 2px solid #b41112;
}

.ewb-mail-bd {
	margin-top: 22px;
}

.ewb-mail-tab {
	width: 100%;
}

.ewb-tr-hd {
	height: 28px;
}

.ewb-tr-hd th {
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	color: #946329;
	background-color: #f3f3f3;
}

.ewb-th1 {
	width: 60px;
}

.ewb-th2 {
	width: 234px;
}

.ewb-th3 {
	width: 120px;
}

.ewb-th4 {
	width: 80px;
}

.ewb-tr {
	height: 28px;
}

.ewb-tr td {
	text-align: center;
}

.ewb-col-blue {
	color: #138fdd;
}

.ewb-col-org {
	color: #f86900;
}

.ewb-col-green {
	color: #5eab20;
}

.ewb-col-grey {
	color: #999;
}

.ewb-tr td.ewb-spe {
	text-align: left;
}

.ewb-tr-con {
	width: 90%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

/* 在线调查 */

.ewb-online {
	height: 264px;
}

.ewb-online .ewb-news-link {
	width: 163px;
}

.ewb-online .ewb-news-link.ewb-last {
	width: 162px;
}

.ewb-online .ewb-news-bd {
	padding-top: 10px;
	height: 202px;
}

.ewb-online .ewb-com-item {
	height: 28px;
	line-height: 28px;
}

.ewb-green-channel li a{
	padding-left:16px;
	padding-right:35px;
    font-size: 15px;
    color: #333;
    background: url(../images/work_jt.png) left center no-repeat;
}

.ewb-green-channel2 li a{
	
	padding-left:16px;
     float: left;
    display: block;
    width: 98px;
    font-size: 15px;
    color: #333;
    background: url(../images/work_jt.png) left center no-repeat;
}

.ewb-green-channel li{
    height: 30px;
	margin-left:35px;

}


.ewb-green-channel2 li{
    height: 30px;
	margin-left:35px;
	

}

.ewb-green-channel2{
	height:240px;
	margin-top:15px;
}

.ewb-green-channel3 ul li a {
    display: block;
    margin: 5px 0 6px 25px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    border-radius: 4px;
    background-color: #fa9b98;
}

.ewb-green-channel3 ul li {
    float: left;
    width: 46%;
    vertical-align: top;
	margin-left: 5px;
}


