/**!
 * 信息公开-重大项目建设
 * author: huangcong
 * date:2020-08-06
 */

.banner {
    height: 456px;
    background: url('../images/banner_img.jpg') center top no-repeat;
}

.ewb-rel{
    position: relative;
}

a.back-btn{
    width: 130px;
    height: 37px;
    line-height: 37px;
    text-align: center;
    background: #1764CE;
    color: #fff;
    position: absolute;
    right: 0;
    top: 44px;
    font-size: 16px;
}

.phone-img {
    display: none;
}

.ewb-main{
    padding: 42px 0 28px 0;
}

.ewb-hd {
    height: 20px;
    line-height: 20px;
    background: url("../images/hd_bg2.jpg") repeat-x;
}

.ewb-tt {
    display: inline-block;
    padding-right: 20px;
    font-size: 18px;
    font-weight: bold;
    vertical-align: top;
    white-space: nowrap;
    color: #1764CE;
    background-color: #fff;
}

.ewb-bd {
    padding: 8px 24px 9px 0;
    background-color: #f4f4f4;
}

.ewb-thrid {
    width: 33.33%;
}

.ewb-block {
    margin-left: 25px;
    padding-left: 25px;
    height: 36px;
    line-height: 36px;
    color: #999;
    background: url("../images/item_icon2.jpg") left center no-repeat;
}

.ewb-block.active{
    color: #333;
}

.ewb-block a {
    display: inline-block;
    max-width: 70%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: top;
    color: #999;
    cursor: initial;
    font-size: 16px;
}

.ewb-block.active a{
    color: #333;
    cursor: pointer;
}

.main-bd {
	padding-top: 21px;
}

.ewb-main-item {
	height: 49px;
	background: url("../images/line_bg.jpg") left bottom repeat-x;
}

.ewb-main-block {
	padding-left: 25px;
	margin-top: 4px;
	margin-right: 100px;
	line-height: 43px;
	font-size: 16px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	background: url("../images/item_icon2.jpg") left 19px no-repeat;
}

.ewb-main-block a {
	color: #333;
}

.ewb-main-item span {
	margin-top: -43px;
	line-height: 43px;
	font-size: 16px;
	color: #999;
}

 /* pad */

 @media(max-width:979px){
    .phone-img{
        display: block;
    }

    .banner{
        background: none;
        height: auto;
    }
}

/* phone */
@media (max-width: 767px) {
    a.back-btn{
        top: 10px;
        right: 10px;
    }

    .ewb-hd{
        font-size: 16px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        max-width: 100%;
        padding-right: 0;
    }

    .ewb-tt{
        font-size: 16px;
    }

    .ewb-main{
        padding: 10px 5px;
    }

    .ewb-thrid {
        width: 100%;
    }

    .ewb-mt20{
        margin-top: 10px;
    }

    .ewb-main-block{
        margin-right: 10px;
    }
}