﻿﻿/**!
 * &#98;&#101;&#116;&#51;&#51;&#54;&#53;&#23448;&#26041;&#25163;&#26426;&#95;&#51;&#54;&#53;&#98;&#101;&#116;&#30424;&#21475;&#24320;&#25143;&#95;&#20307;&#32946;&#51;&#54;&#53;&#32593;&#25237;区信息公开重大建设项目批准和实施专栏
 * author: wuzhou
 * date:2018-09-25
 */
 
 .ewb-info-area {
     padding: 2px 9px 0;
     background-color: #fff;
 }

 .ewb-info-list {
     padding-top: 8px;
     border-top:1px dashed #c4c4c4;
 }

 .ewb-info-list:first-child {
     border-top:0;
 }

 .ewb-info-title {
     padding-left: 11px;
     font-size: 16px;
     font-weight: bold;
     color: #4b6cce;
     line-height: 32px;
     background: url("../images/list_ico.png") left center no-repeat;
 }

 .ewb-info-title>a {
    color: #4b6cce;
 }
 .ewb-info-items {
     padding-bottom: 10px;
 }
 .ewb-info-items>li {
     float:left;
     width: 50%;
     
     line-height: 29px;
 }

 .ewb-info-items>li a {
     color: #666;
 }

 .ewb-info-wrap {
     margin-right: 5px;
     overflow: hidden;
     white-space: nowrap;
     text-overflow: ellipsis;
     padding-left: 7px;
     background: url("../images/news_ico.png") left center no-repeat;
 }

 .ewb-info-items>li:hover .ewb-info-wrap,
 .ewb-info-items>li.accfocus .ewb-info-wrap
 {
     background-image: url("../images/news_ico_hover.png");
 }

 .ewb-info-items>li:hover a,
 .ewb-info-items>li.accfocus a
 {
     color: #5268d4;
 }

 @media (max-width: 480px) {
    .ewb-info-items>li {
        width: 100%;
    }
}


.ewb-project-list {
    margin-top: 10px;
    padding:6px 9px 10px;
    min-height: 631px;
    background-color: #fff;
}

.ewb-project-title {
    height: 42px;
    border-bottom: 1px solid #d9d9d9;
}

.ewb-project-name {
    position: relative;
    float:left;
    line-height: 40px;
    height: 40px;
    padding: 0 11px;
    border-bottom: 3px solid #ff8c11;
}

.ewb-project-name a {
    color: #333;
    font-size: 16px;
    font-weight: bold;
}

.ewb-project-arr {
    position: absolute;
    display: block;
    width: 12px;
    height: 6px;
    left:50%;
    margin-left: -6px;
    bottom:-9px;
    background: url("../images/down_arr.png") center no-repeat;
}

.ewb-project-items>li {
    float:left;
    width: 50%;
    line-height: 47px;
    border-bottom:1px dashed #c4c4c4;
}

.ewb-project-items>li a {
    color: #333;
    font-size: 16px;
}

.ewb-project-items>li .ewb-info-wrap {
    padding-left: 11px;
    margin-left: 11px;
    margin-right: 55px;
    background-image: url("../images/list_ico_hover.png");
}

.ewb-project-items>li:hover a,
.ewb-project-items>li.accfocus a
{
    color: #5268d4;
}

.ewb-project-items>li:hover .ewb-info-wrap,
.ewb-project-items>li.accfocus .ewb-info-wrap
{
    background-image: url("../images/list_ico.png");
}

@media (max-width: 767px) {
    .ewb-project-items>li .ewb-info-wrap {
        margin-right: 5px;
    }
}

@media (max-width: 480px) {
    .ewb-project-items>li {
        width: 100%;
    }
}