@charset "UTF-8";

.gssBbs {
    position: relative;
    padding-bottom: 2em;
}
.gssBbs h2 {
    font-size: 2.2em;
    line-height: 3;
    font-weight: 500;
}
.gssBbs ul li {
    background: url(../images/gssMainBbsLi.png) no-repeat 0 0;
    position: relative;
    font-size: 1.2em;
}
.gssBbs ul li a, .gssBbs ul li span {
    height: 50px;
    line-height: 50px;
    color: #000;
}
.gssBbs ul li a {
    display: block;
    margin-right: 80px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.gssBbs ul li a, .gssBbs ul li span {
    height: 50px;
    line-height: 50px;
    color: #000;
}
.gssBbs ul li .date {
    position: absolute;
    top: 0;
    right: 0;
}
.gssBbs .gssBbsMore {
    position: absolute;
    top: 30px;
    right: 0;
    width: 21px;
    height: 21px;
    overflow: hidden;
    text-indent: -5000px;
    background: url(../images/gssBbsMore.png) no-repeat 0 0;
}