/*  index
-------------------------------------------------
    - Import
    - text
    - button
    - pc-layout
    - mobile-layout
    - css3-class
    - keyframes
-------------------------------------------------*/



/*-----------------------------------------------
     Import
-----------------------------------------------*/

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100;300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,300;0,400;0,500;0,800;1,100;1,300;1,400;1,500;1,800&display=swap');






/*-----------------------------------------------
   ad
-----------------------------------------------*/

.ad{
    position: fixed;
    top: 13%;
    left: 0;
    /*! transform: translate(224%,40%); */
    width: 200px;
    height: 200px;
    /*background: #ff000069;*/
    background: url(../images/ad.png) center top /100% no-repeat;

    cursor: pointer;
    z-index: 6;
    animation:ad_ 5s  cubic-bezier(.250, .460, .450, .940) 0s infinite both;

}
.ad a{
    display: block;
    height: 100%;

}

/*.ad:before{
    content: '';
    position: absolute;
    top: 52%;
    left: 56px;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border: 1px solid #7cc8eb;
    z-index: -1;
    animation:adOut 1.5s 0.3s infinite both;
    transform-origin:50% 50%;
}

*/



@media screen and (max-width:768px)
{
.ad{
    top: 48%;
    left: -9%;

    animation:ad_m 3s  cubic-bezier(.250, .460, .450, .940) 0s infinite both;

}
}


@keyframes adOut
{
0%{opacity: 0;transform:scale(1) translate(-30%,-50%); opacity: 0;/*! transform-origin:55% 50%; */}
30%{ opacity: 1;}
100%{transform:scale(1.5) translate(-20%,-55%); opacity: 0;/*! transfom-origin:55% 50%; */}
}

@keyframes ad_
{
0%,100%{transform:translateY(35px) ;}
50%{transform:translateY(0px) ; }
}
@keyframes ad_m
{
0%,100%{transform:translateY(35px) scale(0.6);}
50%{transform:translateY(0px) scale(0.6) ; }
}
/* ----------------------------------------------
    only for index
------------------------------------------------*/
.btn-home,.go-home-s {
    display: none;
}
/*
.go-news {
    display: none;
}
*/
.ripple{
    pointer-events: none;
    width: 50px;
    height: 50px;
    background: transparent;
    border-radius: 50%;
    position: absolute;
    right: -60px;
    top: 60px;
    border: 1px solid #60b4ff;
    animation:ripple 1.8s ease-out 0s infinite both;
}
.ripple2{
    pointer-events: none;
    width: 40px;
    height: 40px;
    background: transparent;
    border-radius: 50%;
    position: absolute;
    right: 101%;
    top: 75%;
    border: 1px solid #60b4ff;
    animation:ripple 1.7s ease-out 0.3s infinite both;
}
.ripple:before{
    content:'';
    width: 50px;
    height: 50px;
    background: transparent;
    border-radius: 50%;
    position: absolute;
    right: 0px;
    top: 0px;
    border: 1px solid  #60b4ff;
    animation:ripple2 3s ease-out 0.2s infinite both;
}
.ripple2:before{
    content:'';
    width: 40px;
    height: 40px;
    background: transparent;
    border-radius: 50%;
    position: absolute;
    right: 0px;
    top: 0px;
    border: 1px solid  #60b4ff;
    animation:ripple2 3.1s ease-out 0.5s infinite both;
}

@keyframes ripple
{
0%{opacity:1;transform: scale(0);}
100%{opacity:0;transform: scale(1);}
}
@keyframes ripple2
{
0%{opacity:1;transform: scale(1);}
100%{opacity:0;transform: scale(2.5);}
}

@keyframes ripple_m
{
0%{opacity:1;transform: scale(0);}
100%{opacity:0;transform: scale(0.8);}
}
@keyframes ripple2_m
{
0%{opacity:1;transform: scale(1);}
100%{opacity:0;transform: scale(1.5);}
}


@media screen and (max-width:768px)
{
.ripple{
    animation:ripple_m 2s ease-out 0s infinite both;
}
.ripple2{
    animation:ripple_m 2.2s ease-out 0.5s infinite both;
}
.ripple:before{
    content:'';
    animation:ripple2_m 3.5s ease-out 0.2s infinite both;
}
.ripple2:before{
    content:'';
    animation:ripple2_m 3.8s ease-out 0.7s infinite both;
}

}

