.app-news-title {
    width: 100%;
    min-height: 180px;
    padding: 20px 0;
    display: flex;
    align-items: center;
    background: url(../images/news-title.jpg) no-repeat center;
    background-size: cover;
}
.app-news-title h1 {
    font-size: 24px;
    font-weight: bold;
    color: #1489fa;
    line-height: 1.4;
}
.app-news-title .desc {
    margin: 15px 0 0;
    display: flex;
    flex-wrap: wrap;
}
.app-news-title .tags {
    display: flex;
    width: 100%;
    margin: 0 0 15px;
}
.app-news-title .tags a{
    border: 1px solid #1489fa;
    line-height: 26px;
    border-radius: 4px;
    padding: 0 10px;
    color: #1489fa;
    margin-right: 10px;
    max-width: 100px;
    height: 28px;
    overflow: hidden;
    background: rgba(20, 137, 250, 0.2);
}
.app-news-title .origin {
    color: #1489fa;
    line-height: 28px;
    margin: 0 10px 0 0;
}
.app-news-title  .date {
    color: #1489fa;
    line-height: 28px;
    padding: 0 0 0 24px;
    margin: 0 10px 0 0;
    background: url(../images/date1.png) no-repeat center left;
}
.app-news-title  .view {
    color: #1489fa;
    line-height: 28px;
    padding: 0 0 0 24px;
    background: url(../images/view1.png) no-repeat center left;
}
.app-news-content {
    padding: 30px 0 40px;
}

.app-news-content .app-news-details {
    background: linear-gradient(1turn,#fff,#f6f9ff);
    box-shadow: 5px 5px 20px 0 rgba(0,35,111,.1),-5px -5px 20px 0 hsla(0,0%,100%,.15);
    border-radius: 4px;
    border: 2px solid #fff;
}

.app-news-content .app-news-details {
    background: linear-gradient(1turn,#fff,#f6f9ff);
    box-shadow: 5px 5px 20px 0 rgba(0,35,111,.1),-5px -5px 20px 0 hsla(0,0%,100%,.15);
    border-radius: 4px;
    border: 2px solid #fff;
    padding: 20px;
}

.app-news-content .app-news-details img {
    max-width: 100% !important;
    display: inline-block;
}

.app-news-content .app-news-left {
    display: none;
}



@media (min-width: 992px) {
    .app-news-content .app-container {
        display: flex;
    }
    .app-news-title {
        margin: 60px 0 0;
    }
    .app-news-title .tags {
        width: auto;
        margin: 0;
    }
    .app-news-content {
        padding: 40px 0 80px;
    }
    .app-news-content .app-news-details{
        flex: 1;
    }
    .app-news-content .app-news-left {
        display: block;
        width: 400px;
        flex: 0 0 auto;
        margin-left: 38px;
    }
    .app-news-content .app-news-left .dimg img {
        width: 100%;
        display: block;
    }
    .app-news-content .app-news-left .list {
        width: 100%;
        margin: 0px 0 0;
        padding: 24px;
        background: linear-gradient(1turn,#fff,#f6f9ff);
        box-shadow: 5px 5px 20px 0 rgba(0,35,111,.1),-5px -5px 20px 0 hsla(0,0%,100%,.15);
        border-radius: 4px;
        border: 2px solid #fff;
    }
    .app-news-content .app-news-left .list .tit {
        font-size: 20px;
        font-family: PingFang SC-Semibold,PingFang SC;
        font-weight: 600;
        color: #111;
        height: 40px;
    }
    .app-news-content .app-news-left .list .item {
        margin-top: 20px;
        display: flex;
        color: #111;
    }
    .app-news-content .app-news-left .list .item .num {
        font-size: 32px;
        font-family: art-medium !important;
        font-weight: 700;
        color: #abaeba;
        line-height: 38px;
        margin-right: 16px;
    }
    .app-news-content .app-news-left .list .item .title-and-other {
        flex: 1;
    }
    .app-news-content .app-news-left .list .item .title-and-other .title {
        font-size: 14px;
        font-family: PingFang SC-Medium,PingFang SC;
        font-weight: 500;
        color: #111;
        height: 40px;
        margin-bottom: 4px;
        max-width: 100%;
        display: -webkit-box;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 2;
        line-height: 20px;
        -webkit-box-orient: vertical;
    }
    .app-news-content .app-news-left .list .item .title-and-other .date {
        font-size: 14px;
        font-family: PingFang SC-Regular,PingFang SC;
        font-weight: 400;
        color: #74757a;
        line-height: 23px;
    }
    .app-news-content .app-news-left .list .item:hover .title,
    .app-news-content .app-news-left .list .item:hover .num{
        color: #1489fa;
    }
    .app-header {
        background: #ffffff !important;
    }
}
@media (min-width: 1280px) {
    .app-header {
        position: relative;
    }
}