:root {
    --TextStyle1-size: 16px;
}

body *{
    box-sizing: border-box;
}
#Contents{
    padding-bottom: 30px;
}

#news #hotSpot p.linksButton{
    display: none;
}


#header_banner{
    width: 100%;
    max-width: 1275px;
    margin: 0 auto;
    margin-bottom: 50px;
}

#header_banner .mainSlide {
    z-index: 0;
}

#header_banner .swiper-wrapper {
    padding-bottom: 70px;
}

#header_banner .swiper-wrapper .swiper-slide{
    background-color: #fff;
    height: auto;
}


#header_banner .swiper-wrapper .swiper-slide p.ImgOnlyStyle{
    width: 60%;
    display: flex;
    align-items: center;
    margin-bottom: 0;
    height: 400px;
    overflow: hidden;
    cursor: pointer;
}

#header_banner .swiper-wrapper .swiper-slide p.ImgOnlyStyle img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    margin-bottom: 0;
}



#header_banner .counter {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    margin: 0;
    top: 4px;
    height: 32px;
    width: 32px;
    text-align: center;
    z-index: 10;
}

#header_banner .swiper-wrapper .swiper-slide a{
    max-width: 630px;
    width: 100%;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    color: #000;
    text-decoration: none;
    padding: 30px;
    display: block;
}

#header_banner .swiper-wrapper .swiper-slide a::after{
    content: '';
    display: block;
    min-width: 20px;
    height: 20px;
    border-radius: 4px;
    background-image: url(/image/ml_portal/2022/icon/arrow_right_gray.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right;
    transition: .3s ease;
}

#header_banner .swiper-wrapper .swiper-slide a:hover::after{
    transition: .3s ease;
    background-image: url(/image/ml_portal/2022/icon/arrow_right_red.svg);
}

#header_banner .swiper-wrapper .swiper-slide a dl{
    /* padding: 30px 30px 50px; */
    
    background: transparent;
}

#header_banner .swiper-wrapper .swiper-slide a dl dt{
    font-size: 16px;
    padding-bottom: 15px;
}

#header_banner .swiper-wrapper .swiper-slide a dl dd{
    font-size: 18px;
    font-weight: bold;
    transition: .3s ease;
    background: transparent;
}

#header_banner .swiper-wrapper .swiper-slide a:hover dl dd{
    color: #B1000E;
    transition: .3s ease;
}

#news .PageTitleStyle2{
    max-width: 1275px;
    margin: 10px auto 20px;  
}

.newsArea{
    max-width: 1275px;
    margin: 0 auto;
    display: flex;
    gap: 30px;
}

.newsArea .newsMain{
    width: calc(70% - 15px);
    display: flex;
    flex-direction: column;
}

.newsArea .newsMain>div.Section{
    padding: 0 30px;
}

.newsArea .newsMain p{
    padding: 30px;
    background-color: #F2F2F2;
    border-radius: 10px;
    font-size: var(--TextStyle1-size);
    margin-bottom: 50px;
}


.newsArea .newsMain .newsList{
    display: flex;
    flex-direction: column;
    margin-top: 30px;
    padding-left: 30px;
}

.newsArea .newsMain .newsList div{
    display: flex;
    flex-direction: column;
}

.newsArea .newsMain .newsList div h3{
    font-size: 20px;
    font-weight: normal;
    color: #000;
    margin-bottom: 20px;
}

.newsArea .newsMain .newsList div dl{
    display: flex;
    gap: 50px;
    padding-bottom: 20px;
    /* flex-direction: column; */
}

.newsArea .newsMain .newsList div dl:last-child{
    padding-bottom: 0;
}

.newsArea .newsMain .newsList div dl dt{
    color: #7E7E7E;
    min-width: 120px;
    font-size: 90%;
}


.newsArea .newsMain .newsList div dl dd ul li a{
    text-decoration: none;
    color: #000;
    transition: .2s ease;
    position: relative;
    padding: 10px 0;
    font-size: 90%;
}

.newsArea .newsMain .newsList div dl dd ul li a:hover{
    transition: .2s ease;
    color: #B1000E;
}

.newsArea .newsMain .newsList div dl dd ul li a::after {
    content: '';
    width: 13px;
    height: 13px;
    display: block;
    background: url(/image/cn/r1/icon/icon_link_right_xl_hd.gif) no-repeat;
    background-size: cover;
    position: absolute;
    right: -20px;
    bottom: 12px;
}

#backnumber{
    margin-top: 50px;
}

.newsArea .sidebar{
    width: calc(30% - 15px);
    display: flex;
    flex-direction: column;
    flex: 1;
    gap: 30px;
}

.newsArea .sidebar a{
    text-decoration: none;
    color: #000;
}

.newsArea .sidebar .communication,
.newsArea .sidebar .globalNews{
    background-color: #F2F2F2;
    border-radius: 10px;
    padding: 30px;
}



.newsArea .sidebar .communication h2,
.newsArea .sidebar .globalNews h2{
    background: transparent;
    margin-bottom: 0;
}

