﻿﻿/**!
 * 辽宁省电子政务外网
 * author: wuzhou;
 */

.ewb-mbg {
    padding: 10px 0;
    background-color: #fff;
}

.ewb-route {
    height: 46px;
    line-height: 46px;
    background: url(../images/route_ico.png) left center no-repeat;
    text-indent: 23px;
}

.ewb-route a {
    color: #333;
}

.ewb-route a:hover,
.ewb-route a:last-child {
    color: #f00;
}


/* 左侧 */

.ewb-left-tt {
    line-height: 36px;
    color: #fff;
    text-align: center;
    height: 36px;
    font-size: 18px;
    background: url(../images/list_tt.png) left top no-repeat;
}

.ewb-left-bd {
    min-height: 620px;
    border: 1px solid #e6e6e6;
    border-top: 0;
    background: url(../images/left_bg.jpg) left bottom no-repeat;
}

.ewb-left-items {
    margin-left: 15px;
}

.ewb-left-items>li {
    margin-top: 15px;
    width: 210px;
    height: 36px;
    line-height: 36px;
    vertical-align: top;
}

.ewb-left-items>li>a {
    display: block;
    height: 36px;
    color: #333;
    font-weight: bold;
    text-indent: 30px;
    background: url(../images/right_arr.png) right center no-repeat #eee;
}

.ewb-left-items>li>a:hover {
    color: #fff;
    background: url(../images/right_arr_hover.png) right center no-repeat #ff975e;
}


/* 右侧 */

.ewb-tab-tt {
    position: relative;
    border: 1px solid #e6e6e6;
    height: 33px;
    border-bottom: 2px solid #e34141;
    background-color: #f5f5f5;
}

.ewb-tleft,
.ewb-tright {
    position: absolute;
    top: -1px;
    width: 6px;
    height: 6px;
    z-index: 10;
}

.ewb-tleft {
    left: -1px;
    background: url(../images/tt_left.jpg) left top no-repeat;
}

.ewb-tright {
    right: -1px;
    background: url(../images/tt_right.jpg) left top no-repeat;
}

.ewb-tmid {
    position: relative;
    z-index: 15;
}

.ewb-titems>li {
    float: left;
}

.ewb-titems>li>a {
    display: block;
    width: 102px;
    height: 36px;
    text-align: center;
    line-height: 36px;
    font-size: 18px;
    color: #333;
    margin: -1px 0 0 -1px;
}

.ewb-titems>li>a.current {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #fff;
    background: url(../images/tt_bg.png) left top no-repeat;
}

.ewb-list-bd {
    padding-top: 20px;
    min-height: 620px;
}

.ewb-news-items {
    margin: 0 15px;
    padding-top: 11px;
}

.ewb-news-items>li {
    height: 30px;
    vertical-align: top;
    line-height: 30px;
}

.ewb-news-items>li>a {
    display: block;
    overflow: hidden;
    width: 80%;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #333;
    background: url(../images/news_ico.png) left center no-repeat;
    text-indent: 13px;
}

.ewb-date {
    color: #9f9f9f;
}

.ewb-news-items>li:hover>a,
.ewb-news-items>li:hover>.ewb-date {
    color: #f00;
}


/* 页码 */

.ewb-page-items {
    margin-top: 10px;
}

.ewb-page-li {
    float: left;
    margin-right: 4px;
    font-size: 14px;
    text-align: center;
    font-family: "Microsoft YaHei";
}

.ewb-page-li>a {
    display: block;
    color: #555;
    padding: 0 10px;
    height: 24px;
    line-height: 24px;
    border: 1px solid #dfdfdf;
}

.ewb-page-li.ewb-page-cur>a {
    border: 0;
    color: #0030cc;
}

.ewb-page-li.ewb-page-noborder>span {
    display: block;
    height: 24px;
    line-height: 24px;
    padding: 0 5px;
    border: 0;
    color: #666;
    font-family: "Simsun";
}

.ewb-page-num>a {
    font-weight: bold;
}

.ewb-page-input {
    width: 38px;
    height: 24px;
    text-align: center;
    border: 1px solid #dfdfdf;
    line-height: 24px;
    color: #666;
    outline: none;
}

.ewb-page-hover>a {
    font-family: "Simsun";
    font-size: 12px;
}

.ewb-page-hover:hover>a,
.ewb-page-go:hover>a {
    color: #fff;
    background-color: #999;
}

.ewb-page-go>a {
    font-size: 12px;
    padding: 0 6px;
}

.ewb-page-li.ewb-page-goto>span {
    padding: 0 5px 0 0;
}

.xiangxiyebiaoti {
    font-size: 24px;
    text-align: center;
}

.xiangxidate {
    padding-top: 15px;
    padding-bottom: 35px;
    text-align: center;
    font-size: 12px;
    color: #a19d9d;
}

.xiangxiyekuang {
    line-height: 32px;
    margin: 10px;
}

.ewb-info-source{
	margin-top: 25px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    color: #545454;
    background-color: #f0f0f0;
}

.ewb-info-source>a{
	color:#545454;
}