﻿.news {
    position: absolute;
    /*top: 20%;
    left: 85%;*/
    top: 35%;
    left: 80%;
}
.redcircle {
    width: 20px;
    height: 20px;
    background-color: red;
    color: white;
    text-align: center;
    border-radius: 50%;
    font-weight: bold;
    padding: 1px;
    box-sizing: border-box;
}
    .apppp {
        background-color: #FF5151;
        color: #fff;
        left: 76px;
        top: -5px;
    }

.main-content {
    margin-top: 90px!important;
    overflow: auto;
    min-height: 485px;
}

.menu-style {
    font-size: 15px;
    font-family: Microsoft JhengHei !important;
    /*font-weight:bold;*/
    color: #000000;
}

.apppp_Mobile {
    background-color: #FF5151;
    color: #fff;
    margin-left: 52px;
    top: 3px;
}

.ckkkk {
    border: 1px solid #fff;
    border-radius: 99em;
    display: block;
    font-size: 8px;
    height: 20px;
    width: 20px;
    position: absolute;
    text-align: center;
    margin-left:2px;
}

a {
    color: #34495e;
    text-decoration: none;
    outline: none;
}

a.next:hover {
    opacity: 0.8;
}
a:active {
    outline: none;
}
a.menu-style:hover {
    color: rgb(202,169,24) !important;
}

.menu-icon > a > img {
    width: 30px;
    height: 30px;
    border-radius: 4px;
}

.menu-chPic {
    width: 14px;
    content: url("../../Images/NewIndex/down-arrow_n.png");
}

a.menu-style:hover img.menu-chPic {
    content: url("../../Images/NewIndex/down-arrow_o.png"); /*滑鼠移過顯示圖片*/
    background-color: white !important;
}

.header-img-size {
    width: 1.85714em;
}

a.menu-style:active {
    background-color: white !important;
    color: rgb(202,169,24) !important;
}
@media (min-width: 320px) {
    .apppp_Mobile {
        margin-left: 40px;
    }
}
@media (min-width: 769px) {
    .rwd-bottom {
        display: none;
    }
    img#aside-width{
        width:5.71428em;
    }
    div#menu{
        margin: auto auto;
    }
}
/*@@media screen and (min-width:1025px){
    div#menu{
        margin: auto 5%;
    }
}*/
@media screen and (min-width:920px) and (max-width: 1240px){
    div#menu{
        font-size: 12px;
    }
}
@media screen and (min-width:1240px){
    div#menu{
        margin: auto 6%;
    }
}
@media screen and (min-width:1300px){
    div#menu{
        margin: auto 10%;
    }
}
@media screen and (min-width:1500px){
    div#menu{
        margin: auto 14%;
    }
}
@media screen and (min-width:1700px){
    div#menu{
        margin: auto 18%;
    }
}
@media screen and (min-width:1920px){
    div#menu{
        margin: auto 22%;
    }
}