﻿/**!
 * 许昌事务局
 * author: wuzhou
 * date:2017-07-17
 */


/* 轮播图 */

.wb-slider {
    position: relative;
    font-size: 14px;
    overflow: hidden;
    height: 242px;
}

.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: 30px;
    line-height: 30px;
    font-size: 12px;
    color: #fff;
    background: url(../images/mask-bg.png);
}

.wb-slider-mask .ellipsis {
    display: block;
    margin-left: 10px;
    width: 400px;
    color: #fff;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.wb-slider-switcher {
    position: absolute;
    right: 3px;
    bottom: 6px;
    height: 18px;
}

.wb-slider-stag {
    font-family: "Arial";
    float: left;
    margin-right: 3px;
    height: 18px;
    width: 25px;
    line-height: 18px;
    text-align: center;
    color: #fff;
    background: #898989;
    cursor: pointer;
}

.wb-slider-stag.cur {
    background: #ff8202;
}


/* 工作动态 */

.ewb-trends {
    height: 342px;
    border: 1px solid #fed0c5;
    background-color: #fff;
}

.ewb-trends-tt {
    height: 30px;
    border-bottom: 1px solid #e1e1e1;
    background: url(../images/trends_bg.jpg) left bottom repeat-x;
}

.ewb-trends-name {
    width:292px;
    height: 30px;
	border-left: 1px solid #fed0c5;
    border-right: 1px solid #e1e1e1;
    border-top: 2px solid #ff7214;
    margin-top: -1px;
    margin-left: -1px;
    line-height: 30px;
    font-size: 14px;
    color: #ed1d00;
    font-weight: bold;
    text-align: center;
    
}

.ewb-trends-name.current{
    width:292px;
    height: 30px;
	border-left: 1px solid #fed0c5;
    border-right: 1px solid #e1e1e1;
    border-top: 2px solid #ff7214;
    margin-top: -1px;
    margin-left: -1px;
    line-height: 30px;
    font-size: 14px;
    color: #ed1d00;
    font-weight: bold;
    text-align: center;
    background-color: #fff;
}

.ewb-tmore {
    color: #999;
    line-height: 30px;
    font-size: 14px;
    margin-right: 11px;
}

.ewb-news-items {
    margin: 0 11px !important;
    padding-top: 8px !important;
    font-size: 12px !important;
}

.ewb-news-items>li {
    height: 24px;
    line-height: 24px;
    position: relative;
}

.ewb-ndate {
    position: absolute;
    right: 3px;
    top: 0;
	color:#999;
}

.ewb-news-items>li>a {
    display: block;
    color: #333;
    text-indent: 13px;
    margin-right: 60px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    background: url(../images/news_ico.jpg) left center no-repeat;
}

.ewb-news {
    height: 240px;
    border: 1px solid #e1e1e1;
    background-color: #fff;
}

.ewb-news-tt {
    height: 32px;
    line-height: 32px;
    background-color: #ea4d38;
}

.ewb-news-name {
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    margin-left: 17px;
}

.ewb-news-tt .ewb-tmore {
    color: #fff;
    line-height: 32px;
}

.ewb-news-bd .ewb-news-items>li>a {
    margin-right: 0;
}

.ewb-law {
    height: 192px;
}

.ewb-guide {
    height: 192px;
}

.ewb-btn img{
    width: 383px;
    height: 90px;
    padding: 5px 1px;
}

#sel-ulid{
	margin-left: 0px;
}
.ulid-sel{
	display: block;
    width: 382px;
    height: 40px;
    outline: none;
    border: 1px solid #c3c3c3;
    margin-top: 9px;
}

