body {
  
}
/* 全屏大图 */
.banner {
    width:100% !important;
    background: url(../image/new/banner.png) no-repeat top center;
    background-size: cover;
}

.block_top {
    margin: 0 auto;
    padding-top: 274px;
    box-sizing: border-box;
}

.block_top .block_top_title {
    width: 632px;
    border-radius: 10px 10px 10px 10px;
    opacity: 1;
}

.block_top .block__top__subtitle {
    width: 702px;
    margin-top: 37px;
    font-size: 36px;
    letter-spacing: 4px;
}

/* small screen */
.d-lg-none.block_top {
    padding-top:121px;
}
.d-lg-none .block_top_title {
    background:none;
    width:100%;
    font-size:24px;
    line-height:34px;
    margin:0 auto;
    margin-top:6px;
    padding:0;
    text-align: center;
}
.d-lg-none .block__top__subtitle { 
    letter-spacing:1px;
    width:100%;
    font-size:12px;
    line-height:17px;
    margin:0 auto;
    padding:0;
    text-align: center;
    background:none;
    margin-top:6px;
}

.news_wrap_bg {
    color: #0A3459;
    background: linear-gradient(0deg, rgba(255,255,255,0.60) 8%, rgba(255,255,255,1) 8%, #EAFDFF 100%, #EAFDFF 100%);
}
.news_wrap {
    width:1200px;
    box-sizing: border-box;
    text-align: center;
    box-sizing: border-box;
    padding:0 40px
}






.news_wrap ul li>div.img_wrap img {
    width:100%;
    height:100%;
    border-radius: 10px;
}







/* 详情页面 */

.new_detail_ct {
    text-align: left !important;
    padding-top:150px;
    min-height: 500px;
    background:linear-gradient(rgba(234, 252, 255, 1),rgba(255, 255, 255, 0.6));
}

.news_tag a:hover {
    color:#ffffff;
}

.new_detail_ct h2 {
    width: 728px;
    font-size: 48px;
    font-weight: normal;
    color: #0A3459;
    line-height: 84px;
    letter-spacing: 5px;
    margin-left:48px;
    margin-bottom: 0;
}
.new_detail_ct h3 {
    height:79px;
    line-height:79px;
    text-align:right;
    font-size: 18px;
    font-weight: normal;
    color: #0A3459;
    letter-spacing: 2px;
    border-top: 1px solid rgba(52, 177, 192, 1);
    border-bottom: 1px solid rgba(52, 177, 192, 1);
    margin:46px 48px;
}
.new_detail_ct .detail_wrap {
    margin:46px 48px;
    background:rgba(242, 242, 242, 1);
    padding:46px;
}

.new_detail_ct .detail_wrap img {
    max-width: 100%;
}




@media ( min-width: 100px ) {
    .block__ct .block__main {
        max-width: 1200px;
        padding-left:auto;
        padding-right:auto;
        text-align: center;
        padding-bottom:5rem;
        box-sizing: border-box;
    }
    .news_wrap ul {
        list-style: none;
        display:flex;
        flex-wrap: wrap;
        box-sizing: border-box;
        justify-content: center;
        margin:0;
        padding:0;
    }

    .news_wrap ul li {
        position: relative;
        width:300px;
        height:auto;
        margin-bottom:24px;
        border-radius: 10px 10px;
        box-shadow: 0px 2px 12px 0px rgba(52, 177, 192, 0.54);
        display:block;
        flex-direction: none;
        background:#ffffff;
        padding:0;
    }
    
    .news_wrap ul li>div.img_wrap {
        height:134px;
        width: 300px;
        overflow: hidden;
        border-radius:10px;
        position:  relative;
    }

    .news_info {
        display:flex;
        justify-content: space-between;
        height:41px;
        box-sizing: border-box;
        padding:16px 0 10px 22px;
    }

    .news_info>div:first-child {
        height: 14px;
        font-size: 12px;
        font-weight: normal;
        color: #0A3459;
        line-height: 14px;
        letter-spacing: 1px;
    }
    .news_info>div.new_tag {
        width: 45px;
        height: 100%;
        line-height: 14px;
        background: #FF843B;
        color:#FFFFFF;
        text-align: center;
        font-size: 12px;
        border-radius:2px;
    }

    .news_wrap h2 {
        height: 49px;
        font-size: 16px;
        color: #0A3459;
        line-height: 25px;
        letter-spacing: 1px;
        text-align: left;
        margin:0 65px 0  22px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;    
    }
    .news_wrap ul li p {
        height: 33px;
        font-size: 9px;
        color: #0A3459;
        line-height: 11px;
        letter-spacing: 0px;
        text-align:left;
        margin:4px 0 0 0 ;
        overflow: hidden;
        text-overflow: ellipsis;
        display: none;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical; 
    }

    .news_wrap .new_footer {
        flex:1;
        display:flex;
        justify-content:space-between;
        align-items:center;
        padding:7px 22px 16px 22px;
    }
    .news_wrap .new_footer>div {
        font-size: 14px;
        font-weight: normal;
        color: #0A3459;
        line-height: 20px;
        letter-spacing: 1px;
    }
    .news_wrap .new_footer>a {
        height: 12px;
        font-size: 10px;
        font-weight: normal;
        color: #0A3459;
        line-height: 12px;
        letter-spacing: 1px;
    }

    .next_page_bt {
        width:35px;
        height:35px;
        line-height:35px;
        text-align: center;
        color:#fff !important;
        margin:0 auto;
        background:#34B1C0;
        border-radius: 50%;
        cursor:pointer;
    }

    .news_tag {
        margin-bottom:40px;
    }
    
    .news_tag a {
        background:rgba(255, 132, 59, 1);
        border-radius: 10px 10px 10px 10px;
        width:161px;
        height:52px;
        display: inline-block;
        margin-top: 127px;
        margin-left:48px;
        line-height:52px;
        color:#ffffff;
        font-size: 24px;
        font-weight: normal;
        letter-spacing: 2px;
        text-align: center;
    }

    .small-screen-news-detail-wrap {
        width:340px;
        background: #FFFFFF;
        box-shadow: 0px 1px 3px 1px rgba(52,177,192,0.5356);
        border-radius: 10px 10px 10px 10px;
        margin:0 auto;
        color:#0A3459;
        padding-bottom: 40px;
        margin-bottom:29px;
    }
    .small-screen-news-detail-wrap .top{
        display:flex;
        justify-content: space-between;
        padding:13px 19px 20px;
    }
    .small-screen-news-detail-wrap .top .tag{
        display:inline-block;
        height:18px;
        width:45px;
        background:rgba(255, 132, 59, 1);
        text-align: center;
        color:#ffffff;
        border-radius:2px;
    }
    .small-screen-news-detail-wrap .detail_wrap{
        padding:0 19px;
    }
    .small-screen-news-detail-wrap .detail_wrap img{
        max-width:100%;
    }
    .small-screen-news-detail-wrap .detail_wrap video{
        max-width:100%;
    }

    /* 小屏下 样式 */
    h2.phone_screen_title {
        height: 40px;
        font-size: 14px;
        line-height: 20px;
        letter-spacing: 1px;
        overflow: hidden;
        text-overflow: ellipsis;
        /* display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;     */
    }
    h3.phone_screen_sub_title {
        height: 44px;
        font-size: 10px;
        line-height: 14px;
        overflow: hidden;
        text-overflow: ellipsis;
        /* display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;     */
    }

    .phone_screen_hr {
        margin:14px 19px 17px;
        border-top:1px solid rgba(52, 177, 192, 1);
    }
}

@media ( min-width: 768px ) {
    .block__ct .block__main {
        max-width: 1200px;
        padding-left:2rem;
        padding-right:2rem;
        text-align: center;
        padding-bottom:5rem;
        box-sizing: border-box;
    }
    .news_wrap ul {
        list-style: none;
        display:flex;
        flex-wrap: wrap;
        box-sizing: border-box;
        justify-content: space-between;
        margin:0;
        padding:0;
    }

    .news_wrap ul li {
        width:340px;
        height:440px;
        margin-bottom:70px;
        border-radius: 10px 10px;
        box-shadow: 0px 2px 12px 0px rgba(52, 177, 192, 0.54);
        display:flex;
        flex-direction: column;
        background:#ffffff;
        padding:0;
    }
    
    .news_wrap ul li>div.img_wrap {
        height:155px;
        width: 100%;
        overflow: hidden;
        border-radius:10px;
        position:  relative;
        top:0;
        left:0;
    }

    .news_info {
        display:flex;
        justify-content: space-between;
        height:78px;
        box-sizing: border-box;
        padding:29px 0 6px 11px;
    }

    .news_info>div:first-child {
        height: 29px;
        font-size: 18px;
        font-weight: normal;
        color: #0A3459;
        line-height: 29px;
        letter-spacing: 1px;
    }
    .news_info>div.new_tag {
        width: 129px;
        height: 29px;
        line-height: 29px;
        background: #FF843B;
        color:#FFFFFF;
        text-align: center;
        font-size: 18px;
        border-radius:0;
    }

    .news_wrap h2 {
        height: 56px;
        font-size: 20px;
        color: #0A3459;
        line-height: 28px;
        letter-spacing: 2px;
        text-align: left;
        margin:0 12px;
        margin-bottom:9px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;    
    }
    .news_wrap ul li p {
        height: 66px;
        font-size: 16px;
        color: #0A3459;
        line-height: 22px;
        letter-spacing: 1px;
        text-align:left;
        margin:0 12px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical; 
    }

    .news_wrap .new_footer {
        flex:1;
        display:flex;
        justify-content:space-between;
        align-items:center;
        padding:0 12px;
    }
    .news_wrap .new_footer>div {
        font-size: 14px;
        font-weight: normal;
        color: #0A3459;
        line-height: 20px;
        letter-spacing: 1px;
    }
    .news_wrap .new_footer>a {
        height: 27px;
        font-size: 18px;
        font-weight: normal;
        color: #0A3459;
        line-height: 25px;
        letter-spacing: 1px;
    }

    .next_page_bt {
        width:75px;
        height:75px;
        line-height:75px;
        text-align: center;
        color:#fff !important;
        margin:0 auto;
        background:#34B1C0;
        border-radius: 50%;
        cursor:pointer;
    }

    .news_tag {
        margin-bottom:40px;
    }
    
    .news_tag a {
        background:rgba(255, 132, 59, 1);
        border-radius: 10px 10px 10px 10px;
        width:161px;
        height:52px;
        display: inline-block;
        margin-top: 127px;
        margin-left:48px;
        line-height:52px;
        color:#ffffff;
        font-size: 24px;
        font-weight: normal;
        letter-spacing: 2px;
        text-align: center;
    }
}


/* 文章详情 样式 回显 */
/* 文章详情 样式 回显 */
/* 文章详情 样式 回显 */
/* 文章详情 样式 回显 */
/* 文章详情 样式 回显 */
.detail_wrap dl, ol, ul {
    margin:0; padding:0;
    list-style: none;
}

.detail_wrap li{
    margin:0; padding:0;
    list-style: none;
}
.detail_wrap p{
    margin-bottom:24px;
}
.detail_wrap img{
    padding:0;
}