﻿#main-content img{
    border-radius: 6px;
}
.pageTitle {
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    text-align: center;
    padding: 30px;
    font-family: Raleway-SemiBold !important;
}
.topNews>a{
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.topNews p.newTitle{
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    margin: 12px 0 10px;
    color: black;
    font-family: Raleway-SemiBold !important;
}
.topNews p{
    font-size: 13px;
    line-height: 20px;
    color: #5A6770;
}
.topNews p.bestwayColor{
    font-size: 13px;
    line-height: 15px;
    font-weight: 600;
    margin-top: 5px;
    font-family: Raleway-SemiBold !important;
}

.typeContent{
    border: 1px solid #EDEDED;
    border-radius: 6px;
    font-weight: 600;
}
.typeList span, .typeList a{
    display: block;
    padding: 10px 12px;
}
.typeList .fa-angle-down{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 15px;
    transition: all .25s ease-out;
}
.typeList.open .fa-angle-down{
    transform: rotate(180deg);
}
.allTypeList{
    position:absolute;
    top: calc(100% + 5px);
    width: 100%;
    height: 0;
    overflow: hidden;
}
.allTypeList span, .allTypeList >a{
    background-color: white;
    border: 1px solid #eaeaea;
    display: block;
}
.typeList.open .allTypeList{
    height: auto;
    background-color: white;
    z-index: 9;
}

.allNews{
    padding: 0 15px 15px;
    margin-bottom: 50px;
}
.newMore{
    padding: 12px;
    border-radius: 10px;
    border: 1px solid #E4E4E4;
    margin-top: 20px;
    position: relative;
}
.newMore img{
    width: 100%;
}
.newMore .newLink{
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.newMore .newTitle{
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    margin: 10px 0 5px;
    max-height: 48px;
    overflow: hidden;
    font-family: Raleway-SemiBold !important;
}
.newContent{
    font-size: 12px;
    line-height: 18px;
}
.newContent video, .newContent iframe, .newContent img{
    display: none;
}
.newType{
    font-size: 10px;
    line-height: 12px;
    margin-top: 5px;
}
.newType>span{
    font-family: TitilliumWeb-Regular !important;
    padding: 5px;
    background: #EDEDED;
    border-radius: 4px;
    color: #5A6770;
    display: inline-block;
    margin-right: 2px;
    margin-top: 8px;
}
.newType span:first-child{
    background: #F5FBFD;
}
.newType span:last-child{
    margin-right: 0;
}
.initDate {
    font-family: TitilliumWeb-Light !important;
    font-style: normal;
}

.detailTitle{
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    text-align: center;
    font-family: Raleway-SemiBold !important;
}
.detailContent{
    font-size: 12px;
    line-height: 20px;
    color: #5A6770;
}
.detailContent p{
    margin-bottom: 10px;
}
p.ql-align-center{
    text-align: center;
}
p.ql-align-right{
    text-align: right;
}
.ql-size-large {
    font-size: 21px;
}