﻿.development {
    padding-top: .2rem;
}

.news_title .new_txt {
    font-size: .2rem;
    color: #333;
    padding-bottom: .25rem;
	font-weight:bold;
}

.news_title .new_time {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
}

.news_title .new_time .time {
    font-size: .14rem;
    color: #a3a9bb;
    opacity: 0.8;
    padding-bottom: .15rem;
    position: relative;
    padding-bottom: .35rem;
    width: 70%;
}

.news_title .new_time .time::after {
    content: " ";
    width: 20%;
    height: .01rem;
    left: 0;
    top: 75%;
    background: #333;
    position: absolute;
}

.news_title .new_time .time a {
    padding-right: .2rem;
}

.news_title .new_time .icon {
    font-size: .14rem;
    color: #333;
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
    width: 30%;
}

.news_title .new_time .icon a {
    margin-top: -.1rem;
}

.news_title .new_time .icon a img {
    width: .3rem;
    height: .3rem;
    margin-right: .05rem;
    opacity: .7;
}

.news_title .new_time .icon a img:hover {
    opacity: 1;
}

.news_bod {
    margin-top: .2rem;
	padding-bottom: .3rem;
}

.news_bod p {
    text-indent: 2em;
    font-size: .16rem;
    color: #333;
    line-height: .3rem;
}

.news_bod p img {
    display: block;
    margin: .3rem auto .2rem;
    max-width: 100%;
    height: auto;
}

.news_bod .text {
    margin-top: .5rem;
    margin-bottom: .5rem;
}

.news_bod .text div {
    font-size: .14rem;
    color: #333;
    opacity: 0.6;
    line-height: .3rem;
}

.new_miew {
    border-top: .01rem solid #a2a7b8;
    /* border-bottom: .01rem solid #a2a7b8; */
    padding: .3rem 0 0 0;
}

.new_miew div {
    font-size: .16rem;
    color: #333;
    line-height: .3rem;
}

.relevant {
    margin-top: .5rem;
    margin-bottom: .5rem;
}

.relevant .rel_title {
    padding-bottom: .4rem;
    font-size: .3rem;
    font-weight: bold;
    text-align: center;
    color: #333;
}

.relevant .rel_bod {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.relevant .rel_bod .rel_left {
    width: 6.79rem;
}

.relevant .rel_bod .rel_left .picture {
    position: relative;
}

.relevant .rel_bod .rel_left .picture img {
    width: 6.79rem;
    height: 2.78rem;
}

.relevant .rel_bod .rel_left .zhe {
    position: absolute;
    bottom: 0;
}

.relevant .rel_bod .rel_left .rel_text {
    position: absolute;
    padding-left: .5rem;
    bottom: .3rem;
    font-size: .18rem;
    color: #fff;
}

.relevant .rel_bod .rel_left .zhe img {
    width: 6.79rem;
    height: .83rem;
}

.relevant .rel_bod .rel_right {
    width: calc(100% - 7rem);
    height: 2.78rem;
}

.relevant .rel_bod .rel_right .num {
    display: flex;
    justify-content: space-between;
    padding-bottom: .25rem;
}

.relevant .rel_bod .rel_right .num .num_txt {
    width: calc(100%/2);
    padding: .2rem .12rem;
    background: #fff;
}

.relevant .rel_bod .rel_right .num .num_pic {
    width: 1.93rem;
    height: 1.28rem;
    overflow: hidden;
}

.relevant .rel_bod .rel_right .num .num_pic img {
    width: 1.93rem;
    height: 1.28rem;
}

.relevant .rel_bod .rel_right .num .num_txt .num_title {
    font-size: .12rem;
    color: #333;
    line-height: .18rem;
    position: relative;
    padding-bottom: .1rem;
}

.relevant .rel_bod .rel_right .num .num_txt .num_title p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    max-height: .36rem;
}

.relevant .rel_bod .rel_right .num .num_txt .num_title::after {
    content: " ";
    width: 70%;
    height: .01rem;
    background: #c1c1c1;
    position: absolute;
    left: 0;
    top: 90%;
}

.relevant .rel_bod .rel_right .num .num_txt .num_time {
    font-size: .12rem;
    color: #333;
    opacity: 0.8;
}

@media only screen and (max-width: 1366px) {
    .news_bod .new_pic img {
        width: auto;
        height: auto;
        margin: 0 auto;
    }
    .news_bod .new_img img {
        width: auto;
        height: auto;
        margin: 0 auto;
    }
    .relevant .rel_bod .rel_left {
        width: 5.67rem;
    }
    .relevant .rel_bod .rel_left .picture {
        position: relative;
    }
    .relevant .rel_bod .rel_left .picture img {
        width: 5.67rem;
        height: 2.26rem;
    }
    .relevant .rel_bod .rel_left .zhe {
        position: absolute;
        bottom: 0;
    }
    .relevant .rel_bod .rel_left .zhe img {
        width: 5.69rem;
        height: .83rem;
    }
    .relevant .rel_bod .rel_right {
        width: calc(100% - 5.87rem);
    }
    .relevant .rel_bod .rel_right .num .num_pic img {
        width: auto;
        height: auto;
    }
}

@media only screen and (max-width: 1080px) {
    .relevant .rel_bod .rel_left {
        width: 100%;
        padding-bottom: .3rem;
    }
    .relevant .rel_bod .rel_left .picture {
        position: relative;
    }
    .relevant .rel_bod .rel_left .picture img {
        width: 100%;
        height: 3rem;
    }
    .relevant .rel_bod .rel_left .zhe img {
        width: 100%;
        height: .83rem;
    }
    .relevant .rel_bod .rel_right {
        width: 100%;
    }
    .relevant .rel_bod .rel_right .num .num_pic img {
        width: auto;
        height: auto;
    }
    .relevant .rel_bod .rel_right .num .num_pic {
        order: 1;
    }
    .relevant .rel_bod .rel_right .num .num_txt {
        width: calc(100% - 1.97rem);
        order: 2;
    }
    .news_title .new_time .time {
        width: 100%;
    }
    .news_title .new_time .icon {
        width: 100%;
        margin-top: .1rem;
    }
}

@media only screen and (max-width: 820px) {
    .news_title .new_txt {
        font-size: .2rem;
        color: #333;
        padding-bottom: .25rem;
    }
    .news_title .new_time {
        display: flex;
        justify-content: start;
        flex-wrap: wrap;
    }
}

@media only screen and (max-width: 768px) {
    .news_title .new_txt {
        font-size: .24rem;
        color: #333;
        padding-bottom: .25rem;
    }
    .news_bod p {
        text-indent: 2em;
        font-size: .18rem;
        color: #333;
        line-height: .3rem;
    }
}