@font-face {
	font-family: "fontName";
	src: url("../../fonts/SOURCEHANSERIFCN-BOLD.OTF");
}

@font-face {
	font-family: "fontNumber";
	src: url("../../fonts/bahnschrift.ttf");
}

.right_fixed {
	position: fixed;
	top: 50%;
	right: 0.63%;
	display: inline-block;
	width: 50px;
	height: 50px;
	cursor: pointer;
	z-index: 9999;
}

.right_fixed img {
	width: 100%;
	height: 100%;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover
	{
	border: none;
	border-bottom: 4px solid #3B8EFF !important;
	color: #3B8EFF !important;
}

.center_content {
	width: 70.89%;
	margin: 0 auto;
}

.news_item_hover {
	background: url(../img/web/index/example1.jpg);
	background-size: cover;
}

.news_title_hover {
	/* width: 522px; */
	height: 56px;
	margin-top: 131px;
	margin-left: 0px;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 28px;
	text-align: center;
	display: table-cell;
	vertical-align: middle;
	cursor: pointer;
	display: flex;
	line-height: 56px;
}

.news_title_hover:hover {
	background: #018FCA;
	opacity: 0.7;
	color: #FFFFFF;
	box-shadow: 2px 13px 19px grey inset;
}

.news_item {
	background-color: #FFFFFF;
	box-shadow: 0px 0px 20px 0px rgba(0, 91, 176, 0.1);
	padding-right: 0;
	padding-left: 0;
}

.news_month {
	margin-top: 34px;
	width: 62px;
	height: 20px;
	font-size: 28px;
	font-family: Bahnschrift;
	font-weight: 400;
	color: #333333;
	line-height: 26px;
}

.news_year {
	margin-top: 16px;
	width: 22px;
	height: 9px;
	font-size: 12px;
	font-family: Bahnschrift;
	font-weight: 400;
	color: #CCCCCC;
	line-height: 26px;
}

.news_item>div:nth-of-type(1) {
	padding-left: 6%;
}

.news_line {
	display: inline-block;
	width: 54px;
	height: 2px;
	background: #cccccc;
	margin-top: 27px;
}

.news_title {
	margin-top: 31px;
	
	height: 44px;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	line-height: 28px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.news_nav {
	margin-top: 27px;
	/*   width: 312px; */
	height: 34px;
	font-size: 12px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #999999;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	/* text-indent:2em */
}

.center_content>div>img {
	width: 100%;
}

.center_content {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.center_content>div {
	width: 31.31%;
	margin-top: 20px;
	margin-right: 1%;
}

.center_content>div>a>img {
	width: 100% !important;
}

.news_item>div:nth-of-type(2) {
	padding-bottom: 20px;
}

.fenye li a {
	margin-right: 20px;
	border-radius: 3px;
	color: #666666
}

.fenye>.active>a {
	border: none;
	background: linear-gradient(30deg, #03C4D3, #0080C8);
}

.fenye {
	margin: 50px 0;
}

.center_item {
	padding-right: 0px;
	box-shadow: 0px 0px 20px 0px rgba(0, 91, 176, 0.1);
}