@import url('https://fonts.googleapis.com/css?family=Noto+Serif+TC:200,300,400,500,600,700,900&display=swap');

/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: 600;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}
/*end normalize*/

html{box-sizing:border-box}*,*:before,*:after{box-sizing:inherit}
/* Extract from normalize.css by Nicolas Gallagher and Jonathan Neal git.io/normalize */
html{-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}
article,aside,details,figcaption,figure,footer,header,main,menu,nav,section,summary{display:block}
audio,canvas,progress,video{display:inline-block}progress{vertical-align:baseline}
audio:not([controls]){display:none;height:0}[hidden],template{display:none}
a{background-color:transparent;-webkit-text-decoration-skip:objects}
a:active,a:hover{outline-width:0}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}
dfn{font-style:italic}mark{background:#ff0;color:#000}
small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}
sub{bottom:-0.25em}sup{top:-0.5em}figure{margin:1em 40px}img{border-style:none}svg:not(:root){overflow:hidden}
code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}hr{box-sizing:content-box;height:0;overflow:visible}
button,input,select,textarea{font:inherit;margin:0}optgroup{font-weight:bold}
button,input{overflow:visible}button,select{text-transform:none}
button,html [type=button],[type=reset],[type=submit]{-webkit-appearance:button}
button::-moz-focus-inner, [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner{border-style:none;padding:0}
button:-moz-focusring, [type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring{outline:1px dotted ButtonText}
fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:.35em .625em .75em}
legend{color:inherit;display:table;max-width:100%;padding:0;white-space:normal}textarea{overflow:auto}
[type=checkbox],[type=radio]{padding:0}
[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}
[type=search]{-webkit-appearance:textfield;outline-offset:-2px}
[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}
::-webkit-input-placeholder{color:inherit;opacity:0.54}
::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}
/* End extract */




html,body{
	font-family: "Noto Sans TC", Arial, sans-serif;
	font-weight: 300;
	font-size:16px;
	line-height:1.7;
	 position: relative;
	 background-color:#F4F4F4;
	}
html{
	overflow-x:hidden
	}
body {
	transition: background-color .5s;
}


:root {
	--main-color:#E06428;/*橘*/
	--main-colorLighter:#e98f63;
	--main-colorDarker:#c9561d;
	--main-width:1300px;
}
@media only screen and (max-width: 1400px) {
	:root {
	--main-width:90%;
}	
	}
@media only screen and (max-width: 1023px) {
	:root {
	--main-width:100%;
}	
	}
a {
	color:#333;
}
a:hover {
	color:#E06428;
}
button, a {
	cursor:pointer;
}

input[type=text],
input[type=tel],
input[type=password],
input[type=number],
input[type=email],
input[type=date],
input[type=file],
select,
textarea {
	width: 100%;
  padding: 10px;
  margin: 5px 0;
  display: inline-block;
  border: none;
  background: #f1f1f1;
  outline:none;
}
input[type=text]:focus,
input[type=tel]:focus,
input[type=password]:focus,
input[type=number]:focus,
input[type=email]:focus,
input[type=date]:focus,
input[type=file]:focus,
select:focus,
textarea:focus {
	width:100%;
	border:solid 1px var(--main-color);
	background: #fff;
	padding: 9px;
}


/* The radio */
.radio {
	display: block;
	position: relative;
	padding-left: 30px;
	margin-bottom: 15px;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	padding-right: 20px;
}

.radio input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.radio .checkmark {
	position: absolute;
	top: 4px;
	left: 0;
	height: 20px;
	width: 20px;
	background-color: #eee;
	border-radius: 50%;
}

.radio:hover input ~ .checkmark {
    background-color: #ccc;
}

.radio input:checked ~ .checkmark {
	background-color:var(--main-color);
}

.radio .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.radio input:checked ~ .checkmark:after {
    display: block;
}

.radio .checkmark:after {
 	top: 6px;
	left: 6px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: white;
}


