.info-box{
    width: 100%;
    display: block;
    position: relative;
    font-size: 0;
    margin-top: 80px;
    background-color: #f5f5f5;
}
.info-all-box{
    width: 1200px;
    max-width: 100%;
    display: block;
    position: relative;
    box-sizing: border-box;
    padding: 40px 0;
    margin: 0 auto;
    z-index: 2;
}
.info-all-title{
    font-size: 30px;
    letter-spacing: 3px;
    font-weight: bold;
    color: #eb5e28;
    transform: skewX(-10deg);
    margin-bottom: 40px;
}
.info-all-left-box{
    width: 800px;
    max-width: 100%;
    display: inline-block;
    vertical-align: top;
}
.info-all-left{
    width: 100%;
    display: block;
    position: relative;
    background-color: #fff;
    box-sizing: border-box;
    padding: 50px;
    margin-bottom: 50px;
}
.info-all-left-img-box{
    width: 260px;
    height: 200px;
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
}
.info-all-left-img{
    width: 100%;
    height: 100%;
    display: block;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    transition: all .3s ease;
}
.info-all-left-text-box{
    display: inline-block;
    width: calc(100% - 275px);
    vertical-align: middle;
    margin-left: 15px;
}
.info-all-left-text-data{
    font-size: 14px;
    font-weight: lighter;
    font-family: "roboto";
    color: #eb5e28;
    letter-spacing: 1px;
}
.info-all-left-text-title{
    max-width: 100%;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 5px;
    display: inline-block;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.info-all-left-text-title:after{
    content: '';
    width: 0;
    height: 1px;
    background-color: #000;
    display: block;
    position: absolute;
    bottom: 4px;
    left: 0;
    transition: all .3s ease;
}
.info-all-left-text{
    font-size: 14px;
    color: #888;
    letter-spacing: 1px;
    line-height: 2;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    max-height: 132px;
    min-height: 132px
}
.info-all-left-more{
    font-size: 14px;
    font-family: "roboto";
    font-weight: 400;
    color: #888;
    letter-spacing: 1px;
    width: 50px;
    height: 20px;
    line-height: 22px;
    position: absolute;
    right: 0;
    bottom: 0;
    text-align: center;
    background-color: #ddd;
    transition: all .3s ease;
}
#info .page .prev, 
#info .page .next{
    color: #888;
}
#info .page a{
    color: #888;
    font-family: 'roboto';
}
#info .page .select{
    color: #eb5e28;
}
.info-all-right-box{
    width: calc(100% - 800px);
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
    padding-left: 80px;
}
.info-all-right{
    border: 1px solid #ddd;
    border-bottom: none;
    width: 100%;
    display: block;
}
.info-all-right div{
    background-color: #313131;
    color: #fff;
    font-weight: bold;
    border: none;
}
.info-all-right-class{
    width: 100%;
    display: block;
    font-size: 22px;
    box-sizing: border-box;
    height: 60px;
    text-align: center;
    line-height: 60px;
    letter-spacing: 1px;
    border-bottom: 1px solid #ddd;
    transition: all .3s ease;
}
.info-all-right-class>a{
    cursor: pointer;
}
.info-show-search-box {
    width: 100%;
    height: 40px;
    box-sizing: border-box;
    border: 1px solid #d1d1d1;
    padding: 0 15px;
    margin-bottom: 10px;
    position: relative;
    transition: all .3s linear;
    background-color: #fff;
}
.info-show-search {
    font-size: 14px;
    color: #333;
    display: inline-block;
    vertical-align: middle;
}
.info-show-search-input {
    width: calc(100% - 34px);
    display: inline-block;
    vertical-align: middle;
    height: 38px;
    font-size: 14px;
    box-sizing: border-box;
    font-family: 微軟正黑體;
    border-width: initial;
    border-style: none;
    border-color: initial;
    border-image: initial;
    outline: none;
    margin: 0px 10px;
    padding: 0px 10px;
    transition: all 0.3s linear 0s;
}
.info-show-advertising-box{
    margin: 10px 0;
}
.info-show-img{
    height: 200px;
}
.info-all-right a{
    font-size: 18px;
}

.noInformation{
    font-size: 16px;
}
/*<--------------hover-------------->*/
.info-all-right a:hover,
.info-all-right a.active{
    background-color: #eb5e28;
    color: #fff;
    font-weight: bold;
    border: none;
}
.info-all-left:hover .info-all-left-text-title:after{
    width: 100%;
}
.info-all-left:hover .info-all-left-more{
    background-color: #eb5e28;
    color: #fff;
}
.info-all-left:hover .info-all-left-img{
    transform: scale(1.1);
}
#info .page a:hover{
    color: #eb5e28;
}


