body{
	background-color: #fff;
	min-height: 100vh;
	position: relative;
}
body.ovf-hidden{
	overflow: hidden;
	height: 100%;
}
img{
	width: 100%;
	display: block;
	max-width: 100%;
}
.member{
	border-top-right-radius: 0.4rem;
	border-top-left-radius: 0.4rem;
	margin-top: -0.4rem;
	position: relative;
	z-index: 10;
	background-color: #fff;
}
.member-tit{
	padding: 0.48rem 0.3rem 0.24rem;
	margin-top: 0.1rem;
	/* border-bottom: 1px solid #E8E8E8; */
	font-size: 0.36rem;
	font-weight: bold;
	color: #333333;
}
.member-list dt,.member-list dd{
	position: relative;
	/* padding-left: 1.4rem; */
	padding: 0px 0.3rem;
	height: 0.84rem;
	line-height: 0.84rem;
}
.member-left{
	
}
.member-left i{
	
}
.member-det{
	width: 100%;
	border-bottom: 1px solid #E8E8E8;
	padding-left: 0.2rem;
	position: relative;
}
.member-det span{
	display: inline-block;
	vertical-align: middle;
}
.member-det span:first-child{
	width: 1.32rem;
	display: inline-block;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.member-list dd .member-det::before{
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	width: 5px;
	height: 0.31rem;
	border-radius: 3px;
	transform: translateY(-50%);
	background-color: #0256dc;
}
.member-list dd:first-child .member-det::before{
	content: "";
	background-color: #e32525;
}
.member-list dd:first-child span:nth-child(2) i{
	background-color: #e32525;
}
.member-list dd:last-child .member-det{
	border: none;
}
.member-det span:nth-child(2){
	width: 1.2rem;
}
.member-det .member-left.active i{
	background-color: transparent;
}
.member-det span:nth-child(2) i{
	height: 0.31rem;
	border-radius: 100px;
	line-height: 0.31rem;
	font-size: 0.24rem;
	padding: 0px 0.15rem;
	background-color: #0256dc;
	color: #fff;
}
.member-det span:nth-child(3){
	color: #999999;
	margin-right: 0.2rem;
}

.line{
	background-color: #f0f1f3;
	height: 0.2rem;
}
.tabCon{
	padding: 0.4rem 0.38rem;
}
.tabHead{
	background-color: #f2f4f7;
	border-radius: 100px;
}
.tabHead li{
	float: left;
	width: 25%;
	height: 0.74rem;
	line-height: 0.74rem;
	text-align: center;
	font-size: 0.28rem;
	color: #333333;
	border-radius: 100px;
	
}
.tabHead li a{
	display: block;
	height: 100%;
	text-align: center;
	font-size: 0.28rem;
	color: #333333;
}
.tabHead li.active{
	color: #fff;
	background-color: #0256dc;
	box-shadow: 0px 0px 4px rgba(2,86,220,0.64);
}
.tabBody li{
	padding: 0.4rem 0rem;
	display: none;
}
.tabBody li.active{
	display: block;
}
.tabBody li p{
	font-size: 0.3rem;
	line-height: 0.42rem;
	text-indent: 0.48rem;
	
}
.tabBody li:nth-child(2){
	
}
.eachNewCon{
	background-color: #ffc069;
	padding-left: 0.06rem;
	box-shadow: 0px 0px 0.16rem rgba(234,236,238,0.75);
	border-radius: 0.08rem;
	margin-bottom: 0.32rem;
}
.eachNew{
	padding: 0.35rem 0.28rem;
    
    /* border: 1px solid rgba(0,0,0,0.1); */
    display: block;
	background-color: #fff;
	border-radius: 0.08rem;
}
.eachNew .tit{
	text-align: left;
	font-weight: bold;
	font-size: 0.32rem;
	text-indent: 0;
	color: #343434;
	margin-bottom: 10px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.eachNew .des{
	text-align: justify;
	font-size: 0.28rem;
	color: #8f949e;
	line-height: 0.42rem;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.eachNew .des p{
	text-indent: 0;
}
.eachNew .date{
	margin-top: 8px;
	text-align: right;
	color: #999999;
	font-size: 12px;
}

.banner{
	position: relative;
	min-height: 100px;
}
.login{
	position: absolute;
	top: 12px;
	right: 15px;
	background-color: #fff;
	padding: 5px 12px 5px 30px;
	font-size: 12px;
	color: #000000;
	border-radius: 4px;
	background-image: url(../images/login.png);
	background-size: 16px;
	background-repeat: no-repeat;
	background-position: 10px 50%;
	font-weight: bold;
	z-index: 9;
}
.banner.active .login{
	right: 90px;
}

.banner.active .tuichu{
	display: block;
}

.banner .swiper-pagination-bullet-active{
	background-color: #55595b;
}
.banner .swiper-slide img {
	height: calc(100vw / 1920 * 500);
	width: 100% !important;
	max-width: none;
	transform: translateX(-50%);
	position: relative;
	left: 50%;
}
.tuichu{
	display: none;
	position: absolute;
	top: 12px;
	right: 15px;
	background-color: #fff;
	padding: 5px 10px;
	font-size: 12px;
	color: #000000;
	border-radius: 4px;
	font-weight: bold;
	z-index: 9;
}


.eject{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
	display: none;
}
.eject .mask{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.6);
	z-index: 1;
}
.ejectBody{
	position: absolute;
	background-color: transparent;
	top: 40%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: 2;
	width: 88%;
	padding-left: 42px;
}
.eb-head{
	text-align: center;
	position: absolute;
	width: 42px;
	height: 100%;
	left: 0;
	top: 0;
	border-right: 1px solid #eeeeee;
	font-size: 16px;
	font-weight: bold;
}
.eb-head li{
	height: 50%;
	position: relative;
	background-color: #fff;
	border-bottom-left-radius: 14px;
	border-top-left-radius: 14px;
}
.eb-head li.active{
	background-color: #6984fe;
	color: #fff;
}
.eb-head li span{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	
}
.close{
	position: absolute;
	width: 16px;
	height: 16px;
	background-image: url(../images/close.png);
	background-size: cover;
	right: 15px;
	top: 20px;
	transform: translateY(-50%);
}
.eb-body{
	padding: 50px 0px 14px;
	background-color: #fff;
}
.eb-body li{
	display: none;
}
.eb-body li.active{
	display: block;
}
.eb-body .inp{
	position: relative;
	width: 95%;
	
	padding-left: 60px;
	height: 40px;
	line-height: 40px;
	margin-bottom: 14px;
}
.eb-body .inp input[type="text"]{
	border: 1px solid #EEEEEE;
	width: 100%;
	height: 100%;
	text-indent: 12px;
	font-size: 12px;
}
.eb-body .inp .tit{
	font-size: 12px;
	position: absolute;
	left: 0;
	top: 0;
	width: 60px;
	height: 100%;
	text-align: right;
}
.eb-body .inp input[type="button"]{
	position: absolute;
	right: 12px;
	top: 50%;
	transform: translateY(-50%);
	background-color: #6984fe;
	padding: 2px 4px;
	border-radius: 3px;
	color: #fff;
	border: 1px solid #6984fe;
	font-size: 12px;
}
.loginBtn{
	font-size: 14px;
	background-color: #6984fe;
	color: #fff;
	padding: 6px 30px;
	border-radius: 4px;
}

@media screen and (max-width: 750px) {
	.banner {
		height: 0;
		padding-bottom: 46% !important;
	}

	.banner .swiper-wrapper {
		height: 100%;
		position: absolute;
	}

	.banner .swiper-slide {
		overflow: hidden;
	}

	.banner .swiper-slide img {
		height: 100%;
		width: 100% !important;
		max-width: none;
		transform: translateX(-50%);
		position: relative;
		left: 50%;
	}
}

























