@charset "utf-8";
*{
	margin: 0;
	padding: 0;

}
body{
	font-size: 15px;	
    font-family:"Microsoft YaHei" ! important;
    -webkit-font-smoothing: antialiased;
    min-height: 1080px;
    position: relative;
}
body>div{
	min-width: 1200px;
}
a{	
	color: #000;
	text-decoration: none;
}
i,em{
	font-style: normal;
}
ul,ul li{
	list-style-type: none;
}
img{
	border: none;
	vertical-align: middle;
}
input{
	outline: none;
}
.fl{
	float: left;
}
.fr{
	float: right;
}
.w1200{
	width: 1200px;
	margin: 0 auto;
}

/*浮动菜单*/
.header_fix {
	/*position: fixed;*/
	top: 0;
	left: 0;
	z-index: 999;
	width: 100%;
	min-width: 1200px;
	height: 54px;
	padding: 5px 0;
	display: flex;
	overflow: hidden;
	background: #fff;
	border-bottom: 1px solid #eee;
	box-shadow: 0 0 5px #eee;
}
.header_fix .logo{
	margin-right: 60px;
}
.header_fix .logo a{
	display: block;
}
.header_fix .menu{
	overflow: hidden;
	margin-top: 23px;
}
.header_fix .menu ul li{
	float: left;
	margin-right: 1px;
}
.header_fix .menu ul li a{
	display: block;
	font-size: 14px;
	padding: 5px 12px;
	width: 96px;
	text-align: center;
}
.header_fix .menu .on,
.header_fix .menu .on a,
.header_fix .menu ul li a:hover{
	/*color: #fff;
	background-color: #e50044;*/
}
#Navigation_Top>.on>a{
	color: #e50044;
}
.Navigation_Top_BT{
	height: 4px;
	width: 120px;
	background-color: #e50044;
	bottom: 0;
	position: absolute;
	left: 0;
	transition: all .3s;
}

/* 右侧导航 */
#fullPage-nav{
	_display: onne;
	font-size: 12px;
}
#fullPage-nav li{
	width: 90px;
	height: 12px;
	margin: 8px 0 0;
	vertical-align: middle;
}
#fullPage-nav li a{
	float: right;
	width: 12px;
	height: 12px;
	color: #fff;
	border-radius: 50%;
	text-align: right;
	border: 1px solid #666;
}
#fullPage-nav ul li .active{
	background: #E50044;
	border: 1px solid #E50044;
	background-position: 0 bottom;
}
#fullPage-nav span{
	display: none;
}
.fullPage-tooltip{
	float: left;
	margin-right: 5px;
	font: 12px "微软雅黑";
	color: #000;
	line-height: 14px;
}

