.article-list{
    overflow: hidden;
}
.article-list .article-item{
    padding: 20px 0;border-bottom: 1px #f0f0f0 solid;overflow: hidden;
}
.article-list .article-item .item-thumb{
    float: left;width: 220px;height: 140px;
}
.article-list .article-item .item-content{
    float: right;width: 660px;box-sizing: border-box;padding-right: 5px;
}
.article-list .article-item .item-content .content-first{
    overflow: hidden;line-height: 40px;
}
.article-list .article-item .item-content .content-first a{
    font-size: 16px;color: black;
}
.article-list .article-item .item-content .content-first .date{
    font-size: 14px;color: #666;
}
.article-list .article-item .item-content .content-sketch{
    height: 60px;line-height: 30px;font-size: 14px;color: #666;overflow: hidden;
}
.article-list .article-item .item-content .content-bottom{
    overflow: hidden;
}
.article-list .article-item .item-content .content-bottom a.link{
    float: right;width: 100px;line-height: 32px;background: #fcfcfc;text-align: center;
    box-sizing: border-box;border: 1px #f0f0f0 solid;text-decoration: none;
}

.project-main{
    overflow: hidden;padding: 20px 0 0 0;
}
.project-main .item{
    float: left;
    width: 190px;
    border: 1px #ddd solid;
    margin-right: 40px;
    margin-top: 20px;
    background-color: #f6f6f6;
    overflow: hidden;
}
.project-main .item .thumb{
    width: 100%;height: 155px;
}
.project-main .item .title{
    line-height: 24px;color: #666;text-align: center;height: 48px;overflow: hidden;
}
.project-main .item .link-text{
    line-height: 30px;
    background-color: #eee;
    text-align: center;
    border-top: 1px #ddd solid;
}
.project-main .item .link-text a{
    margin: 0 10px;color: #007af6;
}

.subject-banner{
    overflow: hidden;padding-top: 20px;
}
.subject-banner img.thumb{
    width: 100%;height: 220px;
}
.subject-main{
    overflow: hidden;padding-top: 20px;
}
.subject-main-wrap{
    overflow: hidden;
}
.subject-main .item{
    float: left;width: 425px;overflow: hidden;
}
.subject-main .item .item-title{
    line-height: 36px;
    border: 1px #e0e0e0 solid;
    background-color: #f4f4f4;
    padding: 0 15px;
    overflow: hidden;
}
.subject-main .item .item-title .text{
    font-size: 14px;color: #007af6;float: left;
}
.subject-main .item .item-title .more{
    float: right;
}
.subject-main .item .item-list{
    overflow: hidden;padding: 10px 0;
}
.subject-main .item .item-list p{
    overflow: hidden;line-height: 30px;height: 30px;
}
.subject-main .item .item-list p i.icon{
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #333;
    margin: 13px 10px 0;
    display: inline-block;float: left;
}