@charset "utf-8";
@import url("//fonts.googleapis.com/earlyaccess/notosanstc.css");
@import url("_normalize.min.css");
@import url("_footer.css");
@import url("font-awesome/css/font-awesome.min.css");

/* ==========================================================================
	Common
========================================================================== */
.head,.tabNav a,.tabNav em,.news_title {
	font-family: 'Noto Sans TC';
}
.wrap {
	min-width: 1000px;
	color: #111;
	background: #e3f9ff url("../images/laip-bg_news.jpg") no-repeat center top;
}
.btn_top {
	position: fixed;
	right: 30px;
	z-index: 10;
	width: 49px;
	height: 57px;
	background: url("../images/laip-btn_top_2.png") no-repeat;
	text-indent: -99999px;
}


/* ==========================================================================
	share & btn_back
========================================================================== */
.share,
.btn_back {
	position: absolute;
	top: 30px;
	right: 50%;
	width: 100px;
	height: 30px;
	font-size: 16px;
	color: #fff;
	text-align: center;
	background: #05bcff;
	border-radius: 15px;
	-webkit-transition: .3s;
	transition: .3s;
}
.share {
	margin-right: -340px;
	overflow: hidden;
	cursor: default;
}
.btn_back {
	margin-right: -450px;
}
.share:hover {
	height: 95px;
	/* height: auto; */
}
.share li:first-child,
.btn_back {
	font-size: 16px;
	line-height: 31px;
}
.share li:last-child {
	padding: 5px 0;
}
.btn_back:hover,
.share li:last-child a:hover {
	color: #fff100;
}
.share li:last-child a {
	display: block;
	padding: 3px 0;
	margin: auto;
	width: 84%;
	font-size: 13px;
	color: #fff;
	text-align: left;
	font-family: Arial;
}
.share li:last-child a img {
	display: inline;
	margin: 0 0 2px 0;
	vertical-align: middle;
}
.share i,
.share .btn_close {
	display: none;
}

/* ==========================================================================
	head
========================================================================== */

.wrap > section {
	padding: 430px 0 40px;
	margin: 0 auto;
	width: 900px;
}
.head,
.head a {
	color: #bdf7fe;
}
.head {
	padding: 0 50px;
	width: 100%;
	height: 70px;
	font-size: 15px;
	line-height: 69px;
	text-align: right;
	background: #05bcff;
}
.head h1 {
	float: left;
	font-size: 30px;
	color: #fff;
	font-weight: 400;
}
.head a:hover {
	color: #fff;
	text-decoration: underline;
}

/* ==========================================================================
	news
========================================================================== */
.news,
.news_in {
	padding: 30px 50px;
	width: 100%;
	background: #fff;
}

/* ----------------------------------------------
	tabs
-----------------------------------------------*/
.tabNav {
	position: relative;
	display: flex;
	margin: 0 auto 13px;
	overflow: hidden;
}
.tabNav:before {
	content: '';
	position: absolute;
	z-index: 0;
	bottom: 0;
	width: 100%;
	height: 2px;
	background: #ccc;
}
.tabNav li {
	position: relative;
	width: 20%;
	height: 52px;
	font-size: 20px;
	line-height: 44px;
	text-align: center;
	font-weight: 500;
	border-bottom: 5px transparent solid;
}
.tabNav li a {
	display: block;
	color: #333;
}
.tabNav a:hover,
.tabNav li.focus a,
.tabNav li.hover a {
	color: #2e8cd8;
}
.tabNav li.focus,
.tabNav li.hover {
	border-color: #2e8cd8;
}
.tabNav em {
	display: inline-block;
	width: 1.8%;
	font-size: 20px;
	color: #ccc;
	line-height: 42px;
	text-align: center;
	font-style: normal;
	font-weight: 200;
}
.btn_more {
	display: none;
}