/*  pc-layout
-------------------------------------------------
    - html,body
    - header
    - section
    - footer
-------------------------------------------------*/

html,
body {
    background: #fff;
}


.section {
    position: relative;
    overflow: hidden;
    background-color: #fff;
}

.top {
    background-image: url(../images/index.jpg);
    background-position: center 0%;
    background-repeat: no-repeat;
    background-size: 100%;
}


@media screen and (min-width:1921px) {

    html,
    body {
        background: #def6ff;
    }
}
@media screen and (max-width:1280px)
{
.top {
    background-position: center 25%;
}
}


/*-----------------------------------------------
     footer
-----------------------------------------------*/

.ending {
    margin: auto 0;
    width: 100%;
    border: 0;
    text-align: center;
    height: 550px;
    background: #fff url(../images/ending.jpg) center 96% / 100% no-repeat;
}

@media screen and (max-width:1400px) {
    .ending {
        height: 400px;
    }
}

@media screen and (max-width:768px) {
    .ending {
        margin: auto 0;
        width: 100%;
        border: 0;
        text-align: center;
        height: 350px;
    }
}

@media screen and (max-width:480px) {
    .ending {
        margin: auto 0;
        width: 100%;
        border: 0;
        text-align: center;
        height: 245px;
        background: #fff url(../images/mobile_02.jpg) center 100% / 100% no-repeat;
    }
}

/* mobile-layout
-----------------------------------------------
    mobile
-----------------------------------------------*/

@media screen and (max-width:768px) {

    .top {
        background-image: url(../images/mobile_01.jpg);
        background-position: center 0%;
        background-repeat: no-repeat;
        background-size: 100%;
        bottom: 0;
        margin: 0;
        padding: 0;
        /*! top: 0; */
    }
}



/*-----------------------------------------------
    df-width
-----------------------------------------------*/


.news {
    margin: auto;
    padding-right: 15px;
    padding-left: 15px;
    width: 100%;
    max-width: 1300px;
    position: relative;
    max-height: 100%;
    /*! overflow: hidden; */
    background: #fff;
}

.pc-show {
    display: block;
}

@media screen and (max-width:1280px) {
    .pc-show {
        display: none;
    }

    .news {
        max-height: 130%;
        overflow: hidden;
    }
}


@media screen and (max-width:768px) {
    .news {
        width: 100%;
        max-height: 150%;
    }
}




/*-----------------------------------------------
     fish-canvas
-----------------------------------------------*/
#canvasHolder {
    position: absolute;
    top: -24%;
    right: -43%;
    transform: scale(0.5);
    /*pointer-events: none;*/

}

#fishHolder {}

@media screen and (min-width:1921px) {
    #canvasHolder {
        right: -49%;
        transform: scale(0.4);
    }
}

@media screen and (max-width:768px) {
    #canvasHolder {
        top: 0%;
        right: -129%;
        transform: scale(0.4);
    }
}




/*-----------------------------------------------
    download
-----------------------------------------------*/
.section.active .download {
    -webkit-animation: scaleB 1s cubic-bezier(.250, .460, .450, .940) .3s both;
}

.download {
    position: absolute;
    z-index: 50;
    height: 65px;
    margin: auto;
    left: 0;
    right: 0;
    width: 510px;
    top: 58vh;
}

.download ul {
    display: flex;
}

.download ul li {
    flex: 1;
    height: 45px;
    border-radius: 6px;
    margin: 1% 1%;
    background-color: #000;
    border: 1px solid #fff;
    transform: scale(1);
    transition: all .3s ease;
}

.download ul li:hover {
    transform: scale(1.1);
}

.download ul li a {
    display: block;

    height: 100%;
    text-align: center;
    line-height: 80px;
    transition: all .3s ease;
}
.logo{
    position: relative;
}
.logo img{
    left: 50%;
    transform: translate(-50%,0);
    position: relative;
    max-width: 300px;
    opacity: 0;
}

.and_ {
    background: #000 url(../images/download.jpg) no-repeat -2% center /370%;
}

