

.main .content {

    font-size: 14px;

    line-height: 28px;

    position: relative;

    background: #fff;

    padding: 20px;

    border: 1px solid #e5e5e5;

    margin-bottom: 12px;

}



.main .content .newslist {

    font-size: 12px;

    overflow: hidden;

    margin-bottom:30px;

}



.main .content .newslist .news-catname h3 {

    height: 35px;

    line-height: 30px;

    font-size: 22px;

    font-weight: bold;

    letter-spacing: 6px;

    background: url(/images/catname-bg.gif) repeat-x center;

}



.main .content .newslist .news-catname h3 a {

    float: left;

    background: #fff;

    padding-right: 10px;

}



.main .content .newslist .news-catname .more {

    float: right;

    font-size: 14px;

    height: 35px;

    line-height: 35px;

    background: #fff;

    padding-left: 10px;

}



.main .content .newslist li {

    padding: 20px 0px;

    overflow: hidden;

    _height: 118px;

}



.main .content .newslist li .img {

    width: 168px;

    height: 118px;

    float: left;

    overflow: hidden;

    margin-top: 2px;

    padding: 1px;

    border: 1px solid #e5e5e5;

}



.main .content .newslist li .img img {

    width: 167px;

    height: 118px;

}



.main .content .newslist li .txt {

    float: right;

    width: 720px;

    line-height: 24px;

    height: 118px;

    overflow: hidden;

}



.main .content .newslist li .txt a {

    font-size: 16px;

    font-weight: bold;

    margin-bottom: 10px;

    display: block;

    white-space: nowrap;

    overflow: hidden;

    text-overflow: ellipsis;

}



.main .content .newslist li .txt p {

    width: 100%;

    height: 75px;

    line-height: 25px;

    overflow: hidden;

    font-size: 14px;

    white-space: normal;

    color: #666;

}



.main .content .newslist .news-list {

    border-bottom: 1px dashed #ccc;

    padding: 10px 0;

}



.main .content .newslist dl {

    float: left;

    width: 46%;

    padding-left: 2%;

    margin-right: 2%;

    font-size: 14px;

    height: 35px;

    line-height: 35px;

    background: url(/images/dot.gif) no-repeat left center;

}



.main .content .newslist dl dt {

	float:right;

}

.main .content .newslist dl dd a {

	display:block;

	white-space: nowrap;

    overflow: hidden;

    text-overflow: ellipsis;

}

.main .content .pagebar {

    font-family: Verdana, Geneva, sans-serif;

    height: 30px;

    border: 1px solid #e5e5e5;

    font-size: 12px;

    padding: 0px 12px;

    line-height: 30px;

}



.main .content .pagebar .pl {

    float: left

}



.main .content .pagebar .pr {

    float: right

}



.main .content .pagebar .pr a {

    border: 1px solid #e5e5e5;

    display: inline-block;

    width: 12px;

    height: 12px;

    line-height: 12px;

    padding: 4px;

    _margin-top: 4px;

}



.main .content .pagebar .pr a:hover {

    border: 1px solid #dd127b;

}