img {
    object-fit: cover;
}

.navigationBar .content {
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 6px 16px;
    box-sizing: border-box;
}

.bannerList {
    width: 100%;
    height: 200px;
    margin: 0;
}
.bannerList .viewimg, .bannerList .viewimg img{
    height: 100%;
}
.viewimg .casename {
    height: 100%;
}
.viewimg .casename .title {
    height: 16px;
    line-height: 16px;
    width: 240px;
    margin: 16px;
    color: #fff;
    font-size: 16px;
    overflow: hidden;
    white-space: normal;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-break: break-all;
    display: -webkit-box;
}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{
    margin: 2.5px;
}
.swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    opacity: 0.2;
    background: #FFFFFF;
}
.swiper-pagination-bullet-active{
    opacity: 1;
}
.swiper-container-horizontal>.swiper-pagination-bullets{
    bottom: 18.4px;
    display: flex;
    right: 16px;
    left: auto;
    flex-direction: row-reverse;
}
.main{
    padding-top: 12px;
    padding-bottom: 12px;
    background:#F5F6F7;
    display: flex;
    flex-direction: column;
}
.list-box {
    margin: 4px 16px;
    padding: 16px;
    background: #FFFFFF;
    border-radius: 8px;
    display: flex;
}
.list-row {
    width: 100%;
    display: flex;
    flex-direction: column;
}
.list-box .list-header{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 18px;
}
.list-box .list-header .title {
    font-weight: 500;
    font-size: 20px;
    color: #1F2C3D;
    line-height: 28px;
    height: 28px;
}

.list-box .list-header .more {
    height: 20px;
    font-weight: 400;
    font-size: 14px;
    color: #91959B;
    text-align: right;
    line-height: 20px;
    cursor: pointer;
}
.list-box .list-main {
    display: flex;
    flex-direction: column;
}
.news .list-main .new-box{
    padding: 16px 0;
    border-bottom: 1px solid #EDEEEF;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    height: 28px;
    align-items: center;
}
.news .list-main .new-box:last-child{
    border-bottom: none;
    padding-bottom: 0;
}
.news .list-main .new-box .date{
    width: 28px;
    height: 16px;
    font-weight: 500;
    font-size: 16px;
    color: #00A98F;
    text-align: left;
    line-height: 16px;
    margin-right: 16px;
}
.list-box .title {
    overflow: hidden;
    white-space: normal;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-all;
    display: -webkit-box;
    height:  48px;
    font-weight: 400;
    font-size: 14px;
    color: #252D37;
    line-height:  24px;
}
.news .list-main .new-box .title{
    width: 254px;
}

.hot-box, .article-box, .article-list-box{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 16px;
    align-items: center;
}
.article-list-box{
    padding-bottom: 16px;
    border-bottom: 1px solid #EDEEEF;
}
.hot-box:last-child , .article-box:last-child, .article-list-box:last-child {
    margin-bottom: 0;
}
.article-list-box:last-child{
    padding-bottom: 0;
    border-bottom: none;
}
.hot-box .img{
    width: 100px;
    height: 68px;
    border-radius: 4px;
    margin-right: 16px;
}
.hot-box .title{
    width: 100%;
}
.list-tag {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-bottom: 14px;
}
.list-tag .tag {
    padding: 8px 12px;
    background: #F5F6F7;
    border-radius: 04px;
    height: 14px;
    font-weight: 400;
    font-size: 14px;
    color: #252D37;
    line-height:  14px;
    margin-bottom: 12px;
    margin-right: 12px;
}
.article-box .image {
    margin-left: 16px;
    width: 130px;
    height: 97px;
    border-radius: 4px;
}
.article-box .article-left {
    width: 56%;
    height: 97px;
}
.article-box .article-left .title{
    height: 40px;
    font-weight: 400;
    font-size: 14px;
    color: #252D37;
    line-height: 20px;
    width: 100%;
    word-break: break-all;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 12px;
}
.article-box .article-left .article-tag{
    height: 21px;
    width: 100%;
    margin-bottom: 10px;
    overflow: hidden;
}
.article-box .article-left .article-tag .tag{
    background: #EBF9F6;
    border-radius: 2px;
    padding: 3px 4px 2px;
    font-weight: 400;
    font-size: 12px;
    color: #00A98F;
    margin-right: 10px;
}
.article-box .article-date{
    height: 16px;
    font-weight: 400;
    font-size: 12px;
    color: #91959B;
    line-height: 16px;
}
.article-list-box .title{
    overflow: hidden;
    white-space: normal;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-all;
    display: -webkit-box;
    height: 14px;
    line-height: 14px;
}
.article-list-box .article-date{
    margin-left: 22px;
    width: 65px;
    height: 16px;
    font-weight: 400;
    font-size: 12px;
    color: #91959B;
    line-height: 16px;
}
.qy-box {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 24px;
}
.qy-box:last-child{
    margin-bottom: 0;
}
.qy-box .img {
    width: 100%;
    margin-bottom: 16px;
}
.qy-box .title {
    width: 100%;
    height: 48px;
    font-weight: 500;
    font-size: 16px;
    color: #252D37;
    line-height: 24px;
    overflow: hidden;
    white-space: normal;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-all;
    display: -webkit-box;
    margin-bottom: 8px;
}
.qy-box .qy-footer {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}
.qy-box .qy-footer .article-views, .qy-box .qy-footer .article-date{
    height: 16px;
    font-weight: 400;
    font-size: 12px;
    color: #91959B;
    line-height: 16px;
}
.baike-list-box{
    display: flex;
    flex-direction: row;
    background: #F5F6F7;
    padding: 12px;
    margin-bottom:12px;
    align-items: center;
}
.baike-list-box .tag{
    width: 32px;
    height: 32px;
    background: #63CEC9;
    border-radius: 2.67px;
    color: #FFF;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    font-size: 21.33px;
    margin-right: 12px;
    flex: 0 0 auto;
}
.baike-list-box:nth-child(3) .tag,.baike-list-box:nth-child(4) .tag
{
    background: #799DD2;
}
.baike-list-box:nth-child(5) .tag,.baike-list-box:nth-child(6) .tag
{
    background: #FDA5A6;
}
.baike-list-box:last-child{
    margin-bottom: 0;
}
.baike-list-box .title{
    flex: 1 1 auto;
    line-height: 20px;
    font-weight: 400;
    font-size: 14px;
    display: flex;
    color: #252D37;
    align-items: center;
}

