/*工作室公告*/
.affic-main{
    width:1168px;
    border:1px solid #d2d2d2;
    float: left;
    padding:5px 15px 80px;
    background: #fff;
}
.affic-main .default{
    margin: 40px 0 20px;
    display: none;
}
.affic-main dl{
    float: left;
    width:100%;
    margin-top: 20px;
}
.affic-main dl dt{
    float: left;
    width: 100%;
    color: #333;
    font-size: 24px;
    font-weight: bold;
    line-height: 30px;
    margin-bottom: 18px;
}
.affic-main dl dt b{
    font-size: 42px;
    font-family: arial;
}
.affic-main dl dd{
    float: left;
    width: 345px;
    height:126px;
    padding:0 15px;
    background: #e8eef1;
    border-radius: 5px;
    cursor: pointer;
    position: relative;
    margin: 0 7px 20px 7px;
}
.affic-main dl dd h5{
    float: left;
    width: 100%;
    color: #666;
    font-size: 18px;
    font-weight: bold;
    line-height: 30px;
    margin-top: 9px;
}
.affic-main dl dd .main-bot{
    float: left;
    width: 100%;
    position: absolute;
    bottom: 16px;
    left: 0;
}
.affic-main dl dd .main-bot span{
    float: left;
    width: auto;
    max-width: 185px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #666;
    font-size: 14px;
    margin-left: 15px;
}
.affic-main dl dd .main-bot samp{
    float: right;
    width: auto;
    color: #666;
    font-size: 14px;
    margin-right: 15px;
}
.affic-main dl dd .main-bot samp.num{
    font-family: arial;
}
.affic-main dl dd:hover{
    background: #fff5d4;
}
.affic-main dl dd:hover h5{
    text-decoration: underline;
}
.affic-main .year-tit{
    float: left;
    width: 100%;
    position: relative;
    height: 32px;
    margin-top: 20px;
}
.affic-main .year-tit b {
    float: left;
    color: #333;
    font-size: 42px;
    background: #fff;
    padding-right: 10px;
    line-height:32px;
    position: absolute;
    top: 0;
    left: 0;
    font-family: arial;
}
.affic-main .year-tit b samp{
    font-size: 24px;
    font-family: "微软雅黑";
}
.affic-main .year-tit i {
    float: left;
    width: 100%;
    border-top: 1px solid #ccc;
    margin: 20px 0 0;
}

.default-icon.news {
    height: 93px;
    background: url(../../image/studio/default.png) -400px -800px no-repeat;
}