






/*投资者日历*/
.rili_box{
	width: 100%;
	background: #fff;
	padding: 0 0.1rem 0 0.1rem;
}
.rili_box h1.rili_one{
	font-size: 0.13rem;
	color: #d12519;
	font-weight: normal;
	width: 100%;
	line-height: 0.45rem;
	height: 0.45rem;
	border-bottom: 1px solid #ededed;
}

.rili_twoa{
	width: 100%;
	padding: 0 0.8rem;
	position: relative;
}
.rili_twoa h2{
	font-size: 0.2rem;
	color: #9d0c09;
	line-height: 0.5rem;
	height: 0.5rem;
	text-align: center;
}
.rili_twoa a.prev,
.rili_twoa a.next{
	display: block;
	position: absolute;
	top: 0;
	width: 0.8rem;
	height: 0.5rem;
	background-size: 0.26rem 0.26rem;
	-webkit-background-size: 0.26rem 0.26rem;
	background-repeat: no-repeat;
}
.rili_twoa a.prev{
	left: 0;
	background-image: url(/Source/enwap/images/a27.png);
	background-position: left center;
}
.rili_twoa a.next{
	right: 0;
	background-image: url(/Source/enwap/images/a28.png);
	background-position: right center;
}

/*table*/
.rili_twob{
	width: 100%;
	table-layout: fixed;
	word-wrap: break-word;
	word-break: normal; 
	text-align: center;
	border-collapse: collapse;
	color: #000000;
}
.rili_twob tr:first-child{
	border: 1px solid #ededed;
}
.rili_twob tr th span{
	font-size: 0.11rem;
	font-weight: normal;
}
.rili_twob tr th{
	padding: 0.07rem 0;
}
.rili_twob tr td{
	padding: 0.1rem 0;
}
.rili_twob tr td span{
	font-size: 0.14rem;
}
.rili_twob span{
	padding: 0.05rem;
	position: relative;
}
.rili_twob span em{
	font-style: normal;
	position: relative;
	z-index: 5;
}
.rili_twob span.now:before{
	content: "";
	width: 0.2rem;
	height: 0.2rem;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	background: #ff9a40;
	border-radius: 50%;
	-webkit-border-radius: 50%;
}
.rili_twob span.now em{color: #fff;}
.rili_twob span.case{color: #00bcce}


.rili_twoc{
	width: 100%;
	height: 0.4rem;
	line-height: 0.4rem;
}
.rili_twoc span,
.rili_twoc em{
	font-size: 0.15rem;
	padding: 0 0 0 0.2rem;
	position: relative;
	line-height: 0.4rem;
	font-style: normal;
}
.rili_twoc span{
	float: left;
	color: #ff9a40;
}
.rili_twoc em{
	float: right;
	color: #666666;
}
.rili_twoc span:before,
.rili_twoc em:before{
	content: "";
	width: 0.15rem;
	height: 0.15rem;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.rili_twoc span:before{background: #ff9a40}
.rili_twoc em:before{background: #00bcce}


/*今日事件*/
.rili_three{
	width: 100%;
	padding: 0 0.1rem 0.1rem 0.1rem;
	background: #efeff0;
}
.rili_date{
	width: 100%;
	height: 0.7rem;
	background: url(/Source/enwap/images/a30.png) center no-repeat;
	background-size: 100% 100%;
	-webkit-background-size: 100% 100%;
	padding-left: 0.8rem;
	position: relative;
	margin: 0.1rem 0 0 0;
}
.rili_date.now{
	background: url(/Source/enwap/images/a29.png) center no-repeat;
	background-size: 100% 100%;
	-webkit-background-size: 100% 100%;
}
.rili_date .left{
	position: absolute;
	left: 0;
	top: 0;
	width: 0.7rem;
	height: 0.7rem;
	text-align: center;
	padding-top: 0.15rem;
}
.rili_date .left span{
	font-size: 0.15rem;
	color: #9d0c09;
	line-height: 1.5em;
}
.rili_date .right{
	width: 100%;
	padding: 0.05rem 0.1rem 0 0.2rem;
	height: 0.7rem;
}
.rili_date .right h1{
	font-size: 0.14rem;
	color: #000000;
	font-weight: normal;
	width: 100%;
	line-height: 2em;
	height: 2em;
	overflow: hidden;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.rili_date .right h2{
	font-size: 0.11rem;
	color: #999999;
	font-weight: normal;
	width: 100%;
	line-height: 1.5em;
	height: 3em;	
	overflow : hidden;
	text-overflow: ellipsis;
	-o-text-overflow:ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}


.rili_four{
	width: 100%;
	padding: 0 0.1rem 0.1rem 0.1rem;
	background: #fff;
} 
.rili_four h3.a{
	font-size: 0.13rem;
    color: #d12519;
    font-weight: normal;
    width: 100%;
    line-height: 0.45rem;
    height: 0.45rem;
    border-bottom: 1px solid #ededed;
    margin: 0 0 0.1rem 0;
}