.new-task-list-title{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 5px;
}
.new-task-list-title>p {
    font-size: 18px;
    color: #3a3a3a;
    height: 24px;
    line-height: 24px;
    border-left: 3px solid #2E488D;
    font-weight: bold;
    padding-left: 10px;
}
.new-task-list-title>a {
    color: #999999;
    display: flex;
    align-items: center;
    font-size: 14px;
}
.library-content{
    overflow: hidden;
    background: #fff;
    display:-webkit-flex;
    display: flex;
    flex-wrap:wrap;
    justify-content: flex-start;
    flex-direction:row;
}
.library-content>div{
    display: inline-block;
    width: 18%;
    /*height: 260px;*/
    margin-left: 15px;
    margin-bottom: 10px;
    margin-top: 10px;
    text-align: center;
    overflow: hidden;
}
.library-content>div>div{

}
.library-content>div>div>a{
    display: inline-block;
}
.library-content>div>div>a>img{
    border-radius:5px;
    width: 90%;
    height: 200px;
}
.library-content>div>span{
    color: #666;
    font-size: 14px;
    overflow: hidden;
}
.library-content .browse-sum{
    text-align: right;
    display: inline-block;
    margin-left: 100px;
}
.library-content .browse-sum>div{
    text-align: center;
    background-color: #717171;
    padding: 0 10px;
    color: white;
    font-size: 10px
}
.relevant-news-list>a{
    width: 100%;
    color: #6c6c6c;
    margin-bottom: 10px;
    border-bottom: 1px solid #e7e7e7;
    display: inline-block;
    margin-top: 10px;
    padding-bottom: 10px
}
.task-selected-type-box > a {
    border: 1px solid #eee;
    display: flex;
    align-items: center;
}
.task-selected-type-box > a > i {
    margin-left: 4px;
    position: relative;
    z-index: 2;
}
.g-nofinancelist {
    text-align: center;
    font-size: 16px;
    color: #898989;
    padding-top: 246px;
    background: url(../images/nomessage.png) no-repeat center 70%;
    margin-bottom: 20px;
}