
.ewb-bulletin {
    width: 270px;
}

.ewb-bulletin-title {
    height: 31px;
    overflow: hidden;
}

.ewb-bulletin-title01,
.ewb-bulletin-title02,
.ewb-bulletin-title03 {
    background-image: url("../images/bg_css3.png");
}

.ewb-bulletin-title01 {
    width: 5px;
    height: 31px;
    background-position: 0 0;
}

.ewb-bulletin-title02 {
    width: 260px;
    height: 31px;
    line-height: 31px;
    
    background-position: 0 -36px;
    background-repeat: repeat-x;
}

.ewb-bulletin-title03 {
    width: 5px;
    height: 31px;
    background-position: -5px 0;
}

.ewb-bulletin-title-name {
    text-indent: 5px;
    color: #FFF;
    font-weight: 700;
    text-shadow: -1px -1px 0 rgba(33, 79, 183, .7);
}

.ewb-bulletin-close {
    display: block;
    width: 20px;
    height: 20px;
    margin-top: 3px;
    margin-right: 2px;
    background-image: url("../images/bg_css3.png");
    background-position: 0 -72px;
    background-repeat: no-repeat;
}

.ewb-bulletin-info {
    width: 248px;
    padding: 10px;
    min-height: 140px;
    border:1px solid #949494;
    border-top:0;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    background-color: #f7f7f7;
}

.ewb-bulletin-info-tt {
    text-align: center;
    font-weight: bold;
    color: #333;
    padding: 5px 0;
}

.ewb-bulletin-info-txt {
    font-size: 13px;
    color: #333;
}

.ewb-bulletin-info-more {
    color: #f60;
    text-align: right;
}

.layui-layer-setwin .layui-layer-close2 {
    position: absolute;
    right: -5px!important;
    top: -11px!important;
    width: 20px!important;
    height: 20px!important;
    background-image: url("../images/bg_css3.png")!important;
    background-position: 0 -72px!important;
    background-repeat: no-repeat!important;
}