@media only screen and (max-width: 1200px){
    .info-all-box{
        width: 1000px;
    }
    .info-all-left-box{
        width: 650px;
    }
    .info-all-right-box{
        width: calc(100% - 650px);
        padding-left: 50px;
    }
}
@media only screen and (max-width: 1000px){
    .info-box{
        margin-top: 62px;
    }
    .info-all-box{
        width: 800px;
    }
    .info-all-left-box{
        width: 100%;
        display: block;
        margin-top: 30px;
    }
    .info-all-right-box{
        width: 100%;
        padding-left: 0;
    }
    .info-all-right{
        box-sizing: border-box;
        position: absolute;
        top: 92px;
        width: 100%;
        padding: 0;
        background-color: #fff;
        display: none;
    }
    .info-show-search-box{
        position: absolute;
        top: 0;
        background-color: #fff;
    }
    .info-show-search-input{
        background-color: #fff;
    }
    .rwd-info-list-box{
        position: relative;
        box-sizing: border-box;
        padding-top: 46px;
    }
    .rwd-info-list{
        width: 100%;
        height: 46px;
        border: 1px solid #d1d1d1;
        font-size: 16px;
        letter-spacing: 1px;
        text-align: center;
        display: block;
        line-height: 46px;
        position: relative;
        box-sizing: border-box;
        background-color: #fff;
    }
    .rwd-info-list:after {
        content: '';
        width: 0px;
        height: 0px;
        margin: 0 auto;
        border-right: 5px solid transparent;
        border-top: 8px solid #888;
        border-left: 5px solid transparent;
        display: block;
        position: absolute;
        bottom: calc(50% - 5px);
        right: 3%;
        box-sizing: border-box;
    }
    .info-all-title{
        margin-bottom: 20px;
    }
    .info-all-right-class{
        font-size: 16px;
    }
    .info-all-right a {
        font-size: 14px;
        line-height: 46px;
        height: 46px;
    }
    .info-show-advertising-box{
        width: calc(50% - 5px);
        display: inline-block;
        margin-right: 5px;
    }
    .info-show-advertising-box:last-child{
        margin-right: 0;
    }
    .info-show-img{
        height: calc((200 / 320) * (800px / 2 - 5px));
    }
    .info-all-right div{
        display: none;
    }
}

@media only screen and (max-width: 800px){
    .info-all-box{
        width: 600px;
    }
    .info-all-left{
        padding: 40px;
        margin-bottom: 40px;
    }
    .info-all-left-img-box{
        width: 240px;
        height: 185px;
    }
    .info-all-left-text-box{
        width: calc(100% - 255px);
    }
    .info-show-img{
        height: calc((200 / 320) * (600px / 2 - 5px));
    }
}
@media only screen and (max-width: 600px){
    .info-box{
        margin-top: 42px;
    }
    .info-all-box{
        width: 400px;
        padding: 20px 0;
    }
    .info-all-left{
        padding: 20px;
        margin-bottom: 20px;
    }
    .info-all-left-img-box{
        width: 180px;
        height: 140px;
    }
    .info-all-left-text-box{
        width: calc(100% - 195px);
    }
    .info-all-left-text{
        font-size: 12px;
        max-height: 79px;
        min-height: 79px;
        -webkit-line-clamp: 3;
    }
    .info-all-left-text-title{
        font-size: 16px;
    }
    .info-all-left-text-data{
        font-size: 12px;
    }
    .page{
        margin: 0;
        margin-top: 20px;
    }
    .info-all-title{
        font-size: 26px;
    }
    .info-show-img{
        height: calc((200 / 320) * (400px / 2 - 5px));
    }
}
@media only screen and (max-width: 400px){
    .info-all-box{
        width: 300px;
        padding: 10px 0;
    }
    .info-all-left-box{
        margin-top: 10px;
    }
    .info-all-left{
        padding: 10px;
        margin-bottom: 10px;
    }
    .info-all-left-img-box{
        width: 100%;
        height: calc((200 / 260) * 280px);
    }
    .info-all-left-text-box{
        width: 100%;
        margin: 0;
        margin-top: 20px;
    }
    .info-all-left-text{
        font-size: 12px;
        max-height: 74px;
        min-height: 74px;
        -webkit-line-clamp: 3;
    }
    .info-all-left-text-title{
        font-size: 14px;
        margin-bottom: 0;
    }
    .page{
        margin: 0;
        margin-top: 10px;
    }
    .info-all-left-more{
        display: none;
    }
    .info-all-title{
        font-size: 20px;
        margin-bottom: 10px;
    }
    .rwd-info-list{
        height: 36px;
        line-height: 36px;
    }
    .info-all-right-box{
        top: 36px;
    }
    .info-all-right-class{
        font-size: 16px;
        line-height: 40px;
        height: 40px;
    }

    .info-all-right a {
        font-size: 12px;
    }
    .info-show-img{
        height: calc((200 / 320) * (300px / 2 - 5px));
    }
}



/*animation*/
/*<-------------動畫------------->*/

@keyframes animation_big_btot {
    0%{
        transform: translateY(500px);
    }
    to {
        transform: translateX(0px);
        opacity: 1;
    }
}
@media only screen and (min-width: 1001px){
    .info-all-title,
    .info-all-left{
        opacity: 0;
    }
    .info-all-title{
        animation: fadeInRight 1s ease both;
    }
    .info-all-left.anima{
        animation: fadeInUp 1s ease both;
    }
    .info-all-right-box.anima{
        animation: fadeInLeft 1s ease both;
    }
}