﻿#goTop {
    display: none;
}

.lookmore {
	font-size: 12px!important;
	font-weight: bold!important;
	color: #333!important;
}

.recommend_title img {
    width: 18px;
    height: 18px;
    margin-right: 5px;
}

.righticon {
    width: 12px!important;
    height: 12px!important;
    margin-right: -5px!important;
}

#newVideo {
	flex-wrap: nowrap;
	justify-content: space-between;
}

#newVideo .lang {
    width: 100%;
    padding: 0 5px;
    position: absolute;
    bottom: 15px;
    text-align: right;
}

#newVideo li {
    flex-shrink: 0;
    width: 24%;
    padding: 0 0 0 0;
    margin: 0;
    border-radius: 5px;
}

/* 标题 */

.video_title {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

.label {
    width: 100%;
    color: #333;
}

.content {
    position: relative;
    font-size: 12px;
}

.video_title div {
    line-height: 30px;
}

.video_label>div,
.theme_label>div,
.industry_label>div,
.label_label>div,
.select_label>div,
.secondary_label>div {
    flex-shrink: 0;
    width: 70px;
    font-weight: bold;
    font-size: 14px;
}

.video_label,
.theme_label,
.industry_label,
.label_label,
.select_label,
.secondary_label {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

.theme_label span,
.industry_label span,
.label_label span,
.select_label span,
.secondary_label span {
    display: none;
}

.theme_label,
.secondary_label {
    display: none;
}

.theme_label ul,
.industry_label ul,
.label_label ul {
    height: 40px;
    overflow: hidden;
}

.video_label ul li,
.theme_label ul li,
.industry_label ul li,
.label_label ul li,
.select_label ul li,
.secondary_label ul li {
    float: left;
    padding: 0 10px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
    margin-left: 10px;
    background: #e8e9ec;
    height: 30px;
}

.video_label ul li>span {
    padding-right: 6px;
}

.theme_label ul li>img,
.video_label ul li>img {
    width: 14px;
    margin-right: 5px;
}

.theme_label ul li:hover,
.industry_label ul li:hover,
.label_label ul li:hover,
.select_label ul li:hover,
.secondary_label ul li:hover {
    background: #030303;
    color: #fff;
}

.video_label ul li.on,
.theme_label ul li.on,
.theme_label ul li.one,
.industry_label ul li.on,
.label_label ul li.on,
.select_label ul li.on,
.secondary_label ul li.on {
    background: #030303;
    color: #fff;
}

.theme_label ul.open,
.industry_label ul.open,
.label_label ul.open,
.secondary_label .open {
    overflow: visible;
    height: auto;
}

.select_label {
    padding-top: 10px;
    border-top: 1px solid #F5F5F5;
    display: none;
}

.select_label .selected_btn {
    font-weight: 400;
    color: #0077cc;
    cursor: pointer;
    border: none;
}

#selectedLabel li div {
    color: #0077cc;
}

.select_label .deleteSelected {
    color: #0077cc;
    margin-left: 5px;
}

.searchResult {
    padding: 10px;
}


/*大师列表*/

.masterList {
    display: none;
    background-color: #fff;
}

.masterList ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding-right: 20px;
}

.masterList ul li {
    width: 15.55%;
    height: 160px;
    padding: 15px;
    text-align: center;
    background: #fff;
    margin-bottom: 15px;
    border: 1px solid #fff;
    cursor: pointer;
    margin-right: 1%;
}

.masterList ul li:last-child {
    margin-right: 0;
}

.masterList ul li:hover {
    border: 1px solid #003580;
}

.masterList ul li.on {
    border: 1px solid #003580;
}

.masterList ul li>img.avatar {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    margin: 0 auto;
}

.masterList ul li h4 {
    font-size: 16px;
    color: inherit;
    padding: 5px 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.masterList ul li p {
    font-size: 13px;
    color: #888;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.masterList ul li:last-child img {
    display: none;
}

.masterList ul li:last-child h4 {
    height: 100%;
    line-height: 120px;
}

.masterList ul li:last-child p {
    display: none;
}


/*ceo/cho企业列表*/

.companyList {
    display: none;
    padding: 10px;
}

.companyList ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding-right: 40px;
}

.companyList ul li {
    width: 10%;
    height: 70px;
    background: #fff;
    padding: 8px 14px;
    border: 1px solid #f5f5f5;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.companyList ul li.on {
    border: 1px solid #003580;
}

.companyList>h5 {
    color: #888;
    font-size: 15px;
    padding-bottom: 10px;
}

