/**
 * 企业专访触屏样式
 * 
 * @Author: XuZhu
 * @Date: 2019-1-23
 */

/*列表页*/
.lsp_group {
	width:7.5rem;padding-top:.33rem;padding-bottom:.25rem;background:#FFF;margin-bottom:.15rem;
}
.lsp_group .lsg_cell {
	position:relative;width:7rem;height:1.87rem;margin:0 auto .3rem;padding-left:3.15rem;display:block;text-decoration:none;color:#666;
	box-shadow:0 0 5px 5px #f6f6f6;
}
.lsg_cell img {
	position:absolute;left:0;top:0;width:2.86rem;height:1.87rem;border:0;
}
.lsg_cell .tit_box {
	padding:.15rem .25rem .1rem 0;line-height:1.6;color:#333;width:3.45rem;word-break:break-all;
}
.lsg_cell .name_box {
	color:#555;width:3.45rem;margin-bottom:.05rem;
}
.lsg_cell .time_box {
	color:#999;
}

/*详细页*/
.cos_top_sl {
	width:7.5rem;height:3.05rem;position: relative;
}
.cos_top_sl img{width:7.5rem;height:3.05rem;border:0;}
.cos_top_sl .cos_top_bar {
	width:7.5rem;color:#fff;padding:.15rem;background: rgba(0,0,0,.2);word-break:break-all;position:absolute;left:0;bottom:0;z-index:3;
}
.cop_show {
    background: #ffffff;padding: 5%;
}
.cop_show .cop_tit {
	font-weight:400;color:#111;text-align:center;padding:0 .45rem;line-height:1.6;
}
.cop_show .cop_time {
	color:#999;text-align:center;padding:.35rem 0;
}
.cop_show .cop_con {
	word-break: break-all;
}
.cop_show .cop_con img{
	display:block;
	width:100%;
	height:100%;
	margin:0.2rem 0;
}