/* CSS Document */
.fm_list{ width:900px; /*height:140px;*/ overflow:hidden; padding-top:20px; border-bottom:#CCCCCC dashed 1px;}
.fm_list .tt{ font-size:16px; color:#633980; padding-left:20px; background:url(../image/fm_pic2.png) 0 center no-repeat; line-height:32px; height:32px;}
.fm_list .tt a{ color:#000000}
.fm_list .tt a:hover{ color:#633980}

.fm_list .xx{ color:#000000}
.fm_list .xx:hover{ color:#633980}

.fm_list .left{ float:left; width:850px; color:#666666}
.fm_list .right{ float:right; width:204px; padding-top:8px;}
.fm_list .right .rimg{ position:relative; width:204px; height:103px;}
.fm_list .right .rimg .a{ position:absolute; z-index:3; display:block; width:204px; height:103px; background:#0099CC;opacity:0;filter: alpha(opacity=0); }
.fm_list .right .rimg .bg{ position:absolute; z-index:2; width:200px; height:99px;border:#e029b2 2px solid;opacity:0;filter: alpha(opacity=0);-webkit-transition: all 0.3s linear 0s;-moz-transition: all 0.3s linear 0s;-ms-transition: all 0.3s linear 0s; }
.fm_list .right .rimg:hover .bg{opacity:1;filter: alpha(opacity=100); }


.fm_list .left .tag{ font-size:13px; padding-top:10px;color:#633980;}
.fm_list .left .tag a{ color:#666666}
.fm_list .left .tag a:hover{color:#633980}

/*分页*/
.page {margin: 30px auto;width: 620px;}
.simple-pagination {display: block;overflow: hidden;padding: 0 5px 5px 0;}
.simple-pagination ul {list-style: none outside none;margin: 0;padding: 0;}
.simple-pagination li {float: left;list-style: none outside none;margin: 0;padding: 0;}

.light-theme a, .light-theme span {background:#efefef;background: -moz-linear-gradient(center top , #ffffff 0%, #efefef 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);border: 1px solid #bbb;border-radius: 3px;box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);color: #666;float: left;font-size: 14px;font-weight: normal; 
line-height: 24px;
    margin: 0 5px 0 0;
    min-width: 14px;
    padding: 0 7px;
    text-align: center;
}
.light-theme .prev a{ border:none; background:none; color:#fff;}
.light-theme .current {
    background: none repeat scroll 0 0 #592b74;
    border-color: #592b74;
    /*box-shadow: 0 1px 0 rgba(255, 255, 255, 1), 0 0 2px rgba(0, 0, 0, 0.3) inset;*/
    color: #fff;
    cursor: default;
}

.light-theme .ellipse {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: medium none;
    border-radius: 0;
    box-shadow: none;
    cursor: default;
    font-weight: bold;
	color:#592b74
}