﻿/*普通模块*/
.general
{
    margin-left:20px;
}
.general .title
{
    height:25px;
    line-height:25px;
}
.general .type_title
{
    height:45px;
    line-height:45px;
    /*border-bottom:3px solid #EEA816;*/
}
.general .type_title .type_img
{
    vertical-align:middle;
    margin-right:10px;
}
.general .type_title .big
{
    float:left;
    font-weight:bold;
    font-size:18px;
}
.general .type_title .big a:link
{
    text-decoration:none;color:black;
}
.general .type_title .big a:visited
{
    text-decoration:none;color:black;
}
.general .type_title .big a:hover
{
    text-decoration:none;color:Red;
}
.general .type_title .big a:active
{
    text-decoration:none;
}
.general .type_title .middle
{
    float:left;
    font-weight:bold;
    font-size:15px;
}
.general .type_title .small
{
    float:left;
    font-size:12px;
    margin-left:10px;
}
.general .type_title .small a:link
{
    text-decoration:none;color:black;
}
.general .type_title .small a:visited
{
    text-decoration:none;color:black;
}
.general .type_title .small a:hover
{
    text-decoration:none;color:Gray;
}
.general .type_title .small a:active
{
    text-decoration:none;
}
.general .type_title .title_right
{
    float:right;
    font-size:15px;
    margin-right:30px;
}
.general .type_title .title_right a:link
{
    text-decoration:none;color:#00A1D6;
}
.general .type_title .title_right a:visited
{
    text-decoration:none;color:#00A1D6;
}
.general .type_title .title_right a:hover
{
    text-decoration:none;color:Red;
}
.general .type_title .title_right a:active
{
    text-decoration:none;
}
.general .rank_title
{
    padding-top:-3px;
}
.general .rank_title .middle
{
    background-image: url('http://pic.scratchsky.com/image/css/rank_title.png');
    background-repeat: no-repeat;
    width: 55px;
    height: 36px;
    line-height:52px;
    text-align:center;
    color:White;
    float:left;
    font-weight:bold;
    font-size:15px;
    margin-left:-16px;
}
.general .rank_title .small
{
    height: 36px;
    line-height:50px;
    float:left;
    font-size:12px;
    margin-left:10px;
}
.general .rank_title .small a:link
{
    text-decoration:none;color:#7C7878;
}
.general .rank_title .small a:visited
{
    text-decoration:none;color:#7C7878;
}
.general .rank_title .small a:hover
{
    text-decoration:none;color:#20ACDB
}
.general .rank_title .small a:active
{
    text-decoration:none;
}
.general .left
{
    width:750px;
    float:left;
}
.general .right
{
    line-height:30px;
    font-size:12px;
    float:left;
    width:220px;
}
.general .right .rank
{
    margin-top:8px;
}
.general .right .rank .number
{
    background-image: url('http://pic.scratchsky.com/image/css/rank_number.png');
    background-repeat: no-repeat;
    font-weight:bold;
    text-align:center;
    width:20px;
    height:30px;
    line-height:20px;
    color:White;
    float:left;
    font-size:15px;
    margin-top:6px;
}
.general .right .rank .title
{
    margin-left:5px;
    padding-top:6px;
    height:30px;
    line-height:20px;
    float:left;
    font-size:13px;
}
.general .right .rank .title a:link
{
    text-decoration:none;
    color:black;
}
.general .right .rank .title a:visited
{
    text-decoration:none;
    color:black;
}
.general .right .rank .title a:hover
{
    text-decoration:none;
    color:#00A1D6;
}
.general .right .rank .title a:active
{
    text-decoration:none;
}
/*作品缩略图*/
.suolvetu
{
    width:169px;
    margin-right:15px;
    margin-top:5px;
    height:168px;
    font-size:13px;
    float:left;
}
.suolvetu .work_suolvetu
{
    /*filter:alpha(opacity=50);/*IE滤镜，透明度50%*/
    /*-moz-opacity:0.5; /*Firefox私有，透明度50%*/
    /*opacity:0.5;/*其他，透明度50%*/
    width:157px;
    height:118px;
}
.suolvetu a
{
    margin-right:10px;
}
.suolvetu a:link
{
    text-decoration:none;
    color:black;
}
.suolvetu a:visited
{
    text-decoration:none;
    color:black;
}
.suolvetu a:hover
{
    text-decoration:none;
    color:#00A1D6;
}
.suolvetu a:active
{
    text-decoration:none;
}
.suolvetu .title
{
    height:20px;
    line-height:20px;
}
.suolvetu .count_view
{
    height:20px;
    line-height:20px;
    float:left;
    width:70px;
}
.suolvetu .count_favorite
{
    height:20px;
    line-height:20px;
    float:left;
    margin-left:0px;
}
/*列表*/
.grv
{
    margin-top:5px;
}
/*无内容*/
.no_display
{
    display:block;
    height:540px;
    line-height:540px;
    font-size:15px;
    text-align:center;
}
/*首页活动链接*/
.activity
{
    text-align:center;
    height:30px;
    line-height:30px;
    font-size:14px;
    font-weight:bold;
}
.activity a
{
    margin-left:10px;
}
.activity a:link
{
    text-decoration:none;
    color:black;
}
.activity a:visited
{
    text-decoration:none;
    color:black;
}
.activity a:hover
{
    text-decoration:none;
    color:#00A1D6;
}
.activity a:active
{
    text-decoration:none;
}