/**
 * bootstrap
 */
.carousel-indicators .active {
	background-color: #FF9046;
}

.carousel-indicators li {
	background: rgba(218, 218, 218, 1);
}

.carousel-indicators {
	right: 0!important;
	width: 100px;
	left: unset;
	margin-left: 0;
}

.top_container {
	padding-top: 30px;
}

.top_container .banner {
	width: 680px;
	height: 462px;
}

.top_container .msg-container {
	padding-left: 30px;
	border-left: 1px dotted rgba(217, 217, 217, 1);
	;
}

.carousel-inner .item {
	width: 680px;
	height: 462px;
}

.carousel-inner .item .img {
	width: 680px;
	height: 382px;
	background: url(../../img/HH/information/bg1.png) no-repeat;
	background-size:100% auto;
}

.carousel-inner .item .msg {
	width: 680px;
	height: 80px;
	background: rgba(242, 242, 242, 1);
	padding-left: 12px;
}

.carousel-inner .item .msg .msg-content {
	width: 411px;
	font-size: 24px;
	font-weight: bold;
	color: rgba(51, 51, 51, 1);
	line-height: 36px;

}


.top_container .msg-container .item {
	display: block;
	border-bottom: 1px solid rgba(217, 217, 217, 1);
}
.Key_gao{
	height: 202px;
}

.key_container {
	width: 442px;
	font-size: 20px;
	font-family: PingFang SC;
	font-weight: bold;
	color: #333333;
	line-height: 40px;
	overflow:hidden; 
	text-overflow:ellipsis;
	display:-webkit-box; 
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2;
}

.value_container {
	width: 455px;
	font-size: 18px;
	font-family: PingFang SC;
	font-weight: 400;
	color: rgba(102, 102, 102, 1);
	line-height: 36px;
	overflow:hidden; 
	text-overflow:ellipsis;
	display:-webkit-box; 
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2;
}

.conten_container {
	margin-top: 60px;
}

.conten_container .tabbar {
	width: 820px;
	height: 60px;
	background: rgba(250, 250, 250, 1);
}

.conten_container .tabbar .item {
	width: 25%;
}

.conten_container .tabbar .check {
	color: #FF9046;
	position: relative;
}

.conten_container .tabbar .check:before {
	position: absolute;
	content: "";
	width: 26px;
	height: 5px;
	background: rgba(255, 144, 70, 1);
	border-radius: 3px;
	left: 50%;
	transform: translateX(-50%);
	bottom: 5px;
}

.conten_container .left {
	width: 820px;
}

.conten_container .left .left-list {
	width: 100%;
}

.conten_container .left .left-list>.item {
	width: 100%;
	padding: 30px 0;
	border-bottom: 1px solid rgba(217, 217, 217, 1);
}

.conten_container .left .left-list>.item .img {
	margin-right: 25px;
	width: 360px;
	height: 202px;
	background: url(../../img/HH/information/bg1.png) no-repeat;
	background-size:100% auto;
}

.conten_container .left .left-list .more-container {
	margin: 60px 0;
	display: block;
	width: 100%;
	height: 60px;
	background: rgba(217, 217, 217, 1);
	text-align: center;
	line-height: 60px;
}

.time_container {
	margin-top: 28px;
	font-size: 16px;
	color: rgba(153, 153, 153, 1);

}

.conten_container .right {
	margin-left: 65px;
	width: 280px;
}

.conten_container .right .title-container {
	margin-bottom: 30px;
}

.conten_container .right .title-container div {
	margin-left: 18px;
	font-size: 20px;
	font-family: PingFang SC;
	font-weight: bold;
	color: rgba(240, 101, 87, 1);

}

.conten_container .right .right-list .item {
	display: block;
	padding: 20px 0;
	border-bottom: 1px solid rgba(217, 217, 217, 1);
}

.conten_container .right .right-list .item>.img {
	width: 280px;
	height: 158px;
	background: url(../../img/HH/college.png) no-repeat ;
	background-size:100% auto;
}

.conten_container .right .right-list .item>.name {
	margin-top: 23px;
	font-size: 20px;
	font-family: PingFang SC;
	font-weight: 500;
	color: rgba(51, 51, 51, 1);

}

.conten_container .right .right-list .item>.time {
	margin-top: 23px;
	font-size: 16px;
	color: rgba(153, 153, 153, 1);
}
