
#nav .btn {
    background: linear-gradient(#EFEFEF, #FEFEFE);
    border: 1px solid #EFEFEF;
    border-radius: 5px;
    width: 202px;
    height: 58px;
    color: black;
    position: relative;
}

/*#nav .btn img {*/
    /*position: absolute;*/
    /*left: 15px;*/
    /*top:23px*/
/*}*/
/*#nav i*/
/*{*/
    /*position: absolute;*/
    /*right: 15px;*/
    /*top:16px*/
/*}*/
/*.iwhite*/
/*{*/
    /*color: white;*/
/*}*/
/*.iblue*/
/*{*/
    /*color: #67A7DB;*/
/*}*/
#nav .navTitle {
    background: linear-gradient(#67A7DB, #002F6A);
    border: transparent;
    border-radius: 5px;
    width: 202px;
    height: 58px;
    text-align: center;
    font-size: 1rem;
    line-height: 58px;
    color: #FFF;
    cursor:pointer;
}

#nav .btn.active {
    background: linear-gradient(#F9C89D, #500600) !important;
    border: #F9C89D !important;
    color: white !important;
}

#nav .btn.active i {
    color: white !important;
}

.left {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.ellipse {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #67A7DB;
}

.foot {
    background: linear-gradient(#005CA3, #002F6A) !important;
    height: 179px;
    color: white;
    padding-top: 20px;
    margin-top: 42px;
}

.foot .float-right {
    text-align: right;
}

.foot .float-right div:first-child {
    margin-bottom: 20px;
}

.foot .container {
    margin-top: 20px;
}

.then-button i {
    position: absolute;
    right: 20px;
    top: 15px;
    color: #67A7DB;
}

.title {
    width: 3px;
    height: 19px;
    background: #67A7DB;
    margin-right: 20px;
    margin-top: 10px;
}

.img {
    width: 140px;
    height: 85px;
    margin-top: 15px;
    margin-left: 14px;
}

.nrtitle {
    font-size: 16px;
    font-weight: 700;
    margin: 11px 0px 8px 0px;
}

.nrcontent {
    color: #666;
    font-size: 14px;
    margin-bottom: 12px;
}

.content-li {
    font-size: 14px;
    border-bottom: 1px solid #ECECEC;
    line-height: 42px;
    height: 38px;
}

.content-li i {
    color: #67A7DB;
    margin-right: 10px;
}

.nrcontent-li {
    font-size: 14px;
    border-bottom: 1px solid #ECECEC;
    line-height: 42px;
    height: 42px;
}

.nrcontent-li i {
    color: #F9C89D;
    margin-right: 10px;
}

.time {
    float: right;
    color: #999
}

.fanye {
    color: #595959;
    margin-right: 10px;
}

.dl {
    background: #F5F5F5;
    height: 38px;
}

.dl-content {
    line-height: 38px;
}

.dl-name {
    color: #727171;
    margin-right: 10px;
}

.dl-input {
    width: 97px;
    height: 22px;
    margin-right: 20px;
    margin-top: 8px;
    border: #EBEBEB;
    border-radius: 5px;
    outline: none;
    padding-left: 5px;
    font-size: 14px;
    color: #BFBFBF;
}