@charset "UTF-8";
/* 1920px↓*/

/*part3 - Video_Ad */

.block_section.type2 {
	padding: 30px 40px;
	background-color: #e5eaf0;
}
.video_ad_box {
	max-width: 950px;
	display: flex;
	margin: 0 auto;
	box-sizing: border-box;
	overflow: auto;
}
.video_banner {
	flex: 0 0 360px;
	margin-right: 30px;
}
.video_banner img {
	width: 100%;
}
.video_link {
	width: 100%;
	padding-bottom: 30px;
	position: relative;
}
.video_link_title .tag {
	display: inline-block;
	margin-bottom: 10px;
	padding: 5px 25px;
	font-size: 20px;
	font-weight: 600;
}
.video_link_title .title {
	line-height: 1.5em;
	font-size: 30px;
	font-weight: bold;
}
.video_link_notice {
	padding: 10px 0 0 25px;
	font-size: 18px;
	line-height: 24px;
	width: 100%;
}
.video_link .link_btn {
	margin: 40px 0 0 25px;
	line-height: 1.5em;
	display: inline-block;
	padding: 3px 20px;
	color: #00599d;
	border: solid 1px #00599d;
	border-radius: 3px;
	transition: 0.5s;
}
.video_link .link_btn:hover {
	color: #fff;
	background-color: #00599d;
}
/*popup search*/

.pop_search.show, .pop_search.show+.pop_search_box {
	display: none;
}
/** 最新研究報告 **/

.container-reports .inner .tab-content {
	top: -5px;
	clear: both;
	width: 100%;
	position: relative;
	padding: 20px 0 0;
	border-top: 1px solid #F5F5F5;
	margin: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-align: left;
	font-size: 16px;
}
/* grid */

.container-reports .inner .tab-content_grid {
	top: -5px;
	clear: both;
	width: 100%;
	position: relative;
	flex-wrap: wrap;
	display: none;
	border-top: 1px solid #F5F5F5;
}
.container-reports .inner .tab-content_grid .flex {
	display: flex;
	padding: 15px 0;
	flex-wrap: wrap;
	flex-direction: row;
	align-items: center;
}
.container-reports .inner .tab-content_grid .Grid-item {
	height: 300px;
	box-sizing: border-box;
	border: 1px solid #D2D2D2;
	border-radius: 8px;
	width: 32%;
	margin-top: 2%;
	text-align: left;
	padding: 5px 15px;
}
.container-reports .inner .tab-content_grid .Grid-item:not(:nth-child(3n)) {
	margin-right: 2%;
}
.container-reports .inner .tab-content_grid .Grid-item div {
	/*border: 1px solid #D800FF;*/
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
}
.container-reports .inner .tab-content_grid .Grid-item div:first-child {
	margin: 5px 0;
}
.container-reports .inner .tab-content_grid .Grid-item div div.ellipsis {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	width: 170px;
	display: block;
}
.container-reports .inner .tab-content_grid .Grid-item div div.multiline-ellipsis {
	display: -webkit-box;
	height: 2.8em;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	line-height: 1.5em;
	font-weight: normal;
	padding: 0 35px 6px 5px;
	margin-bottom: 6px;
	position: relative;
	font-size: 16px;
}
.container-reports .inner .tab-content_grid .Grid-item div div.multiline-ellipsis::after {
	content: "";
	position: absolute;
	background-position: 10px right;
	width: 16px;
	height: 16px;
	right: 0;
	top: 5px;
	background-image: url("../images/icon_ arrow_right.png");
	background-repeat: no-repeat;
	background-size: 16px 16px;
}
.container-reports .inner .tab-content_grid .Grid-item div div span img {
	height: 20px;
	width: 20px;
	padding-right: 5px;
	display: inline-flex;
	align-items: center;
}
.container-reports .inner .tab-content_grid .Grid-item div div {
	padding: 1px 5px;
	display: flex;
	align-items: center;
	flex-direction: row;
	font-size: 14px;
}
.container-reports .inner .tab-content_grid .Grid-item div div:first-child {
	padding-left: 10px;
}
.container-reports .inner .tab-content_grid .Grid-item div div.type {
	border-radius: 3px;
	white-space: nowrap;
	color: #FFFFFF;
	height: 1em;
	line-height: 1.1em;
	padding: 7px;
	margin-left: 10px;
}
.container-reports .inner .tab-content_grid .Grid-item div div.date {
	font-size: 16px;
	color: #737373;
	align-items: flex-start;
	flex-grow: 1;
	padding-left: 10px;
}
.container-reports .inner .tab-menu-radio:checked+label {
	background: none;
	border-bottom: 2px solid rgba(0, 91, 172, 1);
	font-size: 20px;
	font-weight: 800;
	color: rgba(0, 91, 172, 1);
}
.container-reports .inner input[type="radio"]+label {
	background: none;
	font-size: 20px;
	color: rgba(14, 23, 31, 0.6);
}
.container-reports .inner .tab-content .tab {
	/*height: 0;*/
	/*opacity: 0;*/
	display: none;
}
.container-reports .inner .tab-menu-radio:hover+label {
	color: #005BAC;
}
.container-reports .inner #tab-menu1:checked ~ .tab-content .tab-1, .container-reports .inner #tab-menu2:checked ~ .tab-content .tab-2, .container-reports .inner #tab-menu3:checked ~ .tab-content .tab-3, .container-reports .inner #tab-menu4:checked ~ .tab-content .tab-4 {
	color: #0E171F;
	/*-webkit-transition: opacity .5s; /* Optional */
	/*-moz-transition: opacity .5s; /* Optional */
	/*transition: opacity .5s; /* Optional */
	/*height: auto;*/
	/*opacity: 1;*/
	display: block;
}
/* Tab menu styling*/

