/**!
 * 吴中区纪委网站
 * author: xuy;
 * date:2019-02-11
 */

/* 通用样式 */

.white {
	background-color: #fff;
}

.ellipsis {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.ewb-mr5 {
	margin-right: 5px;
}

.ewb-ml5 {
	margin-left: 5px;
}

.ewb-mt34 {
	margin-top: 34px;
}

/* 今日关注 */

.ewb-focus {
	height: 136px;
}

.ewb-focus-tt {
	margin-top: 21px;
	margin-left: 56px;
}

.ewb-focus-con {
	padding: 30px 20px 0;
	width: 862px;
	text-align: center;
}

.ewb-focus-h {
	line-height: 55px;
	font-size: 36px;
	font-weight: bold;
	color: #2c76da;
}

.ewb-focus-h > a {
	color: #2c76da;
}

.ewb-focus-tips {
	line-height: 35px;
	font-size: 16px;
	color: #999;
}

.ewb-focus-tips > a {
	padding: 0 15px;
	color: #999;
}

.ewb-focus-more {
	margin-top: 43px;
	margin-right: 60px;
	width: 72px;
	height: 44px;
	line-height: 32px;
	text-align: center;
	font-size: 16px;
	color: #fff;
	background: url("../images/focus_more.png") no-repeat;
}

.ewb-module1 {
	height: 356px;
}

/* slider */

#owl {
	position: relative;
	height: 346px;
}

#owl .item {
    display: block;
}

#owl img {
    display: block;
    width: 100%;
}

.ewb-img-intro {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding-top: 38px;
    height: 46px;
    line-height: 46px;
    color: #fff;
    text-indent: 18px;
    padding-right: 150px;
    background: url("../images/dots_bg.png") repeat;
}

.owl-dots {
	position: absolute;
	right: 20px;
	bottom: 16px;
	height: 12px;
}

.owl-carousel button.owl-dot {
	margin-left: 9px;
	width: 12px;
	height: 12px;
	border: 0;
	outline: 0;
	cursor: pointer;
	background: url("../images/dots_ico.png");
}

.owl-carousel button.owl-dot.active {
	background: none;
	background-color: #df5555;
}

/* 工作要闻 */

.ewb-news {
	margin-left: 10px;
}

.ewb-news-hd {
	height: 43px;
	border-bottom: 1px solid #e8e8e8;
}

.ewb-news-tt {
	margin-left: 25px;
	padding-left: 30px;
	width: 120px;
	height: 44px;
	line-height: 44px;
	font-size: 20px;
	color: #333;
}

.ewb-news-tt:first-child {
	margin-left: 0;
}

.ewb-news-tt.current {
	color: #fff;
	background-color: #4287e5;
}

.ewb-news-tt > i {
	float: right;
	display: none;
	width: 20px;
	height: 44px;
	background: url("../images/news_arrow.jpg") no-repeat;
}

.ewb-news-tt.current > i {
	display: block;
}

.ewb-news-items {
	padding-top: 10px;
}

.ewb-news-item {
	height: 38px;
	line-height: 38px;
	font-size: 18px;
	vertical-align: top;
	background: url("../images/item_icon.png") left center no-repeat;
}

.ewb-com-block {
	margin-right: 90px;
	padding-left: 15px;
}

.ewb-news-item a {
	color: #333;
}

.ewb-news-item span {
	margin-top: -38px;
	color: #999;
}

.ewb-news-item:hover {
	background: url("../images/item_iconh.png") left center no-repeat;
}

.ewb-news-item:hover a,
.ewb-news-item:hover span {
	color: #4287e5;
}

/* 工作动态 */

.ewb-work {
	margin-top: 25px;
}

.ewb-com-hd {
	height: 45px;
	line-height: 43px;
}

.ewb-com-tt {
	padding-right: 30px;
	font-size: 30px;
	color: #4287e5;
	background: url("../images/tt_arrow1.jpg") right 17px no-repeat #fff;
}

.ewb-com-tt > i {
	display: inline-block;
	margin-top: 5px;
	margin-right: 16px;
	width: 35px;
	height: 35px;
	vertical-align: top;
	background: url("../images/tt_icon.png") no-repeat;
}

.ewb-com-line {
	margin-top: 17px;
	height: 10px;
	background: url("../images/tt_arrow2.jpg") right top no-repeat #eef4fc;
}

/* tab */

.ewb-tab {
	margin-top: 15px;
	height: 222px;
}

.ewb-tab.ht188 {
	height: 188px;
}

.ewb-tab-hd {
	margin-left: -5px;
	height: 40px;
	line-height: 40px;
}

.ewb-tab-link {
	margin-left: 5px;
	width: 140px;
	font-size: 18px;
	text-align: center;
	color: #333;
	background-color: #e8e8e8;
}

.ewb-tab-link.current {
	color: #fff;
	background-color: #4287e5;
}

.ewb-tab-link.empty {
	height: 40px;
	background-color: #f4f4f4;
}

/* banner */

.ewb-banner {
	height: 100px;
}

/* report */

.ewb-report {
	display: block;
    margin-top: 16px;
    font-size: 16px;
}

/* 廉洁文化 */

.ewb-culture {
	height: 188px;
}

.ewb-culture-bd {
	padding-top: 6px;
	margin-left: -30px;
}

.ewb-culture-bd .ewb-news-item {
	margin-left: 30px;
	float: left;
	width: 575px;
}