.huawei__title {
	background-color: #eee;
	padding: 5px 10px 8px 20px;
	margin: 30px 0 30px -20px;
	border-top: 1px solid #ccc;
}

@media screen and (min-width: 1198px) {
	.huawei__title {
		padding-left: 10px;
		margin: 40px 0;
	}
}

.huawei__table_src {
	margin-top: -0.7rem;
	margin-bottom: calc(-0.2rem + 3rem);
	color: #666;
	font-size: 1.4rem;
	line-height: 1.6rem;
	text-align: right;
}

/* talk */
.talk {
	font: 0/0 a;
	font-family: inherit;
	margin: 30px 0;
}

.talk__item {
	margin-bottom: 10px;
}

.talk__item:nth-child(even) {
	margin-bottom: 30px;
}

.talk__member {
	display: inline-block;
	vertical-align: top;
}

.talk__member--left_corner {
	margin-right: 22px;
}

.talk__member--right_corner {
	margin-left: 22px;
}

@media only screen and (min-width: 1198px) {
	.talk__member--left_corner {
		margin-right: 34px;
	}

	.talk__member--right_corner {
		margin-left: 34px;
	}
}

.talk__name {
	font: bold 16px/20px a;
	font-family: inherit;
	color: #333;
	text-align: center;
}

.talk__photo {
	border-radius: 50%;
	box-sizing: border-box;
	width: 55px;
	height: 55px;
	margin-bottom: 10px;
	overflow: hidden;
}

.talk__block {
	border: 3px solid transparent;
	border-radius: 32px;
	box-sizing: border-box;
	display: inline-block;
	padding: 15px 20px;
	width: calc(100% - 77px);
}

.talk__block--ocean {
	border-color: #007D8E;
}

.talk__block--coral {
	border-color: #FFE2B6;
}

@media only screen and (min-width: 1198px) {
	.talk__block {
		padding: 18px 24px;
		width: calc(100% - 89px);
	}
}

.talk__text {
	font: bold 16px/20px a;
	font-family: inherit;
	color: #333;
}

/* talk end */

/* timeline */
#timeline a,
.t-date span {
	color: #027d8e54;
	text-decoration: none;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
}

#timeline a:hover,
#timeline a.selected,
#timeline a.selected .t-date span {
	color: #027d8e;
}

#timeline {
	width: 600px;
	height: 500px;
	overflow: hidden;
	margin: 40px auto;
	position: relative;
	box-shadow: inset 10px 0 0 0 #ffe2b6;
}

#dates {
	width: 100px;
	height: 500px;
	padding: 0;
	overflow: hidden;
	float: left;
}

#dates li {
	list-style: none;
	width: 100px;
	height: 100px;
	display: flex;
	align-items: center;
	line-height: 100px;
	font-size: 20px;
	padding-left: 22px;
	position: relative;
}

#dates li::before {
	content: '';
	position: absolute;
	top: 50%;
	margin-top: -15px;
	left: -20px;
	width: 30px;
	height: 30px;
	/* border-radius: 20px; */
	transform: rotate(45deg);
	background-color: #027d8e;
}

#dates a {
	line-height: 38px;
}

#dates .selected {
	font-size: 25px;
}

.t-date {
	line-height: 20px;
}

.t-date span {
	text-transform: lowercase;
	font-size: 15px;
}

.selected .t-date span {
	font-size: 17px;
}

#issues {
	width: 500px;
	height: 500px;
	overflow: hidden;
	float: left;
	padding: 0;
}

#issues li {
	width: 500px;
	height: 500px;
	list-style: none;
	display: flex;
	align-items: center;
}

#issues li.selected img {
	-webkit-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
}

#issues li img {
	float: left;
	margin: 10px 30px 10px 50px;
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF)";
	/* IE 8 */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF, endColorstr=#00FFFFFF);
	/* IE 6 & 7 */
	zoom: 1;
	-webkit-transition: all 2s ease-in-out;
	-moz-transition: all 2s ease-in-out;
	-o-transition: all 2s ease-in-out;
	-ms-transition: all 2s ease-in-out;
	transition: all 2s ease-in-out;
	-webkit-transform: scale(0.7, 0.7);
	-moz-transform: scale(0.7, 0.7);
	-o-transform: scale(0.7, 0.7);
	-ms-transform: scale(0.7, 0.7);
	transform: scale(0.7, 0.7);
}

#issues li h1 {
	color: #027d8e;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}

#issues li p {
	font-size: 16px;
	color: #027d8e;
	margin: 10px 20px;
	font-weight: normal;
	line-height: 24px;
	/*text-shadow: #000 1px 1px 2px;*/
}

#grad_top,
#grad_bottom {
	width: 100%;
	height: 80px;
	position: absolute;
}

#grad_top {
	top: 0;
	background: rgb(255, 255, 255);
	background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 44%, rgba(255, 255, 255, 0) 100%);
}

#grad_bottom {
	bottom: 0;
	background: rgb(255, 255, 255);
	background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 44%, rgba(255, 255, 255, 0) 100%);
}

#next,
#prev {
	position: absolute;
	left: 55%;
	width: 20px;
	height: 20px;
	border-left: 5px solid #027d8e;
	border-bottom: 5px solid #027d8e;
}

#next {
	bottom: 10px;
	transform: rotate(-45deg);
}

#prev {
	top: 10px;
	transform: rotate(135deg);
}

#next.disabled,
#prev.disabled {
	opacity: 0.2;
}


@media (max-width: 650px) {
	#timeline {
		width: 100%;
		display: flex;
	}

	#issues {
		flex: 1;
	}

	#issues li {
		width: 100%;
	}

	#dates {
		width: 82px;
	}

	#dates .selected {
		font-size: 20px;
	}

	#dates a {
		font-size: 15px;
	}

	.selected .t-date span {
		font-size: 11px;
	}

	#dates li {
		width: 100%;
		padding-left: 19px;
		box-sizing: border-box;
	}

	.t-date span {
		font-size: 11px;
	}

	#dates li::before {
		left: -23px;
	}
}

@media (max-width: 413px) {
	#issues li p {
		font-size: 15px;
		line-height: 25px;
	}
}

@media (max-width: 400px) {
	#timeline,
	#issues,
	#issues li {
		height: 600px;
	}
}

@media (max-width: 380px) {
	#issues li p {
		font-size: 15px;
		line-height: 25px;
	}
}

@media (max-width: 360px) {
	#issues li p {
		margin-left: 5px;
		margin-right: 0;
	}
}

/* timeline end */