.container-reports .inner input.tab-menu-radio {
	display: none;
}
.container-reports .inner label.tab-menu {
	display: inline-block;
	float: left;
	padding: 10px 30px;
	cursor: pointer;
	z-index: 99;
}
.container-reports {
	padding: 0;
}
.container-reports .inner, .container-news .inner {
	padding: 40px 0px;
	max-width: 1132px;
	text-align: center;
}
.container-reports .inner .title, .container-news .inner .title {
	font-size: 24px;
	line-height: 32px;
	font-weight: 600;
	text-align: left;
	color: #171717;
}
.container-news .inner .title {
	padding-bottom: 10px;
	border-bottom: 1px solid #005BAC;
}
.container-reports .inner .container-wrapper {
	position: relative;
	width: 100%;
	overflow: hidden;
	padding-top: 2em;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.container-reports .inner .tab-content div.flex_container {
	display: flex;
	align-items: center;
	flex-wrap: nowrap;
	flex: 1 100%;
	align-content: flex-start;
}
.container-news .inner .container-wrapper .block-L .border_bottom .date, .container-reports .inner .tab-content div.flex_container div.date {
	color: #737373;
	line-height: 3.4em;
	min-width: 6em;
	text-align: left;
	white-space: nowrap;
}
.container-reports .inner .tab-content div.flex_container div.date::after {
	content: " | ";
	color: #D2D2D2;
	float: right;
	right: 0;
}
.container-reports .inner .tab-content div.flex_container div.type {
	border-radius: 5px;
	white-space: nowrap;
	color: #FFFFFF;
	min-width: 45px;
	height: 1em;
	line-height: 1.1em;
	padding: 5px;
	margin: auto 10px;
	text-align: center;
}
.container-news .inner .container-wrapper .block-L .border_bottom .ellipsis, .container-reports .inner .tab-content div.flex_container div.ellipsis {
	font-weight: normal;
	padding-left: 0;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	line-height: 3.4em;
}
.container-reports .inner .tab-content div.flex_container div.multiline-ellipsis {
	display: none;
}
/** end最新研究報告 **/

/** 最新消息 **/

.container-news {
	background-color: #F9F9F9;
	padding: 0;
}
.container-news .inner {
	max-width: 1132px;
	text-align: left;
	color: #0E171F;
}
.container-news .inner .container-wrapper {
	display: flex;
	padding-top: 2em;
	width: 100%;
}
.container-news .inner .container-wrapper .block-L {
	width: calc(100% - 410px);
	line-height: 1.5em;
}
.container-news .inner .container-wrapper .block-R {
	width: 400px;
}
.container-news .inner .container-wrapper .block-L .border_bottom {
	border-bottom: 1px solid #EEEEEE;
	display: flex;
}
.container-news .box_L, .container-news .box_R {
	display: inline-block;
	text-align: left;
	box-sizing: border-box;
	vertical-align: top;
}
.container-news .box_L {
	position: relative;
	padding: 0 20px 0 0;
	min-width: calc(100% - 258px);
}
.container-news .box_R {
	border-left: 1px solid #526985;
	position: relative;
	padding: 0 0 0 20px;
}
.panel-control {
	position: absolute;
	opacity: 0;
}
.tab-group label {
	display: inline-block;
	padding: 10px 5px;
	bottom: -1px;
	position: relative;
	color: #FFF;
	font-size: 20px;
	width: 4.5em;
	text-align: center;
}
.content-group {
	border-top: 1px solid #FFF;
}
.content {
	display: none;
}
/*  Ad-輪播  */

.ad-img {
	max-width: 360px;
	background-position: center center;
	background-size: 100%;
	background-size: contain;
}
.ad-slick {
	/*background-color: #e0c381;*/
}
.slick-carousel_web {
	margin: auto auto;
	max-width: 360px;
}
.slick-carousel_mobile {
	margin: auto auto;
	max-width: 360px;
	overflow-x: hidden;
	padding: 5px;
}
@media screen and (max-width: 1280px) {
	.container-reports .inner, .container-news .inner {
		padding: 40px 0px;
		max-width: 95%;
		text-align: center;
	}
}
/*  1024px ↓*/

@media screen and (max-width: 1023px) {
	.container-reports .inner .tab-content div.flex_container div.multiline-ellipsis {
		display: none;
	}
}
/*  900px↓*/

@media screen and (max-width: 970px) {
	/*Header*/
	.header .header_inner {
		padding: 0 60px 0 240px;
	}
	.nav_main_all {
		right: 60px;
	}
	/* NEWS */
	.block_section.type2 {
		padding: 20px;
	}
	/** 最新消息 **/
	.container-News {
		padding: 20px 10px;
	}
	.container-News .inner {
		max-width: 100%;
		padding: 0;
	}
	.container-News .box_L, .container-News .box_R {
		width: 100%;
		height: auto;
		display: block;
		text-align: left;
		border-left: none;
	}
	.container-News .box_L {
		margin: 0 0 10px;
		padding: 0;
	}
	.container-News .box_R {
		padding: 10px 0 0;
	}
	.container-reports .inner .tab-content div.flex_container div.multiline-ellipsis {
		display: none;
	}
}
/*小網*/

/** ad輪播 **/

@media screen and (max-width: 900px) {
	.ad-img {
		max-width: 100%;
		background-position: center center;
		background-size: 100%;
		background-size: contain;
	}
	.slick-carousel_mobile {
		margin: auto auto;
		max-width: 100%;
		padding: 5px;
	}
	.container-reports .inner .tab-content div.flex_container div.multiline-ellipsis {
		display: none;
	}
	.container-news .inner .container-wrapper .block-L .border_bottom .ellipsis {
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
		line-height: 3.4em;
		padding-left: 0;
		text-align: justify;
	}
	.container-news .inner .container-wrapper .block-L .border_bottom .date, .container-reports .inner .tab-content div.flex_container div.date {
		color: #737373;
		line-height: 3.4em;
		min-width: 6em;
		text-align: left;
		white-space: nowrap;
	}
	/*熱門訊息*/
	.short_msg_area, .short_msg_area .thumbs-cotnainer {
		height: 40px;
		margin-left: 0;
		background-position: -35px center;
	}
	.short_msg_area p {
		line-height: 40px;
		font-size: 1rem;
	}
	.short_msg_area .msg_tit {
		width: 70px;
		line-height: 40px;
	}
	.short_msg_area .swiper-wrapper {
		padding-left: 110px;
	}
	.short_msg_area .swiper-wrapper a {
		padding: 0;
	}
	/* PART 3 */
	.block_section.type2 {
		padding: 10px;
	}
	.video_ad_box {
		display: block;
	}
	.video_banner {
		margin: 0 0 10px;
	}
	.video_link {
		padding-bottom: 20px;
	}
	.video_link_title {
		display: flex;
		align-items: center;
		margin-bottom: 10px;
		vertical-align: middle;
	}
	.video_link_title .tag {
		flex: 0 0 auto;
		height: 28px;
		margin: 20px auto 0 auto;
		font-size: 20px;
		line-height: 28px;
		font-weight: 600;
	}
	.video_link_title .title {
		font-size: 21px;
		line-height: 1em;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}
	.video_link_notice {
		margin: 10px auto 20px auto;
		padding: 10px;
		font-size: 18px;
		line-height: 24px;
		width: 90%;
		text-align: center;
	}
	.video_link .link_btn {
		position: static;
		display: block;
		width: 3em;
		margin: 0 auto;
		text-align: center;
	}
	/*popup search*/
	.pop_search.show, .pop_search.show+.pop_search_box {
		display: block;
	}
	.pop_search {
		top: 50px;
		width: 100%;
		padding: 0;
	}
	.pop_search_box {
		top: 50px;
		width: 100%;
		padding: 0;
		background-color: #eee;
		border-radius: 0;
	}
	.pop_search_box .s_input {
		padding: 10px;
	}
	.pop_search_box .in_box {
		width: calc(100% - 30px);
	}
}
@media screen and (max-width: 821px) {
	.container-reports .inner #tab-menu1:checked~.tab-content .tab-1 div.scroll, .container-reports .inner #tab-menu2:checked~.tab-content .tab-2 div.scroll, .container-reports .inner #tab-menu3:checked~.tab-content .tab-3 div.scroll, .container-reports .inner #tab-menu4:checked~.tab-content .tab-4 div.scroll {
		overflow-x: auto;
	}
	.container-reports .inner label.tab-menu {
		display: inline-block;
		float: left;
		padding: 10px 10px;
		cursor: pointer;
		z-index: 99;
	}
	.container-news .inner .container-wrapper .block-L .border_bottom .date, .container-reports .inner .tab-content div.flex_container div.date {
		min-width: 6em;
	}
	.container-reports .inner input[type="radio"]+label {
		background: none;
		font-size: 16px;
		margin-left: 0px;
		margin-right: 0px;
		width: calc((100% - 2em)/4);
	}
	.container-reports .inner .tab-menu-radio:checked+label {
		background: none;
		border-bottom: 2px solid rgba(0, 91, 172, 1);
		font-size: 16px;
		font-weight: 600;
		color: rgba(0, 91, 172, 1);
		width: calc((100% - 2em)/4);
		margin-left: 0px;
		margin-right: 0px;
	}
	.container-reports .inner .container-wrapper {
		position: relative;
		width: 100%;
		overflow: hidden;
		padding-top: 2em;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.container-reports.inpage .inner label.tab-menu {
		display: inline-block;
		float: left;
		padding: 10px 0px;
		cursor: pointer;
		z-index: 99;
	}
	.container-reports .inner input[type="radio"]+label {
		font-weight: normal;
		background: none;
		font-size: 16px;
		margin-left: 0px;
		margin-right: 0px;
		max-width: calc( (100% - 13em) / 4);
	}
	.container-reports .inner .tab-menu-radio:checked+label {
		background: none;
		/*-webkit-transition: all 1s; /* Optional */
		/*-moz-transition: all 1s; /* Optional */
		/*transition: all 1s; /* Optional */
		border-bottom: 2px solid rgba(0, 91, 172, 1);
		font-size: 16px;
		font-weight: 600;
		color: rgba(0, 91, 172, 1);
		max-width: calc( (100% - 13em) / 4);
		margin-left: 0px;
		margin-right: 0px;
	}
	.container-news .inner .container-wrapper {
		display: block;
		padding-top: 2em;
		width: 100%;
	}
	.container-news .inner .container-wrapper .block-L {
		width: 100%;
	}
	.container-news .inner .container-wrapper .block-R {
		width: 100%;
		padding-top: 1em;
	}
	.container-reports .inner .tab-content div.flex_container div.multiline-ellipsis {
		display: none;
	}
	.container-news {
		padding: 0;
	}
	.container-reports {
		padding: 0;
	}
	.container-reports .inner .tab-content_grid .Grid-item {
		height: 100%;
		box-sizing: border-box;
		border: 1px solid #D2D2D2;
		border-radius: 8px;
		width: 100%;
		margin-top: 2%;
		text-align: left;
		padding: 5px 15px;
	}
	.container-reports .inner .tab-content_grid .Grid-item:not(:nth-child(3n)) {
		margin-right: 0;
	}
	.container-reports .inner .tab-content_grid .Grid-item div div.multiline-ellipsis {
		display: -webkit-box;
		height: 2.8em;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		overflow: hidden;
		line-height: 1.5em;
		font-weight: normal;
		padding: 0 25px 6px 5px;
		margin-bottom: 6px;
		position: relative;
		font-size: 16px;
		width: 100%;
	}
	/* block */
	.container-reports .inner .tab-content_grid .Grid-item div.sBlock {
		display: flex;
		flex-wrap: wrap;
		border-right: 1px solid #DCE3E8;
		width: calc(95% / 4);
		float: left;
		margin: 10px 0;
	}
	.container-reports .inner .tab-content_grid .Grid-item div.sBlock:last-child {
		border-right: none;
	}
	.container-reports .inner .tab-content_grid .Grid-item div.sBlock div {
		display: block;
		width: 100%;
		padding-left: 10px;
	}
	.container-reports .inner .tab-content_grid .Grid-item div div {
		padding: 0 10px;
		display: flex;
		align-items: center;
		flex-direction: row;
		font-size: 14px;
	}
	.container-reports .inner .tab-content_grid .Grid-item div div span img {
		height: 16px;
		width: 16px;
		padding-right: 5px;
		display: inline-flex;
		align-items: center;
	}
}
@media screen and (max-width: 550px) {
	.container-news .inner .container-wrapper .block-L .border_bottom {
		border-bottom: 1px solid #EEEEEE;
	}
	.container-reports {
		padding: 0;
	}
	.container-reports .inner {
		padding: 2em 0;
	}
	.container-news .inner .container-wrapper .block-L .border_bottom .ellipsis, .container-reports .inner .tab-content div.flex_container div.ellipsis {
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
		line-height: 3.4em;
		padding-left: 0;
		text-align: left;
	}
	.container-reports .inner label.tab-menu {
		display: inline-block;
		float: left;
		padding: 0;
		cursor: pointer;
		z-index: 99;
	}
	.container-reports .inner .tab-content div.flex_container {
		display: flex;
		align-items: center;
		flex-wrap: wrap;
		align-content: flex-start;
		width: 100%;
		margin-bottom: 15px;
	}
	.container-reports .inner .tab-content div.flex_container div.date {
		width: 100%;
		line-height: 1em;
	}
	.container-reports .inner .tab-content div.flex_container div.date::after {
		content: "  ";
		color: #D2D2D2;
		float: right;
		right: 0;
	}
	.container-reports .inner .tab-content div.flex_container div.ellipsis {
		display: none;
	}
	.container-news .inner .container-wrapper .block-L .border_bottom .ellipsis {
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
		line-height: 3.4em;
		padding-left: 0;
		text-align: justify;
		font-weight: normal;
	}
	.container-reports .inner .tab-content div.flex_container div.multiline-ellipsis {
		display: -webkit-box;
		text-align: justify;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		overflow: hidden;
		line-height: 1.5em;
		font-weight: normal;
		margin: 10px 0;
		width: calc(100% - 70px);
	}
	.container-reports .inner .tab-content div.flex_container div.type {
		border-radius: 5px;
		white-space: nowrap;
		color: #FFFFFF;
		min-width: 45px;
		height: 1em;
		line-height: 1.1em;
		padding: 5px;
		margin: auto 10px auto 0;
		text-align: center;
	}
}
@media screen and (max-width: 420px) {}
@media (min-width:375px) and (max-width: 600px) {
	.container-reports .inner input[type="radio"]+label {
		font-weight: normal;
		background: none;
		font-size: 16px;
		margin-left: 0px;
		margin-right: 0px;
		max-width: calc( 100% / 4);
	}
	.container-reports .inner .tab-menu-radio:checked+label {
		background: none;
		border-bottom: 2px solid rgba(0, 91, 172, 1);
		font-size: 16px;
		font-weight: 600;
		color: rgba(0, 91, 172, 1);
		max-width: calc( 100% / 4);
		margin-left: 0px;
		margin-right: 0px;
	}
}