/* 新闻内容页响应式样式 */
.news-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

.news-content-wrapper {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}

body{
    background-color: #FFFFFF;
}
.h2, h2 {
    font-size: 24px !important;
}
.sn_text h2{
    position: relative;
    padding-left: 15px;
}
.sn_text h2:before{
    position: absolute;
    width: 4px;
    height: 100%;
    overflow: hidden;
    content: "";
    left: 0;
    top:0;
    background: #0DA891;
}
.sn_text p{
    font-size: 16px !important;
    letter-spacing: 2px!important;
    line-height: 28px!important;
}
.sn_text p img {
    display: block;
    margin: 15px auto;
    max-width: 100%;
    height: auto;
}
/* 左侧导航 */
.news-sidebar {
    width: 100%;
    padding-right: 0;
    margin-bottom: 30px;
}

.sub_list {
    width: 100%;
    background: #f5f5f5;
    padding: 10px 0 30px 0;
}

.sub_list dl dd {
    width: 100%;
}

.sub_list dl dd a {
    display: block;
    width: calc(100% - 40px);
    height: 53px;
    padding-left: 25px;
    margin: 0 auto;
    border-bottom: 1px solid #ddd;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #454545;
    font-size: 15px;
    background: url(../images/2_10.png) 10px center no-repeat;
    line-height: 53px;
}

.sub_list dl dd:hover,
.sub_list dl li:hover,
.sub_on {
    background: url(../images/2_09.jpg) no-repeat;
}

.sub_list dl dd:hover a,
.sub_list dl .sub_on a {
    border: none;
    background: url(../images/2_11.png) 10px center no-repeat !important;
    color: #fff;
}

.sub_list dl ul li a {
    display: block;
    width: calc(100% - 65px);
    margin-left: 25px;
    height: 53px;
    padding-left: 25px;
    color: #454545;
    background: url(../images/2_10.png) 10px center no-repeat;
    border-bottom: 1px dashed #ddd;
    line-height: 53px;
}

.sub_list dl li:hover a,
.sub_list dl ul li.sub_on a {
    border: none;
    background: url(../images/2_11.png) 10px center no-repeat !important;
    color: #fff;
}

/* 新闻主体内容 */
.news-main {
    width: 100%;
    min-width: 300px;
}

/* 全宽Banner样式 */
.s_banner2 {
    width: 100%;
    height: 300px;
    background: url(../images/banner_news.jpg) center center no-repeat;
    background-size: cover;
    margin-left: 0;
    margin-right: 0;
}
.s_banner4 {
    width: 100%;
    height: 300px;
    background: url(../images/banner-jjfa.png) center center no-repeat;
    background-size: cover;
    margin-left: 0;
    margin-right: 0;
}

.business {
    width: 100%;
    float: none;
    padding: 0 0 20px 0;
}

.sn_title {
    width: 100%;
    text-align: center;
    background: #edf3f9;
    padding: 15px;
    margin-top: 0;
    margin-bottom: 20px;
    border-radius: 5px;
}

.sn_title h3 {
    width: 100%;
    height: auto;
    line-height: 1.3;
    font-size: 24px;
    color: #064994;
    margin: 0;
    padding: 10px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
}

.sn_title p {
    padding: 0;
    margin: 10px 0;
    height: auto;
    line-height: 1.5;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    color: #7892ac;
    font-size: 14px;
}

.sn_title p span {
    margin: 0 5px;
    display: inline-block;
    padding: 3px 5px;
}

.newsarrows {
    margin-top: 15px;
}

.newsarrows a {
    text-indent: 0;
    display: inline-block;
    width: auto;
    height: auto;
    margin: 0 5px;
    padding: 5px 10px;
    background: #0DA891;
    color: white;
    text-decoration: none;
    border-radius: 3px;
}

.newsarrows a:hover {
    background: #013e7b;
}

.sn_text {
    padding: 10px 0 30px 0;
    line-height: 1.8;
}

.sn_text p {
    line-height: 1.8;
    margin: 15px 0;
}

.tag {
    color: #999;
    background: #efefef;
    padding: 10px 15px;
    border-radius: 3px;
    margin: 15px 0;
}

.tag a {
    padding: 5px 10px;
    background: #fff;
    margin-left: 10px;
    color: #666;
    text-decoration: none;
    border-radius: 3px;
    display: inline-block;
    margin-top: 5px;
}

.tag a:hover {
    background: #0DA891;
    color: #fff;
}

.dwon {
    margin: 15px 0;
}

.dwon a {
    display: inline-block;
    padding: 8px 15px;
    background: #0DA891;
    color: white;
    text-decoration: none;
    border-radius: 3px;
}

.dwon a:hover {
    background: #013e7b;
}

/* 平板设备样式 */
@media (max-width: 1060px) {
    .news-content-wrapper {
        flex-direction: column;
    }
    
    .news-sidebar {
        width: 100%;
        padding-right: 0;
        margin-bottom: 30px;
    }
    
    .sub_list {
        padding: 10px;
    }
    
    .sub_list dl dd a {
        width: calc(100% - 30px);
    }
    
    .news-main {
        width: 100%;
    }
    
    .sn_title h3 {
        font-size: 22px;
    }
    
    /* 平板上的全宽Banner */
    .s_banner2 {
        height: 250px;
        width: 100vw;
        margin-left: calc(-50vw + 50%);
    }
}

/* 手机设备样式 */
@media (max-width: 768px) {
    .newsnext{
        margin-bottom: 15px;
    }
    .news-container {
        padding: 0 10px;
    }
    
    .path_con {
        padding: 0 10px;
    }
    .sn_text p img {
        width: 100% !important;
        height: auto !important;
    }
    /* 手机上的全宽Banner */
    .s_banner2 {
        height: 200px;
        width: 100vw;
        margin-left: calc(-50vw + 50%);
    }
    
    .sn_title {
        padding: 10px 5px;
    }
    
    .sn_title h3 {
        font-size: 20px;
        padding: 5px 0;
    }
    
    .sn_title p {
        font-size: 12px;
    }
    
    .sn_title p span {
        display: block;
        margin: 3px 0;
        padding: 2px 0;
    }
    
    .newsarrows a {
        padding: 4px 8px;
        font-size: 14px;
        margin: 0 3px;
    }
    
    .tag {
        padding: 8px 10px;
    }
    
    .tag a {
        padding: 3px 8px;
        margin-left: 5px;
        font-size: 13px;
    }
    
    .sn_text h2 {
        padding-left: 12px;
        font-size: 20px !important;
    }
    
    .sn_text h2:before {
        width: 3px;
    }
}

@media (max-width: 480px) {
    .s_banner2 {
        height: 150px;
        width: 100vw;
        margin-left: calc(-50vw + 50%);
    }
    
    .sn_title h3 {
        font-size: 18px;
    }
    
    .sn_title p span {
        font-size: 11px;
    }
    
    .newsarrows a {
        padding: 3px 6px;
        font-size: 13px;
        margin: 0 2px;
    }
    
    .sn_text {
        padding: 10px 0 20px 0;
    }
    
    .sn_text h2 {
        padding-left: 10px;
        font-size: 18px !important;
    }
    
    .sn_text p {
        font-size: 14px !important;
        letter-spacing: 1px!important;
        line-height: 24px!important;
    }
}