@charset "utf-8";

.main-content{
    position:relative;
    width: 694px;
    float: left;
    color:#616161;
}
.item-wrap{
    position:relative;
    height: 60px;
}
.item{
    position:absolute;
    width: 694px;
}
.item-now{
    position:absolute;
    left:0;
    top:34px;
    height: 34px;
    width: 694px;
    background:#616161;
    color:#fff;
    font:500 16px/32px "微软雅黑";
    text-indent:10px;
}
.item dt,.item dd{
    padding:8px 15px;
    float: left;
    background:#f1f1f1;
    color:#333;
    border:1px solid #e2e3e2;
    border-bottom:none;
    font:500 14px/20px "微软雅黑";
}
.item dt{
    margin:0 12px 0 25px;
}
.item dd{
    margin-right:5px;
}
.item a:link{
    color:#333;
    text-decoration: none;
}
.item a:visited{
    color:#333;
}
.item-page{
    position:absolute;
    width: 22px;
    height: 30px;
    display: block;
}
.item-page-l{
    left: 0;
    background: url(../images/green-l.jpg) no-repeat;
}
.item-page-r{
    right:0;
    background: url(../images/green-r.jpg) no-repeat;
}
.item dd.gray{
    background:#616161;
}
.item dd.gray a:link{
    color:#fff;
}
.item dd.gray a:visited{
    color:#fff;
}

/*块*/
.word-wrap{
    padding:20px 0;
    width: 694px;
    border-bottom:1px solid #e1e1e1;
    overflow: hidden;
}
.word-lt a:link{
    color:#fff;
    text-decoration: none;
}
.word-lt a:visited{
    color:#fff;
    text-decoration: none;
}
.word-rt a:link{
    color:#333;
    text-decoration: none;
}
.word-rt a:visited{
    color:#333;
    text-decoration: none;
}
.word-rt a:hover{
    color:#4c780d;
    text-decoration: none;
}
.word-lt{
    margin:0 10px;
    float: left;
    width: 166px;
    text-align: center;
    font:500 14px/24px "微软雅黑";
}
.word-lt img{
    border:1px solid #999b99;
}
.word-lt span{
    margin:5px 0;
    display: block;
}
.word-lt a.catalog{
    display: block;
    width: 95px;
    margin:0 auto;
    padding:0px 0 2px 35px;
    background: url(../images/item-bg.jpg) -5px center no-repeat;
    line-height:22px;
}
.word-rt{
    margin:0 10px 0 0;
    font:14px/24px "微软雅黑";
}
.word-rt h2{
    color:#4c780d;
    margin-bottom:10px;
    font-weight:700;
}
