﻿/**!
 * 烟台市（国有产权）交易中心--党群生活
 * author: chenzp;
 * date:2018-2-24
 */

 /* 正文 */

 /* 轮播图 */

 .wb-slider {
    position: relative;
    font-size: 14px;
    height: 348px;
    overflow: hidden;
}

.wb-slider-conbox {
    overflow: hidden;
}

.wb-slider-ctag {
    display: block;
    position: relative;
}

.wb-slider-ctag img {
    display: block;
    width: 100%;
    height: 100%;
}

.wb-slider-mask {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 42px;
    line-height: 42px;
    color: #fff;
    background: url(../images/mask_bg.png);
}

.wb-slider-mask .ellipsis {
    display: block;
    margin-left: 13px;
    width: 80%;
    color: #fff;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.wb-slider-switcher {
    position: absolute;
    right: 11px;
    bottom: 16px;
    height: 10px;
}

.wb-slider-stag {
    float: left;
    margin-right: 9px;
    height: 10px;
    width: 10px;
    background: url(../images/stag1.png) no-repeat center;
    cursor: pointer;
}

.wb-slider-stag.cur {
    background-image: url(../images/stag1_active.png);
}

/* 党建动态 */

.ewb-com{
	position: relative;
	background: #fff;
}

.ewb-com-hd{
	height: 45px;
	line-height: 45px;
	background: #f3f3f3;
	border-right: 1px solid #dcdcdc;
	border-left: 1px solid #dcdcdc;
}

.ewb-com-line{
	position: absolute;
	left: 0;
	right: -2px;
	width: 100%;
    height: 2px;
    background: #ed4747;;
}

.ewb-com-tt{
	margin-left: 12px;
	font-size: 16px;
	color: #dd0b0b;
}

.ewb-com-more{
	margin-right: 11px;
	color: #666;
}

.ewb-com-bd{
	border: 1px solid #dcdcdc;
	border-top: 0;
}

/* 中央精神，清风廉韵，理论研究，党史纵横 */

.ewb-info{
	padding-bottom: 8px;
}

.ewb-info-item{
	padding: 6px 0 8px;
	margin: 0 11px;
	border-top: 1px solid #dfdfdf;
}

.ewb-info-item:first-child{
	border-top: 0;
}

.ewb-info-title{
	margin-left: 3px;
	display: block;
	line-height: 32px;
	font-size: 16px;
	color: #333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.ewb-info-title:hover{
	color: #e2504f;
}

.ewb-info-detail{
	text-indent: 24px;
	line-height: 22px;
	font-size: 12px;
	color: #666;
}

.ewb-info-detail a{
	color: #e35050;
}

/* 党员风采 */

.ewb-style{
	padding-left: 19px;
}

.ewb-style li{
	margin: 20px 20px 0;
	padding-bottom: 15px;
	float: left;
	width: 250px;
}

.ewb-style-item{
	display: block;
	line-height: 22px;
	font-size: 14px;
	color: #333;
}

.ewb-style-item:hover{
	color: #e2504f;
}

.ewb-style-item p{
	padding: 8px 0 0 2px;
}

.ewb-footer{
	margin-top: 20px;
}