/*The checkbox*/
.checkbox {
	display: block;
	position: relative;
	padding-left: 35px;
	margin-bottom: 12px;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	width: 100%;
	font-size:17px;
}


.checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}


.checkbox .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
}

.checkbox:hover input ~ .checkmark {
  background-color: #ccc;
}

.checkbox input:checked ~ .checkmark {
	background-color: var(--main-color) !important;
}

.checkbox .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.checkbox input:checked ~ .checkmark:after {
  display: block;
}

.checkbox .checkmark:after {
  left: 9px;
  top: 5px;
  width: 8px;
  height: 12px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}



header {
	width:100%;
	margin:auto;
	padding:0;
	font-size:20px;
	line-height:40px;
	color:#676767;
	background-color:#fff;
}
.top {
	width:var(--main-width);
	margin:auto;
	display: grid;
	grid-gap: 0px;
	grid-template-columns: 30% 70%;
	align-items: center;
	padding:10px 0;
}
@media only screen and (max-width: 650px) {
	.top {
	grid-template-columns: 35% 65%;
}
}
@media only screen and (max-width: 374px) {
	.top {
		display:block;
	}
}

.logo {
	padding-right:20px;
	margin-right:20px;
}
@media only screen and (max-width: 1024px) {
	.logo {
	padding-left:10px;
}
}
@media only screen and (max-width: 374px) {
	.logo {
		width:100%
	}
}
.logo img {
	height:40px;
	display:block;
	padding:0;
	margin:0;
}
@media only screen and (max-width: 650px) {
	.logo img {
	height:35px;
}
}
@media only screen and (max-width: 374px) {
	.logo img {
	margin:auto;
}
}


.search-bar {
	width:100%;
}

.search-bar form {
	width:100%;
}
.search-bar div {
	display:inline-block;
	padding:0;
	margin:0;
}
.search-bar .input1 {
	width:92%;
	text-align:right;
}
.search-bar .input2 {
	width:7%;
}
.search-bar .bars {
	display:none;
}

@media only screen and (max-width: 1023px) {
	.search-bar .input1 {
	width:75%;
}
.search-bar .input2 {
	width:10%;
}
.search-bar .bars {
	display:inline-block;
	width:10%;
	text-align:center;
}
}
@media only screen and (max-width: 650px) {
	.search-bar .input1 {
	width:65%;
}
.search-bar .input2 {
	width:15%;
}
.search-bar .bars {
	display:inline-block;
	width:15%;
	text-align:center;
}
}


.search-bar input,
.search-bar input:focus {
	max-width:300px;
	padding:0 10px 0 20px;
	height:40px;
	border:solid 1px #D4D4D4;
	border-radius:5px;
}
@media only screen and (max-width: 1023px) {
	.search-bar input,
.search-bar input:focus {
	width:95%;
}
}
.search-bar input:focus {
	background-color:#fff;
	border:solid 1px #B1B1B1;
}
.search-bar button {
	width:100%;
	height:40px;
	outline:none;
	border:solid 1px #D4D4D4;	
	background-color:#f1f1f1;
	line-height:15px;
	border-radius:5px;
}
.search-bar button:hover {
	background-color:#E8E8E8;
}


.menu-bar {
	width:100%;
	background-color:var(--main-color);
	padding:0;
	color:#fff;
}
.menu-bar ul {
	display:block;
	width:530px;
	margin:0 auto;
	padding:0;
	box-sizing:border-box;
}
@media only screen and (max-width: 600px) {
	.menu-bar ul {
	width:100%;
}
}
.menu-bar li {
	width:100px;
	display:inline-block;
	text-align:center;
	padding:0;
	margin:0;
	transition:all .3s;
}
@media only screen and (max-width: 600px) {
	.menu-bar li {
	width:18%;
	}
}
.menu-bar li:hover {
	background-color:var(--main-colorDarker);
	}
.menu-bar li a {
	color:#fff;
	font-size:16px;
	text-decoration:none;
	display:block;
}