.newsArea .sidebar .communication>a,
.newsArea .sidebar .globalNews>a{
    padding: 8px 5px;
    border-radius: 50px;
    font-size: 14px;
    width: 100%;
    display: block;
    text-align: center;
    margin-top: 20px;
    transition: .2s ease;
}

.newsArea .sidebar .communication>a{
    color: #fff;
    background-color: #B1000E;
}

.newsArea .sidebar .globalNews>a{
    color: #B1000E;
    background-color: #fff;
    border: 1px solid #B1000E;
}

.newsArea .sidebar .globalNews>a:hover{
    transition: .2s ease;
    background-color: #B1000E;
    color: #fff;

}

.newsArea .sidebar .communication>a:hover{
    transition: .2s ease;
    background-color: #7e000a;

}

.newsArea .sidebar .communication h2 span,
.newsArea .sidebar .globalNews h2 span{
    background: transparent;
    display: inline-block;
    padding: 0;
    color: #000;
    transition: .2s ease;
    font-size: 20px;
}

.newsArea .sidebar .communication h2 span:hover,
.newsArea .sidebar .globalNews h2 span:hover{
    color: #B1000E;
    transition: .2s ease;
}

.newsArea .sidebar .communication ul li{
    border-bottom: 1px solid #C9C9C9; 
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px;
}

.newsArea .sidebar .communication ul li a{
    display: block;
}

.newsArea .sidebar .communication ul li a span{
    font-size: 16px;
    transition: .3s ease;
}

.newsArea .sidebar .communication ul li a i.pdf{
    width: 20px;
    height: 20px;
    display: block;
    background-color: #B1000E;
    background-image: url('/image/ml_portal/2022/icon/icon_pdf_redBg.svg');
    background-repeat: no-repeat;
    background-size: cover;
    transition: .3s ease;
    border-radius: 5px;
}

.newsArea .sidebar .communication ul li a i.pdf:hover{
    transition: .3s ease;
    background-color: #7e000a;

}

.newsArea .sidebar .communication ul li a:hover span{
    color: #B1000E;
    transition: .3s ease;
}

.newsArea .sidebar .communication ul li:last-child{
    border-bottom: none;
}



.newsArea .newsMain h2 {
    background: transparent;
}

.newsArea .newsMain h2 span{
    font-size: 120%;
    font-weight: bold;
    padding: 0;
    color: #000;
    background-color: transparent;
}

.pressList{
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.pressList dl{
    display: flex;
    gap: 50px;
}

.pressList dl dt{
    min-width: 130px;
    font-size: var(--TextStyle1-size);
    color: #7E7E7E;
}

.pressList dl dd {
    display: flex;
    align-items: center;
}

.pressList dl dd ul.LinkListStyle1{
    display: flex;
    margin: 0;
}

.pressList dl dd ul.LinkListStyle1 li{
    padding-top: 0;
    line-height: 1.8;
}

.pressList dl dd ul.LinkListStyle1 li a{
    cursor: pointer;
    color: #000;
    background-size: 18px 18px;
    -webkit-background-size: 18px 18px;
    padding-right: 17px;
    text-decoration: none;
    font-size: var(--TextStyle1-size);
    text-decoration: none;
}

.pressList dl dd ul.LinkListStyle1 li a:hover{
    text-decoration: none;
    position: relative;
    color: #c02;
}

#backnumber.Noactive ul.yearList li a.active{
    background-color: #fff;
    color: #5D5B5B;
    font-weight: normal;
}

#backnumber.Noactive ul.yearList li a.active:hover {
    color: #fff;
    background-color: #B1000E;
    transition: all .3s;
    font-weight: bold;
}


/******************** e通讯列表start ********************/
#storiesList.Section{
    padding-bottom: 0;
    margin-top: 20px;
}

#storiesList .ColumnSet .Column1andHalf{
    width: 100%;
    margin-left: 0;
}

#storiesList .ColumnSet .Column1andHalf ul.LinkListStyle1{
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    margin-bottom: 0;
}

#storiesList .ColumnSet .Column1andHalf ul.LinkListStyle1 li{
    width: calc((100% - 60px) / 3);
    padding-top: 0;
}

#storiesList .ColumnSet .Column1andHalf ul.LinkListStyle1 li a{
    font-size: 16px;
    color: #000;
    transition: .3s ease;
}

#storiesList .ColumnSet .Column1andHalf ul.LinkListStyle1 li a:hover{
    color: #B1000E;
    transition: .3s ease;
}

@media screen and (max-width: 1304px) {
    .PageTitleStyle1{
        padding: 0 15px;
    }
}

@media screen and (max-width: 1084px) {
    #header_banner .swiper-wrapper .swiper-slide p.ImgOnlyStyle{
        height: 350px;
        width: 70%;
    }


    #header_banner .swiper-wrapper .swiper-slide a dl dt{
        font-size: 14px;
    }

    /* #header_banner .swiper-wrapper .swiper-slide a dl {
        height: 150px;
    } */

    #header_banner .swiper-wrapper .swiper-slide a dl dd{
        font-size: 16px;
    }
    .newsArea .newsMain .newsList{
        padding-left: 0;
    }

    .newsArea .sidebar .communication ul li a{
        padding: 15px 0;
    }

    .newsArea .sidebar .communication ul li a::after{
        right: 0;
    }

    .newsArea .newsMain .newsList div dl{
        flex-direction: column;
        gap: 5px;
    }
}

