/* Reset */

ul, li  {margin: 0;padding: 0; list-style: none;}
@media print {
  a[href]:after {
    content: none !important;
  }
}

/* 一般 fonts, btns, icons */

@font-face {
    font-family: Robotox;
    src: url(Roboto-Light.ttf);
    font-weight: 200;
    font-display: swap;
}

@font-face {
    font-family: Robotox;
    src: url(Roboto-Regular.ttf);
    font-weight: 500;
    font-display: swap;
}
@font-face {
    font-family: Robotox;
    src: url(Roboto-Medium.ttf);
    font-weight: 600;
    font-display: swap;
}
@font-face {
    font-family: DroidSerifx;
    src: url(DroidSerif.ttf);
    font-weight: 200;
    font-display: swap;
}
@font-face {
    font-family: DroidSerifx;
    src: url(DroidSerif-Bold.ttf);
    font-weight: 600;
    font-display: swap;
}
@font-face {
    font-family: DroidSerifx;
    src: url(DroidSerif-Italic.ttf);
    font-weight: 200;
    font-style:italic;
    font-display: swap;
}
@font-face {
    font-family: DroidSerifx;
    src: url(DroidSerif-BoldItalic.ttf);
    font-weight: 600;
    font-style:italic;
    font-display: swap;
}
.asLily figcaption {
    font-family: "MS PGothic","Osaka",Arial,sans-serif !important;
}
html, body {
    font-family:"MS PGothic","Osaka",Arial,sans-serif;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6, .btn {
    font-family: ms gothic, MS PMincho,MS Mincho, Robotox, 'Noto Sans TC','Microsoft JhengHei',sans-serif;
    font-weight: 600;
}
.h1, .h2, h1, h2 {
    font-weight: 500;
}

h3 {
    font-size: 1.6rem;
    line-height: 1.4em;
}

.btn {
    border-radius: 0;
}
.btn-w {
    background-color: #fff;
    padding: 4px 8px;
    border: 1px solid #c4c4c4;
}
.btn-b {
    background-color: #444;
    padding: 7px 11px;
    color: #fff;
    font-weight: 200;
}
.btn-more {
    position:relative;
    border: 1px solid #d7402b;
    font-weight: 600;
    font-size: 0.8rem;
    padding: 4px 5px;
    line-height: 14px;
    overflow:hidden;
}
a.btn-more  {
    color: #d7402b;
}
.btn-more:hover {
    color:#fff;
    border-color:rgba(51, 122, 183, 0.6666);
    background-color:rgba(51, 122, 183, 0.6666);
}

.btn-morepost {
/*    background-color: #d7402b;*/
    background-color: #2d6fa9;
    color: #fff;
    width: 100%;
}

.icon_gray {
/*    vertical-align: middle;*/
/*    color: #fff;*/
}

body {
    background-color: #f0f0f0;
}


.main {
    max-width: 1100px;
    margin: 0 auto;
    background-color: #fff;
}
.loadingbox, .asRosyloadingbox {
    text-align: center;
}
.loadingbox>img {
    max-width: 150px;
}
.asRosyloadingbox {
    background-color: #fff;
}
.loadingbox>img {
}

header.header {
    position: relative;
    width: 100%;
/*    height: 167px;*/
    padding: 0;
/*    padding: 0 40px;*/
    
}

.header .headerL {
/*    width: 553px;*/
    width: 59%;
    padding: 30px 0;
}

.header .ui_date {
    font-size: 1.6rem;
    font-weight: 600;
    color: #555;
    letter-spacing: 1px;
    float: left;
    padding: 6px 10px ;
    font-weight: 400;
}
.header .line, nav .line, .headerline {
    display: block;
    width: 100%;
/*    height: 2px;*/
/*    border-bottom: 2px solid #5b5b5b;*/
    clear: both;
/*    padding-top:32px; js控制*/
}
nav .line {
    padding-top: 25px;
    border: 0;
}
.header .headerR {
    position: absolute;
    top:0;
    right: 0;
/*    width: 500px;*/
    width: 44%;
/*    height: 190px;*/
/*    height: 180px;*/
/*    background: url(../images/top_pic.png) no-repeat;*/
    background-size: contain;
} 
.header .headerR img {
    width: 100%;
}
header h1 {
    margin: 0;
    padding: 0;
    text-indent: -9999px;
    background: url(../images/logo.jpg) no-repeat;
    background-size: contain;
    width: 88%;
    margin: 0 20% 0 5%;
/*    margin-left: 5%;*/
}
header h1 img {
    display: inline-block;
    width: 100%;
}
nav {
/*    margin: 25px 40px 0;*/
    position: relative;
    height: 50px
/*    overflow: auto;*/
}
nav.top {
/*    background-color: #777;*/
    z-index: 1000;
}
nav.top .date {
/*    color: #444;*/
    color: #fff;
    padding: 16px 0 0 45px;
    font-size: 1.6rem;
/*
    top: 0;
    left: 0;
*/
}
nav .share {
    position: fixed;
    left: 0;
    top: 20vh;
    z-index: 10;
}

nav .share li {
    width: 40px;
    height: 40px;
    background-color: #ccc;
    font-size: 2.4rem;
    color: #fff;
    text-align: center;
    transition: width .15s ease-in-out;
    background-image: url(https://image.taiwantoday.tw/images/share.png);
    background-position: 0 -121px;
}
nav .share li a {
    color: #fff;
}
nav .share li:hover {
    width: 50px
}
nav .share li i {
    vertical-align: middle;
}
nav .share .fb {background-color: #3d5d96;background-position: 0 0;}
nav .share .twitter {background-color: #000000;background-position: 0 -40px;}
nav .share .rss {background-color: #ea812e;background-position: 0 -80px;}
nav .share .search {background-color: #66deb4;background-position: 0 -120px; position: relative}
nav .share .ig {background-color: #dd1a45; background-position: 0 -160px;/*position: relative*/}
#searchmore {
/*    display: none;*/
    position: absolute;
    top: 0;
    left: -150px;
    width: 200px;
    text-align: left;
}
nav .share li i:hover, nav .share .search:hover {
    color: #fff;
}
nav .share .search>div input {
    width: 150px;
    float: left;
    height: 40px;
    color: #333;
    border: 1px solid #ccc;
}
nav .share .search>div button {
    float: left;
    width: 40px;
    height: 40px;
    font-size: 2.4rem;
    padding: 0;
    line-height: 0;
    background-image: url(https://image.taiwantoday.tw/images/share.png);
    background-position: 0 -121px;
}
nav.top>ul {
/*    display: block;*/
/*    overflow: auto;*/
    z-index: 100;
/*    margin-left: -18px;*/
/*    margin-right: 180px;*/
    float: right;
}
nav.top {
    font-family: ms gothic, Robotox, 'Noto Sans TC','Microsoft JhengHei',sans-serif;
    background-color: #2d6fa9;
}
nav.top>ul>li, nav.top>ul #menu_main>li {
    float: left;
    padding: 0px 9px;
    list-style: none;
    font-size: 1.5rem;
    line-height: 18px;
    
    border-right: 1px solid #fff;
    margin-top: 17px;
    border-right: 1px solid #c4c4c4;
}

#menu_main>li:nth-child(5) .second{ right: 0}
/*#menu_main>li:nth-child(5) .second ul:after { left:115px}*/
#menu_main>li:nth-child(5) .second ul:after { left:203px}



nav.top>ul>li:last-child  {
    border-right:0;
}
nav.top>ul li a {
/*    color: #444;*/
    color: #fff;
}
nav.top>ul li a:hover {
    text-decoration: none;
    border-bottom: 2px solid #fff;
/*    color: #eee;*/
}

nav>ul #menu_main>li>a.act {
    padding-bottom: 1px;
/*    border-bottom: 2px solid #d7402b;*/
    border-bottom: 2px solid #fff;
}

/* french */
#copynavr {
/*
    position: absolute;
    top: 0;
    left: 42px;
    z-index: 1;
*/
}

header .subscribe {
    float: left;
}

header .subscribe:hover {
    color: #fff;
}

header .language, nav .language {
    float: left;
    width: 120px;
    text-align: left;
    cursor: pointer;
}
header #more .fa-share, nav #more .fa-search {
    display: none;
}
header .language ul, nav .language ul{
    display: none;
}
nav.top .language ul{
/*    margin: 16px 0 0 -33px*/
    position: inherit;
    right: -16px;
    top: 50px;
    
}
nav.top .language li a {
   font-size: 1.4rem;
}
nav>ul li>.second {
     display: none; 
    position: absolute;
    top: 30px;
    padding-top: 20px;
}
span#menu_main li:nth-child(4) .second {
    right: 0;
}
nav>ul li>.second ul {
    background-color: #333;
    padding: 10px 5px;
    overflow: auto;
}

nav>ul li>.second ul:after {
    bottom: 100%;
    left: 25px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-bottom-color: #333;
    border-width: 5px;
    margin-left: -5px;
    top: 10px;
}
span#menu_main li:nth-child(4) .second ul:after {
    left: 204px;
}
nav>ul li>.second ul li{
    float: left;
    padding: 0 15px;
   font-size: 1.4rem;
    border-right: 1px solid #999; 
}
nav>ul li>.second ul li:last-child {
    border: 0;
}
nav>ul li>.second ul li a{color: #fff}
nav>ul li>.second ul li a:hover{text-decoration: underline}


header .language li {
    padding: 10px 0 0 10px;
}
header .language li a {
    color:#fff;
}
.navR {
    float: right;
/*    position: relative;*/
    z-index: 1;
/*
    position: absolute;
    right: 0;
    top: 0;
*/
/*    background-color: #5b5b5b;*/
}
.navR .subscribe {
    float: left;
    color: #fff;
    line-height: 16px;
    /*    border-right: 1px solid #c4c4c4;*/
    margin: 18px 17px 0 0;
    font-size: 1.6rem;
}
.navR .subscribe:hover {
    text-decoration: none;
    border-bottom: 2px solid #fff;
}
.navR .language {
    width: 75px;
    text-align: left;
    cursor: pointer;
    color: #fff;
/*    color: #444;*/
    border-left: 1px solid #c4c4c4;
    height: 18px;
    line-height: 18px;
    padding: 0 0 0 17px;
    margin: 16px 0 13px;
    font-weight: 400;
    float: left;
    font-size: 1.6rem; 
}


nav #more {
    display: none;
    cursor: pointer;
    background-color: rgba(0,0,0,0);
    width: 85px;
    height: 53px;
    margin-top: -1px;
    font-size: 2.1rem;
    color: #fff;
}
nav #more.act {
    background-color: #2f2f2f;
    color: #fff;
}