.gototop{
	width: 50px;
	height: 50px;
	line-height: 50px;
	font-family: verdana;
	text-align: center;
	background: #666666;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 2px 20px 0 rgba(0, 0, 0, 0.19);
	color: #fff;
	position: fixed;
	bottom: 100px;
	right: 30px;
	border-radius: 50%;
	text-decoration: none;
	cursor: pointer;
	/*先隱藏*/
	display: none;
	z-index: 50;
	border: 1px solid #FFFFFF;
	opacity: 0.7;
	filter: alpha(opacity=70); /* For IE8 and earlier */
	font-size: 13px;
}
.gototop i {
	font-size:20px;
	padding-top:13px;
	}

/*手機板左側選單區塊*/
.sidenav {
	height: 100%;
	width: 0;
	position: fixed;
	z-index: 999;
	top: 0;
	left: 0;
	background-color: rgba(230,230,230,0.98);
	overflow-x: hidden;
	transition: 0.5s;
	padding-bottom: 100px;
	font-size:16px;
	line-height:normal;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 20px;
    font-size: 32px;
    margin-left: 50px;
	color:#A4A4A4;
}



#overlay {
	position: fixed;
	display: none;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0,0,0,0.5);
	z-index: 51;
	cursor: pointer;
}

#indexad {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0,0,0,0.9);
	z-index: 55;
	cursor: pointer;
}
#indexad a {
	display:block;
	max-width:960px;
	margin:80px auto;
}
#indexad img {
	width:100%;
	height:auto;
}





.banner {
	width: var(--main-width);
	margin: 0 auto 30px;
	padding: 0px;
}
.banner img {
	width:100%;
}
.swiper-slide .text {
	display:block;
	width:100%;
	padding:10px 20px;
	background-color:rgba(0,0,0,0.80);
	color:#fff;
	position:absolute;
	margin-top:-60px;
	z-index:1;
	text-align:center;
	font-size:20px;
}
@media only screen and (max-width: 767px) {
	.swiper-slide .text {
		width:95%;
	padding:10px 20px 10px 10px;
	font-size:15px;
	margin-top:-50px;
	overflow: hidden;
    text-overflow: ellipsis; 
	height:25px;
	text-align:left;
	white-space: nowrap; 
}
}


/*快訊*/
.news-bar {
    width:var(--main-width);
	display: block;
	border:solid 2px var(--main-color);
	height:40px;
	margin:13px auto;
	background-color:#fff;
	overflow:hidden;
}
@media only screen and (max-width: 1023px) {
	.news-bar {
		margin:auto;
		border:none;
}
}
.news-bar::before {
	content: "快訊";
	color:#fff;
	padding:5px 10px;
	background-color:var(--main-color);
	display:inline-block;
	position: absolute;
	z-index:50;
}
@media only screen and (max-width: 1023px) {
	.news-bar::before {
	background-color:#333;
}
}


.news-bar marquee {
    display: inline-block;
    margin: 0;
    padding: 0 20px;
    margin-left: 10px;
    width: 100%;
}
.news-bar ul {
	margin:0;
	padding:0;
	list-style:none;
	display:inline-block;
}
.news-bar li {
	display: inline-block;
	padding-right:100px;
}
.news-bar li:before {
	content: "\00BB";
	 position: absolute;
	 padding-top:4px;
	 color:var(--main-color);
	}
.news-bar li a {
	display:block;
	padding:5px 20px;
	color:var(--main-color);
	text-decoration:none;
	font-weight:600;
}



main {
	width:var(--main-width);
	margin:auto;
	min-height:700px;
	padding-bottom:60px;
}
@media only screen and (max-width: 1440px) {
	main {
	min-height:600px;
}
}

.web-layout {
	width:100%;
	display: grid;
  grid-template-columns: auto 75%;
  gap: 30px;
}

@media only screen and (max-width: 1200px) {
	.web-layout {
  grid-template-columns: auto 78%;
  gap: 20px;
	}
	}
@media only screen and (max-width: 1023px) {
	.web-layout {
	display: block;
	width:95%;
	margin:15px auto;
}
	}
		
