@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+TC:100,300,400,500,700&amp;display=swap&amp;subset=chinese-traditional");
@import url("https://fonts.googleapis.com/css?family=Noto+Serif+TC:300,400,500,600,700,900&amp;display=swap&amp;subset=chinese-traditional");
body {
    font-family: 'Noto Sans TC', "Helvetica Neue", "Helvetica", "Arial", "STHeitiTC-Light", "Microsoft JhengHei", sans-serif;
    font-size: 18px;
    line-height: 1.5;
    overflow-x: hidden;
    color: #484848;
}

body.on {
    overflow: hidden;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
figure {
    margin: 0;
    padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Noto Serif TC", serif;
    -webkit-font-smoothing: antialiased;
}

ul,
ol {
    list-style: none;
}

input[type=button]::-moz-focus-inner,
button::-moz-focus-inner {
    border: none;
}

a {
    text-decoration: none;
    color: #000;
}

header {
    width: 100%;
    max-width: 1300px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 15px;
    position: relative;
}

header:before {
    content: "";
    display: table;
}

header:after {
    content: "";
    display: table;
    clear: both;
    zoom: 1;
}

header h1 {
    text-indent: -9999px;
    width: 220px;
    padding: .5em;
    background-image: url(../png/logo_lnanews.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
}

header .words {
    float: right;
    padding-right: 30px;
    padding-top: 15px;
}

header .words span {
    text-align: right;
    font-size: 90%;
    display: block;
}

header .info {
    float: left;
    padding-top: 15px;
    padding-left: 30px;
}

header .ad_s {
    float: right;
    width: 230px;
}

header .ad_s img {
    width: 100%;
}

@media only screen and (max-width: 1170px) {
    header .words {
        font-size: 90%;
        padding-right: 10px;
    }
}

@media only screen and (max-width: 1024px) {
    header {
        position: fixed;
        top: 0;
        background-color: #fff;
        height: auto;
        margin: 0;
        z-index: 99;
        padding-top: 8px;
        padding-bottom: 8px;
        box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
    }
    header .info {
        margin-left: 60px;
    }
    header .ad_s {
        width: 150px;
        margin-top: 10px;
        margin-right: 15px;
    }
}

@media only screen and (max-width: 1023px) {
    header .words {
        display: none;
    }
}

@media only screen and (max-width: 768px) {
    header h1 {
        background-position: left center;
        margin-left: 80px;
    }
    header .info {
        float: right;
        margin: 0;
        margin-right: 15px;
    }
    header .ad_s {
        margin-right: 0;
        margin-top: 15px;
    }
}

@media only screen and (max-width: 480px) {
    header {
        padding-bottom: 0;
    }
    header h1 {
        position: inherit;
        background-position: center;
        width: 100%;
        height: 20px;
        padding-left: 0px;
        padding-right: 0px;
        margin-left: 0;
    }
    header .info {
        width: 100%;
        float: none;
        text-align: center;
        font-size: 80%;
        padding-top: 0px;
        padding-left: 0;
    }
    header .ad_s {
        float: none;
        width: 150px;
        margin: 5px auto;
    }
}

.ad_hide {
    height: 0;
    margin: 0;
}

.search_txt {
    padding-top: 10px;
    border-bottom: 1px solid #eee;
}

.search_txt input[type=button],
.search_txt input[type=text] {
    border: none;
    background: none;
}

.search_txt input[type=button] {
    font-weight: 800;
}

.search_txt input[type=text] {
    background-image: url(../svg/search.svg);
    background-repeat: no-repeat;
    background-position: left center;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 28px;
}

.search img {
    display: none;
}

@media only screen and (max-width: 480px) {
    .search:after {
        content: "搜尋";
        position: absolute;
        top: 48px;
        right: 18px;
    }
    .search img {
        display: block;
        position: absolute;
        top: 10px;
        right: 15px;
        cursor: pointer;
        width: 35px;
    }
    .search_txt {
        position: absolute;
        top: 68px;
        left: 0;
        background-color: #fff;
        width: 100%;
        height: 0;
        transition-duration: 0.5s;
        padding-top: 0;
        border-bottom: none;
    }
    .search_txt input[type=button],
    .search_txt input[type=text] {
        border: 1px solid #eee;
        visibility: hidden;
    }
    .search_txt input[type=button] {
        font-weight: 800;
        width: 120px;
        height: 30px;
        margin: 8px auto;
        background-color: #eee;
    }
    .search_txt input[type=text] {
        width: 80%;
        margin: auto;
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 28px;
    }
    .search_txt.sel {
        height: 80px;
        padding-top: 10px;
    }
    .search_txt.sel input[type=button],
    .search_txt.sel input[type=text] {
        transition-delay: .4s;
        visibility: visible;
    }
}

.con {
    width: 100%;
    max-width: 1170px;
    margin-left: auto;
    margin-right: auto;
    width: 90%;
    margin-top: 1.5em;
    margin-bottom: 1.5em;
}

.con:before {
    content: "";
    display: table;
}

.con:after {
    content: "";
    display: table;
    clear: both;
    zoom: 1;
}

@media only screen and (max-width: 1024px) {
    article {
        margin-top: 120px;
    }
}

@media only screen and (max-width: 768px) {
    article {
        margin-top: 105px;
    }
}

@media only screen and (max-width: 480px) {
    article {
        margin-top: 9em;
    }
    .con {
        width: 96%;
        margin-top: .5em;
        margin-bottom: 1em;
    }
}

footer {
    background-color: #f0e4d5;
}

@media only screen and (max-width: 480px) {
    footer .con {
        margin-top: 0.5em;
    }
}

.about_us {
    position: relative;
    margin-bottom: 30px;
    margin-top: 30px;
}

.about_us p {
    padding-left: 75px;
    width: 90%;
    text-align: justify;
    padding-top: 8px;
    font-size: 95%;
    font-size: 13px;
}

.about_us .title_item {
    top: 10%;
    height: 90%;
}

.about_us .title_item:before {
    top: -40%;
    width: 5%;
    height: 35%;
    background-color: #fff;
}

.about_us .title_item:after {
    bottom: -155%;
    width: 5%;
    height: 35%;
    background-color: #fff;
}

.about_us .title_item h5 {
    color: #000;
    font-size: 135%;
    line-height: 1.3;
}

.unit {
    margin-top: 30px;
}

.unit:before {
    content: "";
    display: table;
}

.unit:after {
    content: "";
    display: table;
    clear: both;
    zoom: 1;
}

.unit .unit_item {
    float: left;
    width: 30%;
    text-align: center;
}

.unit .unit_item img {
    display: block;
    margin: auto;
    max-height: 75px;
}

.unit .unit_item .emailbtn {
    font-size: 85%;
    color: #444;
}

.unit .unit_item.socialBox {
    width: 35%;
    text-align: left;
    padding-top: 8px;
}

.unit .unit_item.socialBox:before {
    content: "";
    display: table;
}

.unit .unit_item.socialBox:after {
    content: "";
    display: table;
    clear: both;
    zoom: 1;
}

.unit .unit_item.socialBox figure {
    margin-left: 8px;
    float: left;
}

.unit .unit_item.socialBox .Icon_Box {
    float: left;
    padding-left: 10px;
    padding-top: 5px;
}

.unit .unit_item.socialBox .social a {
    display: inline-block;
    padding: 3px;
}

.unit .unit_item.socialBox .social a:hover {
    opacity: .7;
}

@media only screen and (max-width: 480px) {
    .unit {
        margin-top: 0;
    }
}

.copyright {
    background-color: #d9be9e;
    color: #fff;
}

.copyright p {
    text-align: center;
    width: 90%;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 85%;
    margin: auto;
}

@media only screen and (max-width: 786px) {
    .about_us {
        margin-bottom: 15px;
        margin-top: 15px;
    }
    .about_us p {
        padding-left: 0;
        margin: auto;
        font-size: 90%;
    }
    .about_us .title_item:before {
        top: 15px;
        left: 5%;
        width: 25%;
        height: 2px;
    }
    .about_us .title_item:after {
        bottom: auto;
        top: 15px;
        left: auto;
        right: 5%;
        width: 25%;
        height: 2px;
    }
    .about_us .title_item h5 {
        display: inline-block;
    }
    .unit .unit_item {
        width: 28%;
    }
    .unit .unit_item img {
        max-height: 50px;
    }
    .unit .unit_item.socialBox {
        width: 44%;
    }
    .unit .unit_item.socialBox figure {
        margin-left: 3px;
        margin-top: 3px;
    }
    .unit .unit_item.socialBox .Icon_Box {
        padding-left: 5px;
        padding-top: 0;
    }
    .unit .unit_item.socialBox .social {
        height: 35px;
    }
    .unit .unit_item.socialBox .social a {
        padding: 1px;
    }
}

@media only screen and (max-width: 480px) {
    .unit .unit_item {
        width: 80%;
        float: none;
        margin: 8px auto;
    }
    .unit .unit_item.socialBox {
        margin: auto;
        width: 80%;
        text-align: center;
    }
    .unit .unit_item.socialBox figure {
        float: none;
    }
    .unit .unit_item.socialBox .Icon_Box {
        padding: 0;
        width: 100%;
        margin-top: 8px;
    }
    .unit .unit_item.socialBox .social {
        height: 35px;
    }
    .unit .unit_item.socialBox .social a {
        padding: 1px;
    }
}

.scrollup {
    width: 50px;
    height: 59px;
    position: fixed;
    bottom: 60px;
    right: 10px;
    display: none;
    text-indent: -9999px;
    background: url(../png/gotop.png) no-repeat;
    background-size: contain;
    z-index: 9;
    cursor: pointer;
    opacity: 0.9;
}

@media only screen and (max-width: 480px) {
    .scrollup {
        width: 40px;
        height: 59px;
    }
}

.follow {
    width: 30px;
    position: fixed;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    transition: 0.5s;
    z-index: 99;
}

@media only screen and (max-width: 1025px) {
    .follow {
        transform: translateY(0);
        top: 15%;
    }
}

@media only screen and (max-width: 800px) {
    .follow {
        display: none;
    }
}

@media only screen and (max-width: 800px) {
    .follow.mb_d {
        display: flex;
        margin-top: 20px;
        position: static;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        width: 100%;
    }
}

.follow h5 {
    font-size: 1rem;
    line-height: 1.2;
    text-align: center;
    margin: 10px 0;
    color: #666;
}

@media only screen and (max-width: 800px) {
    .follow h5 {
        margin: 0;
    }
}

.follow.text_white h5 {
    color: #fff;
    text-shadow: 0px 0px 3px #000;
}

@media only screen and (max-width: 800px) {
    .follow ul {
        display: flex;
        flex-direction: row;
        align-items: center;
    }
}

.follow ul li {
    transition: .5s;
    margin-top: 8px;
    margin-bottom: 8px;
}

@media only screen and (max-width: 800px) {
    .follow ul li {
        margin-top: 0;
        margin-bottom: 0;
        margin-left: 8px;
    }
}

.follow ul li img {
    display: block;
}

.follow ul li:hover {
    transform: translateX(10px);
}

.follow ul li:last-child:hover {
    transform: translateX(0);
}

nav {
    width: 100%;
    background-color: #ceb393;
}

nav .logo {
    display: none;
}

nav.fix_nav {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
}

nav.fix_nav:before {
    content: "";
    display: table;
}

nav.fix_nav:after {
    content: "";
    display: table;
    clear: both;
    zoom: 1;
}

nav.fix_nav .logo {
    position: absolute;
    width: 10%;
    height: 100%;
    background: #fff;
    display: inline-block;
}

nav.fix_nav .logo img {
    width: 120px;
    display: block;
    margin: auto;
    padding: 5px;
}

nav.fix_nav ul.menu_nav {
    width: 1300px;
    margin: auto;
}

ul.menu_nav {
    width: 100%;
    max-width: 1300px;
    margin-left: auto;
    margin-right: auto;
}

ul.menu_nav:before {
    content: "";
    display: table;
}

ul.menu_nav:after {
    content: "";
    display: table;
    clear: both;
    zoom: 1;
}

ul.menu_nav li {
    float: left;
    position: relative;
    width: calc( 100% / 10);
    transition-duration: 0.5s;
}

ul.menu_nav li a {
    display: block;
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: center;
    color: #fff;
}

ul.menu_nav li:hover {
    background-color: #8d4d4e;
}

ul.menu_nav li.sel {
    background-color: #8d4d4e;
}

ul.menu_nav li .arrow {
    background: url(../png/arrow_down.png) no-repeat;
    width: 15px;
    height: 15px;
    position: absolute;
    right: 5px;
    top: 20px;
    transition-duration: 0.3s;
}

ul.menu_nav li:hover .arrow {
    transform: rotate(180deg);
    top: 20px;
}

ul.menu_nav li ol {
    display: none;
    position: absolute;
    z-index: 999;
    top: 3.5rem;
    left: 0;
    background-color: #ceb393;
    width: 210px;
}

ul.menu_nav li ol li {
    width: 100%;
}

ul.menu_nav li ol li+li {
    border-top: 1px solid #fff;
}

ul.menu_nav li ol li a {
    text-align: left;
    padding-left: 15px;
    padding-right: 15px;
    transition-duration: 0.3s;
    transform: translateX(0);
}

ul.menu_nav li ol li a:hover {
    transform: translateX(5px);
}

ul.menu_nav li:last-child ol {
    left: auto;
    right: 0;
}

ul.menu_nav li:hover ol {
    display: block;
}

@media only screen and (max-width: 1600px) {
    nav.fix_nav ul.menu_nav {
        width: 90%;
        margin-left: 10%;
    }
}

@media only screen and (max-width: 1280px) {
    nav.fix_nav .logo {
        width: 13%;
    }
    nav.fix_nav ul.menu_nav {
        width: 87%;
        margin-left: 13%;
    }
    ul.menu_nav li .arrow {
        right: 0;
    }
}

@media only screen and (max-width: 1024px) {
    nav.fix_nav {
        top: 105px;
    }
    nav.fix_nav .logo {
        display: none;
    }
    nav.fix_nav ul.menu_nav {
        width: 100%;
        margin-left: 0;
    }
    nav {
        position: fixed;
        top: 105px;
        left: 0;
        background-color: #ceb393;
        width: 100%;
        height: calc(100% - 105px);
        z-index: 999;
        display: none;
        overflow-y: scroll;
    }
    ul.menu_nav li {
        float: none;
        width: 100%;
        border-bottom: 1px solid #fff;
    }
    ul.menu_nav li:hover,
    ul.menu_nav li.show {
        background-color: inherit;
    }
    ul.menu_nav li a {
        width: calc(100% - 60px);
        padding-left: 10px;
        border-right: 1px solid #fff;
        text-align: left;
    }
    ul.menu_nav li .arrow {
        width: 50px;
        height: 58px;
        position: absolute;
        top: 0;
        background-position: center;
    }
    ul.menu_nav li:hover .arrow {
        transform: rotate(0);
        top: 0;
    }
    ul.menu_nav li.show .arrow {
        transform: rotate(180deg);
        top: 0;
    }
    ul.menu_nav li ol {
        background-color: #fff;
        width: 100%;
        position: static;
    }
    ul.menu_nav li ol li+li {
        border-top: 1px solid #8d4d4e;
    }
    ul.menu_nav li ol li a {
        color: #8d4d4e;
        width: 100%;
        box-sizing: border-box;
    }
    ul.menu_nav li ol li a:hover {
        transform: translateX(0);
    }
    ul.menu_nav li:hover ol {
        display: none;
    }
    ul.menu_nav li.show ol {
        display: block;
    }
}

@media only screen and (max-width: 480px) {
    nav {
        top: 85px;
        height: calc(100% - 85px);
    }
    nav.fix_nav {
        top: 85px;
    }
}

.menu-toggle {
    width: 40px;
    height: 40px;
    position: fixed;
    top: 25px;
    left: 20px;
    cursor: pointer;
    display: none;
    z-index: 99;
}

.menu-toggle:after {
    content: "選單";
    display: block;
    font-size: 100%;
    text-align: center;
    color: #8d4d4e;
}

.menu-toggle.on .one {
    transform: rotate(45deg) translate(4px, 4px);
}

.menu-toggle.on .two {
    opacity: 0;
}

.menu-toggle.on .three {
    transform: rotate(-45deg) translate(8px, -10px);
}

.one,
.two,
.three {
    width: 100%;
    height: 3px;
    background: white;
    margin: 6px auto;
    backface-visibility: hidden;
    transition-duration: 0.3s;
    background-color: #8d4d4e;
}

@media only screen and (max-width: 1024px) {
    .menu-toggle {
        display: block;
    }
}

@media only screen and (max-width: 480px) {
    .menu-toggle {
        top: 15px;
        width: 35px;
        position: fixed;
    }
    .menu-toggle:after {
        font-size: 85%;
    }
}

.show {
    display: block !important;
}

.fast_News {
    width: 100%;
    max-width: 1300px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 5px;
    padding-bottom: 5px;
    position: relative;
    height: 35px;
    overflow: hidden;
}

.fast_News span {
    border-radius: 8px;
    background-color: #a35252;
    color: #fff;
    display: inline-block;
    padding: 1px 10px;
    width: 40px;
    text-align: center;
    position: absolute;
    top: 10px;
    left: 5px;
}

.fast_News ul {
    width: calc(100% - 75px);
    padding-left: 75px;
}

.fast_News ul li h3 {
    color: #a35252;
    font-weight: normal;
    margin: 0;
    padding: 3px;
}

@media only screen and (max-width: 480px) {
    .fast_News {
        font-size: 85%;
        height: 3.5em;
        line-height: 1.3;
    }
    .fast_News span {
        padding: 1px;
        position: absolute;
        top: 10px;
        left: 5px;
    }
    .fast_News ul {
        width: calc(100% - 50px);
        padding-left: 50px;
    }
    .fast_News ul li {
        height: 3.5em;
    }
}

.banner {
    background-color: #f0e3d5;
}

.banner figure {
    margin: 0;
    padding: 0;
    width: 100%;
    max-width: 1300px;
    margin-left: auto;
    margin-right: auto;
}

.banner figure img {
    width: 100%;
    display: block;
}

.latestNews,
.ad_square {
    float: left;
}

.latestNews {
    position: relative;
    width: 68%;
}

.latest_list {
    padding-left: 80px;
    width: calc(100% - 80px);
}

.latest_list li {
    line-height: 1.2;
    padding: 6px 0;
    transition-duration: 0.3s;
    transform: translateX(0);
}

.latest_list li:hover {
    transform: translateX(5px);
}

.latest_list li+li {
    border-top: 1px solid #c8c8c8;
}

.latest_list li a {
    transition: 0.2s;
    display: block;
}

.latest_list li a span,
.latest_list li a em {
    font-size: 80%;
    font-size: 13px;
    color: #666;
    font-style: italic;
    font-weight: normal;
    font-family: "Helvetica Neue", "Helvetica", "Arial", "STHeitiTC-Light", "Microsoft JhengHei", sans-serif;
}

.latest_list li a:hover {
    color: #ce9c61;
}

.ad_square {
    width: 20%;
    margin-left: 8%;
    margin-right: 2%;
}

.ad_square a {
    display: block;
}

.ad_square a img {
    width: 100%;
    display: block;
}

.ad_square a+a {
    margin-top: 1.5em;
}

@media only screen and (max-width: 768px) {
    .latestNews,
    .ad_square {
        float: none;
    }
    .latestNews {
        width: 98%;
    }
    .latest_list {
        width: 90%;
        padding: 0;
        margin: auto;
    }
    .ad_square {
        width: 90%;
        margin: 0 auto;
    }
    .ad_square:before {
        content: "";
        display: table;
    }
    .ad_square:after {
        content: "";
        display: table;
        clear: both;
        zoom: 1;
    }
    .ad_square img {
        width: 40%;
        display: inline;
        padding-top: 3%;
    }
    .ad_square+a {
        margin-top: 0;
        padding-left: 5%;
    }
}

@media only screen and (max-width: 480px) {
    .ad_square {
        width: 100%;
    }
    .ad_square img {
        width: 48%;
    }
    .ad_square+a {
        padding-left: 2%;
    }
}

ul.main {
    border-left: 1px solid #c8c8c8;
    border-right: 1px solid #c8c8c8;
    border-bottom: 1px solid #c8c8c8;
}

ul.main:before {
    content: "";
    display: table;
}

ul.main:after {
    content: "";
    display: table;
    clear: both;
    zoom: 1;
}

ul.main li {
    float: left;
    width: calc(100% / 3);
    box-sizing: border-box;
    padding: 10px;
}

ul.main li+li {
    border-left: 1px solid #c8c8c8;
}

ul.main li a span {
    height: 240px;
    display: block;
}

ul.main li a span img {
    position: relative;
    height: 100%;
    max-width: 100%;
    margin: auto;
    display: block;
}

ul.main li a h3,
ul.main li a p {
    width: 95%;
    margin: auto;
}

ul.main li a h3 {
    color: #ce9c61;
    font-weight: normal;
    font-size: 110%;
    line-height: 1.5;
    height: 3em;
    overflow: hidden;
    margin-top: 8px;
    margin-bottom: 8px;
    word-break: break-all;
    display: -webkit-box;
    -webkit-line-clamp: 2;
}

ul.main li a p {
    position: relative;
    line-height: 1.3;
    height: 3.9em;
    overflow: hidden;
    font-size: 90%;
    word-break: break-all;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    text-align: justify;
}

@media only screen and (max-width: 768px) {
    ul.main {
        font-size: 95%;
    }
    ul.main li a span {
        height: 150px;
    }
}

@media only screen and (max-width: 480px) {
    ul.main li {
        float: none;
        display: block;
        width: 100%;
        padding: 0 2%;
    }
    ul.main li+li {
        border: none;
        border-top: 1px solid #c8c8c8;
    }
    ul.main li a p {
        display: none;
    }
    ul.main li a span {
        width: 100%;
        height: 220px;
        padding-top: 10px;
    }
    ul.main li a h3 {
        width: 95%;
        padding-left: 2%;
    }
}

.title_item {
    width: 50px;
    position: absolute;
    height: 65%;
    text-align: center;
    top: 35%;
}

.title_item:before {
    content: "";
    position: absolute;
    top: -50%;
    left: 48%;
    width: 2%;
    height: 45%;
    background-color: #ce9c61;
}

.title_item:after {
    content: "";
    position: absolute;
    bottom: 3%;
    left: 48%;
    width: 2%;
    height: 45%;
    background-color: #ce9c61;
}

.title_item span {
    display: block;
    background-color: #fff;
    color: #ce9c61;
    font-size: 120%;
    font-size: 24px;
    font-family: 'Noto Serif TC';
    font-weight: 700;
}

@media only screen and (max-width: 768px) {
    .title_item {
        position: static;
        width: 100%;
        height: 45px;
    }
    .title_item:before {
        top: 15px;
        left: 5%;
        width: 25%;
        height: 2px;
    }
    .title_item:after {
        bottom: auto;
        top: 15px;
        left: auto;
        right: 5%;
        width: 25%;
        height: 2px;
    }
    .title_item span {
        display: inline-block;
    }
}

.title_main {
    background-color: #ceb393;
}

.title_main h3 {
    color: #fff;
    font-size: 130%;
    letter-spacing: 0.1em;
    font-weight: normal;
    background-color: #ab8558;
    box-sizing: border-box;
    padding: 3px 0;
    width: 200px;
    text-align: center;
    position: relative;
}

.title_main h3:after {
    content: "";
    width: 0;
    height: 0;
    border-width: 0px 30px 40px 0px;
    border-color: transparent transparent #ab8558 transparent;
    border-style: solid solid solid solid;
    position: absolute;
    bottom: 0;
    right: -30px;
}

@media only screen and (max-width: 768px) {
    .title_main h3:after {
        border-width: 0px 30px 42px 0px;
        right: -29px;
    }
}

.title_list {
    border-bottom: 4px solid #ceb393;
}

.title_list h3 {
    position: relative;
    font-size: 150%;
}

.title_list h3:after {
    content: " ";
    width: 60px;
    height: 4px;
    background-color: #868686;
    position: absolute;
    bottom: -4px;
    left: 0;
}

.title_list .sitemap {
    font-size: 90%;
    padding-bottom: 8px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

@media only screen and (max-width: 768px) {
    .title_list .sitemap.news {
        background: #eee;
        padding: 10px;
        font-size: 85%;
    }
}

.list_con {
    margin-top: 25px;
    margin-bottom: 25px;
}

.list_con:before {
    content: "";
    display: table;
}

.list_con:after {
    content: "";
    display: table;
    clear: both;
    zoom: 1;
}

.listNews_con,
.news_con {
    float: left;
    width: 68%;
}

.News_list {
    padding-left: 10px;
}

.News_list li {
    padding-left: 30px;
    position: relative;
}

.News_list li:before {
    content: attr(data-num);
    position: absolute;
    left: 0;
    top: 8px;
    color: #ceb393;
    font-style: italic;
}

.listNews_con ul.main li {
    width: calc(100% / 2);
    border-top: 1px solid #c8c8c8;
    position: relative;
    padding-bottom: 40px;
    transition-duration: 0.3s;
    transform: translateX(0);
}

.listNews_con ul.main li:hover>.readmore {
    transform: translateX(5px);
}

@media only screen and (max-width: 768px) {
    .listNews_con {
        float: none;
        width: 98%;
        margin: auto;
    }
    .listNews_con ul.main li {
        width: calc(100% / 2);
    }
    .listNews_con ul.main li a span {
        height: 200px;
    }
    .news_con {
        float: none;
        width: 98%;
        margin: auto;
    }
}

@media only screen and (max-width: 768px) {
    .list_con {
        margin-bottom: 0;
    }
}

@media only screen and (max-width: 480px) {
    .list_con ul.main li {
        float: none;
        display: block;
        width: 100%;
        padding-bottom: 30px;
    }
    .list_con ul.main li:before {
        content: "";
        display: table;
    }
    .list_con ul.main li:after {
        content: "";
        display: table;
        clear: both;
        zoom: 1;
    }
    .list_con ul.main li+li {
        border: none;
        border-top: 1px solid #c8c8c8;
    }
    .list_con ul.main li a p {
        display: none;
    }
    .list_con ul.main li a span {
        width: 100%;
        height: 220px;
        padding-top: 10px;
    }
    .list_con ul.main li a h3 {
        width: 95%;
        padding-left: 2%;
    }
}

.rel_news {
    position: relative;
    min-height: 300px;
}

@media only screen and (max-width: 768px) {
    .rel_news {
        min-height: auto;
    }
}

.rel_news .title_item {
    top: 30%;
    height: 70%;
}

.rel_news .title_item:before {
    top: -40%;
    width: 3%;
    height: 30%;
}

.rel_news .title_item:after {
    bottom: 0;
    width: 3%;
    height: 30%;
}

.rel_news ul {
    padding-left: 80px;
    width: calc(90% - 80px);
}

.rel_news ul li {
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 30px;
}

.rel_news ul li a em {
    font-size: 75%;
    font-size: 13px;
}

@media only screen and (max-width: 768px) {
    .rel_news .title_item:before {
        top: 15px;
        left: 5%;
        width: 25%;
        height: 2px;
    }
    .rel_news .title_item:after {
        bottom: auto;
        top: 15px;
        left: auto;
        right: 5%;
        width: 25%;
        height: 2px;
    }
    .rel_news ul {
        padding-left: 0;
        width: 90%;
    }
}

.side_con {
    float: right;
    width: 30%;
}

.side_con .ad_square {
    float: none;
    width: 90%;
    margin: 0 5%;
}

.side_con .ad_square img {
    width: 100%;
}

.side_con .ad_square img+img {
    display: none;
}

.side_con .latest_list {
    padding-left: 0;
    width: 90%;
    margin: 15px 5%;
}

.side_con .side_title {
    display: none;
}

@media only screen and (max-width: 768px) {
    .side_con {
        float: none;
        width: 100%;
        margin: 15px auto;
    }
    .side_con:before {
        content: "";
        display: table;
    }
    .side_con:after {
        content: "";
        display: table;
        clear: both;
        zoom: 1;
    }
    .side_con .ad_square {
        float: right;
        width: 35%;
        margin: 0;
    }
    .side_con .ad_square img {
        width: 100%;
    }
    .side_con .ad_square img+img {
        display: block;
        padding: 0;
    }
    .side_con .latest_list {
        float: left;
        width: 55%;
        margin: 10px 2.5%;
    }
    .side_con .side_title {
        display: block;
        font-size: 120%;
        color: #ce9c61;
        position: relative;
        text-align: center;
        width: 60%;
        float: left;
    }
    .side_con .side_title:before {
        content: "";
        position: absolute;
        top: 15px;
        left: 5%;
        width: 25%;
        height: 2px;
        background-color: #ce9c61;
    }
    .side_con .side_title:after {
        content: "";
        position: absolute;
        top: 15px;
        right: 5%;
        width: 25%;
        height: 2px;
        background-color: #ce9c61;
    }
}

@media only screen and (max-width: 480px) {
    .side_con {
        float: none;
        width: 90%;
        margin: auto;
    }
    .side_con .ad_square {
        float: none;
        width: 100%;
    }
    .side_con .ad_square img {
        /* width: 48%; */
        display: inline-block;
    }
    .side_con .ad_square img+img {
        display: inline-block;
    }
    .side_con .latest_list {
        float: none;
        width: 95%;
        margin: 10px 2.5%;
    }
    .side_con .side_title {
        width: 100%;
        float: none;
    }
    .side_con .side_title:before {
        top: 15px;
        left: 2%;
        width: 30%;
        height: 2px;
    }
    .side_con .side_title:after {
        top: 15px;
        right: 2%;
        width: 30%;
        height: 2px;
    }
}

.list_mainNews {
    margin-top: 15px;
    margin-bottom: 15px;
    border: 1px solid #c8c8c8;
    position: relative;
    display: flex;
    padding-bottom: 15px;
}

.list_mainNews:before {
    content: "";
    display: table;
}

.list_mainNews:after {
    content: "";
    display: table;
    clear: both;
    zoom: 1;
}

.list_mainNews figure {
    padding: 8px;
    display: flex;
    justify-items: center;
    align-items: center;
}

.list_mainNews figure img {
    display: block;
    margin: auto;
    padding: 8px;
    max-height: 220px;
}

.list_mainNews .mainNews_txt {
    display: flex;
    flex: 5;
    flex-direction: column;
    width: auto;
    margin-left: 1em;
    margin-right: 1em;
    text-align: justify;
}

.list_mainNews .mainNews_txt h3 {
    color: #ab8558;
    font-size: 140%;
    margin-top: 8px;
    margin-bottom: 8px;
    word-break: break-all;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-height: 1.3;
    max-height: 2.6em;
    overflow: hidden;
}

.list_mainNews .mainNews_txt span {
    color: #ab8558;
}

.list_mainNews .mainNews_txt p {
    word-break: break-all;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    line-height: 1.5;
    max-height: 6em;
    overflow: hidden;
    padding-top: 8px;
}

@media only screen and (max-width: 480px) {
    .list_mainNews {
        display: block;
        padding-bottom: 35px;
    }
    .list_mainNews figure {
        display: block;
    }
    .list_mainNews figure img {
        max-width: 95%;
    }
}

.readmore {
    position: absolute;
    bottom: 8px;
    right: 15px;
    transition-duration: 0.3s;
    transform: translateX(0);
}

.readmore:hover {
    transform: translateX(5px);
}

.readmore:before {
    content: "+";
    border-radius: 100%;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    display: inline-block;
    border: 1px solid #8d4d4e;
    color: #8d4d4e;
}

.readmore a {
    color: #8d4d4e;
    font-size: 90%;
}

@media only screen and (max-width: 1024px) {
    .list_mainNews .mainNews_txt p {
        -webkit-line-clamp: 3;
        height: 4.5em;
    }
}

.pager {
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 85%;
}

.pager span {
    background-color: #ce9c61;
    color: #fff;
    display: inline-block;
    padding: 3px 10px;
}

.pager a {
    display: inline-block;
    padding: 3px 10px;
}

.pager a:hover {
    background-color: #ce9c61;
    color: #fff;
}

.pager em {
    font-size: 90%;
}

.pager .pre:before {
    content: " < ";
    background: #666666;
    padding: 5px 10px;
    color: #fff;
}

.pager .next:after {
    content: " > ";
    background: #666666;
    padding: 5px 10px;
    color: #fff;
}

.pager .pre:hover,
.pager .next:hover {
    background-color: transparent;
}

@media only screen and (max-width: 480px) {
    .pager em {
        display: block;
        margin-top: 10px;
    }
}

.pro_banner {
    background-image: url(../jpg/project_banner.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 250px;
    position: relative;
    text-align: center;
    touch-action: none;
}

.pro_banner h2 {
    font-size: 250%;
    padding-top: 5%;
    color: #000;
}

.pro_banner ul.pro_list {
    max-width: 1000px;
    width: 98%;
    white-space: nowrap;
    overflow-x: auto;
    margin-left: auto;
    margin-right: auto;
    padding: 15px;
}

.pro_banner ul.pro_list li {
    display: inline-block;
}

.pro_banner ul.pro_list li+li:before {
    content: " | ";
    color: #8d4d4e;
}

.pro_banner ul.pro_list li a {
    color: #8d4d4e;
    font-weight: 800;
    text-shadow: -1px 0 white, 0 1px white, 1px 0 white, 0 -1px white;
}

@media only screen and (max-width: 1024px) {
    .pro_banner {
        height: 150px;
    }
    .pro_banner h2 {
        font-size: 220%;
        padding-top: 25px;
        padding-bottom: 20px;
        color: #000;
    }
    .pro_banner ul.pro_list {
        padding: 0;
        padding-top: 5px;
        padding-bottom: 15px;
    }
}

.news_img {
    width: 100%;
    margin: auto;
    border: 1px solid #c8c8c8;
}

.news_img img {
    max-width: 100%;
    max-height: 400px;
    display: block;
    margin: 8px auto;
}

.news_img span {
    font-size: 85%;
    display: block;
    line-height: 1.3;
    width: 95%;
    margin: auto;
}

@media only screen and (max-width: 480px) {
    .news_img img {
        max-height: 180px;
    }
    .news_img span {
        font-size: 80%;
    }
}

.news_con h2 {
    color: #ce9c61;
    margin-top: 15px;
    margin-bottom: 8px;
}

.news_con .author {
    color: #ce9c61;
    display: block;
}

.news_con .posTime {
    display: block;
    font-size: 90%;
    margin-top: 5px;
    margin-bottom: 15px;
    padding-left: 10px;
}

.news_con .posTime:before {
    content: " | ";
}

.news_con .news_txt {
    width: 98%;
    margin: auto;
    text-align: justify;
}

.fz {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 15px;
}

.fz h5 {
    font-size: 1.1rem;
}

.fz ul {
    display: flex;
    flex-direction: row;
}

.fz ul li {
    font-size: 1.2rem;
    border: 1px solid #ceb393;
    padding: 5px;
    margin-left: 5px;
    cursor: pointer;
}

.fz ul li.sel {
    background: #ceb393;
    color: #fff;
}

.share_item {
    width: 100%;
    margin-top: 15px;
    margin-bottom: 15px;
    padding-top: 15px;
    padding-bottom: 8px;
    border-top: 1px solid #c8c8c8;
    border-bottom: 1px solid #c8c8c8;
}

.share_item span {
    display: inline-block;
}

.share_item span+span {
    padding-left: 8px;
}

@media only screen and (max-width: 480px) {
    .share_item {
        text-align: center;
        width: 100%;
    }
}

.pn_news {
    width: 98%;
    margin: 30px auto;
}

.pn_news:before {
    content: "";
    display: table;
}

.pn_news:after {
    content: "";
    display: table;
    clear: both;
    zoom: 1;
}

.pn_news .pre_news,
.pn_news .next_news {
    transition-duration: 0.3s;
    transform: translateX(0);
    width: 40%;
}

.pn_news .pre_news a,
.pn_news .next_news a {
    font-size: 80%;
}

.pn_news .pre_news a span,
.pn_news .next_news a span {
    display: block;
    color: #a5a5a5;
}

.pn_news .pre_news {
    float: left;
}

.pn_news .pre_news:hover {
    transform: translateX(-10px);
}

.pn_news .next_news {
    float: right;
    text-align: right;
}

.pn_news .next_news:hover {
    transform: translateX(10px);
}

@media only screen and (max-width: 480px) {
    .pn_news h3 {
        display: none;
    }
}

.owl-carousel .owl-item img {
    max-width: 100% !important;
    width: auto !important;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    top: calc(50% - 35px/2);
    width: 35px;
    height: 35px;
    background: rgba(0, 0, 0, 0.5) !important;
    border-radius: 100%;
}

.owl-carousel .owl-nav button.owl-next span,
.owl-carousel .owl-nav button.owl-prev span {
    font-size: 150%;
    font-style: normal;
    color: #fff;
    display: inline-block;
    line-height: 100%;
}

.owl-carousel .owl-nav button.owl-next {
    right: 10px;
}

.owl-carousel .owl-nav button.owl-prev {
    left: 10px;
}

@media only screen and (max-width: 480px) {
    .owl-carousel .owl-nav button.owl-next {
        right: 15px;
    }
    .owl-carousel .owl-nav button.owl-prev {
        left: 15px;
    }
}

.slick {
    margin: auto;
    max-width: 1300px;
    min-width: 1200px;
}

@media only screen and (max-width: 1280px) {
    .slick {
        max-width: 1200px;
        min-width: 100%;
    }
}

.slick_con {
    width: 100%;
    margin-left: 50%;
    transform: translateX(-50%);
    position: relative;
    overflow: hidden;
    z-index: 0;
}

.slick_con:before {
    content: " ";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 199;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 55%, black);
}

.slick_con img {
    width: 100%;
    background-size: cover;
}

.slick_con h4 {
    position: absolute;
    width: 90%;
    font-weight: 700;
    font-size: 165%;
    letter-spacing: 1.5px;
    text-align: center;
    left: 0;
    right: 0;
    bottom: 10%;
    z-index: 299;
    line-height: 1.5;
    margin: auto;
    overflow: hidden;
    color: #fff;
    padding: 5px 10px;
    box-sizing: border-box;
}

.slick_con h4 i {
    display: block;
    font-style: normal;
    color: #ffd29c;
    font-size: 65%;
}

@media only screen and (max-width: 480px) {
    .slick_con {
        padding-bottom: 2.5em;
    }
    .slick_con img {
        padding-bottom: 3.5em;
    }
    .slick_con h4 {
        font-size: 100%;
        background-color: rgba(0, 0, 0, 0.6);
    }
}

.slick-dots {
    position: absolute;
    right: 0;
    left: 0;
    margin: auto;
    bottom: 10px;
    z-index: 300;
    display: flex;
    justify-content: center;
}

.slick-dots:before {
    content: "";
    display: table;
}

.slick-dots:after {
    content: "";
    display: table;
    clear: both;
    zoom: 1;
}

.slick-dots li {
    display: block;
}

.slick-dots li button {
    width: 1.2em;
    height: 1.2em;
    text-indent: -9999px;
    background-color: #fff;
    border: none;
    border-radius: 100%;
    margin-left: 5px;
    cursor: pointer;
    display: inline-block;
    outline: none;
}

.slick-dots li.slick-active button {
    width: 1.5em;
    height: 1.5em;
    background-color: #ceb393;
}

@media only screen and (max-width: 480px) {
    .slick-dots {
        bottom: 0;
        z-index: 9;
    }
    .slick-dots li button {
        width: 1em;
        height: 1em;
    }
    .slick-dots li.slick-active button {
        width: 1.2em;
        height: 1.2em;
    }
}


/*# sourceMappingURL=style.css.map */