html, body {
    background: #fff;
}
.sub-header {
    height: 0.9rem;
    line-height: 0.9rem;
    padding: 0 0.32rem;
}
.color-blue {
    color: #4189D5;
}
.search {
    position: relative;
    height: 0.72rem;
    padding: 0.11rem 0.31rem;
    box-sizing: border-box;
    background: #EDEDED;
}
.search img {
    position: absolute;
    left: 0.6rem;
    top: 0.21rem;
    width: 0.3rem;
    height: 0.3rem;
}
.search input {
    width: 100%;
    height: 0.5rem;
    border-radius: 0.25rem;
    background: #fff;
    border: none;
    outline: none;
    padding-left: 0.78rem;
    box-sizing: border-box;
}
.works {    
    margin: 0.34rem 0.27rem;
    overflow-y:auto;
}
.work {
    height: 2.7rem;
    margin-bottom: 0.27rem;
}
.left-part {
    width: 2.2rem;
    height: 2.45rem;
}
.right-part {
    flex: 5.5rem;
    font-size: 13px;
}
.right-part-top {
    height: 2.03rem;
    padding: 0.19rem 0 0.19rem 0.24rem;
    box-sizing: border-box;
    background: #E9F0F6;
    line-height: 0.36rem;
}
.right-part-top span:first-child {
    color: #000;
}
.right-part-top span:nth-child(2) {
    color: #144494;
}
.right-part-bottom {
    text-align: center;
    color: #fff;
    background:#0177C3;
    height: 0.42rem;
    line-height: 0.42rem;
}
.layer-wrap {
    display: none;
}