.ios_ {
    background: #000 url(../images/download.jpg) no-repeat 33% center /370%;
}

.apk_ {
    background: #000 url(../images/download.jpg) no-repeat 67% center /390%;
}

.pc_ {
    background: #000 url(../images/download.jpg) no-repeat 100% center /380%;
}

@media screen and (max-width:1400px) {
    .download {
        width: 400px;
        top: 58vh;
    }

    .download ul li {
        height: 35px;

    }
}

@media screen and (max-width:1280px) {
    .download {
        width: 400px;
        top: 50vh;
        /*! height: 50px; */
    }
        .download ul li {
        height: 45px;

    }

}
@media screen and (max-width:768px) {
    .download {

        width: 80%;
        /*! top: 50vh; */
        max-width: 400px;

        top: 53vh;
    }
.logo img{

    max-width: 200px;
}
        .download ul li {
        height: 33px;

    }
}
/* iPhone X and Xs Max */
@media only screen
    and (min-device-width: 375px)
    and (min-device-height: 812px)
    and (-webkit-device-pixel-ratio: 3)
    and (orientation: portrait) {
    /* styles */

    .download {
          width: 87%;
        top: 53vh;
    }


}


/* run - 跑光效果*/

@keyframes run {
    0% {
        right: -200%;
        filter: brightness(1);
    }

    50% {
        right: 300%;
        filter: brightness(1.5);
    }

    100% {
        right: -200%;
        filter: brightness(1);
    }
}

.run {
    animation: btn-open 1s ease-out 0s 1 both;
}


/*usage: add "run-effect" to class in Html */
.run-effect1,
.run-effect2,
.run-effect3 {
    position: relative;
    overflow: hidden;
}

.run-effect1:after,
.run-effect2:after,
.run-effect3:after {
    position: absolute;
    top: -10%;
    right: -200%;
    z-index: 0;
    opacity: .2;
    width: 50%;
    height: 120%;
    color: #fff;
    content: '';
    transition: all 300ms;
    transform: skewX(40deg);
    animation: run 3.5s ease 0s infinite both;
    background: #fff;
    filter: brightness(.5);
}

.run-effect2:after {
    animation: run 3.5s ease 0.2s infinite both;
}

.run-effect3:after {
    animation: run 3.5s ease 0.4s infinite both;
}



/*-----------------------------------------------
     text
-----------------------------------------------*/

p {
    font-size: 1rem;
    margin: 0 auto 3%;
    font-weight: 400;
    line-height: 2.2;
    letter-spacing: 0.05rem;
    color: #000;
}




p a {
    position: relative;
    color: #fff;
    transition: all .3s ease;

    border: 1px solid #91c9ec;
    border-radius: 30px;
    /*! display: inline-block; */
    background: #5286a6;
    padding: 1px 15px 2px;
    letter-spacing: 0.08rem;
    /*! line-height: 1.5; */
}

p a:hover {
    color: #fff;
    /*text-decoration:underline;*/
    position: absolute;
    transform: scale(1.1);
    border-radius: 30px;
    /*background: #37799f;*/
    border: 1px solid #91c9ec;
    transition: all .3s ease;

    /*font-size: 0.9rem;*/
    /*letter-spacing: 0.05rem;*/
    margin: 5px 0 0 0;
    line-height: 1.5;
}

p a:hover:before,
p a:hover:after {
    opacity: 0;
    transition: all .3s ease;

}

.news-group h2 {
    color: #000;
    font-size: 1.4rem;
    font-weight: 400;
    margin: 0;
    border-bottom: 0.04rem solid #000;
    width: 100%;
    position: relative;
    margin: 0 0 1% 0;
    transition: all .3s ease;
    line-height: 2.2;
}

.news-group h2:after {
    content: '';
    width: 45px;
    height: 2px;
    background: #000;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all .3s ease;

}


.news-group h2:hover:after,
.news-box:hover h2:after {
    content: '';
    width: 80px;
    transition: all .3s ease;
}

.news-box:hover h2 {
    /*color:#f91744;*/
    /*font-weight:500;*/
    transition: all .3s ease;
}

.news-group h2 span {
    margin: 0% 0 0% 8px;
    color: #444;
}




