* {
	padding: 0;
	margin: 0
}
 div{padding: 0;margin: 0;font-size: 14px;}

.entr_right{
	position: relative;
	width: 475px;
	/*height: 300px;
	padding-top: 2px;
	margin-top: -54px;*/
	float: right;
	background: #eee;}
.entr_right .ind_etrhd{
	position: absolute;
	width: 100%;
	/*margin-top: 50px;*/
    border-top: 2px #D72502 solid;
}
.entr_right .ind_etrhd h2{padding:0;margin-top: 50px;margin-top: -3px;
	font-size: 18px;width:131px; height: 37px; line-height: 37px;
	text-align: center; background: #D72502; font-size: 18px;
	color: #fff;
}
.entr_right ul{
	margin-top: 30px;
}
.entr_right ul li{
	float: left;
	width: 85px;
	height: 95px;
	margin-left: 50px;
	margin-top:45px;
}
.entr_right ul li a{
	display: block;
	width: 80px;
	height:95px;
	font-size: 16px;
	color: #fff;
	padding-left: 25px;
	padding-top: 10px;
	line-height: 32px;
	background: #6f9add;
	border-radius: 5px;
	position: relative;
}
.entr_right ul li a span{
	position: absolute;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: #fff;
	color: #6f9add;
	right: 10px;
	top: 60px;
	font-size: 20px;
	text-align: center;
	line-height: 36px;
}
.entr_right ul li a:hover{
	font-weight: bold;
	background: #fff;
	color: #6f9add;
}
.entr_right ul li a:hover span{
	font-weight: normal;
	background: #6f9add;
	color: #fff;
}
.entr_right ul li a p{
	width: 40px!important;
	height: 90px;
	font-size: 16px;
}
