﻿.topNews img{
    border-radius: 6px;
}
.topNews>a{
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.topNews p.newTitle{
    font-weight: 600;
    font-size: 40px;
    line-height: 58px;
    margin: 12px 0 10px;
    color: black;
}
.topNews p{
    font-size: 16px;
    line-height: 24px;
    color: #5A6770;
}
.topNews .bestwayColor{
    font-size: 16px;
    line-height: 15px;
    font-weight: 600;
    margin-top: 5px;
}
.pageTitle{
    font-weight: 600;
    font-size: 42px;
    line-height: 58px;
    text-align: center;
    margin: 30px 0;
}
#news-tab{
    border-radius: 3px;
    background-color: #ffffff;
    box-shadow: 0 1px 2.9px 0.6px rgba(4, 25, 55, 0.16)
}
#news-tab ul li {
    padding: 10px 15px 8px;
    float: left;
    cursor: pointer;
    min-width: 150px;
    text-align: center;
}
.forType.active, .forDropDown.active{
    background: #F5FBFD;
    color: #1D71B8;
}
#news-tab .forDropDown .dropdown button{
    background: transparent;
    color: inherit;
    padding: 0;
    margin: 0;
}

.newList{
    width: 100%;
    margin-top: 20px;
    flex-wrap: wrap;
}
.newList>div {
    width: calc((100% - 50px)/3);
    margin-right: 25px;
    margin-bottom: 25px;
    position: relative;
    border: 1px solid #eaeaea;
    border-radius: 5px;
}
.newList>div:nth-child(3n+3){
    margin-right: 0;
}
.newLink{
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.newMore{
    /*display: block;*/
    padding: 15px;
    cursor: pointer;
    height: 100%;
    display: flex;
    flex-direction: column;
}
.newTitle {
    margin: 10px 0;
    overflow: hidden;
    font-size: 17px;
    line-height: 28px;
    font-weight: 600;
    color: #294B43;
}
.newContent {
    font-size: 13px;
    line-height: 20px;
    /*display: -webkit-box !important;
    line-clamp: 3 !important;
    -webkit-line-clamp: 3 !important;
    -webkit-box-orient: vertical !important;*/
    overflow: hidden !important;
    height: 60px;
}
.newContent img, .newContent iframe, .newContent video{
    display: none;
}
.newMore .overEllipsis{
    line-height: 12px;
    margin-bottom: 5px;
}
.newMore img{
    width: 100%;
    object-fit: cover;
    border-radius: 5px;
}
.newType>span{
    font-family: TitilliumWeb-Light !important;
    padding: 5px;
    background: #EDEDED;
    border-radius: 4px;
    color: #5A6770;
    display: inline-block;
    margin-right: 2px;
    margin-top: 8px;
}
.newType span:first-child{
    color: #1D71B8;
    background: #F5FBFD;
}
.initDate {
    font-family: TitilliumWeb-Light !important;
    font-style: normal;
}
#pageList{
    text-align: right;
}
#pageList a, #pageList span {
    padding: 8px 16px;
    color: #515253;
    border: 1px solid #eeeeee;
    margin-left: -1px;
    line-height: 1.52857143;
    cursor: pointer;
    border-radius: 4px;
    margin-right: 5px;
}
#pageList .current{
    color: #1D71B8;
    border: 1px solid #1D71B8;
}

.newsTop{
    font-weight: 600;
}
.newsTop .bestwayColor{
    cursor: pointer;
}
.newsTop>span:last-child{
    color: #909BA3;
    font-weight: 500;
}
.detailTitle{
    font-weight: 600;
    font-size: 42px;
    line-height: 58px;
    text-align: center;
    font-family: Raleway-Medium !important;
}
.detailContent{
    font-size: 16px;
    line-height: 24px;
    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;
}
button.backToList{
    color: #5A6770;
    font-size: 16px;
    padding: 10px 19px;
    background: #FFFFFF;
    border: 1px solid #EDEDED;
    border-radius: 6px;
    cursor: pointer;
}