.companyList ul li:last-child h4 {
    font-size: 17px;
}

.companyList ul li .topCompanyLogo {
    width: 120px;
    height: 48px;
    display: block;
    border: none;
}

.companyList ul li:hover {
    border: 1px solid #003580;
}

.filter {
    width: 100%;
    height: 60px;
    padding: 10px;
    font-size: 12px;
}

.filter ul {
    float: left;
}

.filter ul .on {
    background: #fff;
}

.filter ul li {
    border: 1px solid #e8e9ec;
    float: left;
    text-align: center;
    font-size: 15px;
    padding: 10px 15px;
    color: inherit;
    cursor: pointer;
    margin-right: 10px;
	background-color: #e8e9ec;
}

.spage-skip span{
	background-color: #fff;
}

.filter ul li:hover {
    background: #fff;
}

.search {
    float: right;
    margin-right: 5px;
}

.search .input {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.input .searchbox {
    position: relative;
}

.input input {
    width: 400px;
    height: 40px;
    outline: none;
    border: none;
    box-shadow: 0 0 3px #aaa;
    padding: 10px 60px 10px 10px;
    position: relative;
	font-size: 14px;
}

.input input:hover {
    border-color: #f5f5f5;
    transition: all 0.5s;
    box-shadow: inset 0 0 5px rgba(0, 0, 0, .3);
}

.clearBtn {
    position: absolute;
    top: 0;
    right: 35px;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
}

.searchBtn {
    position: absolute;
    top: 0;
    width: 40px;
    height: 40px;
    background: #005a9c;
    box-shadow: 0 0 3px #1C83AD;
    text-align: center;
    line-height: 40px;
    right: 0px;
    cursor: pointer;
}

.searchResult {
    color: #555;
    font-size: 14px;
}

.searchResult>span {
    color: #003580;
    font-weight: bold;
}

.searchBtn span.iconfont {
    font-size: 14px;
    color: #fff;
}

.videoList {
    width: 100%;
    padding: 10px 0;
    padding-bottom: 50px;
}

.videoList ul {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    overflow: visible;
}

.videoList ul li {
    width: 25%;
    padding: 0 10px;
    margin-bottom: 30px;
}

.videoList ul li a {
    position: relative;
	display: flex;
	justify-content: flex-start;
	background-color: #fff;
	box-shadow: 0 4px 12px rgb(0 0 0 / 20%);
	border-radius: 5px;
}

.videoList ul#recommendVideo li a {
	box-shadow: 0 4px 12px rgb(0 0 0 / 15%);
}

#recommendVideo ul li a {
	box-shadow: 0 4px 12px rgb(0 0 0 / 20%);
	border-radius: 5px;
}

[class*='seriesBox'] ul li a{
	box-shadow: 0 4px 12px rgb(0 0 0 / 20%);
	border-radius: 5px;
}

.videoList .videoImg {
    position: relative;
    display: block;
    border-radius: 4px;
    overflow: hidden;
	width: 60%;
	flex-shrink: 0;
	font-size: 0;
}


.videoList .themevideoImg{
	position: relative;
	display: block;
	border-radius: 4px;
	overflow: hidden;
	width: 100%;
	flex-shrink: 0;
}

.videoList li img {
    width: 100%;
    height: auto;
    border-radius: 5px;
}


.videoList li .author {
    position: relative;
}

.videoList li .author img {
    position: absolute;
    top: -15px;
    left: 15px;
    width: 40px;
    height: 40px;
    border: 2px solid #fff;
    border-radius: 50%;
}

.videoList li .author p {
    transition: linear .2s;
}

.videoList li p:hover {
    color: #178ebb;
}

.videoList>ul .lang {
    width: 100%;
    padding: 0 5px;
    position: absolute;
    bottom: 15px;
    text-align: right;
}

.lang .time span {
    color: #fff;
    background: rgba(0, 0, 0, .4);
    padding: 6px 12px;
    border-radius: 4px;
    font-size: 12px;
}

.VideoInfo {
    position: relative;
	margin-left: 5px;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-direction: column;
	padding: 5px 0;
	overflow: hidden;
}

.VideoInfo h6 {
    font-size: 14px;
    color: #333;
    font-weight: bold;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    margin-bottom: 5px;
	width: 100%;
	padding-right: 5px;
}

.VideoInfo .vlogo,
.VideoInfo .vlogo2 {
    width: 40px;
    height: 40px;
    flex-shrink: 0;
    margin-right: 10px;
    border-radius: 50%;
    border: 1px solid #E8e9ec;
}