.Fucontetn_index_ul{
	position: absolute;
	z-index: 1;
	margin-left: 470px;
	top: -25px;
}
.Fucontetn_index_ul>li{
	float: left;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	/*border:1px solid #898989;*/ 	
	background-color: white;
	margin-left: 20px;
	opacity: .5;
	cursor:pointer;
}
.Fucontetn_index_ul>.active{
	/*background-color: #E50044;*/
	opacity: 1
	
}
/*内容*/
.section{
	position: relative;
	overflow: hidden;
	width: 1200px;
	height: 620px;
	margin: auto;
	
}
.section2{
	position: relative;
	overflow: hidden;
	width: 1200px;
	/*height: 780px;*/
	margin: auto;
	
}
.section .bg{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.section .bg img{
	display: block;
	width: 100%;
	height: 100%;
}
.section .page1{
	background-color: #f08200;
}
.section .page2{
	background-color: #8dbd4d;
}
.section .page3{
	background-color: #5686c6;
}
.section .page4{
	background-color: #e9936e;
}
.section .page5{
	background-color: #34b7af;
}
.content{
	width: 1200px;
	height: 100%;
	margin: 0 auto;
	position: relative;
}

 .page21{
	background-color: #f08200;
}
 .page22{
	background-color: #8dbd4d;
}
 .page23{
	background-color: #5686c6;
}
 .page24{
	background-color: #e9936e;
}
 .page25{
	background-color: #34b7af;
}
.page26{
	background-color: #59c4f0;
}
.page31{
	background-color: #00afcc;
}
.pageHotCircle{/*热门艺圈页*/
	background-color: #ef858c;
}
.pageLatestNews{
	background-color:#8ec43c;
}
.pageActivity{
	background-color:#f08200;
}
.pageBlogroll{
	background-color:#727171;
}
.pageFooter{
	width: 100%;
    height: 30px;
    padding-top: 10px;
    position: absolute;
    bottom: 0;
	background-color:#898989;
}
/*二维码*/
.scan_box{
	width: 175px;
	position: absolute;
	bottom: 20%;
}
.scan_box .plan{
	width: 100px;
	height: initial;
	padding: 2px;
	margin: 0 auto;
	background-color: #fff;
}
.scan_box .plan strong{
	display: block;
	padding: 4px 0;
	font-size: 16px;
	text-align: center;
}
.scan_box .btn{
	margin-top: 14px;
	margin-right: -10px;
}
.scan_box .red a{
	color: #e70044;
}
.scan_box .btn a{
	font-size: 15px;
	margin-right: 5px;
}
.scan_box .btn a i{
	display: inline-block;
	width: 18px;
	height: 22px;
	margin-right: 2px;
}
.scan_box .red a i{
	background: url(../images/icon_small.png) 0 -1px no-repeat;
}
.scan_box .red .andr{
	background: url(../images/icon_small.png) -18px 0 no-repeat;
}
.scan_box .white a{
	color: #fff;
}
.scan_box .white a i{
	background: url(../images/icon_small.png) 0 -25px  no-repeat;
}
.scan_box .white .andr{
	background: url(../images/icon_small.png) -18px -25px no-repeat;
}
/*一*/
.dist_video{
	width: 490px;
	position: absolute;
	z-index: 1;
	right: -500px;
	top: 40%;
	color: #000;
	opacity: .2;
	transition: all 1.7s;
}
.dist h2{
	font-size: 35px;
	font-weight: 500;
}
.dist p{
	width: 520px;
	margin-top: 10px;
	font-size: 24px;
	line-height: 36px;
}
.leftSide{
	position: absolute;
	bottom: 50px;
	left: -300px;
	opacity: .1;
	transition: all 1.7s;
}
.video_plan .list1{
	position: absolute;
	right: 360px;
	bottom: 20%;
	margin-left: -180px;
	transform:scale(0.8, 0.8);
	-webkit-transform: scale(0.8,0.8); 
	-moz-transform: scale(0.8,0.8);
	z-index: 0;
	opacity: 0;
	transition: all 1.5s;
}
.video_plan .list2{
	position: absolute;
	right: 265px;
	bottom: 26%;
	z-index: 1;
	margin-bottom: -20px;
	opacity: 0;
	transition: all 1.5s;
}
.video_plan .list3{
	position: absolute;
	right: 800px;
	bottom: 30%;
	margin-left: -180px;
	z-index: 0;
	opacity: 0;
	transition: all 1.5s;
}
/*二*/
.dist_circle{
	width: 540px;
	position: absolute;
	z-index: 10;
	left: -200px;
	top: 40%;
	color: #fff;
	opacity: .1;
	transition: all 1s;
}
.rightSide{
	position: absolute;
	bottom: 50px;
	right: -600px;
	opacity: .1;
	transition: all 1.5s; 
}
.circle_pal .list1{
	position: absolute;
	left: 200px;
	top:-30px;
	bottom: 22%;
	opacity: 0.1;
	transition: all 6s linear;
}
.circle_pal .list2{
	position: absolute;
	right: 50px;
	bottom: -30px;
	opacity: 0.1;
	transition: all 1.5s;
}
.circle_pal .list3{
	position: absolute;
	left: -400px;
	bottom: 16%;
	opacity: 0.1;
	transition: all 2s;
}
/*三*/
.dist_acade{
	width: 540px;
	position: absolute;
	right: -400px;
	top: 20%;
	color: #fff;
	opacity: .1;
	transition: all 1s;
}
.dist_acade p{
	width: 435px;
}
/*三*/
.page3_map{
	position: absolute;
	right: 50px;
	bottom: -500px;
	width: 750px;
	height: 584px;
	z-index: 0;
	background: url(../images/page_map.png) no-repeat;
	opacity: 0;
	transition: all 1s;
}
.acade_plan{
	position: absolute;
	left: 35px;
	bottom: -300px;
	width: 249px;
	height: 560px;
	background: url(../images/acade_plan.png) no-repeat;
	opacity: .1;
	transition: all 1.5s;
}
/*四*/
.dist_amb{
	width: 640px;
	position: absolute;
	top: 25%;
	left: -300px;
	opacity: .2;
	transition: all 1.5s;
}
.dist_amb p{
	width: 560px;
}
.amd_plan .list1{
	position: absolute;
	right: -200px;
	bottom: 8%;
	opacity: 0;
	transition: all 1s;
}
.amd_plan .list2{
	position: absolute;
	right: -30px;
	bottom: 2%;
	transform:scale(0.85, 0.85);
	-webkit-transform: scale(0.85, 0.85); 
	-moz-transform: scale(0.85,0.85);
	opacity: 0;
	transition: all 1.5s;
}
/*五*/
.news_plan{
	position: absolute;
	left: -500px;
	bottom: 0;
	height: 600px;
	opacity: .1;
	transition: all 1.5s;
}
.dist_news{
	width: 640px;
	position: absolute;
	top: 30%;
	right: -400px;
	opacity: .1;
	transition: all 1.5s;
}
.dist_news p{
	width: 540px;
}
/*六*/
.dist_activ{
	width: 680px;
	position: absolute;
	top: 27%;
	left: -500px;
	color: #fff;
	opacity: .1;
	transition: all 1.5s;
}
.dist_activ p{
	width: 460px;
}
.actv_plan{
	position: absolute;
	right: 110px;
	bottom: -500px;
	opacity: 0.2;
	transition: all 1.5s;
}
.actv_plan2{
	position: absolute;
	right: 500px;
    bottom: 140px;
	opacity: 0;
	transform:scale(0.7, 0.7);
	-webkit-transform: scale(0.7, 0.7); 
	-moz-transform: scale(0.7,0.7);
	transition-delay: 2s;
	transition: all 0.5s;
}
.actv_plan3{
	position: absolute;
	left: 400px;
	width: 80px;
    bottom: 500px;
	opacity: 0;
	transition-delay: 1.8s;
	transition: all 1s linear;
}
.actv_plan4{
	position: absolute;
	left: 0px;
    bottom: 470px;
	opacity: 0;
	transition-delay: 2s;
	transition: all 1s linear;
}
.actv_plan5{
	position: absolute;
	width: 100px;
	left: -300px;
    bottom: 200px;
	opacity: 0.2;
	transition-delay: 2s;
	transition: all 1s linear;
}
.actv_plan6{
	position: absolute;
	left: -300px;
    bottom: 100px;
	opacity: 0.2;
	transition-delay: 2s;
	transition: all 1s linear;
}
/*七*/
.dist_solution{
	width: 680px;
	position: absolute;
	top: 17%;
	left: -500px;
	color: #fff;
	opacity: .1;
	transition: all 1.5s;
}
.dist_solution p{
	width: 600px;
}
.actv_plan{
	position: absolute;
	right: 110px;
	bottom: -500px;
	opacity: 0.2;
	transition: all 1.5s;
}


/*样式过度*/
.active .dist_video{
	right: 0px;
	opacity: 1;
	transition-delay: .7s;
}
.active .leftSide{
	left: 175px;
	opacity: 1;
	transition-delay: .7s;
	z-index: 1;
}
.active .video_plan .list1{
	right: 360px;
    opacity: 1;
    transform:scale(1, 1);
	-webkit-transform: scale(1,1); 
	-moz-transform: scale(1,1);
    transition: all 3s ease 2s;
}
.active .video_plan .list2{
	right: 480px;
    opacity: 1;

    transition: all 0.6s ease 1.8s;
}
.active .video_plan .list3{
    opacity: 1;
    transition: all 3s ease 3s;
    transform:rotate(180deg);;
	-webkit-transform: rotate(180deg);; 
	-moz-transform: rotate(180deg);;
}
.active .dist_circle{
	left: 50px;
	opacity: 1;
	transition-delay: .5s;
}
.active .rightSide{
	right: 260px;
	opacity: 1;
	transition-delay: .7s;
}
.active .circle_pal .list1{
	transform:scale(2, 2);
	-webkit-transform: scale(2, 2); 
	-moz-transform: scale(2,2);
	opacity: 1;
	top: 40px;
	transition-delay: 1s;
}
.active .circle_pal .list2{
	opacity: 1;
	bottom: 30px;
	transition-delay: .5s;
}
.active .circle_pal .list3{
	opacity: 1;
	left: 130px;
	transition-delay: .7s;
}
.active .dist_acade{
	opacity: 1;
	right: 220px;
	transition-delay: .5s;
}
.active .page3_map{
	opacity: 1;
	bottom: 5%;
	transition-delay: .5s;
}
.active .page3_seat{
	right: 430px;
}
.active .acade_plan{
	opacity: 1;
	bottom: 6%;
	transition-delay: .5s;
}
.active .dist_amb{
	opacity: 1;
	left: 0;
	transition-delay: .5s;
}
.active .amd_plan .list1{
	right: 40px;
    opacity: 1;
    transition: all 1s ease 1.5s;
}
.active .amd_plan .list2{
	right: 210px;
    opacity: 1;
    transform:scale(1, 1);
	-webkit-transform: scale(1,1); 
	-moz-transform: scale(1,1);
    transition: all 1s ease 2s;
}
.active .news_plan{
	opacity: 1;
	left: 40px;
	transition-delay: .5s;
}
.active .dist_news{
	opacity: 1;
	right: 60px;
	transition-delay: .5s;
}
.active .page4_seat{
	right: 330px;
}
.active .dist_activ{
	left: 50px;
	opacity: 1;
	transition-delay: .5s;	
}
.active .dist_solution{
	left: 50px;
	opacity: 1;
	transition-delay: .5s;	
}
.active .actv_plan{
	opacity: 1;
	bottom: 10%;
	transition-delay: .5s;
}
.active .actv_plan2{
	opacity: 1;
	transform:scale(1, 1);
	-webkit-transform: scale(1, 1); 
	-moz-transform: scale(1,1);
	transition-delay: 2s;
}
.active .actv_plan3{
	left: 900px;
	opacity: 1;
	transition: all 4.3s linear;
	transition-delay: 1.6s ;
}
.active .actv_plan4{
	left: 570px;
	opacity: .5;
	transition: all 4s linear;
	transition-delay: 2.3s;
}
.active .actv_plan5{
	left: 400px;
	opacity: .6;
	transition: all 4s linear;
	transition-delay: 2s;
}
.active .actv_plan6{
	left: 30px;
	opacity: 1;
	transition: all 3.6s linear;
	transition-delay: 2.5s;
}
/* for lt ie 10 */
.ltie10 .dist_video{
	left: 0;
	opacity: 1;
	transition-delay: .7s;
}
.ltie10 .leftSide{
	left: 175px;
	opacity: 1;
	transition-delay: .7s;
}
.ltie10 .video_plan .list1{
	right: 242px;
    opacity: 1;
    transform:scale(0.8, 0.8);
	-webkit-transform: scale(0.8,0.8); 
	-moz-transform: scale(0.8,0.8);
    transition: all 1s ease 1.5s;
}
.ltie10 .video_plan .list2{
	/*right: 0;
    opacity: 1;
    transform:scale(1, 1);
	-webkit-transform: scale(1,1); 
	-moz-transform: scale(1,1);
    transition: all 1s ease 2.3s;*/
}
.ltie10 .dist_circle{
	right: 70px;
	opacity: 1;
	transition-delay: .5s;
}
.ltie10 .rightSide{
	right: 260px;
	opacity: 1;
	transition-delay: .7s;
}
.ltie10 .circle_pal .list1{
	opacity: 1;
	left: 0;
	transition-delay: .2s;
}
.ltie10 .circle_pal .list2{
	opacity: 1;
	left: 290px;
	transition-delay: .5s;
}
.ltie10 .circle_pal .list3{
	opacity: 1;
	left: 130px;
	transition-delay: .7s;
}
.ltie10 .dist_acade{
	opacity: 1;
	right: 190px;
	transition-delay: .5s;
}
.ltie10 .page3_map{
	opacity: 1;
	bottom: 15%;
	transition-delay: .5s;
}
.ltie10 .page3_seat{
	right: 430px;
}
.ltie10 .acade_plan{
	opacity: 1;
	bottom: 15%;
	transition-delay: .5s;
}
.ltie10 .dist_amb{
	opacity: 1;
	left: 0;
	transition-delay: .5s;
}
.ltie10 .amd_plan .list1{
	right: 40px;
    opacity: 1;
    transition: all 1s ease 1.5s;
}
.ltie10 .amd_plan .list2{
	right: 210px;
    opacity: 1;
    transform:scale(1, 1);
	-webkit-transform: scale(1,1); 
	-moz-transform: scale(1,1);
    transition: all 1s ease 2s;
}
.ltie10 .news_plan{
	opacity: 1;
	left: 40px;
	transition-delay: .5s;
}
.ltie10 .dist_news{
	opacity: 1;
	right: 60px;
	transition-delay: .5s;
}
.ltie10 .page4_seat{
	right: 330px;
}
.ltie10 .dist_activ{
	left: 50px;
	opacity: 1;
	transition-delay: .5s;	
}
.ltie10 .actv_plan{
	opacity: 1;
	bottom: 18%;
	transition-delay: .5s;
}
/*------------------------------------------------------------------------*/
	/*垂直居中*/
.varticalmiddle *{
	vertical-align:middle;	
} 
.full_win{
	    width: 100%;
    height: 620px;
    overflow: hidden;
    margin: auto;
    position: relative;
}
.c1{
	width: 100%;
}
.fucontent{
	transition: left 0.5s ease;
	transition-delay: .4s;
}
.fucontent2{
	transition: all 0s;
	transition-delay: .0s;
}
.c1{
	transition: all 0.5s;
}
.section_div{
	float: left;
}
.Mbj{
	width: 100%;
}
.Mbj_div{
	width: 1200px;
	margin: auto;
	overflow: hidden;
	padding-top: 40px;
	padding-bottom: 58px;
}
.Mbj_div>div{
	float: left;
	margin-left: 270px;
	cursor: pointer;
}
.Mbj_div>div>div{
	text-align: center;
}
.Mbj_div>div:nth-child(1){
	float: left;
	margin-left: 0px;
}
.Mbj_div>div>div>div:nth-child(1){
	width: 94px;
	height: 94px;
	background-size: 100% 100%;
	border-radius: 50%;
	border:1px solid #efefef;
}

.MbjFX{
	width: 100%;
	position: fixed;
	background-color: white;
	top:-100px;
	z-index: 10000;
	transition: all 1s;
}
.activeMbjFX{
	top:0px;
}

.MbjFX_div{
	width: 1200px;
	margin: auto;
	overflow: hidden;
	padding-top: 3px;
    padding-bottom: 3px;
}
.MbjFX_div>div{
	float: left;
	margin-left: 260px;
	padding-bottom: 8px;
}
.MbjFX_div>div>div{
	text-align: center;
	font-size: 14px;
}
.MbjFX_div>div:nth-child(1){
	float: left;
	margin-left: 0px;
}
.MbjFX_div>div>div>div:nth-child(1){
	width: 40px;
	height: 40px;
	background-size: 100% 100%;
	border-radius: 50%;
	border:1px solid #efefef;
	display: inline-block;
}

.videotitleChange{
	width: 240px;
	height: 45px;
	color: white;
	overflow: hidden;
	padding-top: 52px;
}
.videotitleChange>div{
	width: 50%;
	height: 45px;
	text-align: center;
	float: left;
	line-height: 3;
	transition: all 0.3s;
	cursor: pointer;
}
.yuleVideo_div {
	position: relative;
	width: 288px;
	float: left;
	margin: 8px;
	opacity: .8;
	transform:scale(0.8, 0.8);
	-webkit-transform: scale(0.8,0.8); 
	-moz-transform: scale(0.8,0.8);
	transition: all .5s;
	cursor: pointer;
}
.active .yuleVideo_div{
	opacity: 1;
	transition: all .5s;
}
.active2 .yuleVideo_div{
	/*transition-delay: .8s;*/
	transform:scale(1, 1);
	-webkit-transform: scale(1,1); 
	-moz-transform: scale(1,1);

}
.yuleVideo_div:nth-child(1) {
	position: relative;
	width: 288px;
	float: left;
	margin-left: 0;

}
.yuleVideo_div:nth-child(5) {
	position: relative;
	width: 288px;
	float: left;
	margin-left: 0;
}
.yuleVideo_div:nth-child(4) {
	position: relative;
	width: 288px;
	float: left;
	margin-right: 0;
}
.yuleVideo_div:nth-child(8) {
	position: relative;
	width: 288px;
	float: left;
	margin-right: 0;
}
.yuleVideo_tit {
	position: absolute;
	height: 35px;
	width: 100%;
	z-index: 11;
	bottom: 0;
	color: white;
	line-height: 2.3;
	font-size: 16px;;
}
.yuleVideo_tit>span{
	margin-left: 10px;
}
.yuleVideo_tit>span:nth-child(1):before{
	/*content:url(../images/zan.png);
	vertical-align:middle;*/
	margin-left: 20px;
}
.yuleVideo_tit>span:nth-child(2):before{
	content:url(../images/pl.png);
	vertical-align:middle;
	margin-left: 20px;
}
.jiaoxueVideo_tit{
	height: 75px;
	width: 100%;
	color: white;
	line-height: 1.5;
	font-size: 18px;;
}
.jiaoxueVideo_tit>span:nth-child(1){
	font-size: 16px;;
	display: block;
}
.jiaoxueVideo_tit>span:nth-child(2){
	font-size: 12px;
}
.jiaoxueVideo_tit>span:nth-child(3){
	font-size: 12px;
}

/*热门艺圈*/
.hotCircleList {
	width: 49.8%;
	height: 145px;
	float: left;
	background-color: white;
	/*margin-top: 1%;*/
	margin-left: 0;
	margin-right: 0;
	cursor: pointer;
	border-bottom:1px solid #efefef;
	border-right:1px solid #efefef;
	transform:scale(0.95,0.8);
	-webkit-transform: scale(0.95,0.8);
	-moz-transform: scale(0.8,0.8);
	transition: all 0.5s;
}
.active>.hotCircleList{
	transform:scale(1,1);
	-webkit-transform: scale(1,1);
	-moz-transform: scale(1,1);
	
}
.hotCircleList:nth-child(2n+1){
	width: 49.8%;
	height: 145px;
	float: left;
	background-color: white;
/*	margin-top: 1%;
	margin-left: 1%;*/
	margin-right: 0;
	border-bottom:1px solid #efefef;
}
.hotCircleList_img {
	background-size: 100% 100%;
	width: 110px;
	height: 110px;
	border-radius: 8px;
	margin: 20px;
	display: inline-block;
}
.hotCircleList_txt{
	display: inline-block;
}
.hotCircleList_txt>div{
	margin-top: 20px;
}
.hotCircleList_txt>span:first-child{
	font-size: 16px;
    font-weight: 600;
    color: #231815;
}
.hotCircleList_txt>div{
	font-size: 12px;
    color: #231815;
    color: #9fa0a0;
}
/*热门活动*/
.hotActivity {
	width: 579px;
	/*height: 200px;*/
	float: left;
	/*margin-top: 1%;*/
	/*margin-left: 42px;*/
	margin-right: 0;
	transform:scale(0.9,0.9);
	-webkit-transform: scale(0.9,0.9);
	-moz-transform: scale(0.9,0.9);
	transition: all .5s;
}
.active .hotActivity {
	width: 579px;
	float: left;
	margin-right: 0;
	transform:scale(1,1);
	-webkit-transform: scale(1,1);
	-moz-transform: scale(1,1);
}
.hotActivity:nth-child(2n+1){
	width: 579px;
	/*height: 200px;*/
	float: left;
	/*margin-top: 1%;*/
	margin-left: 42px;
	margin-right: 0;
}
.hotActivity_img {
	/*background-size: 100% 100%;*/
	width: 579px;
	/*height: 150px;*/
	display: inline-block;
	cursor: pointer;
}

.hotActivity_txt{
	font-size: 16px;
    color: white;
    position: relative;
    padding-bottom: 24px;
    /*border-bottom: 1px solid #efefef;*/
}
.hotActivity_txt>span:nth-child(2){
	font-size: 12px;
    color: white;
	position: absolute;
	right: 0;
	padding-top: 4px;
}
/*最新资讯*/
.figure6 {
    width: 274px;
    /* width: 4.8rem; */
    height: 0;
    /* display: inline-block; */
    float: left;
    margin: 10px;
    overflow: hidden;
    /* padding-bottom: 20%; */
    padding-bottom: 176px;
}
.figure6:nth-child(1) {
    width: 274px;
    /* width: 4.8rem; */
    height: 0;
    /* display: inline-block; */
    float: left;
    margin: 10px;
    margin-left: 0px;
    overflow: hidden;
    /* padding-bottom: 20%; */
    padding-bottom: 176px;
}
.figure1 {
    /* width: 30%; */
    width: 274px;
    height: 0;
    margin: 1%;
    margin-left: 0;
    overflow: hidden;
    /* padding-bottom: 17%; */
    padding-bottom: 176px;
    float: left;
}
.bold {
    font-weight: 500;
    font-size: 16px;
    line-height: 50px;
    color: #3e3a39;
}
.NewsItem_div{
	cursor: pointer;
	transform:scale(0.9,0.9);
	-webkit-transform: scale(0.9,0.9);
	-moz-transform: scale(0.9,0.9);
	transition: all .5s;
}
.active .NewsItem_div{
	cursor: pointer;
	transform:scale(1,1);
	-webkit-transform: scale(1,1);
	-moz-transform: scale(1,1);
	
}
.news_content>div span:last-child {
    display: inline-block;
    right: 0%;
    /* padding: 2px; */
    /*padding-bottom: 2%;*/
}
.new_list_bottom span {
    padding: 0.5%;
    color: #9c9c9d;
    font-size: 12PX;
    float: left;
}
.new_list_bottom span:nth-child(2) {
    position: absolute;
    right: 1%;
}
.news_content>div>div>div {
	background-color: white;
    /*border-bottom: 1px solid #efefef;*/
    /* padding-top: 1%; */
    padding: 20px;
    padding-top: 10px;
    padding-bottom: 0.3rem;
    /*margin-bottom: 10px;*/
    border-bottom: 1px solid #efefef;
}
.new_list_bottom {
    position: relative;
    padding-bottom: 2%;
    overflow: hidden;
    height: 0.6rem;
}
.img_list_div {
	max-height: 554px;
    overflow: hidden;
    margin-bottom: 0.36rem;
}

#blogrollContent a{
	text-decoration:none;
	color: white;
	line-height: 1.5rem;
	margin: 8px;
	display: inline-block;
	font-size: 13px;
	border-bottom: 1px solid #727171;
}
#blogrollContent a:hover{
	color:#e50044;
	border-bottom: 1px solid #e50044;
}
