.detail-header {
	width: 100%;
	height: 50vh;
	background: url('../img/list/teamBg.jpg') no-repeat;
	background-size: 100% 100%;
}

/*
.team-tab {
    padding-top: 40vh;
    color: #ffffff;
    font-size: 24px;
    display: flex;
    justify-content: center;
}

    .team-tab a {
        display:block;
        width: 235px;
        height: 65px;
        background-color: #346274;
    }

.team-tab span {
    display: inline-block;
    padding: 0.7vw 1.4vw 1.2vw;
    background: url('../img/list/teamCheck.png') no-repeat;
    background-size: 100% 100%;
    margin-right: 1.2vw;
    cursor: pointer;
}

.team-tab span:last-child {
    margin: 0;
}

.team-tab span.active {
    background: url('../img/list/teamChecked.png') no-repeat;
    background-size: 100% 100%;
}
*/
.content-header {
	width: 100%;
	padding: 1.2vh 0;
	border-bottom: 2px solid #e2e2e2;
	display: flex;
	align-items: center;
	color: #5d5d5d;
	font-size: 0.8vw;
}

.content-header img {
	width: 1.2vw;
}

.content-header a {
	color: #5d5d5d;
}

.content-header span {
	margin: 0 0.2vw;
}

.detail-items {
	margin-top: 1vh;
}

.detail-items .news-header {
	width: 100%;
	padding: 15px 100px;
	box-sizing: border-box;
}

.detail-items .news-header .title {
	font-size: 28px;
	line-height: 1.2;
}

.detail-items .news-header .news-abs {
	margin-top: 15px;
	text-align: right;
}

.detail-items .news-header .news-abs span {
	margin-right: 15px;
}

.tc {
	text-align: center;
}

.news-detail {
	margin-top: 3vh;
}

.news-detail p {
	width: 100%;
	margin-bottom: 2vh;
	line-height: 1.5;
	text-indent: 1.5vw;
}

.news-detail p img {
	max-width: 100%;
}

.news-detail .video-js {
	margin: 0 auto;
}

.vjs-big-play-button {
	left: 45% !important;
	top: 45% !important;
}


.button {
	font-size: 18px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 50px;
}

.news-list {
	margin-bottom: 50px;
}

.news-list ul {
	margin: 0px;
	padding: 0px;
	height: 300px;
	overflow: hidden;
}

.news-list ul li {
	display: block;
	width: 100%;
	height: 60px;
	font-size: 18px;
	line-height: 60px;
	border-bottom: 2px solid #cacaca;
}

.news-list ul li a {
	float: left;
	margin-left: 5px;
	text-decoration: none;
	color: #3a3a3a;
	width: 100%;
	font-size: 18px;
}

.date {
	display: block;
	float: right;
	margin-right: 10px;
}

.clear {
	padding: 0px;
	margin: 0px;
}

.info_title {
	width: 1200px;
	height: 100px;
	display: inline-table;
}

.info_title img {
	display: block;
	margin: 0px auto;
	height: 100px;
}

.honour {
	width: 100%;
	display: block;
	margin-top: 50px;
}

.item {
	background-position: top center;
	background-size: 100%;
	background-repeat: no-repeat;
	width: 460px;
	height: 390px;
}

.text {
	width: 100%;
	text-align: center;
	margin-top: 330px;
	height: 64px;
	font-size: 18px;
	line-height: 30px;
	padding: 0 20px;
	box-sizing: border-box;
}

.gkhp {
	width: 100%;
	height: 100%;
	margin-top: 50px;
}

.gkhp-item {
	text-align: center;
	font-size: 18px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	background-position: top center;
	background-size: 100%;
	background-repeat: no-repeat;
	height: 280px;
}

.gkhp-item p {
	margin-top: 260px;
	width: 100%;
	font-size: 18px;
	height: 30px;
	line-height: 30px;
}