.VideoInfo .vlogo>img,
.VideoInfo .vlogo2>img {
    width: 100%;
}

.VideoInfo .vlogo2>img {
    border-radius: 50%;
}


.videoTime .posbox>div {
    display: flex;
    align-items: center;
}

.videoTime .posbox img{
	width: 14px;
	margin-right: 3px;
}

.posbox div,
.videoList li .author p {
    color: #555555;
    font-size: 12px;
}

.posbox div.dian {
    padding: 0 6px;
}

.posbox div span.iconfont {
    font-size: 14px;
    margin-right: 5px;
    position: relative;
    top: 0;
}

.posbox div span.icon-gongsi1 {
    margin-right: 0;
}

#myPage {
    position: absolute;
    bottom: 40px;
    left: 30px;
}

.videoImg {
    position: relative;
}
.themevideomask {
	position: relative;
}

.themevideomask div{
    position: absolute;
    width: 100%;
    bottom: 5px;
    font-size: 15px;
	font-weight: bold;
    color: white;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	padding: 5px;
	border-radius: 0 0 5px 5px;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
	overflow: hidden;
	line-height: 1.5;
}


.themevideomask::before{
	content: "";
    position: absolute;
    width: 100%;
    height: 48px;
    background-image: url(http://static.hrflag.com/img/black.png);
    background-repeat: repeat-x;
    bottom: 3px;
    left: 0;
    border-radius: 2px;
}
.themeInfo {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 5px;
	background-color: #fff;
	height: 45px;
	font-size: 14px;
}

.themeInfo div{
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.videoList li .themeInfo img{
	width: 16px;
	height: 16px;
	margin-right: 3px;
}

.theme_btn {
    float: right;
}

.loadingShow {
    display: none;
    width: 100%;
    background-color: #fff;
    text-align: center;
}

.videoList ul#ThemeList li{
	width: 20%;
}
.video_content {
	display: none;
}

.recommend_vide{
	/* display: none; */
}

.recommend_box{
	width: 100%;
	overflow: hidden;
	position: relative;
}
.recommendVideo_box{
	margin-bottom: 15px;
	position: relative;
}

.recommend_title{
	font-size: 16px;
	font-weight: bold;
	color: #333;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 30px 0 20px 0;
}

.recommend_title span{
	font-weight: 400;
	font-size: 20px;
}

.recommend_title div{
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.recommend_title>img{
	display: none;
}

.morevideo {
	cursor: pointer;
}

#newVideoTitle >img {
	display: block;
}

.recommend_vide #recommendVideo{
	width: 100%;
	flex-wrap: nowrap;
}

.recommend_vide #recommendVideo li{
	flex-shrink: 0;
	width: 19%;
	padding: 0 20px 0 0;
	margin: 0;
}

.left_slip,.right_slip{
	width: 5%;
	height: 100%;
	position: absolute;
	top: 0px;
	background: rgba(0, 0, 0, 0.5);
	cursor: pointer;
	display: flex;
	justify-content: center;
	align-items: center;
}

.left_slip img,.right_slip img{
	width: 30px;
	height: 30px;
}

.left_slip{
	left: 0px;
	display: none;
}
.right_slip{
	right: 0px;
}

#series{
	overflow: hidden;
}

#series ul li .lang {
    width: 100%;
    padding: 0 5px;
    position: absolute;
    bottom: 15px;
    text-align: right;
}

#series ul li{
	flex-shrink: 0;
    width: 24%;
    padding: 0 20px 0 0;
	margin: 0;
	border-radius: 5px;
}

[class*='seriesBox']{
	position: relative;
	margin: 10px 0;
}

.newVideobox {
	position: relative;
	    margin: 10px 0;
}

#series ul{
	flex-wrap: nowrap;
}

#series .videoImg{
	width: 55%;
	font-size: 0;
}

#newVideo .videoImg{
	width: 55%;
	font-size: 0;
}

#series .left_slip, #series .right_slip{
	width: 4%;
}

.seriesNum{
	padding: 0 8px;
	background: #E8E9EC;
	color: #101010;
	font-size: 12px;
	font-weight: 400;
	margin-left: 10px;
}


@media screen and (max-width: 1640px) {
    .masterList ul {
        padding-right: 0;
    }
    .companyList ul {
        padding-right: 30px;
    }
    .companyList ul li:last-child h4 {
        font-size: 16px;
    }
    .masterList ul li h4 {
        font-size: 15px;
    }
    .masterList ul li p {
        font-size: 12px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        overflow: hidden;
    }
	.VideoInfo h6{
		-webkit-line-clamp: 2;
	}
	#series .VideoInfo h6{
		-webkit-line-clamp: 2;
	}
}

