

.main-notice {
    width: 100%;
    height: 48px;
    background-color: #ffffff;
    display: flex;
    justify-content:center;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.1);
}
.main-notice li{
    line-height: 48px;
    margin: 0 36px;
}

.main-notice span.value {
    font-weight: bold;
    color: #5a60a5;
    text-decoration: dashed;
}

.main-content{
    margin-top: 8px;
    width: 100%;
    min-width: 1320px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.content-left{
    display: block;
    width: 300px;
    margin-right: 8px;
}
.content-main{
    flex:1;
}
.content-right{
    width: 300px;
    margin-left: 8px;
}

.section-nav {
    border-bottom: 1px solid #e8e8ed;

}

.section-nav li {
    padding: 0 10px;
}
.section-nav ul.section li:hover {
    border-bottom: 2px solid #5a60a5;
}
.section-nav ul.section li.active {
    border-bottom: 2px solid #5a60a5;
}

.section-nav ul.category li input {
    margin-right: 6px;
}


.goal-list {
    width: 100%;
}


.goal-list .goal {
    padding: 20px;
    border-bottom: 1px solid #e8e8ed;
}

.goal-list .goal-title {
    width: 100%;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #5a60a5;
    line-height: 24px;
    color: #5a60a5;
}

.goal-list .goal-title .goal-title-text{
    flex:1;
    text-align: left;
    margin-left: 6px;
}

.goal-list .goal>.goal-title{
    font-weight: bold;
}
.goal-list .release-package{
    justify-content: space-between;
    color: #5a60a5;
    line-height: 24px;
    font-weight: bold;
}

.goal-list .goal-breakdown{
    margin: 20px;
    border: 1px solid #e8e8ed;
    border-bottom: none;
}
.goal-list .goal-sub-goal {
    padding: 10px;
    border-bottom: 1px solid #e8e8ed;
}
.goal-list .goal-sub-goal .goal-title {
    border-bottom: 1px solid #e8e8ed;
}
