@charset "utf-8";

#mainContents{

}
#newsBlock .pager{
    padding: 0 10px;
}
#newsBlock{
    margin-bottom: 10px;
}
#newsCount{
    padding: 0 10px;
}
#newsCount span{
    color: rgb(180, 31, 99);
    padding-right: 2px;
    font-size: 17px;
    font-weight: bold;
}
#newsBoxList{
    border-top-color: #999;
    border-top-width: 1px;
    border-top-style: dotted;
}
.newsBox{
    padding: 10px 20px;
    overflow: hidden;
    border-bottom-color: #999;
    border-bottom-width: 1px;
    border-bottom-style: dotted;
}
.newsBox .newsBoxText{
    width: 560px;
    line-height: 20px;
    font-size: 14px;
    margin-left: 10px;
    float: left;
    color: rgb(51, 51, 51);
}
.newsBox .time{
    font-size: 11px;
    color: rgb(51, 51, 51);
}
.newsBox .newsBoxText h3{
    margin-bottom: 5px;
}
.newsBox h3{
    color: rgb(51, 51, 51);
    font-size: 25px;
    font-weight: bold;
}
.newsBox .newsBoxText .moreLink{
    text-align: left;
    margin-top: 15px;
    color: rgb(131, 58, 25);
}
.newsBox .newsBoxText .moreLink span{
    background: url(../image/moreLink.png?cache01=20161201000000) no-repeat left 50%;
    padding-left: 12px;
}
.newsBox .newsBoxImg{
    width: 110px;
    float: left;
}
.newsBox .newsBoxImg p img{
}
div.newsBoxBlock:hover{
    background: #fae9ea;
}
div.newsBoxBlock:hover a{
    text-decoration: none;
}