@media screen and (max-width:768px) {


    h2 {
        margin: auto;
        padding: 2% 0 2% 0;
        width: 100%;
    }

    .news-group h2 {
        font-size: 1.5rem;
    }



}





/*-----------------------------------------------
   tag & date
-----------------------------------------------*/
.tag-page {
    position: relative;
    margin: 20px auto 5px;
    z-index: 0;
    max-width: 130px;
    overflow: hidden;
    color: #cebd9c;
    border: 1px solid #796a4b;
    border-radius: 50px;
    transition: all .8s ease;
    text-align: center;
    /*! padding: 2px 20px; */
    background: transparent;
}



.tag-page span {
    position: relative;
    z-index: 10;
    line-height: 1.8;
    font-size: 1rem;
    letter-spacing: .1rem;
}



.tag-page a {
    display: block;
    width: 100%;
    height: 100%;
    color: #cebd9c;
}

.tag-page:after {
    position: absolute;
    top: -103%;
    left: -301%;
    z-index: -1;
    width: 300%;
    height: 300%;
    color: #fff;
    content: '';
    transition: all .8s ease;
    pointer-events: none;
    background: #c1ad8794;
}


.date-title {
    color: #9f9f9f;
    font-size: .8rem;
    text-align: center;
    letter-spacing: .1rem;
    position: relative;
}

/*-----------------------------------------------
   btn-back
-----------------------------------------------*/
.btn-back {
    position: relative;
    margin: 20px auto;
    z-index: 0;
    max-width: 130px;
    overflow: hidden;
    color: #cebd9c;
    border: 1px solid #796a4b;
    border-radius: 50px;
    transition: all .8s ease;
    text-align: center;
    background: transparent;
}

.btn-back:hover,
.btn-back a:hover {
    color: #fff;
    transition: all .8s ease;
}

.btn-back span {
    position: relative;
    z-index: 10;
    line-height: 1.8;
    font-size: 0.9rem;
    letter-spacing: .1rem;
}



.btn-back a {
    display: block;
    width: 100%;
    height: 100%;
    color: #cebd9c;
}

.btn-back:after {
    position: absolute;
    top: -103%;
    left: -301%;
    z-index: -1;
    width: 300%;
    height: 300%;
    color: #fff;
    content: '';
    transition: all .8s ease;
    pointer-events: none;
    background: #c1ad8794;
}

.btn-back:hover:after {
    position: absolute;
    left: -54%;
    width: 300%;
    height: 300%;
    content: '';
    transition: all .8s ease;
    background: #00094;
}





/**--------以下新聞--------**/
/**--------以下新聞--------**/
/**--------以下新聞--------**/
/**--------以下新聞--------**/


/*-----------------------------------------------
    news-group
-----------------------------------------------*/
.news-group {
    display: flex;
    margin: 0;
    padding: 5% 0 0 5%;
    width: 70%;
    height: 100%;
    flex-direction: column;
    /*min-height: 1120px;*/
    position: relative;
}

/* news-boxs */
.news-boxs {
    width: 100%;
    height: 100%;
    max-width: 1000px;
}


.news-boxs>ul {
    display: none;
    position: relative;
    margin: 1% 0 0 1%;
    height: 75%;
    flex-wrap: wrap;
    flex-direction: column;
}
.news-boxs>ul.show{
	display: flex;
}


.news-boxs>ul>li {
    margin: 3% 0 0;
    width: 100%;
    height: 105px;
    overflow: hidden;
    animation: changing2 .5s ease-out 0s 1 both;
}

.news-boxs>ul>li>a {
    display: flex;
}

@keyframes changing2 {
    0% {
        opacity: 0;
        filter: blur(5px);
    }

    100% {
        opacity: 1;
        filter: blur(0px);
    }
}

.news-thumb {
    position: relative;
    /*! padding: 0 0 50% 0; */
    z-index: 10;
    width: 22%;
    height: 100px;
    overflow: hidden;
    transition: all .3s ease;
    /*! background: #aa5a5a87; */
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100%;
}

.news-thumb img {
    position: absolute;
    left: 50%;
    top: 50%;
    margin: auto;
    text-align: center;
    transition: all .3s ease;
    transform: translate(-50%, -50%) scale(1);
}