/* ----------------------------------------------
	list
-----------------------------------------------*/
.tab {
	margin-bottom: 25px;
	min-height: 540px;
}
.list li {
	position: relative;
	width: 100%;
	font-size: 15px;
	white-space: nowrap;
	overflow: hidden;
	border-bottom: 1px #ddd solid;
}
.list li:last-child {
	border-bottom-width: 0;
}
.list span,
.list a,
.list tt {
	display: inline-block;
	line-height: 23px;
}
.list span,
.list tt {
	margin: 15px 0;
}
.list span {
	position: absolute;
	left: 0;
	width: 50px;
	color: #fff;
	text-align: center;
	font-weight: 400;
	background: #4998d7;
	border-radius: 4px;
}
.list a {
	padding: 15px 60px;
	width: 100%;
	color: #333;
	font-weight: 300;
	vertical-align: middle;
	overflow : hidden;
	text-overflow : ellipsis;
	white-space : nowrap;
	-webkit-transition: .3s;
	transition: .3s;
}
.list a:hover {
	color: #4998d7;
	-webkit-transition: .3s;
	transition: .3s;
}
.list a:hover {
	background: #e3f9ff;
}
.list tt {
	position: absolute;
	right: 0;
	color: #333;
}

/* ----------------------------------------------
	pageNav
-----------------------------------------------*/
.pageNav {
	display: block !important;
	text-align: center;
}
.navs {
	margin: 0 10px;
}
.pageNav ul,
.pageNav li {
	display: inline-block;
}
.pageNav a {
	color: #fff;
}
.pageNav li {
	color: #000;
}
.pageNav a,
.pageNav span {
	display: block;
	margin: 0 3px 10px;
	width: 23px;
	height: 23px;
	font-size: 14px;
	line-height: 22px;
	text-align: center;
	font-family: Arial;
	background-color: #999;
	border: 1px #888 solid;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.pageNav span,
.pageNav a:hover {
	display: block;
	color: #111;
	background-color: #fff;
}

/* ==========================================================================
	news_in
========================================================================== */
.news_title {
	position: relative;
	padding-bottom: 20px;
	border-bottom: 2px #2e8cd8 solid;
}
.news_title li {
	padding-left: 80px;
	width: 100%;
	font-size: 21px;
	color: #2e8cd8;
	line-height: 26px;
	font-weight: 500;
	box-sizing: border-box;
	word-break: break-all;
	text-align: justify;
}
.news_title span {
	position: absolute;
	left: 0;
	width: 65px;
	height: 26px;
	font-size: 18px;
	color: #fff;
	line-height: 26px;
	text-align: center;
	background: #2e8cd8;
	border-radius: 4px;
}
.news_in tt {
	display: block;
	padding: 10px 0;
	font-size: 18px;
	color: #2e8cd8;
}
.news_in,
.news_in .detail {
	position: relative;
}
.news_in .detail {
	padding: 20px 0;
	margin-bottom: 15px;
	min-height: 300px;
	color: #333;
	background-color: #fff;
	border-radius: 8px;
}
.news_in .detail,
.news_in .detail p,
.news_in .detail span {
	font-size: 15px !important;
	line-height: 24px !important;
}
.news_in .detail p {
	margin: 0 0 20px 0 !important;
}
.news_in .detail img,
.news_in .detail p img,
.news_in .detail span img {
	max-width: 100% !important;
	height: auto !important;
}
.news_in .detail iframe {
	width: 100% !important;
	height: 444px !important;
}
.news_in .detail a,
.news_in .detail a img {
	display: inline;
}
.news_in .detail a {
	color: #EB2056;
	font-weight: bold;
	text-decoration: underline;
}
.news_in .detail a:hover {
	text-decoration: none;
}
.news_in .detail a img {
	max-width: 250px !important;
	text-decoration: none;
}
.pageNav_2 {
	position: relative;
	height: 26px;
	text-align: center;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
.pageNav_2 a {
	display: inline-block;
	margin: 0 10px;
	width: 120px;
	height: 26px;
	font-size: 15px;
	color: #fff;
	line-height: 27px;
	text-align: center;
	font-weight: 400;
	background: #05bcff;
	border-radius: 13px;
	-webkit-transition: .3s;
	transition: .3s;
}
.pageNav_2 a:hover {
	background: #2e8cd8;
}

/* ==========================================================================
	footer
========================================================================== */
footer {
	background: #05bcff;
}
footer .logo_cr {
	background-image: url("../images/laip-logo_cr_w.png");
}
footer li,
footer li a {
	color: #fff;
}

/* ==========================================================================
	for Notebook
========================================================================== */
@media screen and (max-width: 1356px) and (max-height: 688px) {
	footer {
		padding: 15px 0;
	}
}