@import "header.css";


.cmic_successive{
	margin-top: 80px;
}
.successive_container{
	width: 100%;
	padding-top: 15px;
}
.secondary_title_blue {
    font-family: 'Arial Negreta', 'Arial';
    font-weight: 700;
    font-style: normal;
    font-size: 18px;
    color: #3E70AD;
}
.history-date .secondary_title_blue {
    line-height: 24px;
}
.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;
}
.history-txt{
	font-size: 12px;
    line-height: 28px;
    text-align: justify;
}


.cmic_nav{
	width: 100%;
	height: 80px;
	padding: 10px 0;
	border-bottom:1px solid #f2f3f5;
}
.cmic_nav_content{
	height: auto;
	display: flex;
	flex-wrap: wrap;
}
.cmic_nav_logo
{
	width: 560px;
	height: 60px;
	display: flex;
	align-items: center;
}
.cmic_nav_logo a{
	height: 40px;
}
.cmic_nav_logo img{
	height: 40px;
}
.cmic_nav_banner{
	width: 640px;
	height: 60px;
	line-height: 30px;
	padding: 15px 0;
	text-align: right;
}
.cmic_nav_banner a{
	margin-left: 40px;
	color: #333;
	font-size: 16px;
}

.cmic_cont{
	font-size: 16px;
  	line-height: 35px;
	padding: 40px;
  	background-color: #fff;
}
.cmic_cont h2{
	margin: 25px 0 10px;
  	font-size: 22px;
}

.cmic_cont .p1{
	padding-left: 12ch;
	text-indent: -12ch;
}
