body {
    background: url(../images/bg2.jpg) repeat;
}


/* location */

.ewb-location {
    height: 52px;
    line-height: 52px;
    font-size: 14px;
    padding-left: 35px;
    background: url(../images/location_icon.png) 10px center no-repeat;
}

.ewb-location a {
    color: #333;
}

.ewb-location span {
    color: #015293;
}


/* 个人资料 */

.ewb-person {
    border: 1px solid #dfdfdf;
}

.ewb-person-hd {
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #dfdfdf;
    background: #e4e4e4;
    padding-left: 20px;
}

.ewb-person-hd a {
    color: #015293;
    font-size: 16px;
    font-weight: bold;
}

.ewb-person-bd {
    background: #fff;
    height: 492px;
}

@media(max-width: 767px) {
    .ewb-person-l {
        width: 100%;
        float: none;
        font-size: 14px;
    }
    .ewb-person-bd {
        height: auto;
        padding-bottom: 20px;
    }
}

.ewb-column {
    min-height: 82px;
    border-radius: 5px;
    background-color: #f1f1f1;
    margin: 10px 10px 0;
    padding: 12px 0 2px 10px;
}

.ewb-column-items>li {
    position: relative;
    float: left;
    width: 16.6%;
    padding-bottom: 10px;
}

@media(max-width: 979px) {
    .ewb-column-items>li {
        width: 25%;
    }
}

@media(max-width: 480px) {
    .ewb-column-items>li {
        width: 50%;
    }
}

.ewb-column-items>li>a {
    display: block;
    line-height: 34px;
    height: 34px;
    background-color: #fff;
    border: 1px solid #d7d5d5;
    text-align: center;
    border-radius: 5px;
    color: #333;
    font-size: 14px;
    margin-right: 10px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.ewb-column-items>li>a.ewb-add {
    font-size: 30px;
    line-height: 30px;
}

.ewb-close {
    position: absolute;
    right: 5px;
    top: -8px;
    display: block;
    width: 20px;
    height: 20px;
    background: url(../images/rss/close.png) left top no-repeat;
    display: none;
    cursor: pointer;
}

.ewb-column-items>li.ewb-cur>a {
    background-color: #015293;
    color: #fff;
    border-color: #015293;
}

.ewb-column-items>li.ewb-cur>.ewb-close {
    display: block;
}


/* 信息 */

.ewb-rss-items {
    margin: 0 13px 0 11px;
    padding-top: 12px;
}

.ewb-rss-items>li {
    height: 32px;
    vertical-align: top;
    line-height: 32px;
    font-size: 16px;
}

.ewb-rss-items>li>a {
    display: block;
    background: url(../images/rss/news_ico.jpg) left center no-repeat;
    text-indent: 13px;
    color: #333;
    width: 60%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

@media(max-width: 767px) {
    .ewb-rss-items>li>a {
        width: 50%;
    }
}

.ewb-col-name,
.ewb-date {
    color: #999;
}

.ewb-col-name {
    margin-right: 50px;
}

@media(max-width: 480px) {
    .ewb-col-name {
        margin-right: 20px;
    }
    .ewb-rss-items>li {
        font-size: 12px;
    }
}

.layui-layer.rss-class {
    background-color: #fff;
}

.rss-class .layui-layer-title {
    background: #e4e4e4;
    color: #015293;
    font-size: 14px;
    font-weight: bold;
    border: 0;
}

.rss-class .layui-layer-btn {
    text-align: center;
}

.rss-class .layui-layer-btn a {
    width: 28px;
    height: 24px;
    line-height: 24px;
    background-color: #015293;
    border: 1px solid #015293;
}

.rss-class .layui-layer-btn .layui-layer-btn1 {
    background: #e4e4e4;
    border: 1px solid #d4d4d4;
}