/*
	ggd
	2021-05-07
	职院 行业报告
 */

.hybg_tab{
	width: 1200px;
	margin: 50px auto 0 auto; 
}
.hybg_con{
	width: 1200px;
	margin: 0 auto;
	padding-bottom: 50px;
}
.w_span150 span{
	width: 150px!important;
}

.hybg_l{
	width: 200px;
	height: 650px;
	background: #f9f9fa;
	position: relative;
}

/* 滚动内容样式 */
.scroll_cont { height: 100%; overflow: hidden; }
/* 滚动条 */
.scroll_bar { position: absolute; top: 0; right: 0; width: 3px; height: 100%; background-color: #e4e4e4; }
/* 滚动块 */
.scroll_slider { position: absolute; top: 0; left: 0px; width: 3px; height: 30px; background-color: #ec6162; border-radius: 5px; opacity: .5 }
.scroll_slider:hover { opacity: 1 }

/* 滚动内容样式 */
.scroll_cont1 { height: 100%; overflow: hidden; }
/* 滚动条 */
.scroll_bar1 { position: absolute; top: 0; right: 0; width: 3px; height: 100%; background-color: #e4e4e4; }
/* 滚动块 */
.scroll_slider1 { position: absolute; top: 0; left: 0px; width: 3px; height: 30px; background-color: #ec6162; border-radius: 5px; opacity: .5 }
.scroll_slider1:hover { opacity: 1 }


@keyframes rotate90
{
	from {transform: rotate(0);}
	to  {transform: rotate(90deg);}
}
@keyframes rotate0
{
	from {transform: rotate(90deg);}
	to  {transform: rotate(0);}
}
.ulNav_f li{
	line-height: 47px;
	font-size: 14px;
	color: #666;
	cursor: pointer;
}
.ulNav_f li:hover{
	color: #ba0001;
}
.ulNav_f li span{
	padding-left: 10px;
	border-bottom: 1px solid #eee;
	border-radius: 2px;
	display: flex;
}
.ulNav_f .sli span {
	padding-top: 15px;
	padding-bottom: 15px;
	padding-right: 15px;
}
.ulNav_f>li>span {
	display: flex;
	align-items: center;
}
.ulNav_f>li>span>img{
	display: inline-block;
	width: 5px;
	height: 9px;
	vertical-align: bottom;
	margin-right: 9px;
	animation:rotate0 0.3s;
	animation-fill-mode:forwards;
}
.ulNav_s{
	display: none;
}
.ulNav_s>li>span>.dot{
	background: #666;
	display: inline-block;
	width: 4px;
	height: 4px;
	vertical-align: middle;
	margin-right: 6px;
	border-radius: 4px;
	margin-left: 23px;
	margin-top: 10px;
}
.ulNav_s>li>span>.names{
	line-height: 25px;
	flex: 1;
}
.ulNav_f .active .ulNav_s{
	/* display: block; */
}

.ulNav_f .active>span>img{
	animation:rotate90 0.3s;
	animation-fill-mode:forwards;
}
.ulNav_f .ulNav_s .active{
	color: #fff!important;
}
.ulNav_f .ulNav_s .active>span{
	background: #ba0001;
}
.ulNav_f .ulNav_s .active .dot {
	background-color: #fff;
}
.ulNav_s>li:hover{
	color: #ba0001;
}
.ulNav_s>li:hover>span>.dot{
	background: #ba0001;
}

.hybg_r{
	width: 970px;
	display: none;
}
.all_ul li{
	padding: 0 24px;
	height: 32px;
	border-radius: 3px;
	border: 1px solid #d8d8d8;
	box-sizing: border-box;
	line-height: 30px;
	margin-right: 7px;
	float: left;
	color: #666;
	cursor: pointer;
}
.all_ul li:last-child{
	margin-right: 0px;
}
.all_ul .active{
	background: #ba0001;
	border: 1px solid #ba0001;
	color: #fff!important;
	font-weight: bold;
}
.all_ul li:hover{
	border: 1px solid #ba0001;
	color: #ba0001;
}

.hybg_r_con .li{
	width: 310px;
	height: 280px;
	border: 1px solid #d8d8d8;
	display: inline-block;
	margin: 20px 20px 20px 0;
	box-sizing: border-box;
	border-radius: 3px;
}

.hybg_r_con .li:nth-child(3n){
	margin-right: 0px;
}
.hybg_r_con .li .tit{
	padding: 0 10px;
	line-height: 40px;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.hybg_r_con .li .img{
	display: block;
	width: 308px;
	height: 160px;
}

.hybg_r_con .li .img img{
	width: 308px;
	height: 160px;
	cursor: pointer;
}
.hybg_r_con .li .time{
	height: 40px;
	line-height: 40px;
	font-size: 12px;
	color: #999;
	margin-left: 10px;
	display: inline-block;
}
.hybg_r_con .li .des{
	display: inline-block;
	line-height: 40px;
	font-size: 12px;
	color: #999;
	margin-right: 10px;
}
.hybg_r_con .li .tip{
	display: inline-block;
	line-height: 24px;
	font-size: 12px;
	color: #666;
	margin-left: 10px;
}
.hybg_r_con .li .btn{
	display: inline-block;
	line-height: 24px;
	font-size: 12px;
	color: #fff;
	margin-right: 10px;
	width: 66px;
	border-radius: 3px;
	background: #ba0001;
	text-align: center;
}
.hybg_r_con .li:hover{
	box-shadow: 0px 0px 20px 0px rgba(34, 34, 34, 0.1);
}

.screen{
	height: 78px;
	background: #f9f9fa;
	box-sizing: border-box;
	padding-top: 2px;
}
.screen p{
	line-height: 24px;
	padding: 0 20px;
	margin-top: 8px;
}
.screen p span{
	display: inline-block;
	width: 50px;
	text-align: center;
	margin: 0 5px;
	border-radius: 3px;
	border: 1px solid #f9f9fa;
	color: #666;
	cursor: pointer;
}
.screen p span:hover{
	color: #ba0001;
}
.screen .active{
	color: #ba0001;
	border: 1px solid #ba0001;
}

.hybgTable{
	width: 970px;
	margin-top: 20px;
}
.hybgTable thead th{
	line-height: 40px;
	color: #666;
	font-weight: normal;
	box-sizing: border-box;
	padding: 0 10px;
}
.hybgTable thead th:nth-child(odd){
	background: #eaeaea;
}
.hybgTable thead th:nth-child(even){
	background: #e6e6e6;
}
.hybgTable tbody tr td{
	box-sizing: border-box;
	padding:10px;
	text-align: center;
	
}
.hybgTable tbody tr td:first-child{
	text-align: left;
}
.hybgTable tbody tr:nth-child(even){
	background: #fcfcfc;
}
.hybgTable tbody tr td:first-child p{
	width: 410px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.hybgTable tbody tr td:nth-child(2) {
	/* width: 160px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap; */
	text-align: left;
}
.hybgTable tbody tr td:nth-child(4) {
	text-align: left;
}
.hybgTable .btn span{
	display: inline-block;
	width: 40px;
	height: 12px;
	border-radius: 2px;
	border: 1px solid #f08181;
	box-sizing: border-box;
	margin-top: 3px;
	line-height: 10px;
}
.hybgTable .btn a{
	width: 48px;
	height: 18px;
	font-size: 9px!important;
	background: #ec6162;
	display: inline-block;
	border-radius: 2px;
	text-align: center;
	color: #fff;
}
.hybgTable tbody tr td:first-child:hover{
	color: #ba0001;
}



/*******************************************************************************************/
/*******************************************************************************************/
.hybg_layer{
	width: 100%;
	position: relative;
	padding-top: 40px;
}
.layer_close{
	width: 16px;
	height: 16px;
	background: url(../images/icon_close.png) no-repeat center center;
	position: absolute;
	top:30px;
	right:30px;
	cursor: pointer;
}
.fullScreen {
	position: absolute;
	top: 22px;
	right: 70px;
	cursor: pointer;
	border: 1px solid #888;
	padding: 3px 10px;
	border-radius: 3px;
	font-size: 18px;
	color: #333;
}
.hybg_layer_con{
	width: 1400px;
	margin: 0 auto;
}
.hybg_layer_con .tit{
	height: 40px;
	line-height: 40px;
	background: url(../images/line.png) no-repeat center center;
}
.hybg_layer_con .tit span{
	display: inline-block;
	padding-right: 30px;
	background: #fff;
	font-size: 20px;
	font-weight: bold;
}
.layer_l{
	width: 380px;
	height: calc(100vh - 120px);
	position: relative;
	display: none;
}

.layer_l h1{
	font-size: 18px;
	font-weight: normal;
	line-height: 40px;
	margin-top: 15px;
	cursor: pointer;
}
.layer_l h1:hover{
	color: #ba0001;
}
.layer_l span{
	font-size: 14px;
	color: #999;
	line-height: 26px;
	display: block;
	padding-left: 20px;
	cursor: pointer;
}
.layer_l span:hover{
	color: #ba0001;
}
.layer_r{
	width: 980px;
}
.width1400 {
	width: 1400px;
}

