@charset "utf-8";
/* CSS Document */
.ej_banner{
	width: 7.5rem;
	overflow: hidden;
	text-align: center;
}
.ej_banner img{
	width: 100%;
}

.weizhi{
	line-height: .76rem;
	font-size: .28rem;
	border-bottom: 0px solid #a20b0b;
}

.ej_title{
	text-align: center;
	padding: .2rem 0 .4rem;
}
.ej_title img{
	height: .55rem;
}

.red{
	color: #a20b0b;
}
/*检索列表*/
.ej_sobox{
	background: rgba(229, 225, 225, 0.5);
	padding: .5rem 0;
	text-align: center;
}
.ej_sobox .ej_so_w{
	margin: 0 auto;
	width: 6.3rem;
	height: .8rem;
	background: #fff;
	border-radius: .08rem;
}
.ej_sobox .ej_so_w *{
	vertical-align: middle;
}
.ej_sobox .ej_so_input{
	height: .8rem;
	border: none;
	padding-left: .2rem;
	width: 4.5rem;
	background: none;
	font-size: .3rem;
	color: #a20b0b;
	float: left;
}
.ej_sobox .sobut{
	width: 1.55rem;
	height: .8rem;
	border: none;
	background:#a20b0b;
	font-size: .3rem;
	font-weight: bold;
	color: #fff;
	border-radius: 0 .08rem .08rem 0;
	cursor: pointer;
	float: right;
}

.ej_sobox .sobut img{
	width: .32rem;
	margin-right: .1rem;
	margin-top: -.07rem;
}
.ej_sobox .ej_so_input::placeholder {
	color: #ccc;
}

.ej_sobox .ej_so_input::-webkit-input-placeholder {
	color: #ccc;
}

.ej_sobox .ej_so_input::-moz-placeholder {
	color: #ccc;
}

.ej_so_tip{
	line-height: .8rem;
	font-size: .28rem;
	margin: .3rem 0;
}
.ej_btn_paixu{
}
.ej_btn_paixu a{
	line-height: .7rem;
	padding: .2rem .4rem;
	border: .01rem solid #a20b0b;
	border-radius: .08rem;
	font-size: .28rem;
}
.ej_btn_paixu a.active{
	background: #a20b0b;
	color: #fff;
}

.ej_so_list li{
	background: #fff;
	padding: .3rem .4rem;
	line-height: .6rem;
	color: #8f6565;
	margin-bottom: .2rem;
}
.ej_so_list .time{
	color: #817569;
	margin-bottom: 5px;
	font-size: .28rem;
}
.ej_so_list h3{
	font-size: .36rem;
	font-weight: bold;
	margin-bottom: .05rem;
}
.ej_so_list h3,
.ej_so_list h3 a{
	color: #602626;
}
.ej_so_list .txt{
	font-size: .28rem;
}
.ej_so_list .txt,
.ej_so_list .txt a{
	color: #8f6565
}


/*文章细览页*/
.ConBox{
	background: #fff;
	padding: .6rem;
	margin-bottom: .6rem;
}

.Con_title{
	border-bottom: .01rem solid #a20b0b;
}

.Con_bt{
	text-align: center;
	font-size: .36rem;
	line-height: 150%;
	font-weight: bold;
	color: #723232;
	margin-bottom: .3rem;
}

.mTop_30{
	margin-top: .3rem;
}
.con_nr{
	color: #8f6565;
	font-size: .22rem;
}
.con_nr * {
	line-height: 1.8 !important;
}
.con_nr p{
	text-indent: 2em;
	margin: 0 0 1em !important;
	background: #FFFFFF!important;
	border: 0!important;
	text-align: justify;
}
.con_nr table p {
	text-indent: 0;
}
.con_nr div{
	margin-bottom: 1em;
	text-indent: 2em;
}
.con_nr img {
	width: 100%;
	display: block;
}
.con_info{
	color: #817569;
	font-size: .24rem;
	line-height: .48rem;
	padding-bottom: .2rem;
}
.con_info_l{
/*	float: left;*/
}
.con_info_l li{
	text-align: center;
/*
	float: left;
	margin-right: 50px;
*/
}
.con_info_l li img{
	vertical-align: middle;
	width: .3rem;
}
.con_info_l:last-child{
	margin-right: 0;
}


/*视频详情页*/
.Con_sp{
}
.sp_bg{
	width: 100%;
	height: 3.2rem;
	margin: 0 auto;
	background: url(tea_con_spbk.png) no-repeat rgba(232, 227, 223, 0.7);
	background-size: 100% 100%;
	position: relative;
}
.sp_nr{
	position: absolute;
	width: 5.4rem;
	height: 2.86rem;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.sp_nr img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}