.entryBox{
    margin-top: 40px;   
}

#btn2{
    overflow: hidden;
}

#btn3,
#btn1{
    width: 100%;
    padding-bottom: 80px;
}

#btn3 .announcement_p2 a{
    margin: 0px;
}

#btn7 .publicTitleBox,
#btn6 .publicTitleBox,
#btn4 .publicTitleBox,
#btn5 .publicTitleBox{
    margin-bottom: 50px;
}

/* 比赛成绩 */

#btn6{
    background: url("../images/success_bg.png") no-repeat center center;
    background-size: 100% 100%;
    padding-bottom: 80px;
}

.competition_result{
    height: 280px;
    background: #ff9c3b;
	background-image: linear-gradient(135deg, 
		#ff9c3b 0%, 
		rgba(255, 156, 59, 0.75) 100%), 
	linear-gradient(
		#f57130, 
		#f57130);
	background-blend-mode: normal, 
		normal;
    border-radius: 8px;
    padding: 20px;
    box-sizing: border-box;
}

.competition_result_box{
    width: 100%;
    height: 100%;
    background: url("../images/results_img1.png") no-repeat center center;
    background-size: 100% 100%;
}

.competition_result_box_right {
    height: 100%;
    width: 280px;
    line-height: 240px;
    text-align: center;   
}

.competition_result_box_right img{
    width: 170px;
    height: 170px;    
}

.competition_result_box_left{
    height: 100%;
    width: 540px;
    padding: 40px;
    box-sizing: border-box;
}

.competition_result_box_left h5{
	font-size: 28px;
    color: #333333;
    margin-bottom: 20px;
}

.competition_result_box_left p{
    font-size: 20px;
    color: #999999;
    margin-bottom: 30px;
}

.competition_result_box_left a{
    display: inline-block;
    line-height: 20px;
    padding: 15px 20px;
    background-color: #ff9c3b;
	background-image: linear-gradient(135deg, 
		#ff9c3b 0%, 
		rgba(255, 156, 59, 0.75) 100%), 
	linear-gradient(
		#f57130, 
		#f57130);
	background-blend-mode: normal, 
		normal;
	box-shadow: 0px 10px 20px 0px 
		rgba(255, 84, 0, 0.25);
    border-radius: 25px;
    font-size: 20px;
	color: #ffffff;
}

.competition_result_box_left a img{
    margin-left: 10px;
    margin-top: -2px;
    height: 20px;   
}
/* 比赛成绩 end */

/* 裁判/志愿者报名 */
#btn7{
    padding-bottom: 80px;
}
.referee_box{
    width: 580px;
	height: 260px;
    border-radius: 12px;
    float: left;
    padding-top: 20px;
    box-sizing: border-box;
}

.referee_box1{
    background: url("../images/results_apply_img3.png") no-repeat left top;
    /* background-size: 100% auto; */
    margin-right: 40px;
}

.referee_box2{
    background: url("../images/results_apply_img4.png") no-repeat left top;
    /* background-size: 100% auto; */
}

#btn7 .content_con2 h5{
    font-size: 32px;
	/* font-weight: bold; */
	color: #ffffff;
}

#btn7 .content_con2 p{
    font-size: 22px;
	color: #ffffff;
	opacity: 0.5;
}

#btn7 .content_con2 a{
    padding: 12px 20px;
	background: #ffffff !important;
	box-shadow: 0px 10px 20px 0px 
		rgba(196, 69, 0, 0.3);
    border-radius: 22px;
    color: #f57130;
}
/* 裁判/志愿者报名 end */
