/*modelID=494 投稿达人列表 begin*/
.knowledge-contribute-master-list .type-title
{
    display: inline-block;
    margin-right: 12px;
    height: 30px;
    line-height: 30px;
    padding: 0 18px;
    margin-bottom: 12px;
    border: 1px solid #AAAAAA;
    cursor: pointer;
    border-radius: 35px;
    color: #666666;
    float: left;
}
.knowledge-contribute-master-list .type-title-on
{
    border: 1px solid #D41A1A;
    color: #D41A1A;
}
.knowledge-contribute-master-list .master-list 
{
    padding: 30px 0;
    border-bottom: 1px solid #DDDDDD;
}
.knowledge-contribute-master-list .master-list .head 
{
    width: 80px;
    height: 80px;
    border-radius: 50%;
    overflow: hidden;
    float: left;
}
.knowledge-contribute-master-list .master-list .head span
{
    display: inline-block;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.knowledge-contribute-master-list .master-list .focuson
{
    float: left;
    width: 300px;
    margin-left: 20px;
}
.knowledge-contribute-master-list .master-list .focuson .name
{
    font-size: 18px;
    line-height: 24px;
}
.knowledge-contribute-master-list .master-list .focuson .name a:hover
{
    color: #D41A1A;
}
.knowledge-contribute-master-list .master-list .focuson .number
{
    color: #666666;
    line-height: 22px;
    height: 54px;
    margin-top: 10px;
}
.knowledge-contribute-master-list .master-list .focuson .number span
{
    margin-right: 10px;
}
.knowledge-contribute-master-list .master-list .focuson .focus
{
    width: 75px;
    height: 30px;
    background: #D41A1A;
    border-radius: 4px;
    color: #FFFFFF;
    line-height: 30px;
    text-align: center;
    cursor: pointer;
}
.knowledge-contribute-master-list .master-list .focuson .focused
{
    background: #DDDDDD;
}
.knowledge-contribute-master-list .master-list .content div
{
    width: 210px;
    height: 118px;
    overflow: hidden;
    float: left;
    margin-left: 15px;
}
.knowledge-contribute-master-list .master-list .content .content-list
{
    display: inline-block;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-transform: all 0.25s linear 0.1s;
    transition: all 0.25s linear 0.1s;
}
.knowledge-contribute-master-list .master-list .content .content-list:hover
{
    -webkit-transform:scale(1.05);
    -moz-transform: scale(1.05);
    transform: scale(1.05);
}
.knowledge-contribute-master-list .master-list .seize-box
{
    width: 32px;
    float: right;
}
.knowledge-contribute-master-list .master-list .seize-box .view-more
{
    width: 6px;
    height: 118px;
    padding: 0 13px;
    display: block;
    text-align: center;
    line-height: 180px;
    position: relative;
}
.knowledge-contribute-master-list .master-list .seize-box .more-icon
{
    position: absolute;
    top: 50%;
    margin-top: -19px;
    left: 50%;
    margin-left: -3px;
    display: inline-block;
}
.knowledge-contribute-master-list .master-list .seize-box .more-icon span
{
    display: block;
    width: 6px;
    height: 6px;
    margin: 5px 0;
    background: #D41A1A;
    border-radius: 50%;
}
.knowledge-contribute-master-list .master-list .seize-box .view-more:hover span
{
    background: #333333;
}
.knowledge-contribute-master-list .page
{
    height: 32px;
    margin: 20px 0;
}
/*modelID=494 投稿达人列表 end*/