/*
Theme Name: Home Site 2017
Author: University Communications, Stanford University
Author URI: http://ucomm.stanford.edu/webteam/
Description: Description
Version: 17.0.0
Text Domain: stanford-text-domain
Tags:

homesite-2017 is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.
*/

.clearfix:after {
	content: "020";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	/* 触发 hasLayout */
	zoom: 1;
}

.tc {
	text-align: center;
}

.text-indent0 {
	text-indent: 0 !important;
}

.contact-mt0 {
	margin-top: -5em !important;
}

.mt5em {
	margin-top: 5em;
}

.mt5em {
	margin-bottom: 5em;
}


/*返回顶部*/

#backtotop {
	position: fixed;
	right: 2%;
	bottom: 30px;
	padding: 0 .5em;
	font-size: 2em;
	font-weight: 300;
	background: #3a3838;
	color: #fff;
	-webkit-transition: background .1s ease-out;
	-moz-transition: background .1s ease-out;
	-ms-transition: background .1s ease-out;
	-o-transition: background .1s ease-out;
	transition: background .1s ease-out;
	display: none;
	text-decoration: none !important;
	border: none !important;
	z-index: 999;
	cursor: pointer;
}

#backtotop:hover {
	color: #000;
	background: #fff;
}

#backtotop>span {
	position: relative;
	top: -0.1em;
}


/*
 * 首页视频
 */

.video_xh {
	position: relative;
}

.video_xh .slogan_xh {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 7px;
	background: url(../images/{89682060-24C8-40C5-97A2-0A993D3A5578}_20200320145507.jpg);
	background-size: cover !important;
	z-index: 1;
}

.video_xh .slogan_xh .text {
	position: relative;
	height: 100%;
	padding: 10em 0;
	color: #fff;
	text-align: center;
}

.video_xh .slogan_xh .text .video_title,
.video_xh .slogan_xh .text .video_content {
	position: relative;
	z-index: 1;
}

.video_xh .slogan_xh .text .video_content .play_video {
	color: #66BBFF !important;
	cursor: pointer;
}

.video_xh .slogan_xh .text .video_title {
	padding-bottom: 1em;
	font-size: 2.4vw;
}

.video_xh .slogan_xh .text .video_content {
	font-size: 1.2vw;
	color: #66BBFF;
}

.video_xh .slogan_xh .text:after {
	display: block;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: #000;
	opacity: .5;
}


/*视频列表*/

.panel[data-posts-per-row="3"][data-type=events] .grid-container.list-video {
	justify-content: left;
}

.panel[data-type=events] .list-video figure {
	box-shadow: none !important;
}

.video-active {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: none;
	z-index: 999;
}

.video-active.on {
	display: block;
}

.video-active:after {
	position: absolute;
	top: 0;
	left: 0;
	content: " ";
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 1);
	z-index: 1;
}

.video-active .video-main {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 1280px;
	max-height: 720px;
	margin-top: -300px;
	margin-left: -700px;
	background: #000;
	z-index: 2;
}

.video-active .fa {
	position: absolute;
	top: 20px;
	right: 20px;
	font-size: 24px;
	color: rgba(134, 134, 139, 0.8);
	cursor: pointer;
	z-index: 3;
}

.list-video .item {
	position: relative;
	float: left;
	width: 45%;
	margin-right: 30px;
	margin-top: 20px;
	cursor: pointer;
}

#container .list-video .item .title {
	overflow: hidden;
	font-size: 18px;
	color: #111;
	text-overflow: ellipsis;
	white-space: nowrap;
}

#container .list-video .item .date {
	line-height: 0;
	font-size: 14px;
	color: #666;
}

.list-video a {
	position: absolute;
	width: 100%;
	height: 100%;
}

.list-video a .fa {
	position: absolute;
	top: 38%;
	left: 50%;
	margin-top: -35px;
	margin-left: -30px;
	font-size: 70px;
	color: #fff;
}


/*联系我们*/

.contact {
	margin-top: 5em;
	background: #fff;
}

.contact .insert-img {
	margin: 0 95px;
}

.contact .contact-content {
	padding-top: 0 !important;
}

.contact .no-top-padding {
	padding-top: 0;
	padding-bottom: 0;
}

.contact .contact-grid-container {
	width: 100% !important;
	padding: 0 95px;
	margin: 0 !important;
	box-sizing: border-box;
}

.contact .contact-content .grid-container,
.contact .contact-content .title {
	background: #fff;
}

.contact .contact-content h1.title {
	padding: 2em 0;
	margin: 0;
	font-size: 2.4em;
	color: #444;
}


