html, body {
    margin: 0;
    font-size: 14px;
    background: #fff;
    /* font-family: 'Raleway', sans-serif; */
    font-family: "Î¢ÈíÑÅºÚ", Arial, Helvetica, Sans-Serif;
}
header {
	height: 270px;
}
.banner {
	background-image: url(../images/gfqh/prize_banner_bg_3.jpg);
}
/* .relation-title {
	top: 120px;
	left: 15%;
}
.sub-title {
	font-size: 50px;
	margin: 0;
}
.training_banner_title {
	margin-bottom: 20px;
} */
.relation-title {
	top: 147px;
	left: 15%;
}
.sub-title {
	font-size: 50px;
	margin: 0 0 20px 0;
}
.sub-content {
	color: #FFFFFF;
	font-size: 18px;
}
.bread-nav {
    width: 100%;
    background: #f2f2f2;
    padding: .9em 0;
    font-size: 1em;
    line-height: 1em;
    color: #999;
}
.bread-nav a {
    color: #999;
}
.bread-nav span {
    color: #333;
}
.bread-nav .crumbs {
    background: url(../images/gfzq/home.png) no-repeat 5px 0;
    padding-left: 22px;
    line-height: 1.2em;
}
.main-container {
	/* width: 100%;
	clear: both;
	margin: 0; */
	/* padding: 3.5% 0; */
} 
.main-container {
	position: relative;
	overflow: hidden;
	min-height: 530px;
}
.position-relative {
	position: relative;
}
.event_year {
    float: left;
    height: auto;
    width: 120px;
    color: #999;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    position: relative;
    top: 38px;
    z-index: 500;
	font-size: 18px;
	text-align: center;
}
.event_year label.current {
    font-size: 28px;
    height: 40px;
	width: 120px;
    line-height: 40px;
    color: #333;
    background-color: #1689e5;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    background: url(../images/gfqh/dotes-label-cur.png) no-repeat right center;
}
.event_year label {
    background: url(../images/gfqh/dotes-label.png) no-repeat right center;
    color: #999;
	height: 40px;
	width: 120px;
	line-height: 40px;
}

.event_year label:hover {
    background: url(../images/gfqh/dotes-label-cur.png) no-repeat right center;
    color: #333;
	font-size: 22px;
}

.event_list {
    padding-left: 120px;
    position: relative;
    z-index: 1;
}
.event_list .year-event-pot {
    padding-bottom: 13%;
    min-height: 550px;
    position: relative;
}
.event_list .year-event-pot .line-l {
    position: absolute;
    width: 1px;
    height: 99%;
    background-color: #ddd;
    top: 44px;
    left: -3px;
}
.event_list .year-evens-list .list-content {
    position: relative;
}
.event_list .year-evens-list .list-content .year-title {
    font-size: 25px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #b6b6b6;
    margin-bottom: 0.8em;
}
.event_list .year-evens-list .list-content .year-title span {
    display: inline-block;
    line-height: 30px;
    padding-left: 30px;
    background: url(../images/gfqh/deng.png) no-repeat left 0px; 
}
.event_list .year-evens-list .list-content .month-events-list {
    position: relative;
    padding-left: 147px;
    margin-bottom: 20px;
    zoom: 1;
}
.event_list .year-evens-list .list-content .month-events-list .month-label {
    position: absolute;
    top: 0px;
    left: 3.5em;
    width: 3em;
    height: 3em;
    background-color: #1689e5;
    border-radius: 33px;
    color: #fff;
    line-height: 3em;
    text-align: center;
    font-size: 1.2em;
}
.event_list .year-evens-list .list-content .month-events-list .day-events-list li {
    padding: 16px 0;
    font-size: 1.04em;
    line-height: 2.1em;
    border-top: 1px solid #ddd;
    word-break: break-all;
}