@media screen and (max-width: 996px){
    #hotSpot{
        padding: 0;
    }

    .PageTitleStyle2{
        padding: 0;
    }
}

@media screen and (max-width: 967px){
    #backnumber{
        margin-top: 30px;
    }

    #hotSpot{
        margin: 30px 0;
    }

    #header_banner{
        margin-bottom: 30px;
    }

    #header_banner .swiper-wrapper .swiper-slide p.ImgOnlyStyle{
        width: 100%;
        height: 400px;
    }
    #header_banner .swiper-wrapper .swiper-slide a{
        max-width: 100%;
        border-radius: 0;
        transform: none;
        border: 0;
    }

    #header_banner .swiper-wrapper .swiper-slide a{
        position: unset;
    }

    #header_banner .swiper-wrapper .swiper-slide a::before{
        position: unset;
    }

    .newsArea .sidebar .communication ul li{
        padding: 0;
    }

    .newsArea .newsMain p{
        padding: 20px;
        margin-bottom: 30px;
    }

    .newsArea .sidebar .communication,
    .newsArea .sidebar .globalNews{
        padding: 20px;
    }

    .newsArea .sidebar{
        min-width: 300px;
    }

    #backnumber{
        padding: 20px;
    }
    
    #backnumber ul.yearList li{
        width: calc((100% - 60px) / 4);
    }

    .newsArea .newsMain>div.Section{
        padding: 0;
    }

}

@media screen and (max-width: 913px) {
    .newsArea{
        flex-direction: column;
    }

    .newsArea .newsMain{
        width: 100%;
    }

    .newsArea .sidebar{
        width: 100%;
    }

    #backnumber ul.yearList li {
        width: calc((100% - 100px) / 6);
    }

    .newsArea .sidebar{
        flex-direction: row;
    }

    .newsArea .sidebar .communication{
        width: 60%;
    }

    .newsArea .sidebar .globalNews{
        width: 40%;
        min-width: 290px;
    }

    #storiesList .ColumnSet .Column1andHalf ul.LinkListStyle1{
        gap: 20px;
    }

    #storiesList .ColumnSet .Column1andHalf ul.LinkListStyle1 li{
        width: calc((100% - 20px) / 2);
    }
}

@media screen and (max-width: 768px){
    :root{
        --TextStyle1-size: 14px;
    }
    #backnumber ul.yearList{
        gap: 15px;
    }
    #backnumber ul.yearList li{
        width: calc((100% - 45px) / 4);
    }

    .newsArea .newsMain h2 span{
        padding-left: 15px;
    }

    #backnumber.Noactive{
        margin-bottom: 0;
    }

    #backnumber.Noactive h2{
        padding-bottom: 20px;
    }
    
    #backnumber h2 span,
    .newsArea .newsMain .newsList div h3,
    .newsArea .sidebar .communication h2 span, 
    .newsArea .sidebar .globalNews h2 span{
        font-size: 18px;
    }

    .newsArea .sidebar .communication h2 span,
    .newsArea .sidebar .globalNews h2 span{
        padding-left: 15px;
    }

    .pressList dl{
        flex-direction: column;
        gap: 5px;

    }

    #storiesList.Section {
        margin: 0 0 50px;
    }

    #storiesList h2{
        margin-bottom: 20px;
    }

    #storiesList .ColumnSet .Column1andHalf ul.LinkListStyle1 li a{
        font-size: 14px;
    }

}

@media screen and (max-width: 676px) {
    #header_banner .swiper-wrapper .swiper-slide p.ImgOnlyStyle{
        height: auto;
        aspect-ratio: 5 / 3;
    }


    #header_banner .swiper-wrapper .swiper-slide a{
        padding: 20px;
    }


    #header_banner .swiper-wrapper .swiper-slide a dl dd{
        font-size: 14px;
    }


    .newsArea .sidebar {
        flex-direction: column;
    }

    .newsArea .sidebar .communication{
        width: 100%;
    }

    .newsArea .sidebar .globalNews{
        width: 100%;
        min-width: auto;
    }

    .newsArea .sidebar .communication ul li{
        padding: 15px 0;
    }
    .newsArea .sidebar .communication ul li a{
        font-size: 14px;
        padding: 0;
    }

    .newsArea .newsMain .newsList div h3{
        font-size: 18px;
    }



}

@media screen and (max-width: 431px){
    #backnumber ul.yearList{
        gap: 10px;
    }

    #backnumber ul.yearList li{
        width: calc((100% - 30px) / 4);
    }

    #backnumber ul.yearList li a{
        font-size: 14px;
        padding: 5px 0;
    }

    #header_banner .swiper-wrapper .swiper-slide a dl dd{
        font-size: 14px;
    }

}











