@media screen and (max-width: 1550px) {
    .park {
        padding: 30px 0 50px 30px;
    }
    .companyList ul {
        padding-right: 20px;
    }
    .companyList ul li {
        height: 60px;
    }
    .companyList ul li:last-child h4 {
        font-size: 15px;
    }
    .typeList {
        padding: 30px 0;
    }
    #myPage {
        position: absolute;
        bottom: 30px;
    }
    .companyList ul li .topCompanyLogo {
        width: 100px;
        height: 40px;
        display: block;
        border: none;
    }
}

@media screen and (max-width: 1400px) {
    .typeList ul#Type li {
        width: 100%;
        padding: 10px 30px;
    }
    .park {
        padding: 30px 0 30px 30px;
    }
    .typeList h3 {
        font-size: 24px;
    }
    .park {
        padding: 20px 0 40px 20px;
    }
    .companyList ul li {
        height: 55px;
    }
    .companyList ul li:last-child h4 {
        font-size: 14px;
    }
    #myPage {
        position: absolute;
        bottom: 20px;
    }
    .posbox div,
    .videoList li .author p {
        font-size: 12px;
    }
	.VideoInfo h6{
		-webkit-line-clamp: 2;
	}
	#series .VideoInfo h6{
		-webkit-line-clamp: 1;
	}
	#newVideo .VideoInfo h6{
		-webkit-line-clamp: 1;
	}
}

@media screen and (max-width:1300px) {
    .companyList ul li .topCompanyLogo {
        width: 80px;
        height: 32px;
        /* height: auto; */
        display: block;
        border: none;
    }
}

@media (max-width: 1260px) {
    .content {
        min-width: 1020px;
    }
    .video_label>div,
    .theme_label>div,
    .industry_label>div,
    .label_label>div {
        width: 68px;
    }
}