.side-nav {
	display:block;
	padding:0;
	margin:0 0 30px;
}
@media only screen and (max-width: 1023px) {
	.side-nav {
	display:none;
}
}
.nav-box {
	display:block;
	background-color:#fff;
	padding:15px 20px 15px 30px;
	margin-bottom:2px;
}
.nav-box h3,
.nav-box h3 a {
	color:#000;
	font-weight:600;
	margin:0;
}

.nav-box ul {
	display:block;
	list-style:none;
	padding:10px 0;
	margin:0;
	width:100%;
}
.nav-box li {
	display:inline-block;
	width:49%;
}
@media only screen and (max-width: 1200px) {
	.nav-box li {
	width:100%;
}
	}
	@media only screen and (max-width: 767px) {
	.nav-box li {
	width:49%;
}
	}
.nav-box a {
	color:#333;
	padding:5px 0;
	display:block;
	text-decoration:none;
}
.nav-box a:hover {
	color:var(--main-color);
}


.side-ad {
	display:block;
	padding:30px 0;
}
.side-ad img {
	width:100%;
	height:auto;
	display:block;
}
.side-ad a {
	display:block;
	padding:0 0 20px 0;
}


.main-container, 
.hot-news,
.article {
	display:block;
	width:100%;
}
/*新聞下方區塊*/
.news-layout {
	width:100%;
	display: grid;
    grid-template-columns: 48% 48%;
	justify-content: space-between;
	gap: 30px;
}
@media only screen and (max-width: 1200px) {
	.news-layout {
	gap: 20px;
}
	}
@media only screen and (max-width: 767px) {
	.news-layout {
	display: block;
}
	}
/*新聞-直向*/
.news-box {
	width:100%;
	background-color:#fff;
	margin:0 0 30px;
}
@media only screen and (max-width: 1200px) {
	.news-box {
	margin:0 0 20px;
}
	}
/*新聞-橫向*/
.news-box-h {
	width:100%;
	display: grid;
    grid-template-columns: 50% auto;
	background-color:#fff;
	margin:0 0 30px;
}
@media only screen and (max-width: 1400px) {
	.news-box-h {
    grid-template-columns: 45% auto;
}
	}
@media only screen and (max-width: 767px) {
	.news-box-h {
	display: block;
}
}
.news-box-h-title {
	grid-column: 1 / 3;
	background-color:#5e5e5e;
	padding:10px;
}
.news-box-h-title h3 {
	color:#fff;
	font-weight:600;
	margin:0;
	padding:0 10px;
	font-size: 24px;
    line-height: normal;
}
.news-box-h-title a {
	display:inline-block;
	float:right;
	font-size:15px;
	color:#fff;
	text-decoration:none;
	}
	
.news-box-img {
	position: relative;
   width: 100%;
   padding-top: 56.25%; /* 16:9 */
}

.news-box-img .news-img {
	position:  absolute;
   top: 0;
   left: 0;
   bottom: 0;
   right: 0;
   text-align: center;
}

.news-box-img .news-img img {
	width:100%;
	height:100%;
	object-fit: cover;
}

.news-list {
	width:100%;
	padding:25px;
	color:#666;
}
@media only screen and (max-width: 1024px) {
	.news-list {
	width:96%;
}
	}
	@media only screen and (max-width: 767px) {
	.news-list {
	width:100%;
}
	}
.news-list h3 {
	color:#000;
	font-weight:600;
	margin:0;
	padding:0 10px;
	border-left:solid 5px var(--main-color);
	font-size: 24px;
    line-height: normal;
}
	@media only screen and (max-width: 768px) {
		.news-list h3 {
	font-size: 20px;
}
		}

.news-list h2 {
	font-size:20px;
	color:#000;
	margin:0 0 10px;
}

.news-list a {
	text-decoration:none;
}
.news-list a:hover {
	color:var(--main-color);
}
.news-list a.more {
	display:inline-block;
	float:right;
	font-size:15px;
	color:var(--main-color);
	text-decoration:none;
	}
	
