@import "header.css";
.events_items{
	padding-bottom: 120px;
}
.events_items p{
	font-size: 16px;
	line-height: 35px;
    text-align: justify;
}
.events_items h2{
    margin: 30px 0 15px;
    font-size: 22px;
}

.cmic_items li{
	padding-left:18px;
	margin-left: 6em;
	line-height: 35px;
    font-size: 16px;
    position: relative;
    text-indent: -5em;
}
.cmic_items li:after{
    position: absolute;
	content:'';
	left: -5em;
	top:15px;
	width: 8px;
	height: 8px;
    border-radius: 50%;
	background: #2BA187;
}






.cmic_successive{
	margin-top: 80px;
}
.successive_container{
	width: 100%;
	padding-top: 15px;
}
.events_items .secondary_title_blue {
    font-family: 'Arial Negreta', 'Arial';
    font-weight: 700;
    font-style: normal;
    font-size: 18px;
    color: #3E70AD;
}
.events_items .history-date .secondary_title_blue {
    line-height: 24px;
}
.events_items .history-theme {
    font-family: "微软雅黑 Bold", "微软雅黑 Regular", 微软雅黑;
    font-weight: 700;
    font-style: normal;
    color: rgb(62, 112, 173);
    font-size: 14px;
    margin-top: 2px;
    margin-bottom: 4px;
}
.history-date li{
	padding-bottom: 0;
}
.history-date h3{
	margin-top: 5px;
}

.history-date ul:first-child h3 {
	margin-top: 36px;
}
.events_items .history-txt{
	font-size: 12px;
    line-height: 28px;
    text-align: justify;
}
