body,
ul,
li {
    margin: 0;
    padding: 0;
}

ul {
    list-style: none;
}


.short-line-green {
    width: 40px;
    border: 2px solid #7CBC26;
    margin-top: 15px;
    margin-bottom: 30px;
}

.banner {
    position: relative;
    margin-bottom: 20px;
}

.banner img {
    width: 100%;
    height: auto;
}

.banner-text {
    position: absolute;
    top: 41%;
    left: 19%;
}

.banner-text > p:nth-of-type(1) {
    font-size: 68px;
    line-height: 90px;
    color: #FFFFFF;
    font-weight: 600;
}

.banner-text > p:nth-of-type(2) {
    font-size: 23px;
    line-height: 78px;
    color: #FFFFFF;
}

@media (max-width: 1200px) {
    .banner-text {
        top: 40%;
        width: 100%;
        left: 15%;
    }

    .banner-text > p:nth-of-type(1) {
        font-size: 60px;
        line-height: 70px;
    }

    .banner-text > p:nth-of-type(2) {
        font-size: 20px;
        line-height: 35px;
    }
}

@media (max-width: 768px) {
    .banner-text {
        top: 33%;
        width: 100%;
        left: 0;
    }

    .banner-text > p {
        width: 100%;
        text-align: center;
    }

    .banner-text > p:nth-of-type(1) {
        font-size: 40px;
        line-height: 60px;
    }

    .banner-text > p:nth-of-type(2) {
        font-size: 16px;
        line-height: 35px;
    }
}

.breadcrumb {
    width: 100%;
    max-width: 1390px;
    margin: 0 auto;
    padding: 0 12px;
}

.breadcrumb li {
    font-size: 16px;
    color: #333333;
    letter-spacing: 0;
    line-height: 22px;
}

@media (max-width: 768px) {
    .banner {
        position: relative;
        width: 100%;
        overflow: hidden;
        text-align: center;
        height: 240px;
        margin-bottom: 20px;
    }

    .banner img {
        position: absolute;
        top: 0;
        left: 0;
        width: auto;
        height: 240px;
    }

    .breadcrumb {
        margin-bottom: 0;
        padding-left: 12px;
    }

    .option-title {
        font-size: 20px;
        padding: 30px 0 20px 0;
    }

    .breadcrumb-box {
        padding: 0 0 0 0px !important;
    }

    .breadcrumb li {
        font-size: 10px;
        line-height: 22px;
    }

    .breadcrumb-item img {
        width: 10px !important;
        height: 10px !important;
        margin-bottom: 2px !important;
    }
}

.news-container {
    width: 100%;
    max-width: 1200px;
    padding: 0 12px;
    color: #333333;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
}

.news-content {
    flex: 1;
    color: #333333;
    display: block;
}

.news-recommend {
    width: 365px;
    color: #333333;
    display: flex;
    box-sizing: border-box;
    padding: 0;
    margin-left: 50px;
    flex-direction: column;
}

.recommend-card {
    width: 100%;
    color: #333333;
    display: flex;
    flex-direction: column;
    border: 1px solid #EFEFEF;
    border-radius: 8px;
    margin-bottom: 30px;
}

.recommend-card .header{
    width: 100%;
    color: #333333;
    font-size: 20px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: 1px solid #EFEFEF;
    padding-top: 12px;
    padding-bottom: 12px;
}

.recommend-card .header img{
    width: 22px;
    height: 22px;
    margin-right: 8px;
}

.recommend-card .content{
    width: 100%;
    box-sizing: border-box;
    padding: 6px 12px;
}

.recommend-card .content .data-item{
    width: 100%;
    box-sizing: border-box;
    padding: 12px 0;
    border-top: 1px solid #EFEFEF;
    color: #333333;
    font-size: 16px;
    display: flex;
}

.recommend-card .content .data-item:nth-of-type(1){
    border-top: none;
}

.recommend-card .content .data-item .point{
    width: 8px;
    height: 8px;
    border-radius: 4px;
    background-color: #7CBC26;
    flex: none;
    margin-right: 8px;
}

.recommend-card .content .data-item .icon{
    width: 24px;
    height: 24px;
    line-height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.recommend-card .content .data-item .number{
    width: 16px;
    height: 16px;
    font-size: 12px;
    border-radius: 3px;
    background: #C3C3C3;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex: none;
    margin-right: 8px;
}

.recommend-card .content .data-item:nth-of-type(1) .number{
    background: #E52D2D;
}

.recommend-card .content .data-item:nth-of-type(2) .number{
    background: #F1BD13;
}

.recommend-card .content .data-item:nth-of-type(3) .number{
    background: #F78F27;
}

.recommend-card .content .data-item span{
    /*display: inline-block;*/
    /*white-space: nowrap;*/
    /*overflow: hidden;*/
    /*text-overflow: ellipsis;*/
}

.recommend-card .content .data-item span:hover{
    color: #7CBC26;
}

.news-details {
    flex: 1;
    color: #333333;
    margin: 0 auto;
    display: block;
    font-size: 16px;
    line-height: 30px;
}

.news-details p {
    font-size: 16px;
    line-height: 30px;
    margin: 10px 0;
}

.news-details img {
    max-width: 600px !important;
    height: auto !important;
    margin: 0 auto;
    display: block;
}

.news-details h1:nth-of-type(1) {
    font-size: 30px;
    font-weight: 600;
    padding-top: 38px;
    text-align: center;
}

.news-details > div:nth-of-type(1) {
    font-size: 12px;
    color: #999999;
    text-align: center;
    padding: 19px 0 38px 0;
}

.news-row-line {
    width: 100%;
    height: 2px;
    margin-top: 50px;
    background-color: #EFEFEF;
}

.news-details-jump {
    max-width: 1200px;
    width: 100%;
    padding: 0 12px;
    height: 154px;
    margin: 0 auto;
    font-size: 16px;
}

.news-details-jump a:hover {
    cursor: pointer;
    color: #7CBC26;
    font-weight: 600;
}
.detail-copyright{
    line-height: 26px;
    margin-top: 50px;
    color: #999999;
}
@media (max-width: 768px) {
    .news-container{
        flex-direction: column;
    }
    .news-recommend{
        width: 100%;
        padding: 0 12px;
        margin-left: 0;
    }
    .news-details {
        padding: 0 12px 0 12px;
        font-size: 14px;
    }
    .news-details p {
        font-size: 14px;
    }

    .news-details h1:nth-of-type(1) {
        font-size: 20px;
        padding-top: 18px;
    }

    .news-details > div:nth-of-type(1) {
        font-size: 10px;
        padding-top: 10px;
        padding-bottom: 20px;
    }

    .news-details > p:nth-of-type(3), .news-details > p:nth-of-type(5), .news-details > p:nth-of-type(7) {
        margin: 5px;
    }

    .news-details > p:last-child {
        padding-bottom: 30px;
    }


    .news-details img {
        height: auto !important;
        max-width: 100% !important;
        margin: 0 auto;
        display: block;
    }

    .news-details-jump {
        width: 100%;
        padding-left: 20px;
        font-size: 12px;
        height: auto;
    }

    .news-details-jump > p:nth-of-type(2) {
        padding-bottom: 30px;
        margin-top: 30px;
        padding-top: 0 !important;
    }

    .news-details-jump > p:nth-of-type(1) {
        margin-bottom: 30px;
    }

    .news-details-jump > p > span {
        margin-right: 20px;
    }
}

@media (min-width: 768px) and (max-width: 1200px) {
    .news-details > h1:nth-of-type(1) {
        font-size: 30px !important;
    }
}