/*办公地址*/

.contact .address-container {
	position: relative;
	display: flex;
	flex-flow: wrap;
	justify-content: space-between;
	width: 65%;
	margin: 0 auto;
}

.contact .address-container:before {
	position: absolute;
	top: -1em;
	left: 50%;
	display: block;
	content: " ";
	height: 85%;
	border-right: 1px solid #efefef;
}

.contact .address-container .item {
	width: 34%;
	margin-bottom: 4em;
}

.contact .address-container .item .fa {
	padding-right: 10px;
	color: #cf0d0d;
}

.contact .address-container .item p {
	font-size: 0.7em;
}

.contact .address-container .item p.address-text {
	position: relative;
	padding-left: 26px;
	min-height: 2em;
}

.contact .address-container .item p.address-text .fa {
	position: absolute;
	top: 7px;
	left: 0;
}

.contact .address-container .item .name {
	display: block;
	margin-bottom: 12px;
	font-size: 1.2em;
}


/*人力资源*/
.contact .time {
	position: absolute;
	top: 0;
	right: 0;
}

.contact .recruit h3.title {
	position: relative;
	font-weight: normal;
	font-size: 1.2em;
	color: #333;
}


.contact .recruit .recruit-item {
	padding: 1.5em;
	margin: 0 95px;
	border: 1px solid #e8e8e8;
}

.contact .recruit .recruit-item.top h3.title span {
	padding-left: .5em;
	font-size: .86em;
}

.contact .recruit .recruit-item+.recruit-item {
	margin-top: 4em;
}

.contact .recruit .recruit-item li {
	list-style-type: none;
}

.contact .recruit .recruit-item li a {
	position: relative;
	display: block;
	color: #00a1e3;
	/* color: #000; */
}

.contact .recruit .recruit-item li a:hover {
	/* color: #00a1e3; */
	color: #000;
	font-weight: 300;
}

.group {
	border-top: 1px solid #e8e8e8;
}

.bg-dark-blue {
	background: #004198;
	color: #fff;
}

.accordion-tabs h3 {
	margin: 0;
	padding: 0 15px;
	padding-left: 55px;
}

.accordion-tabs h3 p {
	float: left;
	width: 20%;
	padding: 10px 0;
	margin: 0;
	font-size: 16px;
	font-weight: normal;
}

.groupTitle li:first-child {
	color: #004198;
}

.recruit-box {
	display: flex;
	justify-content: space-between;
	margin-bottom: 15px;
}

.recruit-box span b {
	font-size: 22px;
	color: #ff9900;
}

.jobs .groupTitle {
	position: relative;
	cursor: pointer;
}

.jobs .groupTitle .fa.fa-angle-down {
	position: absolute;
	top: 25%;
	right: 20px;
	font-size: 24px;
	color: #d5d5d5;
}

.jobs .jobs-details {
	display: none;
	padding: 15px 45px;
}

.jobs .jobs-details.open {
	display: block;
	padding: 15px 45px;
}

.jobs .jobs-details p {
	margin: 0;
	padding: 0;
	font-size: 15px;
	font-weight: normal;
}

.jobs .apply {
	display: block;
	width: 140px;
	height: 48px;
	margin-top: 40px;
	margin-bottom: 20px;
	background-color: #ff9900;
	text-align: center;
	line-height: 48px;
	color: #fff;
	cursor: pointer;
	text-decoration: none;
	font-weight: normal;
}

/*列表*/

.firstpage {
	padding-left: 0;
}

.industry-trends {
	position: relative;
	margin-top: 1em !important;
}

.industry-trends:before {
	position: absolute;
	top: 0;
	left: 0;
	content: " ";
	width: 100%;
	height: 4px;
	background: #cc0000;
}

.firstpage li {
	position: relative;
	margin: 0 !important;
	padding-top: 1em;
	padding-bottom: 1em;
	list-style-type: none;
}

.firstpage li+li {
	border-top: 1px solid #f3f3f3 !important;
}

.firstpage li .type {
	position: absolute;
	top: 0;
	left: -128px;
	height: 101%;
	line-height: 100%;
	width: 100px;
	background: #cc0000;
	font-size: .7em;
	color: #fff;
	text-align: center;
}

.firstpage li .type .type-w {
	padding-top: 2.5em;
}

.firstpage li .type .type-w span {
	text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
}

.firstpage li .type .type-w i {
	position: relative;
	display: block;
	width: 38px;
	height: 38px;
	margin: 0 auto;
	margin-bottom: .5em !important;
	background: url(../images/icon1.png) no-repeat;
	background-size: cover;
}

