
/*正文*/
.main{
    width: 100%;
    background-color: #f3f3f3;
}
.logo h1{
	letter-spacing: 10px;
	color: #24b5e1;
}
.orgcolor{
	color: #FE6C2E;
}

.logon_right{
	border-left: 1px solid #c1cfde;
	padding-left: 10px;
	color: #22A7D3;
	height: 43px;
}

.mainView{
    width: 1200px;
	height: auto;
    margin: auto;
    overflow: hidden;
	padding: 15px 0px;
}

.mainView .topView{
	height: 664px;
}

.mainView a{
   color: #1E2329;
}
.leftRowCard{
	width: 212px;
	height: 100%;
	background-image: url(../image/indexImg.png);
	background-size: 100% 100%;
	height: 100%;
	background-color: #fff;
	border-radius: 10px;
}
.leftRowCard .txt{width:30px; text-align:center;line-height:150%;margin-top: 100px;margin-bottom: 35px;}
.leftRowCard .btn{width: 170px;height: 53px;}

.midRowCard {
	padding: 30px 35px 92px 40px;
	position: relative;
	width: 377px;
	height: 100%;
	background-color: #fff;
	border-radius: 10px;
}
.midRowCard .botView {
	position: absolute;
	height: 92px;
	left: 0px;
	right:0px;
	bottom: 0px;
	background: #3CA2FF;
	border-radius: 0px 0px 10px 10px;
	z-index:1;
}
.midRowCard .line{
	width: 30px;
	height: 5px;
	background: #3CA2FF;
	border-radius: 3px;
}
.midRowCard .midIcon{
	width: 37px;
	height: 37px;
	margin-right: 8px;
}
.midRowCard .midImageView{
	padding-left: 45px;
}
.midRowCard .card{
	position:relative;z-index: 3;
}
.midRowCard .midImg1{
	width: 100%;
	height: 106px;
}
.relative{position: relative;}
.line2{
	position: absolute;
	top:30px;
	left: 18.5px;
	bottom: 30px;
	border: 1px dashed #3CA2FF;
	z-index: 1;
}

.rightRowCard {
	position: relative;
	width: 547px;
	height: 100%;
	background-color: #fff;
	border-radius: 10px;
}
.c-yellow{
	color: #FFF48B;
}
.rightRowCard .top_img{
	padding: 30px 40px 20px 40px;
}
.img_group{
	width: 100%;
	position: absolute;
	bottom: 0px;
}
.notice2View{
	padding: 0px 40px 0px 40px;
}

.cardView {
	padding: 8px 2px 8px 16px;
	border: 1px #3CA2FF solid;
	border-radius: 10px;
	background-color: #fff;
	width: 253px;
	height: 72px;
	margin-top: 15px;
	display: flex;
	align-items: center;
}
.cardView .img1{
	width: 37px;
	height: 37px;
	margin-right: 3px;
}

.cardView .img2{
	width: 100%;
	height: 100%;
}