.tip-bar {
    background: #028ED7;
    margin-right: 10px;
}

.item-area {
    margin-bottom: 30px;
}

.data-item {
    position: relative;
}

.item-img {
    width: 100%;
    /* height: 284px; */
}

.data-list {
    margin-top: 45px;
}

.item-area > a {
    height: 422px;
    display: inline-block;
}

.item-info-body {
    position: relative;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 107px;
}

.item-info {
    position: absolute;
    bottom: 0;
    background:#fff;
    /*opacity:0.9;*/
    color: #000;
    border: 1px solid #dddddd;
    width: 100%;

    font-size: 0.9vw;
    font-weight: 500;

    min-height: 5.2vw;

    padding: 5px 5%;

    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.item-title {
    margin-top: 10px;
    font-size: 25px;
}

.item-desc {
    margin-top: 15px;
    font-size: 14px;
    display: none;
    width: 100%;
}

.item-date {
    margin-top: 20px;
    margin-bottom: 10px;
    color: #aaa7a7;
    font-size: 16px;
}

.pages {
    text-align: right;
}

.pagination a {
    margin-right: 15px;
    border: 1px solid #4FB1E2 !important;
    font-size: 18px;
    font-weight: bold;
}

.pagination a:hover {
    background: #028ED7 !important;
    color: #fff !important;
}

/*.banner-text-1-project {
    z-index: 999;
}

.banner-text-1-project div:last-child {
    color: #000;
    font-weight: bold;
    font-size: 4.2vw;
    background: rgba(79,177,226,1);
    line-height: normal;
    padding: 0 0.4vw;
    opacity: 0.9;
    z-index: 999;
}

.banner-bg {
    position: absolute;
    background: rgba(79,177,226,1);
    opacity: 0.9;
    width: 10%;
    height: 12%;
    top: 21.5%;
    left: 11%;
    z-index: 888;
}*/

.detail-title {
    font-size: 1.8vw;
    font-weight: bold;
}

.detail-date {
    font-size: 1.2vw;
    color: #80808099;
    margin-top: 10px;
    padding-left: 2px;
    margin-left: 15px;
    padding-bottom: 20px;
    border-bottom: 1px solid #8080806b;
}

.detail-content {
    padding-top: 40px;
    padding-bottom: 80px;
}

.detail-area{
	font-size: 16px;
	line-height: 1.5;
}

@media (max-width: 768px) {
    #root {
        background: #fff;
    }

    .banner-text-1-project {
        z-index: 999;
    }

    .banner-text-1-project div:last-child {
        color: #000;
        font-weight: bold;
        font-size: 4.2vw;
        background: rgba(79,177,226,1);
        line-height: normal;
        padding: 0 0.4vw;
        opacity: 0.9;
        z-index: 999;
    }

    .banner-bg {
        position: absolute;
        background: rgba(79,177,226,1);
        opacity: 0.9;
        width: 10%;
        height: 12%;
        top: 21.5%;
        left: 11%;
        z-index: 888;
    }

    .item-img {
        width: 100%;
        height: auto;
    }

    .item-title {
        margin-top: 20px;
        font-size: 4.5vw;
        font-weight: bold;
    }

    .item-date {
        margin-top: 10px;
        margin-bottom: 20px;
        color: #000;
    }


    .pages {
        text-align: center;
    }

    .pagination a {
        margin-right: 15px;
        border: 1px solid #4FB1E2 !important;
        font-size: 12px;
        font-weight: normal;
    }

    .page-area {
        margin-top: 0;
    }

    .banner-text-1-project {
        left: 10% !important;
        top:40% !important;
    }

    .banner-text-1-project div {
        color: #fff !important;
        background: rgba(79,177,226,1);
        padding: 3vw !important;
    }

    .banner-text-2 {
        position: absolute;
        font-size: 5vw;
        background: #4fb1e2;
        left: 10%;
        top: 68%;
        padding: 2vw;
    }

    .detail-title {
        font-size: 4.8vw;
    }

    .detail-date {
        font-size: 4.2vw;
        color: #80808099;
        margin-top: 10px;
        padding-bottom: 20px;
        margin-right: 15px;
    }

    .detail-content {
        padding-top: 20px;
        padding-bottom: 40px;
    }

    .detail-area {
		font-size:16px;
		line-height:1.5;
    }

    .detail-area img {
        max-width: 100%;
    }

    .item-area > a {
        height: auto;
    }
}
