.investor{
	margin: .3rem 0 .85rem 0;
}
.lefInvestor{
	width: 250px;
	float: left;
	margin-right: 1.12rem;
}
.lefInvestor h4{
	font-size: 20px;
	color: #333333;
	line-height: 30px;
	margin-bottom: .12rem;
}
.lefInvestor .code{
	font-size: 26px;
	color: #666666;
	border-top: 1px solid #F5F5F5;
	line-height: 45px;
	padding-top: .1rem;
	margin-bottom: .35rem;
}
.rigInvestor{
	overflow: hidden;
}
.rigInvestor li{
	list-style: none;
	border-bottom: 1px solid #F5F5F5;
	display: flex;
	justify-content: space-between;
	align-items: center;
	line-height: 30px;
	padding: .25rem 0;
}
.rigInvestor li:first-child{
	padding: 0 0 .25rem 0;
}
.rigInvestor li .invesTit{
	font-size: 20px;
	color: #333333;
	font-weight: bold;
	transition: all .3s;
	max-width: 70%;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}
.rigInvestor li .rigInv{
	display: flex;
	align-items: center;
}
.rigInvestor li .downBtn{
	display: inline-block;
	background: url(../images/tech/download.png) center center no-repeat;
	height: 30px;
	width: 20px;
	transition: all .3s;
}
.rigInvestor li .downBtn:hover{
	background: url(../images/tech/download-hover.png) center center no-repeat;
}
.rigInvestor li .date{
	display: inline-block;
	background: url(../images/investor/date-ico.png) left center no-repeat;
	font-size: 16px;
	color: #666666;
	padding-left: 28px;
	margin-left: .9rem;
	font-weight: 300;
}
/*投资者交流*/
.investorEx .topList{
	display: flex;
	margin-top: .3rem;
}
.investorEx .topList li{
	display: inline-block;
	list-style: none;
	width: 20%;
	text-align: center;
	position: relative;
	padding: .45rem .2rem;
	border-right: 1px solid #F5F5F5;
}
.investorEx .topList li:last-child{
	border-right: none;
}
.investorEx .topList li h5{
	font-size: 20px;
	color: #333333;
	line-height: 24px;
	margin: .4rem 0 .3rem 0;
}
.investorEx .topList li p{
	font-size: 18px;
	color: #666666;
	line-height: 25px;
}
.investorEx .topList li .enterBtn{
	max-width: 100%;
	width: 170px;
	height: 40px;
	background: #FFFFFF;
	border: 1px solid #111111;
	text-align: center;
	line-height: 38px;
	font-size: 18px;
	color: #15AF2B;
	display: block;
	margin: auto;
}
.exTop .tips{
	margin-top: .7rem;
	padding: 0 2.05rem;
}
.exTop .tips p{
	font-size: 18px;
	color: #666666;
	line-height: 25px;
	text-align: center;
}
.exBottom{
	margin: .8rem 0 .85rem 0;
}
.exBottom .activeList{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.exBottom li{
	list-style: none;
	border-bottom: 1px solid #F5F5F5;
	line-height: 30px;
	padding: .25rem 0;
	width: 46.5%;
}
.exBottom li a{
	overflow: hidden;
}
.exBottom li h6{
	font-size: 20px;
	color: #333333;
	font-weight: 400;
	float: left;
	transition: all .3s;
	max-width: 75%;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}
.exBottom li span{
	font-size: 18px;
	color: #B3B3B3;
	float: right;
}
.exBottom li:hover h6{
	color: #0054A7;
}
/*股价*/
.Stock{
	margin: .3rem 0 .85rem 0;
}
.stockBox{
	display: flex;
	justify-content: space-between;
}
.stockBox .items{
	width: 46.5%;
}
.stockBox .items:last-child{
	width: 50.43%;
}
.stockBox .items h5{
	font-size: 36px;
	color: #333333;
	line-height: 36px;
	margin-bottom: .3rem;
	text-align: center;
}
.stockBox .items .itemImg{
	width: 100%;
	max-width: 651px;
}
.stockBox .items:last-child .itemImg{
	max-width: 706px;
}
.stockBox .items .itemImg img{
	width: 100%;
}
@media (max-width: 1600px) {
	.rigInvestor li .invesTit{
		font-size: 18px;
	}
	.lefInvestor .code{
		font-size: 24px;
	}
	.lefInvestor h4{
		font-size: 18px;
	}
	.investorEx .topList li p{
		font-size: 16px;
	}
	.investorEx .topList li h5{
		font-size: 18px;
	}
	.investorEx .topList li .enterBtn{
		font-size: 16px;
	}
	.exTop .tips p{
		font-size: 16px;
	}
	.stockBox .items h5{
		font-size: 32px;
	}
	.exBottom li h6{
		font-size: 18px;
	}
	.exBottom li span{
		font-size: 16px;
	}
}
@media (max-width: 1400px) {
	.rigInvestor li .invesTit{
		font-size: 16px;
	}
	.lefInvestor .code{
		font-size: 22px;
	}
	.lefInvestor h4{
		font-size: 16px;
	}
	.stockBox .items h5{
		font-size: 28px;
	}
	.exBottom li h6{
		font-size: 16px;
	}
	.exBottom li span{
		font-size: 14px;
	}
}
@media (max-width: 1200px) {
	.stockBox .items h5{
		font-size: 24px;
	}
	.lefInvestor{
		margin-right: .5rem;
	}
	.lefInvestor{
		width: 180px;
	}
	.rigInvestor li .date{
		margin-left: .35rem;
	}
	.rigInvestor li .invesTit, .lefInvestor .code{
		font-size: 14px;
	}
	.rigInvestor li .date{
		font-size: 14px;
	}
	.rigInvestor li .invesTit{
		max-width: 65%;
	}
	.lefInvestor h4{
		font-size: 20px;
	}
	.exTop .tips{
		padding: 0 1rem;
	}
}
@media (max-width: 991px) {
	.stockBox .items h5{
		font-size: 18px;
	}
	.investorEx .topList{
		flex-wrap: wrap;
	}
	.investorEx .topList li{
		width: 33.33%;
	}
	.exTop .tips p{
		font-size: 14px;
	}
	.investorEx .topList li p{
		font-size: 14px;
	}
	.investorEx .topList li h5{
		font-size: 16px;
		margin: .3rem 0 .1rem 0;
	}
	.investorEx .topList .topIco{
		max-width: 50px;
		margin: auto;
		min-height: 55px;
	}
	.investorEx .topList .topIco img{
		width: 100%;
	}
	.investorEx .topList li .enterBtn{
		font-size: 14px;
		height: 36px;
		line-height: 34px;
	}
}
@media (max-width: 768px){
	.stockBox{
		flex-wrap: wrap;
	}
	.stockBox .items{
		width: 100%!important;
	}
	.stockBox .items .itemImg{
		max-width: 100%!important;
	}
	.stockBox .items:last-child{
		margin-top: .35rem;
	}
	.lefInvestor{
		float: none;
		width: 100%;
		margin-right: 0;
	}
	.lefInvestor h4{
		font-size: 18px;
	}
	.exTop .tips{
		padding: 0;
	}
	.investorEx .topList li{
		width: 50%;
		border-bottom: 1px solid #F5F5F5;
		border-right: none;
	}
	.investorEx .topList li:last-child{
		border-bottom: none;
	}
	.exBottom .activeList{
		flex-wrap: wrap;
	}
	.exBottom li{
		width: 100%;
	}
}
@media (max-width: 480px){
	.rigInvestor li{
		flex-wrap: wrap;
	}
	.rigInvestor li .invesTit{
		max-width: 100%;
		width: 100%;
	}
	.rigInvestor li .rigInv{
		justify-content: flex-end;
		width: 100%;
		margin-top: .1rem;
	}
	.lefInvestor .code{
		line-height: 25px;
	}
	.lefInvestor {
		margin-bottom: .55rem;
		display: flex;

	}
	.lefInvestor .lefCont{
		width: 50%;
	}
}