.firstpage li .type .type-w i:after {
	position: absolute;
	top: 0;
	left: 0;
	content: " ";
	width: 100%;
	height: 100%;
	border-radius: 100%;
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
}

.firstpage li .type .type-w {
	display: inline-block;
	font-size: 14px;
}

.firstpage li.item-1 .list-cover {
	float: none;
	width: 100%;
	height: auto;
	min-height: auto;
	margin: 0;
	margin-bottom: 0.5em;
}

.firstpage li.item-1 .list-cover a>img {
	display: block;
	width: 100%;
	max-width: 100%;
	margin: 0;
}

.firstpage li .list-cover {
	float: left;
	width: 25%;
	height: 45px;
	margin-right: 20px;
	min-height: 145px;
}

.firstpage li .list-cover a {
	overflow: hidden;
	display: block;
	height: 100%;
	text-align: center;
}

.firstpage li .list-cover a>img {
	display: none;
	/*display: inline-block;
	height: 100%;
	max-width: initial;
	margin-left: -10%;*/
}

ul#loop-list.firstpage>li,
#content ul#loop-list.firstpage .item-1 {
	margin: 0;
}

ul#loop-list.firstpage>li {
	padding: 1.5em 0;
}


/*搜索聚焦页*/

.stl_yes ul#search-list li {
	margin-bottom: 25px;
	list-style-type: none;
	font-size: 0.8em;
}

.stl_yes ul#search-list li a {
	font-size: 1.2em;
	color: #004399;
}

.stl_yes ul#search-list li a:hover {
	text-decoration: underline;
}

.stl_yes ul#search-list li p {
	text-indent: 0;
	font-size: 12px;
	color: #666;
}

.stl_yes ul#search-list li p a,
.stl_yes ul#search-list li p a>span {
	color: #666;
}

.stl_yes .navigation {
	text-align: center;
}

/*投票*/
.vote .works {
	display: flex;
	justify-content: space-between;
	align-content: flex-start;
	flex-wrap: wrap;
	height: 0;
	opacity: 0;
	transition: all 1s;
}

.vote .works.show {
	height: 1200px;
	opacity: 1;
}

.vote .isStart {
	cursor: pointer;
	text-align: center;
}

.vote .isStart i {
	display: block;
	width: .8em;
	height: .8em;
	margin: 0 auto;
	vertical-align: middle;
}

.vote .isStart.yes {
	color: #c00;
}

.vote .isStart.yes i {
	background: url(../images/down_arrow_yes.png) no-repeat;
	background-size: contain;
}

.vote .isStart.no {
	color: #999;
}

.vote .isStart.no i {
	background: url(../images/down_arrow_no.png) no-repeat;
	background-size: contain;
}

.vote .works {
	overflow: hidden;
}

.vote .works .item {
	position: relative;
	width: 32%;
	margin-bottom: 2em;
}

.vote .works .item .name {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: .5em 0;
	background: rgba(0, 0, 0, .4);
	font-weight: bold;
	color: #fff;
	text-align: center;
}

.vote .works .item .name>span {
	font-weight: bold;
	font-size: 1.4em;
}

.vote .works .item .name .view {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -40px -30px;
	font-size: 4em;
	cursor: pointer;
}

.vote .works .button-wrap {
	position: relative;
	display: flex;
	z-index: 1;
}

.vote .works .button-wrap span {
	flex-grow: 1;
	padding: .5em 0;
	cursor: pointer;
	text-align: center;
	color: #fff;
}

.vote .works .button-wrap .view {
	background: #ffbe00;
}

.vote .works .button-wrap .pick {
	background: #004da1;
}

/* 关闭按钮 */
.close-circle {
	display: block;
	width: 3.5em;
	height: 3.5em;
	border: 1px solid #e4e4e4;
	border-radius: 100%;
	text-align: center;
	cursor: pointer;
	opacity: .8;
	transition: all .5s;
}

.close-circle::after {
	content: ' ';
	display: inline-block;
	width: 1em;
	height: 1em;
	background: url(../images/close.png) no-repeat;
	background-size: contain;
	vertical-align: middle;
}

.close-circle::before {
	content: ' ';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}

.close-circle:hover {
	opacity: 1;
	transform: matrix(1.3, 0, 0, 1.3, 0, 0);
}

/*弹框*/
.dialog {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .5);
	text-align: center;
	z-index: 99;
}

.dialog.show {
	display: block;
}

.dialog::after {
	content: ' ';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}

.dialog .box {
	display: inline-block;
	width: 50%;
	height: 50%;
	vertical-align: middle;
}

.dialog .box video {
	height: 100%;
}