.news-list .date {
	font-size:13px;
	color:#A0A0A0;
}

.news-list ul {
	display:block;
	padding:20px 0 0;
	margin:0;
	line-height:normal;
}
@media only screen and (max-width: 1200px) {
	.news-list ul {
	padding:5px 0 0;
}
	}
.news-list li {
	display:block;
	padding:15px 0;
	line-height: 15px;
    height: 30px;
}
.news-list li::before {
	content: "•";
	padding: 0 8px 5px 0;
	display:inline-block;
}
.news-list li a {
	display: inline-block;
	max-width:85%;
    text-overflow: ellipsis; 
	overflow: hidden;
	white-space: nowrap;
	text-decoration:none;
}
@media only screen and (max-width: 1400px) {
	.news-list li a {
	max-width:80%;
}
	}
@media only screen and (max-width: 1200px) {
	.news-list li a {
	max-width:75%;
}
	}
@media only screen and (max-width: 767px) {
	.news-list li a {
	max-width:95%;
}
	}
	
	
.notop {
	display:inline-block;
	background-color:var(--main-color);
	color:#fff;
	line-height:normal;
	padding:5px 15px;
	border-radius:5px;
	font-size:15px;
	margin-bottom:6px;
}
.notop span {
	font-size:18px;
	padding-left:5px;
}


	
.adBanner {
	display:block;
	margin:30px 0;
}
.adBanner img {
	display:block;
	width:100%;
	padding:0;
}



ul.breadcrumb {
  padding: 10px 16px;
  list-style: none;
  background-color: #fff;
  margin:0;
}
ul.breadcrumb li {
  display: inline;
  font-size: 15px;
}
ul.breadcrumb li+li:before {
  padding: 8px;
  color: black;
  content: "/\00a0";
}
ul.breadcrumb li a {
  color: #666;
  text-decoration: none;
}
ul.breadcrumb li a:hover {
  color: var(--main-color);
}



.article {
	background-color:#fff;
	padding:20px 30px;
	font-size:20px;
}
@media only screen and (max-width: 767px) {
	.article {
	padding:20px 15px;
}
	}
	
.article picture img {
	width:100%;
	height:auto;
	display:block;
}
.article img {
	display:block;
	max-width:100%;
}
.article-title {
	display:block;
	padding-bottom:30px;
}
.article-title h1 {
	font-size:24px;
	font-weight:600;
	padding:0;
	margin:0;
}
.article-title span {
	font-size:16px;
	color:#333;
	display: inline-block;
	padding-right:30px;
}

.fontSize-bar {
	display:block;
	background-color:#E9E9E9;
	padding:10px 15px 0px;
	text-align:right;
}
.fontSize-bar a,
.fontSize-bar span {
	display: inline-block;
	padding:0 6px;
}
.fontSize-bar img {
	width:35px;
	display: block;
	padding:0;
}


/*分享*/
#sharebar {
  background-color: #333;
  position: fixed;
  top: -60px;
  width: 100%;
  display: block;
  transition: top 0.3s;
  color: #fff;
  font-size:20px;
  z-index:99;
}
@media only screen and (max-width: 500px) {
	#sharebar {
  font-size:18px;
}
}

.share {
	width:var(--main-width);
	margin:auto;
}
.share span {
	display:inline-block;
	padding: 8px 0 0 0;
	float:right;
}
.share p {
	display:inline-block;
	width:70%;
	height:35px;
	overflow:hidden;
	text-overflow: ellipsis; 
	white-space: nowrap; 
	margin:0;
	padding: 10px 15px;
}
@media only screen and (max-width: 767px) {
	.share p {
	width:50%;
}
}
@media only screen and (max-width: 374px) {
	.share p {
		display:none;
}
}

.share a {
  color: #fff;
  text-align: center;
  padding: 5px 15px;
  text-decoration: none;
  font-size: 24px;
  margin:0;
  float:right;
}
@media only screen and (max-width: 500px) {
	.share a {
  padding: 5px 10px;
}
}