.news-thumb:before {
    content: '';
    position: absolute;

    height: 100%;
    top: 0;
    right: 0;
    z-index: 10;
    background: #000;
}

.section.active .thumb01:before {
    -webkit-animation: newsThumb .5s cubic-bezier(.250, .460, .450, .940) 0.2s both;
}

.section.active .thumb02:before {
    -webkit-animation: newsThumb .5s cubic-bezier(.250, .460, .450, .940) 0.3s both;
}

.section.active .thumb03:before {
    -webkit-animation: newsThumb .5s cubic-bezier(.250, .460, .450, .940) 0.4s both;
}

.section.active .thumb04:before {
    -webkit-animation: newsThumb .5s cubic-bezier(.250, .460, .450, .940) 0.5s both;
}

.section.active .thumb05:before {
    -webkit-animation: newsThumb .5s cubic-bezier(.250, .460, .450, .940) 0.6s both;
}

@-webkit-keyframes newsThumb {
    0% {
        /*-webkit-transform: scale(1.4);*/

        width: 100%;
    }

    100% {
        /*-webkit-transform: scale(1);*/

        width: 0%;
    }
}

.news-box:hover .news-thumb img {
    transform: translate(-50%, -50%) scale(1.05);
    transition: all .3s ease;
}



.news-boxs>ul>li:hover .news-thumb {
    transition: all .3s ease;
    background-size: 100%;
    /*! padding: 0 0 50% 0; */
    overflow: hidden;
}


/*news-text*/
.news-text,
.news-text-chart {
    width: 70%;
    padding: 0 0 0 3%;
}

.news-text-list {
    width: 100%;
    padding: 0 0 0 0%;
}