#search_phone {display: none}
#language_phone{display: none}
nav .share_phone{display: none}
.ui_events, .ui_tr {
    margin: 25px 30px;
    overflow: hidden;
    clear: both;
}

h2.title {
/*    color: #d7402b;*/
    color: #555;
    font-size: 2.2rem;
    text-indent: 15px;
    position: relative;
/*    margin: 35px 0 25px;*/
    margin: 20px 0 ;
}
h2.title .picmore {
    position: absolute;
    right: 0;
    top: 0;
    background-color: #555;
    color: #fff;
    width: 56px;
    height: 32px;
    padding: 5px;
    font-size: 1.8rem;
}

h2.title .picmore a {
    color: #fff;
}
h2.title .picmore a:hover {
    text-decoration: none;
}

h2.title .picmore i {
    display: inline;
}
h2.title.black {
    color: #000;
}
h2.title span, h3.title span  {
    display: block;
    width: 100%;
    height: 6px;
    margin-top: 5px;
    border-top: 1px solid #c4c4c4;
    border-bottom: 1px solid #c4c4c4;
    background: #d7402b;
    background-image: -o-linear-gradient(right, #2d6fa9 0%, #2d6fa9 25%, #FFFFFF 25%);
    background-image: -moz-linear-gradient(right, #2d6fa9 0%, #2d6fa9 25%, #FFFFFF 25%);
    background-image: -webkit-linear-gradient(right, #2d6fa9 0%, #2d6fa9 25%, #FFFFFF 25%);
    background-image: -ms-linear-gradient(right, #2d6fa9 0%, #2d6fa9 25%, #FFFFFF 25%);
    background-image: linear-gradient(to right, #2d6fa9 0%, #2d6fa9 25%, #FFFFFF 25%);
}

.line_japan {
    display: block;
    width: 100%;
    height: 6px;
    margin: 0px 0 30px 0;
    border-top: 1px solid #c4c4c4;
    border-bottom: 1px solid #c4c4c4;
/*    background: #d7402b;*/
    background: #2d6fa9;
    background-image: -o-linear-gradient(right, #2d6fa9 0%, #2d6fa9 10%, #FFFFFF 10%);
    background-image: -moz-linear-gradient(right, #2d6fa9 0%, #2d6fa9 10%, #FFFFFF 10%);
    background-image: -webkit-linear-gradient(right, #2d6fa9 0%, #2d6fa9 10%, #FFFFFF 10%);
    background-image: -ms-linear-gradient(right, #2d6fa9 0%, #2d6fa9 10%, #FFFFFF 10%);
    background-image: linear-gradient(to right, #2d6fa9 0%, #2d6fa9 10%, #FFFFFF 10%);
}

h3.event {
}
.ui_vedios {
    padding: 13px 15px;
    border: 1px solid #c4c4c4;
    border-top: 0;
    margin-top:-10px;
}

#picturebox{
    margin-top: 20px;
    
}

.ui_indexNews {
/*    width: 100%;*/
    
}
.ui_indexNews>ul {
    overflow: auto;
    margin-top: 20px;
}
.ui_indexNews>ul>li, .ui_indexNews>ul>ul>li {
    float: left;
    padding: 10px;
    margin-right: 5px;
    border: 1px solid #d7402b;
    background-color: #d7402b;
    font-size: 1.5rem;
    color: #fff;
    cursor: pointer;
}
.ui_indexNews>ul>li.act {
    border: 1px solid #c4c4c4;
    background-color: #fff;
    font-weight: 600px;
    color: #d7402b;
    border-bottom: 1px solid #fff;
    position: relative;
}
.ui_indexNews>ul>li.act:after {
    content: "";
    height: 4px;
    width: 80%;
    background-color: #d7402b;
    position: absolute;
    bottom: 1px;
    left: 10px;
}

.ui_indexNews .content {
/*
    border: 1px solid #c4c4c4;
    margin-top: -1px;
    padding: 10px;
*/
    overflow: auto;
}
.ui_indexNews>ul>ul {
    float:right;
    margin-top: 5px;
}
.ui_indexNews>ul>ul>li {
    width: 32px;
    height: 26px;
    padding: 0;
    text-align: center;
    background-color: #fff;
    color: #2a2a2a;
    border: 0;
    cursor: pointer;
}
.ui_indexNews>ul>ul>li i {
    vertical-align: middle;
}

.ui_indexNews>ul>ul>li.act{
    background-color: #828282;
    color: #fff;
}

.ui_indexNews .content .viewL {
    overflow: auto;
}

.ui_indexNews .content li {
    padding: 0 0 10px 0px;
}

.ui_indexNews .content li .line{
    display: block;
    width: 100%;
    height: 1px;
    padding-top: 2px;
    margin-bottom: 15px;
    border-bottom: 1px solid #c4c4c4; 
    overflow: auto;
}
.ui_indexNews .content li .img {
    position: relative;
}
.ui_indexNews .content li .img>span {
    display: block;
    width: 100%;
    padding: 8px;
    position: absolute;
    bottom: 0;
    background-color: rgba(0,0,0,.5);
    color: #fff;
}
.ui_indexNews .content li .img>span>span {
    padding-right: 8px;
}
.ui_indexNews .content li .img>span i {
    padding-right: 3px;
}
.ui_indexNews .content li img {
    max-width: 220px;
/*    max-width: 100%;*/
/*    max-height: 135px;*/
    float: right;
    border-bottom: 2px solid #d7402b;
}

.ui_indexNews .content h3 {
    font-size: 1.6rem;
    border-bottom: 1px solid #c4c4c4;
/*    height: 65px;*/
    line-height: 1.2em;
    margin-top: 15px;
}
.ui_indexNews .content h3 a {
    color: #333;
}
.fnews ul.content  {
    margin-bottom: -12px;
    overflow: auto;
}

.fnews {
    float: left;
}
.fnews .content li {
    width: 50%;
    float: left;
/*    padding: 0 10px;*/
    padding-left: 10px;
}
.fnews .content li:nth-child(odd) {
    padding-right: 10px;
    padding-left: 0;
}
.fnews .content li h3 {
   font-size: 1.4rem;
    height: 38px;
    overflow: hidden;
    line-height: 1.4em;
    margin: 4px 0;
}
.fnews .content li span {
    color: #999;
}
.fnews .content li .line {
    display: block;
    width: 100%;
    height: 1px;
    padding: 5px 0;
    margin-bottom: 10px;
    border-bottom: 1px solid #c4c4c4; 
}

.fnews .content .img {
    position: relative;
}
.fnews .content .new.img {
    border-bottom: 3px solid #d7402b;
}
.fnews .content .img>span {
    display: block;
    width: 100%;
    padding: 8px;
    position: absolute;
    bottom: 0;
    background-color: rgba(0,0,0,.5);
    color: #fff;
}
.fnews .content .img>span>span {
    padding-right: 8px;
}
.fnews .content .img>span i {
    padding-right: 3px;
}
.fnews .content img {
    width: 100%;
}

.fnews .content .newtextcontent {
    padding:1px 10px 10px;
    border: 1px solid #c4c4c4;
    border-top: 0;
    max-height: 175px;
    overflow: hidden;
}
.fnews .content .newtextcontent:after {
    position: absolute;
    content: "";
    background-color: #fff;
    width: 480px;
    height: 8px;
    bottom: 1px;
    left: 16px;
}

.fnews .content h3 {
    font-size: 1.6rem;
/*
    border-bottom: 1px solid #c4c4c4;
    height: 65px;
*/
    line-height: 1.4em;
    margin: 15px 0 10px 0;
}
.fnews .content h3 a {
    display: block;
    color: #333;
}

.fnews .rulist h3 {
    color: #d7402b;
    margin-bottom: 0;
    padding-bottom: 10px;
    border-bottom: 1px solid #c4c4c4;
    margin-top: 5px;
}
.fnews .rulist li a{
    display: block;
    padding: 10px 0;
    border-bottom: 1px solid #c4c4c4;
    color: #333;
    min-height: 73px;
    font-family: ms gothic, MS PMincho,MS Mincho, Robotox, 'Noto Sans TC','Microsoft JhengHei',sans-serif;
}
.fnews .rulist li a:hover {
    color: #d7402b;
    border-right: 4px solid #d7402b;
    text-decoration: none;
}
/*
.fnews .list li:first-child a{
    border-right: 4px solid #d7402b;
}
*/

/*
.viewL .style_m, .viewL .style_s {display: none!important}
.viewM .style_l, .viewM .style_s {display: none!important}
.viewS .style_m, .viewS .img {display: none!important}
*/

/*
.ui_indexNews .content .viewM li {
    padding: 10px;
    margin-bottom: 20px;
    padding-bottom: 10px;
    width: 50%;
    height: 115px;
}
*/

.ui_indexNews .content .viewM li .line {
    display: block;
    width: 100%;
    height: 1px;
    margin-bottom: 4px;
    padding-top: 14px;
    border-bottom: 1px solid #c4c4c4; 
    overflow: auto;
}
.ui_indexNews .content .viewM li:last-child .line {
    display: none;
}
.ui_indexNews .content .viewM .img {
/*
    width:42%;
    height:150px;
*/
    width: 32%;
    height: 106px;
    float: left;
/*    padding-right:12px;*/
    background-size:cover;
    background-position:center center;
/*    border-bottom: 2px solid #d7402b;*/
/*    border-bottom: 2px solid #2d6fa9;*/
}
.ui_indexNews .content .viewM .text {
    width: 68%;
    float: left;
    padding-left: 12px;
}
.ui_indexNews .content .viewM h3 {
/*   font-size: 1.4rem;*/
    font-size: 1.4rem;
    line-height: 1.4rem;
    border: 0;
/*    margin: 5px 0 2px;*/
    margin: 0 0 4px;
    max-height: 2.8rem;
    min-height: 20px;
    overflow: hidden;
}
/*.ui_indexNews .content .viewM li .text>p {*/
.ui_indexNews .content .viewM li .text>.content {
    overflow: hidden;
/*    margin: 5px 0 0;*/
    font-size: 1.2rem;
    line-height: 1.4rem;
    height: 4.1rem;
    color: #777;
}
.ui_indexNews .content .viewM span {
    color: #999;
/*    font-size: 1.3rem;*/
    display: block;
    margin-top: 3px;
}
.ui_indexNews .content .more {
/*    margin:0 10px;*/
    margin-top: 1px;
/*    margin-top: -11px;*/
    width: 100%;
    float: left;
}
.ui_indexNews .content .more a:hover, .mainlist .more a:hover {
    color: #fff;
    text-decoration: underline;
}
.ui_events_R {
/*    margin-top: -20px;*/
}
.ui_events_R .list {
    display: block;
    overflow: auto;
}

.ui_events_R .list li {
    margin-top: 20px;
}

.ui_events_R .list li h3 {
    margin-top: 15px;
}
.ui_events_R .list img {
    width: 100%;
}

.ui_tr .mainlist {
    padding: 0;
    overflow: auto;
    clear: both;
/*    padding-top: 15px;*/
}

.ui_tr .mainlist .img{
    margin-bottom: 15px;
    position: relative;
    width: 100%;
    height: 220px;
    background-size: cover;
    background-position: center center;
}

.ui_tr .mainlist .img img {
    width: 100%;
    border-bottom: 2px solid #d7402b;
}
.ui_tr .mainlist .img>span {
    display: block;
    width: 100%;
    padding: 8px;
    position: absolute;
    bottom: 0;
    background-color: rgba(0,0,0,.5);
    color: #fff;
}
.ui_tr .mainlist .img>span>span {
    padding-right: 8px;
}
.ui_tr .mainlist .img>span i {
    padding-right: 3px;
}



.ui_tr .mainlist li {
    border-bottom: 1px solid #c4c4c4;
    padding: 0 0 10px 10px;
    margin-bottom: 15px;
}
.ui_tr .mainlist li h3 {
   font-size: 1.4rem;
    border: 0;
    margin: 5px 0 4px;
    height: 35px;
    font-weight: 200;
    overflow: hidden;
}
.ui_tr .mainlist li:first-child h3{
    font-weight: 600;
    font-size: 1.5rem;
    height: 38px;
}
.ui_tr .mainlist li h3 a {
    color: #333;
}
.ui_tr .mainlist li span {
    color: #999;
    font-weight: 200;
}


.ui_events_R .banner {
    border: 1px solid #c4c4c4;
    text-align: center;
    margin-top: 19px;
}
.ui_events_R .banner span {
    display: block;
    line-height: 30px;
    cursor: pointer;
}
.ui_events_R .banner i.disable, 
.ui_tr .books i.disable {
    opacity: 0.3;
}
.ui_events_R .banner .prev {
    border-bottom: 1px solid #c4c4c4;
    height: 15px;
    display: block;
}
.ui_events_R .banner .next {
    border-top: 1px solid #c4c4c4;
}


.ui_events_R .banner .main {
/*    height: 385px;*/
    height: 297px;
    overflow: hidden;
}
.ui_events_R .banner ul {
}
.ui_events_R .banner li {
    padding: 28px 0 14px;
}
.ui_events_R .banner li a img{
    width: 140px;
}

.ui_events_R .banner li:last-child {
    padding-bottom: 28px;
}

.ui_events_R .banner .next_phone, .ui_events_R .banner .prev_phone {
    display: none;
}
.books .prev_phone, .books .next_phone {
    display: none;
}


/* banner  */

    .ui_events_R .banner {position: relative;max-height: 102px}
    .ui_events_R .banner .banner_phone {margin: 0 15px}
    .ui_events_R .banner .main { overflow: auto; height: auto!important;background-color: #444}
    .ui_events_R .banner .prev, .ui_events_R .banner .next {display: none}
    .ui_events_R .banner ul {}
    .ui_events_R .banner li { float: left;padding: 20px 10px;min-width: 160px;}
    .ui_events_R .banner li:last-child {padding-bottom:20px}
    .ui_events_R .banner .next_phone, .ui_events_R .banner .prev_phone {
        display:block;position:absolute;width:15px;height:100%;top:0;line-height: 100px }
    .ui_events_R .banner .prev_phone{
        left: 0;
        border-right: 1px solid #c4c4c4;
    }
    .ui_events_R .banner .next_phone{
        right: 0;
        border-left: 1px solid #c4c4c4;
    }




.books .prev_phone, .books .next_phone {
    display: none;
}



.ui_tr .tr  {
    border: 1px solid #c4c4c4;
    text-align: center;
    margin-top: 20px;
    padding: 15px;
}

.ui_tr .tr h3, .ui_tr .books h3, .ui_events_R h3 {
    border-bottom: 1px solid #c4c4c4;
    text-align: center;
    font-weight: 400;
    margin: 0;
    padding-bottom: 15px;
    margin: 0 20px 20px 20px;
}
.ui_tr .tr img {
    max-width: 100%;
}
.ui_tr .tr P {
    text-align: left;
    padding: 10PX 0;
}

.ui_tr .tr .language {
    padding: 10px 20px 20px;
    color: #fff;
    background-color: #818283;
    text-align: left;
}
.ui_tr .tr .language h3 {
    margin-bottom: 10px;
    padding-bottom: 10px;
}
.ui_tr .tr .language span {
    display: inline-block;
    width: 60px;
    text-align: left;
    margin-left: 10px;
}
.ui_tr .books  {
    border: 1px solid #c4c4c4;
    text-align: center;
/*    margin-top: 20px;*/
    padding-top: 15px;
}

.ui_tr .books .main {
    height: 420px;
    overflow: hidden;
}
.ui_tr .books ul {
    margin-top: -20px;
}

.ui_tr .books li {
    position: relative;
    margin: 20px;
}
.ui_tr .books .pic {
    padding: 0 25px;
}
.ui_tr .books .pic img { 
    max-width: 100%;
}
.ui_tr .books .name {
    line-height: 42px;
    background-color: rgba(30,30,30,.5);
    color: #fff;
    position: absolute;
    bottom: 0;
    width: 100%;
}
.ui_tr .books .next {
    display: inline-block;
    padding-top: 10px;
    width: 100%;
    border-top: 1px solid #c4c4c4;
}



footer.footer {
    padding: 20px;
    color: #fff;
    background-color: #333;
    text-align: center;
}
footer.footer ul {
    display: inline-block;

    padding-bottom: 15px;
}
footer.footer .nav li {
    float: left;
    padding: 0 20px;
    border-right: 1px solid #fff;
}
footer.footer .nav li:last-child  {
    border-right:0;
}
footer.footer .nav li a {
    color: #fff;
}

footer.footer .copyright {
    border-top: 1px solid #fff;
    padding: 25px 0 9px;
    width: 90%;
    margin: 0 auto ;
    font-weight: 200;
    overflow: auto;
    
}
footer.footer .copyright span {
    display: inline-block;
    background-image: url(../images/footer_logo.png);
    background-repeat: no-repeat;
    padding: 0px 0 10px 50px;
    text-align: left;
    
}



/* Footer */
.footer .more {
    display: none;
    padding: 5px 10px ;
    color: #cccccc;
    width: 100%;
    max-width: 980px;
    margin: 0 auto;
    text-align: left;
}
.footer .more a, footer .navFun a:hover {
    text-decoration: none;
}
.footer .more ul {
    list-style: none;
    margin: 0;
    padding: 0;
    line-height: 120%;
    margin-bottom:20px;
    padding-top:20px;
    
}
.footer .more>ul>li {
    float: left;
    height:270px;
    font-size: 2rem;
    padding-top:30px;
    color:#FFF;
}
.footer .nav_01 {width:220px}
.footer .nav_02 {width:250px}
.footer .nav_05{width:220px}
.footer .nav_06{width:230px}
.footer .nav_07{width:260px}

.footer .more ul li.nav_02 ul li{
    display:inline-block;
}

.footer .more ul li.nav_02 ul li img{
    margin:0px 5px;
    width:32px;
    height:32px;
        }
.footer .more ul li.nav_03{
    width:240px;
    }



.footer .more ul li a {
    color: #FFF;
    padding-left: 15px;
    font-size: 1.6rem;
    text-align:left;
}
.footer .more ul li a:hover {
    color: #fff;
}
.footer .more ul ul {
    width: 100%;
    margin: 0;
    background: none;
    border-top:1px solid #fff;
    margin-top:14px;
}
.footer .more ul ul li {
    color: #fff;
    float: none;
    width:auto;
    font-weight:normal;
    padding: 0;
    margin: 0 0 6px;
    height:auto;
   font-size: 1.4rem;
    line-height:1.35em;
    
}
.footer .more ul ul li a {
    color: #fff;
    margin-bottom: 10px;
    padding: 3px 5px 2px 0px;
    font-weight:normal;
    transition:.3s ease-out;
}
.footer .more ul li li a:hover {
    color: #9F0;
}
.footer .more ul ul ul { margin:0 0 0 15px; padding:10px 0 0; border-top:none;}
.footer .more li li li { color: #E4E4E4; }
.footer .more li li li a {color: #E4E4E4;}
.footer .more li li li a:hover { color: #0CC; }



.pad_block {
    display: none;
        height: 10px;
        width: 100%;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e2e2e2+0,f3f3f3+67,f0f0f0+67,ededed+100 */
background: #e2e2e2; /* Old browsers */
background: -moz-linear-gradient(top,  #e2e2e2 0%, #f3f3f3 67%, #f0f0f0 67%, #ededed 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #e2e2e2 0%,#f3f3f3 67%,#f0f0f0 67%,#ededed 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #e2e2e2 0%,#f3f3f3 67%,#f0f0f0 67%,#ededed 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e2e2', endColorstr='#ededed',GradientType=0 ); /* IE6-9 */



    }


/*============= RWD ==============*/

@media (min-width: 992px) {
    nav>ul {display: block!important}
    nav.top .home {display: none;}
    nav.top .language ul {background-color: #333;width: 120px;}
    nav.top .language li, nav.top .language li a  {padding: 6px 10px; color: #fff;  }
    /*  TOP NEWS */
    .ui_indexNews .title.phone {display: none}
    .ui_tr .books ul {width:auto!important}
    .ui_indexNews .content .viewM li:nth-child(5),.ui_indexNews .content .viewM li:nth-child(6){display: none}
    nav .navR {width: 220px}
    nav>ul>li, nav>ul #menu_main {float: right}
}

@media (max-width: 991px) {
    nav.top .date {
        display: none;
    }
    #copynavr {
        display: none;
    }
    nav {
/*        margin-bottom: 0;*/
    }
    nav>ul {
        display: none;
        position: absolute;
        background-color: rgba(0,0,0,.82);
        width: 100%;
        z-index: 11;
/*        top: 54px;*/
        right: 0;
        padding: 10px 0;
    }
    nav>ul>li, nav>ul #menu_main>li {
        width: calc(50% - 75px);
        margin: 15px 0px 15px 50px;
        border-bottom: 1px solid #fff;
        border-right: 0;
        text-align: center;
        font-size: 1.8rem;
        padding-bottom: 10px;
        height: 35px;
        border-right: 0 !important;
    }    
    nav>ul>li a, nav.top>ul li a {color: #fff;}
    nav>ul li>.second { display: none !important}
    nav .navR .subscribe {display: none;right: 180px}
    nav .navR .language {display: none;right: 50px}
    nav #more {display: block}
    nav .home {display: block}
    nav .line {padding-top: 23px;border-bottom:0}
/*    .navR {background-color: #5b5b5b}*/
    .line_japan {display: none}
    
    /* 選擇語言與登錄 */
    #language_phone {
        display: block;
        overflow: auto;
        margin: 10px 50px;
    }
    #language_phone .subscribe, #language_phone .language {
        position: initial;
        float: left;
        width: 46%;
        margin-right: 4%;
        padding: 10px 0;
        border: 0;
        text-align: center;
        background-color: #fff;
        color: #444;
        font-weight: 600;
    }
    #language_phone .language {
        margin: 0 0 0 4%;
    }
    #language_phone .language i {
        color: #444;
    }
    #language_phone .language {
        padding: 10px 30px;
    }
    #language_phone .language li {
        padding: 20px 20px 10px 20px;
        width: 50%;
        float: left;
        font-size: 1.8rem;
        font-weight: 200;
    }
    #language_phone .language li a {
        color: #d7402b;
    }


    /* our publication */
    .ui_tr .tr, .ui_tr .books {
        width: 100%;
        float: none;
        margin: 20px 0;
    }
    
    .ui_tr .books {
        position: relative;
    }
    .ui_tr .books .main {
        overflow: auto;
        height: 215px;
        padding: 0 15px;
    }
    
    .ui_tr .books ul {
        width: 4000px;
        height: 230px;
    }
    
    .ui_tr .books li {
        position: relative;
        margin: 20px;
        width: 180px;
        float: left;
    }
    .ui_tr .books .next { display: none;}
    
/*
    .ui_tr .books .next_phone, .ui_tr .books .prev_phone {
        display: inline;width:50%;opacity:.5;padding: 0 10px }
*/
    .ui_tr .books .next_phone, .ui_tr .books .prev_phone {
        display: block;
        width:15px;
        padding: 0;
        position: absolute;
        top:0;
        height:100%;
        line-height: 283px;
        background-color: #fff
    }
    .ui_tr .books .next_phone{
        right: 0;
        border-left: 1px solid #c4c4c4;
    }
    .ui_tr .books .prev_phone{
        left: 0;
        border-right: 1px solid #c4c4c4;
    }
    
    
    h2.title.right{
        padding-top: 20px;
    }
    
    
    
    
    
    /*  TOP NEWS Weekly */
    .ui_indexNews .title.phone {display: block;margin-top: 40px}
    .ui_indexNews .viewWrap .title.phone {display: block;margin: 40px -10px 10px}
    .ui_indexNews .content .viewWrap {display: block !important}
    .ui_indexNews .content .viewWrap .ologos{display: none}
    .ui_indexNews .content .viewWrap li { width: 100%}
    .ui_indexNews .content .viewWrap h3 {height: auto;padding-bottom: 10px;font-weight: bold}
    
    .ui_indexNews>ul {display: none}
    .ui_indexNews .content {border: 0;width: 100%;}
    .ui_indexNews .content .viewTop {display: block !important;margin-top: 20px}
    .ui_indexNews .content .viewM {display: block !important;padding: 10px 0;overflow: auto;
        border: 1px solid #c4c4c4;border-left:0;border-right:0}
/*    .ui_indexNews .content .viewM li:nth-child(3), .ui_indexNews .content .viewM li:nth-child(6){ display:flex;float:none;border:0}*/
    .viewM ul {
/*        width: 195vw*/
/*        width: 1750px*/
        width: 2300px
    }
    .ui_indexNews .content .viewM li {
        width: 540px;
/*        width: 60vw;*/
        margin-right:10px;padding:10px;box-sizing:content-box;border-right: 1px solid #c4c4c4}
    .ui_indexNews .content .viewM li .line {display: none}
    .ui_indexNews .content h3 {border: 0;margin-bottom: 3px;overflow: hidden}
    .ui_indexNews .content .more {margin-top: 10px;}
    
    .ui_indexNews .content .viewM .img {
/*        width: 43%*/
/*        width: 220px*/
    }
    
/*
    .fnews, .fnews .content {float: none}
    .fnews .list {overflow: auto;padding: 10px 0 20px;margin:10px;border:1px solid #ddd;}
*/
    .fnews ul.content{width: 220vw;margin-bottom:0;padding: 0}
    .fnews ul.content li{width: 55vw;border-right: 1px solid #c4c4c4;padding: 0 10px!important}
    .fnews ul.content li:last-child {border: 0}
    .fnews .content li .line {display: none}
    /* TR*/
    
    /* 其他 */
    .ui_events_R {
        margin-top: 0;
        overflow: auto;
    }
    
    .ui_events_R .list li {
        width: calc(50% - 20px);
        float: left;
        margin: 10px;
    }
    
    
    
    .ui_tr .list .content .text {height: 98px}
    
    .header .headerL {padding:  19px 0}
    
    
    /* banner  */
    .ui_events_R .banner {position: relative;max-height: 102px}
    .ui_events_R .banner .banner_phone {margin: 0 15px}
    .ui_events_R .banner .main { overflow: auto; height: auto!important}
    .ui_events_R .banner .prev, .ui_events_R .banner .next {display: none}
    .ui_events_R .banner ul {}
    .ui_events_R .banner li { float: left;padding: 20px 10px;min-width: 160px;}
    .ui_events_R .banner li:last-child {padding-bottom:20px}
    
/*
    .ui_events_R .banner .next_phone, .ui_events_R .banner .prev_phone {
        display: inline;width:50%;opacity:.5;padding: 0 10px }
*/
    .ui_events_R .banner .next_phone, .ui_events_R .banner .prev_phone {
        display:block;position:absolute;width:15px;height:100%;top:0;line-height: 100px }
    .ui_events_R .banner .prev_phone{
        left: 0;
        border-right: 1px solid #c4c4c4;
    }
    .ui_events_R .banner .next_phone{
        right: 0;
        border-left: 1px solid #c4c4c4;
    }
    
    .ui_events_R h3 {
        display: none;
    }
    
    
    #infobox_pad02 .infobox02 {
        margin: 30px 40px;
    }
    
    
    /* footer */
    .footer .nav_01, .footer .nav_02, .footer .nav_05, .footer .nav_06 {
        width: 50%;
    }
    .footer .more>ul>li {height: auto}
}


@media (max-width: 767px) {        
    .ui_tr .more{margin-top: 10px}
}

/* @media (max-width: 750px) */
@media (max-width: 600px) {    
    .fnews .rulist h3 {
        padding:0 10px 10px;
    }
    .fnews .rulist li a {
        padding: 10px;
        min-height: auto;
    }
    
    /* .pad_block {display: none}*/
    nav {margin: 0px 0px 0px}
    header.header { padding: 0 15px}
    header .line {padding-top: 3px}
    .header .ui_date{font-size: 1.3rem;}

    .ui_indexNews .content li {
        width: 100%;
        padding: 0 10px 10px 10px !important;
        float: left;
    }
    .header .line, nav .line, .headerline {
/*        border-bottom: 2px solid #555;*/
    }
    
    .ui_events{margin: 5px 0 25px}
    .ui_tr {margin: 25px 0}
    nav {
/*
        -webkit-box-shadow: 0px 5px 6px 0px rgba(196,196,196,1);
        -moz-box-shadow: 0px 5px 6px 0px rgba(196,196,196,1);
        box-shadow: 0px 5px 6px 0px rgba(196,196,196,1);
*/
    }
    nav>ul>li, nav>ul #menu_main>li {
        width: 80%;
        margin: 10px 10% 5px;
        font-size: 1.5rem;
    }
    
    
    
    nav #more .fa-share, nav #more .fa-search {
        display: inline-block;
    }
    nav #more {
        background-color: rgba(255,255,255,0);
/*        color: #c4c4c4;*/
        margin-right: 10px;
        width: auto;
    }
    nav #more i {
        padding-left: 10px;
    }
    nav .line {
        border: 0;
    }
/*    nav .search{ display: none }*/
    #search_phone {
        display: block;
        text-align: left;
        padding: 8px 0;
        height: 55px;
    }
    #search_phone input {
        height: 39px;
        width: calc(100% - 58px);
    }
    #search_phone .btn {
        background-color: #fff;
        font-size: 1.8rem;
        margin-top: -2px;
        background-image: url(https://image.taiwantoday.tw/images/share.png);
        width: 40px;
        height: 40px;
        background-position: 0 -121px;
    }
    nav .share { display: none}
    nav .share_phone{
        display: block;
        color: #fff;
        font-size: 2.4rem;
        border: 0;
        padding: 10px 0 0 0;
        margin: 0;
        width: 100%;
    }
    nav .share_phone i {
        padding: 0 18px;
        font-size: 3rem;
    }
    
    .ui_tr .mainlist .cate ul, .ui_tr .mainlist .cate .more, .ui_indexNews .content .more{padding: 0 10px}
    .ui_tr .mainlist li {padding: 0 0 10px 2px }
    
    .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7,    .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9{padding-left: 0; padding-right: 0
    }
    
    /* 選擇語言與登錄 */
    
    nav.top .language ul {
        position: inherit;
    }
    
    #language_phone {
        overflow: initial;
    }
    #language_phone .subscribe, #language_phone .language {
        position: initial;
        width: 100%;
        margin: 6px 0;
        padding: 10px;
    }
    
    /*  TOP NEWS Weekly */

    .ui_indexNews .content .viewM li {
/*        width: 80vw*/
        width: 540px
    }
    .viewM ul {
/*        width: 270vw*/
/*        width: 1750px*/
        width: 2300px
    }
/*    .ui_indexNews .content .viewM .img {width: 35%}*/
    .ui_indexNews .content .viewWrap {width: 95%}
    
    .fnews .list {margin: 10px 0}
    .fnews .textcontent {margin:0 10px}
    .fnews ul.content{width: 320vw}
    .fnews ul.content li{width: 80vw}
    
    footer .nav ul {display: none}
    footer.footer .copyright {border-top: 0;padding-top: 5px}
    footer.footer .copyright span {padding: 0 0 0 40px;text-align: left;display: block}
    
    
/*    Taiwan Review*/
    
    
    header h1{ width: 95%}
    .header .headerL {padding: 7px 0}
    
    
    
    
    
    
    #infobox_pad02 .infobox02 {
        margin: 30px 0;
    }
    
    /* footer */
    .footer .nav_01, .footer .nav_02, .footer .nav_05, .footer .nav_06 {
        width: 100%;
    }
}
    


/* ============== youtube ===============*/



/* FUNZINO */
/*
                            <li class="picaso">
                                <a href="javascript:;">
                                    <figure>
                                        <div class="imgbox">
                                            <img src="img/reviewcover13.jpg" alt="">
                                        </div>
                                        <div calss="capbox">
                                            <figcaption>
                                                <p class="asMag">Taiwan Review</p>
                                                <p class="asVol">January 2016</p>
                                            </figcaption>
                                        </div>
                                    </figure>
                                </a>
                            </li>
*/
li.picaso{}
li.picaso *{
    padding:0; border:0; margin:0;
}
li.picaso > a{}
li.picaso > a > figure{
    padding-top:105%;
}
li.picaso > a > figure > div.imgbox{
    position:absolute;
    top:0; left:10%;
    width:80%; height:100%;
    overflow:hidden;
}
li.picaso > a > figure > div.imgbox img{
/*    transition:all 0.3s ease-out;*/
    position:absolute;
    width:100%; height:100%;
    top:0; left:0;
}
/*
li.picaso > a:hover > figure > div.imgbox img{
    width:120%; height:120%;
    top:-10%; left:-10%;
}
*/
li.picaso > a > figure > figcaption{
    display:block;
    position:absolute;
    width:100%;
    height:3.5em;
    bottom:0;
    overflow:hidden;
}
li.picaso > a > figure > figcaption:before{transition:all 0.5s ease-out;
    content:'';
    display:block;
    position:absolute;
    width:2em;
    height:2em;
    background-color:#000;
    border-radius:50%;
    top:50%; left:50%;
    margin-top:-1em;
    margin-left:-1em;
    opacity:0;
}
li.picaso > a:hover > figure > figcaption:before{
    width:20em;
    height:20em;
    margin-top:-10em;
    margin-left:-10em;
    opacity:1;
}
li.picaso > a > figure > figcaption > div.capbox{
    position:absolute;
    width:100%;
    bottom:0;
    padding:0.25em 1.5em;    
    background-color:rgba(0,0,0,0.5);
    color:#fff;
    font-size: 1.6rem;
    line-height:1em;
}
li.picaso > a > figure > figcaption > div.capbox > p{
    line-height:1.5em;
}
li.picaso > a > figure > figcaption > div.capbox > p.asMag{ text-align:left; }
li.picaso > a > figure > figcaption > div.capbox > p.asVol{ text-align:right; color:#ddd; }
/* ================== 其他套件 - 純css popup ===================== */

.mypopup .overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
    z-index: 9999;
}
.mypopup .overlay:target {
  visibility: visible;
  opacity: 1;
}

.mypopup .popup {
  margin: 70px auto;
  padding: 20px;
  background: #fff;
  border-radius: 5px;
  width: 60%;
  position: relative;
  transition: all 3s ease-in-out;
}

.mypopup .popup h2 {
  margin-top: 0;
  color: #333;
    margin-bottom: 25px;
}
.mypopup .popup .close {
  position: absolute;
  top: 20px;
  right: 30px;
  transition: all 200ms;
  font-size: 3rem;
  font-weight: bold;
  text-decoration: none;
  color: #333;
}
.mypopup .popup .close:hover {
  color: #06D85F;
}
.mypopup .popup .content {
    max-height: 30%;
    overflow: auto;
    text-align: center;
}
.mypopup .popup .content label {
    text-align: right;
}
.mypopup .popup .content .form-group {
    overflow: auto;
}

@media screen and (max-width: 700px){
  .mypopup .box{
    width: 70%;
  }
  .mypopup .popup{
    width: 70%;
  }
}

/* subscribe */

.errorms {
    display: none;
    color: red;
} 


.ufccc {
    clear: both;
    width: 100%;
    text-align: center;
}
.ufccc a {
    display: inline-block;
    margin-top: 10px;
    padding: 0 15px;
}
.ufccc a img {
    max-width: 100%;
}
.ufccc.no1 a{padding: 0}
.ufccc.no2 a{padding: 10px 15px}
.ufccc.no4 a{padding-top: 10px}



.verification_input_block {
    margin-top: 12px;
}

.verification_input_block > img {
    height: 31px;
}

.verification_btn {
    color: #337ab7;
    border: 1px solid #337ab7;
    display: inline-block;
    padding: 6px 10px;
    vertical-align: middle;
}

.verification_btn:hover, .verification_btn:focus {
    text-decoration: none;
}

.verification_btn img.icon {
    height: 12px;
    vertical-align: middle;
    margin-top: -2px;
    margin-right: 2px;
}


a.free {
    color: rgba(0, 0, 0, 0);
}
.free_brown_focusable:active, .free_brown_focusable:focus {
    color: #464237;
}

a.go_content {
    background: #ffffff;
    color: #464237;
    float: left;
    padding-top: 10px;
    padding-left: 17px;
}
.go_content {
    position: absolute;
    width: 0.063rrem;
    height: 0.063rrem;
    padding: 0;
    margin: -0.063rrem;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}
.go_content_focusable:active, .go_content_focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
}


a.new_outline:focus {
    outline: 2px;
    outline-style: solid;
    outline-offset: inherit;
    outline-color: #8DCDA8;
    text-decoration: none;
}