.noticement {
    position: relative;
    width: 860px;
    height: 300px;
    box-shadow: 0px 2px 15px #888888;
}

.noticement-inner {
    margin: 0px auto;
    width: 700px;
    height: 300px;
}

.noticement-block {
    float: left;
    width: 330px;
    height: 270px;
    padding: 20px 20px 0 0;
}

.second-block {
    padding: 20px 0 20px 15px;
}

.noticement-fname, .noticement-sname, .noticement-sperater {
    color: #003b90;
    font-size: 15px;
}

.noticement-fname {
    font-weight: bold;
}

.noticement-content {
    margin-top: 15px;
    width: 350px;
    height: 220px;
}

.noticement-more {
    margin-top: 8px;
    padding-left: 288px;
}

.noticement-more a {
    color: #2F54BF;
    font-size: 12px;
    text-decoration: none;
}

.noticement-more a:hover {
    color: #f6650e;
    text-decoration: none;
}

.noticement-wrap {
    height: 20px;
    margin: 5px 0;
    overflow: hidden;
    white-space: nowrap;
}

.noticement-wrap:hover .noticement-sc {
    color: #3b80c6;
    text-decoration: none;
}

.noticement-wrap:hover .noticement-sq {
    background-color: #f6650e;
}

.noticement-sq {
    float: left;
    width: 3px;
    height: 3px;
    background-color: #5e6eae;
    margin-top: 8px;
    margin-right: 10px;
}

.noticement-sc {
    float: left;
    font-size: 12px;
    text-decoration: none;
    color: #5E5959;
}