﻿.qcbySlide {
    width: 100%;
    overflow: hidden;
}

.qcbySlide .bd li {
    width: 158px;
    margin-right: 26px;
}

.qcbySlide .bd li .img {
    overflow: hidden;
}

.qcbySlide .bd li .img img {
    width: 100%;
    height: 205px;
    object-fit: cover;
}

.tzgglist .box a {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}


.tzgglist .box .title2 {
    font-size: 16px;
}

.tzgglist .box .dete {
    font-size: 14px;
    color: #666;
}

.tzgglist .box {
    margin-bottom: 25px;
}

.tzgglist .box:last-of-type {
    margin: 0;
}

.tzgglist .box:hover .title2 {
    color: #0F3A92;
}

ol,
ul {
    list-style: none;
}

.newBox {
    width: 100%;
    margin-bottom: 40px;
}

.f-left {
    float: left;
}

.f-right {
    float: right;
}

.clear {
    clear: both;
}

.newSlide {
    width: 724px;
    /* overflow: hidden; */
}

.newlist {
    width: calc(100% - 724px - 30px);
}

.newlist .box {
    width: 100%;
    height: 59px;
    box-sizing: border-box;
    border: 1px solid #E8E8E8;
    padding: 0 23px;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.newlist .box7 {
    margin-bottom: 0;
}

.newlist .box .title2 {
    font-size: 16px;
    color: #000000;
    line-height: 25px;
    height: 25px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-break: break-all;
}

.newlist .box .dete {
    font-size: 16px;
    color: #000;
    opacity: .2;
}

.newlist .box:hover .title2 {
    font-weight: bold;
    color: #0F3A92;
}

.newlist .box .dete {
    opacity: .6;
}



.newSlide2 .bd {
    width: 724px
}

.newSlide2 .bd li {
    width: 724px;
}

.newSlide2 .bd li .img {
    width: 100%;
    overflow: hidden;
}

.newSlide2 .bd li .img img {
    width: 100%;
    height: 500px;
    object-fit: cover;
}

.newSlide2 .bd li .tt {
    width: 648px;
    margin-left: 38px;
    height: 85px;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.3);
    margin-top: -58px;
    box-sizing: border-box;
    padding: 30px;
    position: relative;
    z-index: 99;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.newSlide2 .bd li .title2 {
    font-size: 18px;
    font-weight: bold;
    color: #0F3A92;
    line-height: 25px;
    height: 25px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-break: break-all;
    width: calc(100% - 95px);
}

.newSlide2 .bd li .dete {
    text-align: right;
    color: #0F3A92;
    width: 90px;
}

.newSlide2 .tempWrap,
.newSlide2 .tempWrap ul {
    padding-bottom: 30px !important;
}

/* ----- 6-9 ------ */

.new-imglist {
    width: 100%;
}

.new-imglist li {
    display: none;
}

.new-imglist li.on {
    display: block;
}

.newlist .box.on {
    background: #0F3A92;
}

.newlist .box.on .title2 {
    color: #fff;
}


/* ---- 8-26 ---- */

.slideBox .bd a {
    width: 100%;
    display: inline-block;
}

.newlist .box a {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.newlist .box .title2 {
    flex: 1;
}

.newlist .box .dete {
    color: #999;
}