.line-clamp_one {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.zx_rm_tit span.catTitle{width: 39em;}
.zx_rm_tit p{float: right;padding: 0 0 0 20px;}
/* 遮罩 & 盒子 */
#imgViewer_overlay {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,.75);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    transition: .25s;
    touch-action: none;          /* 防止双指缩放 */
	width:100%;
	height:100%:
}
#imgViewer_overlay.show { opacity: 1; visibility: visible; }

#imgViewer_box {
    position: relative;
    max-width: 96%;
    background: #fff;
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0,0,0,.4);
}
#imgViewer_box img {
    display: block;
    max-width: 100%;
    -webkit-user-drag: none;     /* 禁止拖拽 */
    user-select: none;
}
#imgViewer_title {
    height: 46px;
    line-height: 46px;
    text-align: center;
    font-size: 15px;
    color: #333;
    background: #f5f5f5;
    padding: 0 48px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* 关闭按钮 —— 手机做大 */
#imgViewer_close {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 36px;
    height: 36px;
    background: #000;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    line-height: 36px;
    font-size: 24px;
    cursor: pointer;
    opacity: .7;
    z-index: 2;
}
#imgViewer_close:hover { opacity: 1; }

/* 左右箭头 —— PC 显示，手机隐藏 */
#imgViewer_prev,
#imgViewer_next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    background: rgba(0,0,0,.5);
    color: #fff;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    font-size: 22px;
    cursor: pointer;
    user-select: none;
    transition: background .2s;
}
#imgViewer_prev:hover,
#imgViewer_next:hover { background: rgba(0,0,0,.8); }
#imgViewer_prev { left: 10px; }
#imgViewer_next { right: 10px; }
.swiper-button-next, .swiper-button-prev{margin-top: 0;}
.swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after,.swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after{display: none;}

.zx_ml_list ul li {line-height:45px;height:45px; padding:0px 0 0px 36px;  background:url(/tygl/zx_xxgk20160829_22.jpg) 24px 21px  no-repeat;border-bottom: 0px dashed #ebebeb;box-sizing: border-box;}
.pic_zhuanr .LeftBotton,.pic_zhuanr .RightBotton{top: 22px;}

/* 手机端隐藏箭头 */
@media (max-width: 1190px) {
    #imgViewer_prev,
    #imgViewer_next { display: none; }
	#imgViewer_box {
	max-width: 98%;
	}
    .zx_xxgk_ml .news_yugao {
        width: 100%;
    }
    .zx_xxgk_ml .news_yugao .yugao_l_con,.zx_xxgk_ml .news_yugao .yugao_R_con {
        width: 100%;
    }
    .zx_xxgk_ml .news_wenzi_con { width: 100%;}

        .zx_xxgk_ml .news_wenzi_con {
        box-sizing: border-box;
    }
    .zx_xxgk_ml .news_wenzi_con img{width: 100%;}
    .zx_xxgk_ml .news_yugao .yugao_l_con img {
    width: 98%;
    padding: 1%;
    }
    .zx_xxgk_ml .news_yugao .yugao_R_con {
    padding: 10px 0 0 0;
    box-sizing: border-box;
}
    .pic_zhuanr {
        width: 100%;
        box-sizing: border-box;
    }
    .zx_rm_tit span {
    line-height: 36px;
}
.zx_xxgk_ml {
    padding: 3%;
    box-sizing: border-box;
}
.zx_ml_nb .ml_tit{
    width: 100%;
    float: left;
}
.zx_xxgk_ml .ml_tit {
    margin: 10px 0;
}

.zx_ml_list {
    margin: 0px 0px 0px 0px;
}
.zx_ml_list ul li span.tit {
    width: 88%;
}
.zx_rm_tit span.catTitle {
    width: auto;
}
.zx_rm_tit span.line-clamp_one {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.zx_rm_tit {
    border: 0px solid #f0f0f0;}
}