

/*  wq*/
.honor-cont{
	width: 100%;
	
}
.honors_nav{
	width: 326px;
	/* border: 1px solid red; */
}
.honors_nav.onn{
	position: fixed;
	top: 120px;
	left: auto;
	z-index: 8;
}
.honor_content{
	width: calc(100% - 326px);
	width: -moz-calc(100% - 326px);
	width: -webkit-calc(100% - 326px);
	padding-left: 46px;
	position: relative;
}

.honor_content::before{
	content: "";
	width: 4px;
	height: 100%;
	background-color: #ebebeb;
	position: absolute;
	left: 0;
	top: 0;
	margin: auto;
}
.honors_nav>ul>li{
	width: 160px;
	height: 60px;
	border-bottom: 1px solid #eeeeee;
	background-color: #f4f4f4;
}
.honors_nav>ul>li>a{
	display: block;
	width: 100%;
	height: 100%;
	font-size: 18px;
	color: #333333;
	line-height: 60px;
	text-align: center;
}
.honors_nav>ul>li.on{
	border-bottom: none;
	background: -webkit-linear-gradient(120deg, rgb(0,159,191) 0%, rgb(0,121,192) 100%); /* Safari 5.1 - 6.0 */
	background: -o-linear-gradient(120deg, rgb(0,159,191) 0%, rgb(0,121,192) 100%); /* Opera 11.1 - 12.0 */
	background: -moz-linear-gradient(120deg, rgb(0,159,191) 0%, rgb(0,121,192) 100%); /* Firefox 3.6 - 15 */
	background: linear-gradient(120deg, rgb(0,159,191) 0%, rgb(0,121,192) 100%); /* 标准的语法 */
}
.honors_nav>ul>li.on>a{
	color: #fff;
}

.honor_year{
	position: relative;
	
}
.honor_year::before{
	content: "";
	width: 19px;
	height: 19px;
	border-radius: 50%;
	background-color: rgb( 0, 121, 192 );
	position: absolute;
	left: -54px;
	top: 0;
	bottom: 0;
	margin: auto;
}


.honor_year>span{
	font-size: 24px;
	color: rgb( 0, 121, 192 );
	font-weight: bold;
	line-height: 60px;
}
.honor_ycon{
	/* border: 1px solid red; */
}

.hon-h2{
	font-size: 20px;
	font-weight: bold;
	color: #333333;
	line-height: 36px;
	position: relative;
}
.hon-h2::before{
	content: "";
    width: 12px;
    height: 12px;
    border-width: 4px;
    border-color: rgb( 235, 235, 235 );
    border-style: solid;
    border-radius: 50%;
    background-color: rgb( 255, 255, 255 );
    position: absolute;
    top: 0;
    bottom: 0;
    left: -50px;
	margin: auto;
}
.honor_text>p{
	font-size: 16px;
	color: #333333;
	line-height: 36px;
}
.honor_text>img {
	display: block;
    max-width: 100%;
    padding-top: 10px;
}
.honor_text {
    padding-bottom: 20px;
}


@media screen and (max-width: 768px){
	
		.honors_nav{
			/* width: 30%; */
			width: 20%;
		}
		.honors_nav.onn{
			top: 1.2rem;
		}
		.honor_content{
			padding-left: .46rem;
			width: 76%;
		}
		
		.honor_content::before{
			content: "";
			width: .04rem;
		}
		.honors_nav>ul>li{
			/* width: 1.6rem; */
			width: 100%;
			height: .6rem;
		}
		.honors_nav>ul>li>a{
			font-size: .18rem;
			line-height: .6rem;
		}
		.honor_year::before{
			content: "";
			width: .19rem;
			height: .19rem;
			left: -.54rem;
		}
		
		
		.honor_year>span{
			font-size: .24rem;
			line-height: .6rem;
		}
		.hon-h2{
			font-size: .2rem;
			line-height: .36rem;
		}
		.hon-h2::before{
			content: "";
			width: .12rem;
			height: .12rem;
			left: -.5rem;
		}
		.honor_text>p{
			font-size: .16rem;
			line-height: .36rem;
		}
		.honor_text>img {
			padding-top: .1rem;
		}
		.honor_text {
		    padding-bottom: .2rem;
		}
	

}