.dialog .close-circle {
	position: fixed;
	top: 2em;
	right: 2em;
	z-index: 5;
}

/* 关于我们 */
.bg-blue {
	background: #2851d6;
}

.bg-gray-f6 {
	background: #f6f6f6;
}

.font-color-e7 {
	color: #e7e7e7;
}

.page .aboutus h2 {
	margin: 0 auto;
}

.page .aboutus b {
	font-weight: bold;
}

.aboutus .mixture {
	margin: 5em 0;
}

.aboutus .content {
	width: 1200px;
	margin: 0 auto;
}

.aboutus h2 {
	text-align: center;
}

.aboutus h2.title {
	padding: 2em 0;
}

.aboutus h2.title.border {
	padding: 1em 0;
	border-bottom: 1px solid #f6f6f6;
}

.aboutus-box1 {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-top: 5em;
	padding-bottom: 5em;
}

.aboutus-box1 img {
	width: 50%;
	margin: 0 4%;
}

.aboutus-box1 img.init {
	width: auto;
	padding: 0;
	margin: 0;
}

.box-shadow {
	box-shadow: 0px -15px 25px #ccc;
}

.aboutus-box1 .text {
	width: 40%;
	padding: 0 2em;
	text-align: center;
	color: #626262;
}

.aboutus-box1 .text.tl p {
	text-align: left;
}

.aboutus-box1 .text b {
	font-weight: bold;
}

.aboutus .china-xinhua {
	padding-top: 10em;
}

.aboutus .listed-content {
	width: 1440px;
	margin: 0 auto;
	background: #3a3838;
}

.listed-box.black {
	display: flex;
	justify-content: space-between;
}

.listed-box.black .listed-insert {
	min-width: 340px;
	background: #2851d6;
}

.listed-box.black .listed-insert .init {
	margin: 10px 0 0 10px;
}

.listed-box.black p {
	padding: 3% 10%;
	color: #fff;
}

.aboutus-margin1 {
	margin: 4em 0 7em 0;
}


@media only screen and (max-width: 767px) {
	#container {
		padding-top: 4em;
	}

	.contact .contact-content h1.title {
		padding: 1em 0;
		font-size: 2em;
	}

	.contact .address-container {
		flex-flow: column;
		width: 90%;
	}

	.contact .address-container:before {
		display: none;
	}

	.contact .address-container .item {
		width: 100%;
		margin-bottom: 2em;
	}

	.contact .contact-grid-container {
		padding: 0;
	}

	.contact .recruit .recruit-item {
		margin: 0 auto;
	}

	.list-video {
		margin-bottom: 3em;
	}

	.video-active {
		position: fixed;
		background: #fff;
	}

	.list-video .item {
		float: inherit;
		width: 100%;
		margin: 0 auto;
		padding-top: 2em;
	}

	.video-active .video-main {
		position: fixed;
		top: 30%;
		left: 0;
		width: 100%;
		margin: 0;
	}

	.vote .works .item {
		width: 100%;
	}

	.vote .works.show {
		height: auto;
	}

	.vote .dialog .box,
	.vote .dialog .box video {
		width: 100% !important;
	}

	.vote .dialog .box {
		margin-top: 40%;
	}

	/* 关于我们 */
	.aboutus {
		padding-top: 56px;
	}

	.aboutus-box1 {
		flex-flow: column;
		padding-top: 0;
		padding-bottom: 0;
	}

	.aboutus h2.title {
		padding: 1em 0;
	}

	.aboutus-margin1 {
		margin: 0;
	}

	.aboutus .content {
		width: 88% !important;
	}

	.aboutus-box1 img {
		width: 80%;
		padding-top: 50px;
	}

	.aboutus-box1 .text {
		width: 100%;
		padding-top: 50px;
	}

	.aboutus-box2 .event_list {
		margin: 0 6%;
	}

	.aboutus-box2 .event_list li p {
		width: 85% !important;
	}

	.event_list li p {
		padding-left: 0 !important;
		margin-left: 0 !important;
	}

	.aboutus-box2 .event_list li:before {
		left: 72px;
	}

	.aboutus-box2 picture.map {
		margin-top: 96px;
	}

	.accordion-tabs.bg-dark-blue {
		display: none;
	}


	.accordion-tabs h3 p:nth-child(1),
	.accordion-tabs h3 p:nth-child(3),
	.accordion-tabs h3 p:nth-child(4),
	.accordion-tabs h3 p:nth-child(5) {
		display: none;
	}

	.accordion-tabs h3 p {
		width: 100%;
	}

	.contact .time {
		display: none;
	}
}
