.photoRegion{
	position:relative;
	width:100%;
	height:500px;
	overflow:hidden;
	background:url("../images/cpprofile/timg.jpg") 
	center center/100% no-repeat
}

.photoRegion .profile{
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%, -50%);
	padding:20px 10px;
	width:700px;
	height:125px;
	color:#FFF;
	background:rgba(141,142,141,0.4)
}

.photoRegion .profile h2{
	font-weight:400;
	font-size:34px;
	margin-top:20px;
	text-align:center;
	margin-bottom:20px
}

.photoRegion .profile h3{
	width:200px;
	padding-top:10px;
	border-top:1px solid #000;
	font-size:30px;
	line-height:26px;
	margin:0 auto;
	text-align:center
}

.SelectCard{
	width:100%;
	min-height:400px;
	margin-top:20px
}

.SelectCard .newsBorder{
	width:1040px;
	min-height:200px;
	margin:0 auto
}

.SelectCard .newsBorder li{
	position:relative;
	padding:20px;
	height:158px;
	border:1px solid #DDD;
	background:#EFEFEE;
	overflow:hidden;
	margin-bottom:20px
}

.SelectCard .newsBorder li .new_portrait{
	float:left;
	width:140px;
	height:140px;
	border-radius:50%;
	margin:9px 20px 9px 9px;
	background:pink
}
.SelectCard .newsBorder li .new_portrait img{
	width:140px;
	height:140px
}
.SelectCard .newsBorder li .new_content{
	float:left
}
.SelectCard .newsBorder li .new_content .new_title{
	font-size:24px;
	font-weight:600;
	line-height:60px;
	letter-spacing:2px
}
.SelectCard .newsBorder li .new_content .new_title small{
	color:#898787
}
.SelectCard .newsBorder li .new_content .new_date{
	padding-bottom:20px;
	font-size:18px;
	line-height:30px
}
.SelectCard .newsBorder li .new_content .new_site{
	letter-spacing:2px;
	font-size:20px
}
.SelectCard .newsBorder li .new_Write_time{
	position:absolute;
	bottom:20px;
	right:20px
}
.new_article{
	display:none;
	position:fixed;
	top:0;
	right:0;
	bottom:0;
	left:0;
	background:rgba(163,161,161,0.5);
	z-index:50
}
.new_article .article_content{
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%, -50%);
	width:1100px;
	height:600px;
	background:#FFF;z-index:50;
	overflow-y:auto
}
.new_article .article_content .newClose{
	position:absolute;
	right:20px;
	top:5px;
	width:30px;
	height:30px
}
.new_article .article_content .newClose img{
	width:30px;
	height:30px
}
.wenZhang{
	display:none;
	width:100%;
	margin:0 auto;
	text-align:center
}
.wenZhang h2{
	font-size:40px;
	padding:10px
}
.wenZhang .test{
	padding-top:50px;
	font-size:60px
}
.beian{
	width:100%;
	height:30px;
	line-height:30px;
	background:#8a8989
}