.share a:hover {
  background-color: #ddd;
  color: black;
}



.tag-list {
	display:block;
	padding:10px 0;
	width:100%;
	font-size:15px;
}
.tag-list a {
	display:inline-block;
	padding:2px 20px;
	margin:10px 5px;
	border:solid 1px var(--main-color);
	border-radius:5px;
	color:var(--main-color);
	text-decoration:none;
}
.tag-list a:hover {
	background-color:var(--main-color);
	color:#fff;
}


.topic {
	display:block;
	font-size:24px;
	font-weight:600;
	line-height:normal;
	border-left:solid 5px var(--main-color);
	padding:0 15px;
	margin:20px 0;
}

.topic-nav {
	display:block;
	background-color:#fff;
	margin-bottom:20px;
}
.topic-nav h2 {
	font-size:24px;
	line-height:normal;
	color:var(--main-color);
	display:inline-block;
	margin:0;
	padding:8px 15px;
}
@media only screen and (max-width: 767px) {
	.topic-nav h2 {
	font-size:22px;
}
}

.topic-nav i {
	padding-right:8px;
}
.topic-nav h2 span {
	font-size:20px;
	padding-left:30px;
	margin-left:30px;
	border-left:solid 1px #838383;
	color:#666;
}
@media only screen and (max-width: 767px) {
	.topic-nav h2 span {
	font-size:18px;
	padding-left:20px;
	margin-left:20px;
}
}


.adimg {
	height: 260px;
	width: 100%;
	margin: 0px auto 30px;
	font-size:15px;
}
@media only screen and (max-width: 1023px) {
	.adimg {
	height: 200px;
	width: 100%;
}
	}
.adimg .swiper-slide {
	font-size: 15px;
	width: auto;
	padding: 0 20px 0 0;
	margin: 0px;
	}
.adimg .swiper-slide img {
	  width: 266px;
	  height:150px;	
	  display:block;
	  object-fit:cover;
}
.adimg .swiper-button-next,
.adimg .swiper-button-prev {
	color:#fff;
	background-color: rgba(88,88,88,0.6);
	padding:8px;
	margin-top:-70px;
}
.adimg p {
	width: 266px;
	display:block;
	padding:6px 0;
	margin:0;
}
.adimg p span {
	display:block;
	font-size:13px;
	color:#AAAAAA;
}
.adimg a {
	text-decoration:none;
}



.fb-comments {
	background-color:#fff;
	padding:10px 20px;
	}


/*合作媒體*/
.brand-list {
	display:flex;
	flex-wrap: wrap;
	width:100%;
	padding:15px;
	background-color:#fff;
}
.brand-box {
	width:17%;
	margin:30px 1.5%;
}
@media only screen and (max-width: 1023px) {
	.brand-box {
	width:21%;
	margin:20px 2%;
}
}
@media only screen and (max-width: 767px) {
	.brand-box {
	width:29%;
	margin:20px 2%;
}
}
.aspect-ratio {
  width: 100%;
  padding-top: 100%; 
  position: relative; 
  border:solid 1px #cacaca;
}
.aspect-ratio img {
	width:100%;
	height:100%;
	object-fit: contain;
	position:  absolute;
   top: 0;
   left: 0;
   bottom: 0;
   right: 0;
   text-align: center;
   display:block;
   padding:10px;
}



footer {
	background-color:#fff;
	color:#6C6C6C;
	font-size:15px;
	text-align:center;
	padding:20px 10px;
	border-top:solid 1px #e9e9e9;
}
footer a {
	display:inline-block;
	color:#919191;
	text-decoration:none;
	padding:0 15px;
	transition:all .3s;
}
footer a:hover {
	color:#333;
}
footer i {
	font-size:36px;
}






.news-list-box {
	display:block;
  width:100%;
  margin:auto;
}