.news-text>p {
    padding: 0;
    line-height: 1.6;
    overflow: hidden;
    color: #444;
    font-size: .8rem;
    height: 43px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.news-text>h4 {
    position: relative;
    margin: 0;
    line-height: 10px;
    color: #f91744;
    font-size: .7rem;
    /*! text-align: center; */
    letter-spacing: .1rem;
}



.news-text>h2 {
    padding: 0;
    overflow: hidden;
    color: #000;
    font-size: 1rem;
    font-weight: 300;
    white-space: nowrap;
    text-overflow: ellipsis;
    letter-spacing: 0.05rem;
}

@media screen and (max-width:1200px) {
    .news-group {
        width: 65%;
    }

    .news-text>p {

        height: 37px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
    }

    .news-boxs>ul>li {
        margin: 0% 0 0;
    }
}




@media screen and (max-width:768px) {
    .news-thumb {

        margin: 21px 0 0 0;
        height: 35px;
    }

    .news-text>p {

        height: 21px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        overflow: hidden;
    }
}


/*-------------------new-style---------------*/
/*-------------------------------------------*/
/*-------------------------------------------*/
/*-------------------------------------------*/
.news-boxs>ul>li.news-box-list {
    margin: 1% auto;
    width: 100%;
    height: 45%;
    overflow: hidden;
    border: 0px solid #555;
    /*! border-bottom: 1px solid #555; */
    border-radius: 0px;
    animation: changing .5s ease-out 0s 1 both;
}

@keyframes changing {
    0% {
        opacity: 0;
        filter: blur(3px);
    }

    100% {
        opacity: 1;
        filter: blur(0px);
    }
}

.news-box-list .news-thumb,
.news-box-list p,
.news-box-list button.news-more {
    display: none;
}

.news-box-list .news-text>h4 {
    position: absolute;
    margin: -2px auto 0;
    line-height: 20px;
    color: #f91744;
    font-size: .75rem;
    text-align: center;
    letter-spacing: .05rem;
    left: 0;
    top: 0;
}

.news-box-list .news-text>h2 {
    padding: 15px 5% 0.5% 0%;
    overflow: hidden;
    color: #000;
    font-size: 1.05rem;
    font-weight: 400;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.news-box-list .news-text>h4::before,
.news-box-list .news-text>h4::after {
    display: none;
}

@media screen and (max-width:768px) {
    .news-boxs>ul>li.news-box-list {
        width: 100%;

    }

    .news-box-list .news-text>h2 {
        padding: 15px 5% 1.5% 0%;
        font-size: 0.95em;
    }
}


/*-------------------------------------------*/
/*-------------------------------------------*/
/*-------------------------------------------*/
/*-------------------------------------------*/
/*-------------------------------------------*/

/* news-tabs */
.news-tabs {
    margin: 0 0 0%;
    width: 80%;
    height: 35px;
    max-width: 570px;
}



.content>.news-tabs {
    margin: 0 0 7%;
}


.news-tabs ul {
    height: 100%;
    display: flex;
    /*! flex: 1; */
}

.news-tabs li {
    position: relative;
    /*! width: auto; */
    height: 100%;
    /*! background: #bd38386e; */
    cursor: pointer;
    /*! text-align: center; */
    margin: 0 1.2%;
    /*! min-width: 82px; */
    /*! flex: 1; */
}
.news-tabs li:nth-child(5){
    min-width:22%;
}
.news-tabs  li  button {
    right: 0;
    left: 0;
    /*! opacity: 0; */
    width: 100%;
    text-align: left;
    margin: 0;
    min-height: 28px;
    font-size: 1rem;
    letter-spacing: 0;
    border: 0px solid #665858;
    color: #000;
    transition: all .3s ease;
    padding: 0 0 0 20px;
    height: 100%;
    background: url(../images/icon-null.png) 0px center / 17px no-repeat;

    border-radius: 0;
}
.news-tabs li  button  a {

   margin: 0 0 0 -25px;

}
.news-tabs li  button  a:before {
    content: '';

   padding: 0 0 0 25px;

}

.news-tabs li button.active,
.news-tabs li button:hover {
    /*! background: #1a08086e; */

    border: 0px solid #1e1e1e;
    opacity: 1;
    transition: all .3s ease;
    background: url(../images/icon-ok.png) 0 center / 17px no-repeat;
     padding: 0 0 0 20px;
}

.news-tabs li  button  a:hover {

padding: 0;

}

/*-----------------------------------------------
    listchange
-----------------------------------------------*/


.listchange {
    width: 50px;
    height: 25px;
    position: absolute;
    right: 8%;
    top: 70px;
    z-index: 1;
}
.listchange ul {
    display: flex;
    justify-content: flex-end;
}

.listchange ul li {
    flex: 1;
    margin-left: -7%;
    border-radius: 4px;
    text-align: center;
    color: #796a4b;
    /*background: #0b0b0b;*/
    cursor: pointer;
    transition: all .3s ease;

}

.listchange ul li:hover,
.listchange ul li.active {
    /*! border: 1px solid #423b2d; */
    transition: all .3s ease;

    color: #fff;
}

.listchange ul li.go-list {

    background: url(../images/icon-menu.png) center / 16px no-repeat;

}

.listchange ul li.go-chart {
    background: url(../images/grid-h.png) center / 16px no-repeat;
}

.listchange ul li.go-list:hover {

    background: url(../images/icon-menu-h.png) center / 16px no-repeat;

}

.listchange ul li.go-chart:hover {
    background: url(../images/grid-h.png) center / 16px no-repeat;
}

@media screen and (max-width:768px) {

.listchange {
    width: 40px;
    height: 25px;
    position: absolute;
    right: 1%;
    top: 70px;
    z-index: 10;
}


.listchange ul li.go-list {

    background: url(../images/icon-menu.png) center / 14px no-repeat;

}

.listchange ul li.go-chart {
    background: url(../images/grid-h.png) center / 14px no-repeat;
}
}

/*-----------------------------------------------
    button
-----------------------------------------------*/

button {
    margin: 20px auto;
    color: #ad916a;
    border: 1px solid #ad916a;
    border-radius: 30px;
}

button.news-more {
    display: inline-block;
    position: absolute;
    right: 9%;
    bottom: 13px;
    margin: auto;
    padding: 0 0 3px 0;
    width: 19%;
    min-height: 20px;
    line-height: 0;
    color: #bda973;
    border: 1px solid #827142;
    font-size: .8rem;
    transition: all .3s ease;
}

button.news-more>a,
button.news-more>a:active,
button.news-more>a:hover,
button.news-more>a:focus {
    margin: 0;
    padding: 0;
    line-height: inherit;
    overflow: inherit;
    color: #bda973;
    color: inherit;
    font-size: .8rem;
}

button.news-more:hover {
    padding: 0 0 3px 0;
    width: 25%;
    color: #fff;
    border: 1px solid #cec19e7a;
    background: #86734063;
}



/*.section.active .news-box1 {    animation:newsBoxUp .4s cubic-bezier(.250, .460, .450, .940) 0.1s 1 both;}
.section.active .news-box2 {    animation:newsBoxUp .4s cubic-bezier(.250, .460, .450, .940) 0.2s 1 both;}
.section.active .news-box3 {    animation:newsBoxUp .4s cubic-bezier(.250, .460, .450, .940) 0.4s 1 both;}
.section.active .news-box4 {    animation:newsBoxUp .4s cubic-bezier(.250, .460, .450, .940) 0.6s 1 both;}
.section.active .news-box5 {    animation:newsBoxUp .4s cubic-bezier(.250, .460, .450, .940) 0.8s 1 both;}

@keyframes newsBoxUp
{
0%{opacity:0;transform:translateY(200px);}
80%{opacity:1;transform:translateY(-50);}
100%{opacity:1;transform:translateY(0);}
}
*/




@media screen and (max-width:768px) {
    .news-group {
        padding: 15% 0 0 5%;
        overflow: hidden;
        flex-direction: column;
        /*! min-height: 665px; */
        width: 100%;
    }

    .news-boxs {
        width: 100%;
    }

    .news-boxs>ul {
        margin: 5% 0 0 1%;
    }

    .news-boxs>ul>li {

        height: 70px;

    }

    .news-tabs li button {
        height: 15px;
        font-size: 1rem;
    }

    button.news-more {
        right: 9%;
        bottom: 5px;
    }

    .news-tabs {
        margin: 0 0 0 -9%;
        width: 120%;
        transform: scale(.75);
    }

    .news-text>h2 {
        /*! padding: 5px 5% 0; */
        font-size: .85rem;
    }

    .news-text>p {
        /*! padding: 0 5%; */
        line-height: 1.6;
        font-size: .81rem;
    }




    .news-text>h4:before {
        left: 5%;
        width: 20%;
        content: '';
    }

    .news-text>h4:after {
        right: 5%;
        width: 20%;
        content: '';
    }
}

@media screen and (max-width:480px) {
    .news-tabs {
        margin: 0 0 0 -22%;
        width: 145%;
        /*! height: 25px; */
        /*! max-width: 450px; */
        transform: scale(.7);
        /*! left: 0; */
    }

}




/*-----------------------------------------------
     twitter
-----------------------------------------------*/
.twitter {
    width: 100%;
    height: 517px;
    max-width: 282px;


    overflow: auto;
    padding: 0 0;
}

.twitter-group {
    position: absolute;
    height: 620px;
    background: #ffffff7a;
    right: 1%;
    top: 180px;
    z-index: 10;
    width: 312px;

    background: url(../images/news/twitter.png) center top / 100% no-repeat;
    padding: 41px 0 0 14px;
}


.twitter-fixed {
    position: fixed;
    /*! right: 1%; */
    top: inherit;
    bottom: -430px;

}

.twitter-back {
    position: absolute;
    right: 1%;
    top: 55px;
    bottom: inherit;
}

@media screen and (max-width:1400px) {
    .twitter-group {
        position: absolute;
        height: 620px;
        background: #ffffff7a;
        right: 9%;
        top: 135px;
        z-index: 10;
        width: 250px;

        background: url(../images/news/twitter.png) center top / 100% no-repeat;
        padding: 35px 0 0 15px;
    }

    .twitter {
        width: 100%;
        height: 380px;
        max-width: 219px;


        overflow: auto;
        padding: 0 0;
    }

}





@media screen and (max-width:768px) {

    .twitter-group {
        position: relative;
        margin: 10% auto 0;
        right: inherit;
        top: inherit;
        width: 100%;
        max-width: 250px;
        height: 482px;
        padding: 33px 0 0 11px;
    }

    .twitter {
        height: 417px;
        max-width: 225px;


        padding: 0 0;
    }
}