@media (max-width: 768px) {
	.righticon {
	    width: 18px!important;
	    height: 18px!important;
	    margin-right: 5px!important;
	}
	
	.lookmore {
		display: none;
	}
	
	#goTop {
		display: flex;
		justify-content: center;
		align-items: center;
		flex-direction: column;
	}
    #myPage {
        font-size: 12px;
        left: 10px;
        bottom: 15px;
    }
	#goTop div span{
		margin: 0;
	}
    #myPage .spage-number span {
        font-size: 12px;
    }
    .content {
        min-width: 100%;
        padding-bottom: 60px;
        margin-top: 90px;
		background-color: #f5f5f5;
    }
    .filter {
        padding: 0;
        height: 80px;
    }
    .filter ul li {
        padding: 5px 10px;
        margin-bottom: 10px;
    }
    .search {
        float: left;
        width: 100%;
    }
    .search .input {
        display: block;
    }
    .input input {
        width: 100%;
    }
    .videoList {
        padding: 0;
    }
    .videoList ul {
        display: block;
    }
    .videoList ul li {
        margin: 10px 0;
        width: 100%;
    }
	.recommend_vide #recommendVideo{
		display: flex;
	}
    /*顶部切换按钮*/
    .topTabBtn {
        height: 40px;
        width: 100%;
        position: fixed;
        top: 50px;
        left: 0;
        z-index: 6;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        color: #555;
        background: #f5f5f5;
        box-shadow: 0 2px 3px #ddd;
        padding: 0 10px;
    }
    .topTabBtn>div {
        flex: 1;
        text-align: center;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .typeList ul#Label2 {
        padding: 0;
    }
    .typeList ul#Label3,
    .typeList ul#Label,
    .typeList ul#Label2 {
        max-height: 300px;
        overflow: auto;
        padding-bottom: 10px;
    }
    .topTabBtnActive {
        opacity: 0.2;
    }
    #userName {
        color: #fff;
    }
    .labelMask1 {
        display: none;
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        left: 0;
        background: rgba(0, 0, 0, .6);
        z-index: 1;
    }
    .labelMask2 {
        display: none;
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        left: 0;
        background: rgba(0, 0, 0, .6);
        z-index: 1;
    }
    .labelMask3 {
        display: none;
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        left: 0;
        background: rgba(0, 0, 0, .6);
        z-index: 1;
    }
    .labelMask4 {
        display: none;
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        left: 0;
        background: rgba(0, 0, 0, .6);
        z-index: 1;
    }
    .topTabBtn .colorChange {
        color: #005a9c;
    }
    .video_title {
        margin: 0;
    }
    .typeList {
        width: 100%;
        height: auto;
        position: fixed;
        top: 90px;
        left: 0;
        z-index: 5;
        padding: 0;
        line-height: 40px;
        background: #fff;
    }
    .typeList ul#Type,
    .typeList ul#Label3 {
        display: none;
        margin-top: 0;
        max-height: 400px;
        overflow-y: auto;
        box-shadow: 0 2px 3px #ddd;
        padding: 10px 0 20px 0;
    }
    .typeList ul#Type li,
    .typeList ul#Label3 li {
        font-size: 14px;
        padding: 10px 15px;
        width: 45%;
        line-height: 24px;
        display: inline-block;
        margin: 10px 0 0 3.4%;
        border: 1px solid #f5f5f5;
    }
    .typeList ul#Label3 li {
        text-align: center;
    }
    .typeList ul#Type li img,
    .typeList ul#Type li .iconfont {
        width: 20px;
        margin-right: 10px;
        float: left;
        display: block;
        border: none;
    }
    .typeList ul#Label2 {
        display: none;
        max-height: 300px;
        overflow: auto;
        padding-bottom: 10px;
    }
    .typeList ul#Label2 li {
        text-align: left;
        width: 50%;
        height: 40px;
        color: inherit;
        cursor: pointer;
        font-size: 14px;
        margin-top: 10px;
        padding: 10px;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        float: left;
    }
    .typeList ul#Label2 li img {
        width: 20px;
        margin-right: 5px;
    }
    /*全部标签*/
    .allLabelBox {
        display: none;
        width: 100%;
        background: #fff;
        transition: linear .4s;
        overflow: auto;
        position: relative;
    }
    #AllLabelBox,
    #ErAllLabelBox {
        background: #fff;
        padding: 0 10px;
    }
    #AllLabelBox li,
    #ErAllLabelBox li {
        display: inline-block;
        border: 1px solid #f5f5f5;
        margin-bottom: -10px;
        margin-right: 10px;
        padding: 0px 10px;
        text-overflow: ellipsis;
        white-space: nowrap;
        height: 40px;
        line-height: 40px;
        overflow: hidden;
    }
    #ErAllLabelBox {
        padding-bottom: 170px;
    }
    .title_choice {
        width: 100%;
        padding: 0 10px;
        position: fixed;
        left: 0;
        bottom: 20px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        color: #fff;
    }
    .title_choice div {
        width: 48%;
        text-align: center;
    }
    .title_choice .close {
        background: #999;
    }
    .title_choice .determine {
        background: #005a9c;
    }
    .companyList ul {
        padding: 0;
    }
    .companyList ul li {
        width: 33%;
    }
    .masterList ul li {
        width: 49%;
    }
    .masterList ul li:nth-child(odd) {
        margin-right: 0;
    }
    .videoList {
        margin-top: 10px;
    }
    .videoList .videoImg {
        overflow: visible;
    }
    html {
        background-color: #fff;
    }
    .senior_title {
        padding: 0 10px;
    }
    .VideoInfo .vlogo {
        width: 60px;
        height: 60px;
    }
    .VideoInfo .vlogo2 {
        width: 40px;
        height: 40px;
    }
	#series .VideoInfo h6{
		-webkit-line-clamp: 2;
	}
	.recommend_vide #recommendVideo li{
		width: 70%;
	}
	.themevideomask div {
		-webkit-line-clamp: 1;
	}
	.left_slip, .right_slip{
		display: none;
	}
	#series ul{
		display: flex;
		margin-bottom: 10px;
	}
	#series ul li{
		width: 90%;
	}
	#series .left_slip, #series .right_slip{
		width: 10%;
	}
	.recommend_title{
		margin: 20px 0;
	}
	.recommend_title>img{
		display: block;
	}
	.recommend_box {
		overflow-x: auto;
	}
	[class*='seriesBox']{
		overflow-x: auto;
		overflow-y: hidden;
	}
	.recommend_box::-webkit-scrollbar{display:none}
	[class*='seriesBox']::-webkit-scrollbar{display:none}
	.videoList ul#ThemeList li{
		width: 100%;
	}
	
	#newVideo li {
		width: 91%;
		padding-right: 20px;
	}
	
	.newVideobox {
		overflow-x: auto;
		overflow-y: hidden;
	}
	
	#newVideo {
	    display: flex;
		margin-bottom: 10px;
	}
}

@media (max-width: 375px) {
    #myPage .spage-number span {
        padding: 0 11px;
    }
}