/**!
 * 交流互动
 * author: xuyang;
 * date:2017-05-05
 */

/* 当前位置 */

.ewb-local {
    padding-left: 15px;
    height: 33px;
    line-height: 33px;
    border-bottom: 1px solid #a4c0e4;
    background-color: #fff;
}

.ewb-r-col {
    margin-right: 6px;
    color: #ff0000;
}

.ewb-local a {
    color: #333;
}

.ewb-r-split {
    padding: 0 6px;
}

/* 互动交流 */

.ewb-com-hd {
    height: 33px;
    line-height: 33px;
    background-color: #fbe9e5;
}

.ewb-com-tt {
    padding: 0 22px;
    color: #333;
}

.ewb-com-tt.current {
    font-size: 16px;
    color: #fff;
    background: url(../images/com_hd_bg.jpg) repeat-x;
}

.ewb-interact-bd {
    height: 475px;
    border: 1px solid #ddd;
    background: url(../images/left_bd.jpg) left bottom no-repeat #fff;
}

.wb-tree-tt {
    color: #333;
}

.wb-tree-node, .wb-tree-sub a {
    display: block;
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    color: #333;
    cursor: pointer;
    border-bottom: 1px solid #ddd;
    background-color: #fff;
}

.wb-tree-iconl {
    float: left;
    width: 14px;
    height: 10px;
    margin-top: 13px;
    margin-left: 20px;
    margin-right: 10px;
    background: url(../images/wblist.png) no-repeat;
}

.wb-tree-iconr {
    float: right;
    width: 7px;
    height: 12px;
    margin-top: 12px;
    margin-right: 12px;
    background: url(../images/wblistrh.png) no-repeat;
}

.wb-tree-sub {
    display: none;
}

.wb-tree-item>a {
    padding-left: 44px;
    font-size: 12px;
    background-color: #f6f6f6;
}

.wb-tree-item>a:hover {
    font-weight: bold;
    background-color: #eb4417;
    color: #fff;
}

.current .wb-tree-iconr {
    width: 12px;
    height: 7px;
    margin-top: 15px;
    margin-right: 10px;
    background: url(../images/wblistr.png) no-repeat;
}

.current .wb-tree-sub {
    display: block;
}

.current .wb-tree-tt {
    font-weight: bold;
}

/* 县长信箱 */

.ewb-mail-bd {
    padding-top: 1px;
    height: 234px;
    border: 1px solid #d9d9d9;
    border-top: 0;
    background-color: #fff;
}

.ewb-tr-hd {
    height: 30px;
    background-color: #ebebeb;
}

.ewb-tr-hd th {
    text-align: center;
}

.ewb-th1 {
    width: 90px;
}

.ewb-th2 {
    width: 444px;
}

.ewb-th3 {
    width: 120px;
}

.ewb-tr {
    height: 36px;
    text-align: center;
}

.ewb-td1 {
    padding-left: 15px;
    text-align: left;
}

.ewb-tr:hover {
    cursor: pointer;
    color: #ff1800;
    background-color: #f5f5f5;
}

/* 网上调查 */

.ewb-online-bd {
    padding: 10px 15px 0;
    height: 185px;
    border: 1px solid #d9d9d9;
    background-color: #fff;
}

.ewb-com-item {
    height: 30px;
    line-height: 30px;
    vertical-align: top;
    background: url(../images/item_icon.jpg) left center no-repeat;
}

.ewb-com-item:hover {
    background: url(../images/item_iconh.jpg) left center no-repeat;
}

.ewb-com-block {
    margin-right: 80px;
    padding-left: 8px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ewb-com-item a {
    color: #333;
}

.ewb-com-item span {
    margin-top: -30px;
    color: #666;
}

.ewb-com-item:hover a, .ewb-com-item:hover span {
    color: #ff0000;
}

/* 横向轮播 */

.ewb-picture {
    padding-top: 14px;
    padding-left: 10px;
    height: 89px;
    border: 1px solid #d9d9d9;
}

.wb-left-btn,
.wb-right-btn {
    float: left;
    width: 18px;
    height: 29px;
    margin-top: 24px;
}

.wb-marquee {
	float: left;
    margin: 0 10px;
}

.wb-marquee-items {
    width: 920px;
    height: 75px;
}

.wb-marquee-items li {
    height: 75px;
    float: left;
    text-align: center;
}

.wb-marquee-img {
	display: block;
    margin-left: 10px;
	height: 75px;
}

.wb-marquee-items a {
	font-size: 12px;
	line-height: 24px;
    color: #333;
}

/* 1123新增 */
body a{
	color:#333;
}

.ewb-td1 a{
	display: block;
    width: 400px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.ewb-td1 a:hover{
   color:#ff0000;
}
/* oldModel */
.oldModel .ewb-mail-bd{height: auto;padding-bottom: 10px;}
.oldModel .ewb-tr-hd{height: 40px;font-size: 28px;}
.oldModel .ewb-th2{width: 100px;}
.oldModel .ewb-th3{width: 180px;}
.oldModel .ewb-th1{width: 100px;}
.oldModel .ewb-tr{font-size: 28px;height: 48px;}
.oldModel .ewb-com-block{margin-right: 160px;font-size: 28px;}
.oldModel .ewb-com-item span{font-size: 28px;margin-top: -50px;}
.oldModel .ewb-com-item{height: 52px;line-height: 52px;}
.oldModel .ewb-online-bd{height: auto;padding-bottom: 10px;}
.oldModel .ewb-interact-bd{height: 650px;}