.news-list-box {
	display:flex;
	padding:20px 30px;
	margin:0 auto;
	color:#777777;
	background-color:#fff;
	border-top:solid 1px #ccc;
	line-height:normal;
}
@media only screen and (max-width: 1200px) {
	.news-list-box {
	padding:20px 15px;
}
	}

.news-list-box h2 {
	font-size:20px;
	margin:0 0 10px;
}
.news-list-box a {
    color:#000;
	text-decoration:none;
}
.news-list-box a:hover {
	color:var(--main-color);
}
.news-list-box .date {
	font-size:13px;
	color:#A0A0A0;
	margin-top:8px;
}
.news-list-box img {
	width:150px;
	height:90px;
	object-fit:cover;
	margin-right:15px;
}
@media only screen and (max-width: 1200px) {
	.news-list-box img {
	width:100px;
	height:100px;
}
}
@media only screen and (max-width: 600px) {
	.news-list-box img {
	width:90px;
	height:70px;
}
}

.news-list-box .tag,
.news-list .tag {
	display:inline-block;
	margin-bottom:10px;
	font-size:15px;
}
.news-list-box .tag a,
.news-list .tag a {
	padding:3px 10px;
	border:solid 1px var(--main-color);
	color:var(--main-color);
	text-decoration:none;
	transition:all .3s;
}
.news-list-box .tag a:hover,
.news-list .tag a:hover {
	color:#fff;
	background-color:#7F7F7F;
	border:solid 1px #8E8E8E;
	}




.news-content {
	padding: 40px 80px;
    border: solid 1px #cecece;
    border-radius: 8px;
}
@media only screen and (max-width: 1023px) {
	.news-content {
	padding: 30px 20px;
}
}
.news-content h1 {
	font-size:24px;
	colot:#000;
	margin:0 0 20px;
}
.news-content .date {
	font-size:13px;
	color:#A0A0A0;
}
.news-content img,
.news-content table {
	max-width:100%;
	height:auto;
}

.nav-link {
	display:block;
	text-align:center;
	padding:30px 0;
}
.nav-link a {
	color:var(--main-color);
	text-decoration:none;
	padding:8px 20px;
	border-radius:8px;
}
.nav-link a:hover {
	background-color:#f1f1f1;
}



.writer-list {
	display:flex;
	flex-wrap:wrap;
	width:100%;
	font-size:15px;
	background-color:#fff;
	padding:20px 0;
	margin-bottom:30px;
}
.writer-list figure {
	width:25%;
	padding:20px 10px;
	text-align:center;
	margin:0;
}
@media only screen and (max-width: 1200px) {
	.writer-list figure {
  width:33.3333%;
}
}
@media only screen and (max-width: 600px) {
	.writer-list figure {
  width:50%;
}
}

.writer-list figure img {
	width:130px;
	height:130px;
	object-fit:cover;
	border-radius: 50%;
	border:solid 2px #e7e7e7;

}
.writer-list figure img:hover {
	border:solid 2px var(--main-color);
}
.writer-list figcaption {
	padding:6px;
	text-align:center;
}

<!--影音-->


.video-list {
	display:block;
	}
.video-list ul {
	list-style:none;
	margin:0;
	padding:0;
	background-color:#fff;
}
.video-list li {
	display:block;
	padding:25px 25px 30px;
}
.video-list h2 {
	font-size:24px;
	margin:6px 0;
}
@media only screen and (max-width: 767px) {
	.video-list h2 {
	font-size:20px;
}
}
.video-list a,
.video-list span {
	display:inline-block;
	font-size:15px;
	color:#666;
	}
.video-list a {
	border:solid 1px #666;
	padding:3px 10px;
	margin-right:10px;
	transition:all .3s;
	text-decoration:none;
}
.video-list a:hover {
	color:#fff;
	background-color:#666;
}

.flex-video iframe, .flex-video object, .flex-video embed, .flex-video video {
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
}
.flex-video {
    height: 0;
    margin-bottom: 10px;
    overflow: hidden;
    padding-bottom: 55.5%;
    padding-top: 1.5625rem;
    position: relative;
}