@charset "UTF-8";
/*---------------------------------------------------------news_uniq.css-----*/

.page-news_index .sec-information{
    padding: 130px 0 150px;
}

.page-news_index .sec-information .flexBox{
    border-bottom: 1px solid #dddddd;
    display: flex;
    justify-content: space-between; 
    align-items: center;
    margin-bottom: 90px;
    padding-bottom: 90px;
}

.page-news_index .sec-information .flexBox.last{
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.page-news_index .sec-information .flexBox .img{
    width: 35%;
}

.page-news_index .sec-information .flexBox .detail{
    width: 62%;
}

.page-news_index .sec-information h3.head02{
    font-size: 21px;
    font-size: 2.1rem;
    font-weight: bold;
    margin-bottom: 20px;
}

.page-news_index .sec-information .category{
    margin-top: 40px;
}

.page-news_index .sec-information .category .en{
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: bold;
    margin-right: 35px;
    font-family: "Rubik", sans-serif;
}

.page-news_index .sec-information .category .blue{
    background: #5f92ef;
    color: #fff;
    font-size: 13px;
    font-size: 1.3rem;
    border-radius: 3px;
    padding: 2px 10px;
    text-align: center;
    width: 90px;
    display: inline-block;
}

.page-news_index .sec-information .category .green{
    background: #8ec31f;
    color: #fff;
    font-size: 13px;
    font-size: 1.3rem;
    border-radius: 3px;
    padding: 2px 10px;
    text-align: center;
    width: 90px;
    display: inline-block;
}


.page-news_index .sec-information .category .yellow{
    background: #f2bf60;
    color: #fff;
    font-size: 13px;
    font-size: 1.3rem;
    border-radius: 3px;
    padding: 2px 10px;
    text-align: center;
    width: 90px;
    display: inline-block;
}


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

.page-news_index .sec-information{
    padding: 30px 0 60px;
}
  
.page-news_index .sec-information h3.head02 {
    font-size: 16px;
    font-size: 1.6rem;
    padding-top: 15px;
}

.page-news_index .sec-information .flexBox {
    display: block;
    margin-bottom: 30px;
    padding-bottom: 30px;
}

.page-news_index .sec-information .flexBox .img,
.page-news_index .sec-information .flexBox .detail{
    width: 100%;
}

.page-news_index .sec-information .flexBox .img{
    margin-bottom: 20px;
}

.comTxt {
    font-size: 13px;
    font-size: 1.3rem;
}

.page-news_index .sec-information .category {
    margin-top: 25px;
}

.page-news_index .sec-information .category .blue {
    font-size: 11px;
    font-size: 1.1rem;
}    

.page-news_index .sec-information .category .en {
    font-size: 12px;
    font-size: 1.2rem;
    margin-right: 12px;
}


}

.newsLink {
color: #bcd300;
text-decoration: underline;
display: inline-block;
}
.newsLink i {
margin-right: 5px;
}

