﻿@charset "utf-8";
.contact .contact-item .con a{color:#fff}
.contact .contact-item .con a:hover{color:#000}
.nyenthistorylist li{padding-right:calc(50% - 2px)}
.nyenthistorylist li .nyenthistime{font-size:35px;font-weight:bold;color:#d9241b;border-right:2px dotted #d9241b;border-bottom:2px dotted #d9241b;border-radius:0 0 15px 0;padding:30px 35px 10px;text-align:right;position:relative;margin-top:15px}
.nyenthistorylist li .nyenthistime:before{content:'';width:10px;height:10px;border-radius:50%;background:#d9241b;position:absolute;right:-6px;top:-15px}
.nyenthistorylist li p{text-align:right;padding:10px 37px 0 0;line-height:30px;min-height:130px;box-sizing:border-box}
.nyenthistorylist li:nth-child(2n){padding:0 0 0 calc(50% - 2px)}
.nyenthistorylist li:nth-child(2n) .nyenthistime{border-left:2px dotted #d9241b;border-right:0;border-radius:0 0 0 15px;text-align:left}
.nyenthistorylist li:nth-child(2n) .nyenthistime:before{right:auto;left:-6px}
.nyenthistorylist li:nth-child(2n) p{text-align:left;padding:10px 0 0 37px}
.nyenthistorylist li:not(:first-child){margin-top:-100px}
@media (max-width:768px){.nyenthistorylist li{padding-right:6px}
.nyenthistorylist li:nth-child(2n){padding-left:0}
.nyenthistorylist li:not(:first-child){margin-top:25px}}
@media (max-width:560px){.nyenthistorylist li .nyenthistime{padding:15px 15px 10px;font-size:26px}
.nyenthistorylist li p{padding:10px 17px 0 0;line-height:1.7;min-height:inherit}
.nyenthistorylist li:nth-child(2n) p{padding:10px 0 0 17px}}
.head-share{position:absolute;right:200px;top:50%;transform:translateY(-50%);display:flex}
.head-share li{margin-left:10px}
.head-share li .social-item{display:flex;justify-content:center;align-items:center;border-radius:1px;width:30px;height:30px;color:#fff;transition:transform .3s ease}
.head-share li .social-item.fb{background-color:#3b5997}
.head-share li .social-item.lk{background-color:#0a66c2}
.head-share li .social-item.you{background-color:red}
@media (max-width:768px){.head-share{display:none}}
@media (max-width:768px){#ind .ind-r iframe{display:block;height:400px}}
@media (max-width:500px){#ind .ind-r iframe{display:block;height:270px}}
.happ-list{display: flex;justify-content: space-between;flex-wrap: wrap;}
.happ-list .item{width:33%;margin-bottom:10px;}
.happ-list .item:nth-child(5){background: var(--color);    display: flex;justify-content: center;align-items: center;}
.happ-list .item:nth-child(5) p{color:#fff;padding: 20px;}
@media(max-width:768px){.happ-list .item{width:100%;}}
.advan .advan-list>li { width: 100%;}
@media(min-width:1025px){.advan .advan-list>li{width:33%;margin-bottom:15px;}}