.title2{
    position: relative;
    /* height: 56px; */
    border-radius: 4px 4px 0 0;
    display: flex;
    align-items: center;
    padding: 20px 20px 0 20px;
    font-weight: bold;
    font-size: 20px;
}
.notice_con{
    display: flex;
    padding: 15px 0;
    margin: 0 20px;
    justify-content: space-around;
    border-bottom: 1px #eee solid;
}
.title2 img{
    display: inline-block;
    width: 31px;
    height: 31px;
}
.activeity{
    display: flex;
    padding: 15px 4px;
    justify-content: space-between;
    font-size: 16px;
    font-weight: bold;
}
.adventure_box{
    display: flex;
    margin: 0 20px;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 20px;
    background-color: #f4f4f4;
    border-radius: 5px;
    padding:0 8px;
    padding-bottom: 15px;
}
.notice_con .active {
    background-color: #eee;
    border-radius: 5px;
}

.notice_con .day_box {
    width: 41px;
    height: 58px;
    font-size: 15px;
    font-weight: bold;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    cursor: pointer;
}

.activeity {
    justify-content: flex-start;
    display: flex;
    padding: 5px 4px;
    font-size: 15px;
    flex-wrap: wrap;
    font-weight: bold;
}
.activeity .activeity_box {
    height: 60px;
    width: 110px;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
}

.adventure_box .adventure {
    width: 73px;
    height: 80px;
    color: #2d334a;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    font-size: 14px;
    font-weight: bold;
    border-radius: 10px;
    margin: 10px;
}

.adventure_img {
    display: flex;
    justify-content: space-evenly;
    background-color: #d7d7d7;
    border-radius: 5px;
}

.adventure_img img {
    width: 27px;
    margin: 3px;
}

.today_tips {
    border-radius: 4px;
    padding-bottom: 15px;
    /*margin-top: 35px;*/
}

.tips_box {
    padding: 0px 15px;
    /*border: 1px solid #dfdfdf;*/
}

.tips_item {
    display: flex;
    flex-direction: column;
    padding-top: 5px;
    /* padding-bottom: 12px; */
    /*border-bottom: 1px #f1f1f1 solid;*/
}

.tips_item .tips_title {
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 2;
    font-size: 18px;
    font-weight: bold;
    position: relative;
}
.tips_item .new-tips_title{
    padding-top:15px;
}
.tips_item .new-tips_title::before{
    content: '';
    position: absolute;
    top: 10px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #f4f4f4;
}
.daoyu, .hanghai {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.daoyu_item, .hanghai_item {
    width: 48.5%;
    height: 80px;
    padding: 10px;
    background: #ebebeb;
    display: flex;
    margin-top: 10px;
    align-items: center;
    font-size: 14px;
    border-radius: 5px;
}

.daoyu_item img, .hanghai_item img {
    width: 46px;
    border-radius: 5px;
}
.daoyu_text {
    margin-left: 10px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}

/* .hanghai {
    margin: 0 13px 13px;
} */
.act-gujia{
    height: 200px;
    background: #fff;
    border-radius: 3px;
    font-size: 16px;
    color: #979797;
    line-height: 60px;
    text-align: center;
}