@import "reset.css";
@import "header.css";
@import "footer.css";


/* ÃƒÆ’Ã‚Â¤Ãƒâ€šÃ‚Â¸Ãƒâ€šÃ‚Â­ÃƒÆ’Ã‚Â©ÃƒÂ¢Ã¢â€šÂ¬Ã¢â‚¬ÂÃƒâ€šÃ‚Â´ÃƒÆ’Ã‚Â¥ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã‚Â¥Ãƒâ€šÃ‚Â®Ãƒâ€šÃ‚Â¹ */
.conment{
    width: 1170px;
    background: #ffffff;
    margin: 0 auto;
    padding: 15px;
    overflow: hidden;
    min-height: 500px;
}
.contetx{
    width: 1170px;
    background: #f5f5f5;
    height: auto;
    overflow: hidden;
}
.contie{
    width: 98%;
    height: auto;
    overflow: hidden;
    margin: 10px auto;
}
.context1 {
    height: 38px;
    line-height: 38px;
    border-bottom: 1px solid rgb(221,221,221);
}
.context1 p.contetp {
    float: left;
    height: 36px;
    line-height: 36px;
    font-weight: bold;
    font-size: 16px;
    color: #3fb871;
    border-bottom: 3px solid #3fb871;
}
.context1 p.contetp a {
    color: #3fb871;
}
/* ÃƒÆ’Ã‚Â¥ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂºÃƒâ€šÃ‚Â¾ÃƒÆ’Ã‚Â§ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â°ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¡ÃƒÆ’Ã‚Â©ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒâ€šÃ‚Â¾ÃƒÆ’Ã‚Â¦Ãƒâ€¦Ã‚Â½Ãƒâ€šÃ‚Â¥ */
.list-box .right-list .right-list-box {
    overflow: hidden;
    padding: 10px 0;
}
.right-list-box .img dd a {
    display: inline-block;
    position: relative;
    width: 100%;
    height: 100%;
}
.right-list-box .img dd{
    width: 339px;
    height: 84px;
    line-height: 80px;
    text-align: center;
    border: 1px solid #dddddd;
    float: left;
    margin-right: 15px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    margin: 25px 41px 20px 0px;
    overflow: hidden;
    position: relative;
}
.right-list-box .img dd img{
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    width: 96%;
    height:100%;
}
.right-list-box .img dd a span {
    position: absolute;
    left: 0;
    bottom: -25px;
    width: 100%;
    height: 25px;
    line-height: 25px;
    text-align: center;
    font-size: 12px;
    color: #fff;
    background: #000;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}