* {
    margin: 0;
    padding: 0;
}

a:hover {
    color: #eb4e2f;
}

/*中间稿件开始*/
.content_pannel{
    padding: 0 10px;
    margin: 5px 0;
    box-shadow: 0 5px 5px #dccfcf;
    background-color: #FFFFFF;
}
/*关怀新闻开始*/
.gh_news {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
}
.gh_title {
    width: 100%;
    height: 30px;
    margin-top: 10px;
    background: url(../../../../static/image/jlxk-wap/ghtitle.png) no-repeat center;
    background-size: contain;
    position: relative;
}
.news_list_span {
    position: absolute;
    right: 20px;
    color: #6ab9a4;
    font-size: 14px;
    bottom: 6px;
}
.gh-swipe img {
    padding: 5px 0;
    position: relative;
    border-radius: 15px;
}

.gh_swipe_title {
    position: absolute;
    /*margin: 3px 15px;*/
    letter-spacing: 1.5px;
    bottom: 10px;
    left: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    border-radius: 8px;
}

.gh_swipe_title span {
    width: 80%;
    margin: 0 10px;
    line-height: 30px;
    font-size: 16px;
    color: #f0f0f0;
    letter-spacing: 1px;
    font-weight: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.gh_news .van-swipe__indicators {
    bottom: 18px;
    left: 90%;
}
.news_list{
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    width: 100%;
    box-sizing: border-box;
    padding: 12px 0;
    margin-bottom: 8px;
    border-bottom:1px solid rgba(170, 170, 170, 0.6);
}
.news_list_image{
    flex: none;
    width: 36vw;
    height: 24vw;
    margin-right: 10px;
    border-radius: 5px;
    overflow: hidden;
}
.news_list_image img{
    width: 100%;
    height: 100%;
    border-radius: 8px;
    object-fit: cover;
}
.news_list_title{
    flex: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
}
.news_list_title div:nth-child(1){
    font-size: 16px;
    letter-spacing: 1px;
    font-weight: normal;
    line-height: 27px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.news_list_title div:nth-child(2){
    align-self: flex-end;
}
.xw_title {
    width: 100%;
    height: 30px;
    margin-top: 10px;
    background: url(../../../../static/image/jlxk-wap/xwtitle.png) no-repeat center;
    background-size: contain;
    position: relative;
}
/*大事记*/
.dsj_pannel{
    margin: 5px 0;
    box-shadow: 0 5px 5px #dccfcf;
    background-color: #FFFFFF;
}
.dsj_pannel {
    margin: 5px 0;
    box-shadow: 0 5px 5px #dccfcf;
    background-color: #FFFFFF;
}
/*小康故事*/
.xkgs_title {
    width: 100%;
    height: 30px;
    margin-top: 10px;
    background: url(../../../../static/image/jlxk-wap/xkgstitle.png) no-repeat center;
    background-size: contain;
    position: relative;
}
#index .gh_news .van-tab {
    color: #c31316;
    font-size: 16px;
    flex: none!important;
}
#index .gh_news .van-tab--active {
    color: #c31316;
    font-size: 20px;
}
#index .gh_news .van-hairline--top-bottom::after, .van-hairline-unset--top-bottom::after {
    border-width: 0px 0;
}
/*文献开始*/
.wx_title {
    width: 100%;
    height: 30px;
    margin-top: 10px;
    background: url(../../../../static/image/jlxk-wap/wxtitle.png) no-repeat center;
    background-size: contain;
    position: relative;
}
.wx_news {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
}
#index .wx_news .van-tab {
    color: #c31316;
    font-size: 16px;
}
#index .wx_news .van-tab--active {
    color: #c31316;
    font-size: 20px;
}
#index .wx_news .van-hairline--top-bottom::after, .van-hairline-unset--top-bottom::after {
    border-width: 0px 0;
}
.news_list_line{
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    width: 100%;
    box-sizing: border-box;
    padding: 12px 0;
    margin-bottom: 8px;
    border-bottom:1px solid rgba(170, 170, 170, 0.6);
}
.news_list_line_title{
    padding: 0 10px;
    flex: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
}
.news_list_line_title div:nth-child(1){
    font-size: 16px;
    padding: 5px 0;
    letter-spacing: 1px;
    font-weight: normal;
    line-height: 27px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.news_list_line_title div:nth-child(2){
    align-self: flex-end;
}
/*文献结束*/
/*人物开始*/
.rw_title {
    width: 100%;
    height: 30px;
    margin-top: 10px;
    background: url(../../../image/jlxk-wap/persontitle.png) no-repeat center;
    background-size: contain;
    position: relative;
}
.ztimage{
    height: 150px;
    padding-bottom: 10px;
    position: relative;
}
.ztimage img{
    width: 95%;
    height: 100%;
    margin: 10px 6px;
    border-radius: 6px;
    object-fit: cover;
}
.ztimage >span{
    position: absolute;
    border-radius: 6px;
    margin: 0 6px;
    padding: 5px;
    letter-spacing: 1.5px;
    bottom: 0;
    color: #FFFFFF;
    left: 0;
    width: 90%;
    height: 36px;
    line-height: 20px;
    font-size: 15px;
    text-align: center;
    background: linear-gradient(rgba(199, 90, 92, 0),rgba(199, 90, 92, 1));
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
/*人物结束*/
/*数据统计开始*/
.data_news {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
}
.tj_title {
    width: 100%;
    height: 30px;
    margin-top: 10px;
    background: url(../../../../static/image/jlxk-wap/counttitle.png) no-repeat center;
    background-size: contain;
    position: relative;
}
/*数据统计结束*/
/*重大工程开始*/
.zdgc_title {
    width: 100%;
    height: 30px;
    margin-top: 10px;
    background: url(../../../../static/image/jlxk-wap/zdgctitle.png) no-repeat center;
    background-size: contain;
    position: relative;
}
/*重大工程结束*/
/*影像开始*/
.yx_title {
    width: 100%;
    height: 30px;
    margin-top: 10px;
    background: url(../../../../static/image/jlxk-wap/videotitle.png) no-repeat center;
    background-size: contain;
    position: relative;
}
.yx_image{
    position: relative;
}
.yx_image img{
    width: 100%;
    height: 200px;
    border-radius: 8px;
}
.yx_image :after{
    content: '专题片';
    width: 55px;
    height: 27px;
    font-size: 14px;
    position: absolute;
    border-radius: 8px;
    background-color: #c31316;
    top:0;
    left: 0;
    color: #FFFFFF;
    box-sizing: border-box;
    padding: 5px;
    z-index: 999;
}
.lbtitle{
    width: 90%;
}
.wx_news .custom-indicator{
    display: flex;
    margin: 5px 0;
}
.wx_news .custom-indicator .yxtitle {
    width: 90%;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
/*影像结束*/
/*出版物开始*/
.cbw_title {
    width: 100%;
    height: 30px;
    margin-top: 10px;
    background: url(../../../../static/image/jlxk-wap/cbwtitle.png) no-repeat center;
    background-size: contain;
    position: relative;
}
.cbwimage{
    height: 170px;
    padding-bottom: 10px;
    position: relative;
}
.cbwimage img{
    width: 95%;
    height: 100%;
    margin: 10px 6px;
    border-radius: 6px;
    object-fit: cover;
}
.cbwimage >span{
    position: absolute;
    border-radius: 6px;
    margin-left: 5px;
    padding: 6px;
    letter-spacing: 1.5px;
    bottom: 0;
    color: #FFFFFF;
    left: 0;
    width: 88%;
    height: 36px;
    line-height: 20px;
    font-size: 15px;
    text-align: center;
    background: linear-gradient(rgba(199, 90, 92, 0),rgba(199, 90, 92, 1));
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
/*出版物结束*/

/*作品开始*/
.zp_title {
    width: 100%;
    height: 30px;
    margin-top: 10px;
    background: url(../../../../static/image/jlxk-wap/zptitle.png) no-repeat center;
    background-size: contain;
    position: relative;
}
/*作品结束*/
/*中间稿件结束*/
/*匹配320px手机*/
@media screen and (max-width: 320px) {
    /*搜索栏匹配*/
    #nav .nav-search {
        font-size: 12px;
    }

}

@media screen and (min-width: 768px) {
    .news_list_span {
        right: 40px;
        font-size: 16px;
        bottom: 8px;
    }
    .gh_title,.xw_title,.xkgs_title,.wx_title,.rw_title,.tj_title,.zdgc_title,.yx_title,.cbw_title,.zp_title{
        height: 48px;
    }
}
@media screen and (min-width: 1024px) {
    .news_list_span {
        right: 58px;
        font-size: 24px;
        bottom: 14px;
    }
    .gh_title,.xw_title,.xkgs_title,.wx_title,.rw_title,.tj_title,.zdgc_title,.yx_title,.cbw_title,.zp_title{
        height: 65px;
    }
}






