.shouyelun .el-carousel__container {
    height: 190px;
}
.chebianlun .el-carousel__container {
    height: 240px;
}
.container {
    display: flex;
    flex-wrap: wrap;
    height: 320px;
}

.item {
    width: calc(50% - 10px); /* 每行显示两个元素，减去间隔宽度 */
    margin: 5px; /* 上下左右间隔为5px */
    height: auto; /* 高度自适应内容 */
    position: relative; /* 相对定位，用于文字绝对定位 */
}
.item .image {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
}
.item .title {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    color: #ffffff;
    /*padding: 5px;*/
    white-space: nowrap; /* 不换行显示 */
    overflow: hidden; /* 超出部分隐藏 */
    text-overflow: ellipsis; /* 超出部分以省略号显示 */
}
.browBox {
    width: 100%;
    height: 200px;
    background: #e6e6e6;
    position: absolute;
    z-index: 100;
    bottom: 0px;
    overflow: scroll;
}

.browBox ul {
    display: flex;
    flex-wrap: wrap;
    padding: 10px;
}

.browBox ul li {
    cursor: pointer;
    width: 10%;
    font-size: 26px;
    list-style: none;
    text-align: center;
}


.qz_2inL .el-menu.el-menu--horizontal {
    border-bottom: none;
    text-decoration: none;
}

.jrqz_4btn{margin-bottom: 100px;} .jrqz_4{padding-top: 80px;} .jrqz_4p {
                                                                  font-size: 20px;
                                                                  font-weight: bold;
                                                                  color: #0065e2;
                                                                  padding-bottom: 20px;
                                                              }

.jrqz_4p2{padding-top: 20px;font-size: 16px;} .jrqz_4btn {
                                                  background: transparent;
                                                  border: none;
                                                  width: 164px;
                                                  height: 36px;
                                                  background: #b2b2b2;
                                                  font-size: 16px;
                                                  border-radius: 8px;
                                                  color: #fff;
                                                  margin-top: 50px;
                                              }

.jrqz_4btn2 {
    background: #0065e2;
}

.qz_3R1 img {
    width: 550px;
}

.qz_3R1 video {
    width: 550px;
}
.ql-editor img {
    max-width: 600px;
}

.content-n video {
    width: 550px;
}

.content-n img {
    width: 550px;
}

.content-n {
    font-size: 15px;
    font-family: 宋体;
    line-height: 25px;
}

.img-div {
    display: flex;
    flex-wrap: wrap;
}
.emoji {
    padding: 10px;
    width: 20px;
    cursor: pointer;
}

.el-popper {
    height: 300px;
    width: 320px;
    overflow: auto;
    border-radius: 25px !important;
}

.el-tabs {
    height: 100%;
}

.el-tabs__item {
    font-size: 12px !important;
    padding: 0px 6px !important;
}

.el-tabs__content {
    height: 100%;
}

::-webkit-scrollbar {
    width: 1px;
    height: 1px;
    background-color: #F5F5F5;
}
/*定义滚动条轨道

内阴影+圆角*/

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    background-color: #F5F5F5;

}
/*定义滑块

内阴影+圆角*/
::-webkit-scrollbar-thumb {

    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #fff;
}
.img-li {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 5px;
    grid-row-gap: 5px;
    width: 25%;
    margin-top: 10px;
}
.box-content {
    border: 12px solid #f5f5f5;
    margin: 0 auto;
    margin-bottom: 30px;
    padding: 15px 15px 15px 15px;
}
.content-box {
    /*border: 12px solid #f5f5f5;*/
    border-left: 12px solid #f5f5f5;
    border-right: 12px solid #f5f5f5;
    border-top: 12px solid #f5f5f5;
    border-bottom: 5px solid #f5f5f5;
    margin: 0 auto;
    padding: 15px 15px 15px 15px;
}
.tubiao_ys {
    display: flex;
    flex-direction: row;
    align-items: center;
    cursor: pointer;
}

.tubiao_ys:hover {
    color: #f36126;
}

.img-main {
    position: relative;
}

.img-option {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    cursor: default;
    text-align: center;
    color: #fff;
    opacity: 0;
    font-size: 20px;
    background-color: rgba(0, 0, 0, .5);
    transition: opacity .3s;
    z-index: 2;
}

.comments-main {
    margin-top: 20px;
    border-radius: 4px;
    border: 1px solid rgb(235, 235, 235);
}

.comments-option {
    box-sizing: border-box;
    margin: 8px 0px 8px 0px;
    min-width: 0px;
    position: relative;
    padding-top: 10px;
    -webkit-box-pack: justify;
    justify-content: space-between;
    display: flex;
}
.text {
    position: relative;
    /*color: #000;*/
    /*font-size: 14px;*/
}
.more {
    visibility: hidden;
}
.slink {
    font-size: 12px;
    color: #2d95fe;
}
.retract {
    position: relative;
    overflow: hidden;
}
.retract:after {
    content: "...";
    position: absolute;
    bottom: 0;
    right: 2px;
    width: 25px;
    padding-left: 25px;
    background: linear-gradient(to right, transparent, #fff 45%);
}

.leftArea{
    display: grid;
    /* grid-template-columns: 1fr 300px; */
    grid-gap: 15px;
    height: 300px;
    /*这个300 对应这个*/
}
.leftArea img{
    width: 100%;
    height: 100%;
    object-fit: fill;
}
.areaMore{
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 10px 10px;
}
.areaMore a{
    position: relative;
}
video-list {
    display: grid;
    grid-template-columns: 30% 30% 30%;
    grid-gap: 30px;
    grid-row-gap: 30px;
    width: 100%;
    margin-top: 30px;
}

.video-list .BG_img {
    width: 100%;
    height: 400px;
    object-fit: cover;
}

.content-video {
    margin-top: 10px;
    color: #666;
    font-family: 宋体;
    font-size: 12px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.content-time {
    color: #666;
    text-align: end;
    font-size: 12px;
}

video-main {
    position: relative;
    cursor: pointer;
}
.video-play-img {
    position: absolute;
    z-index: 2 !important;
    left: 170px;
    top: 350px;
}

.video-play-img img {
    width: 50px;
    height: 50px;
    cursor: pointer;
}

.imgBox {
    position: relative;
}

.imgBox:hover .openvideo {
    opacity: 1;
    z-index: 10;
}

.imgBox:hover .playImg {
    z-index: 12;
}

.video-time {
    position: absolute;
    right: 10px;
    bottom: 10px;
    color: #ffffff;
}

.openvideo {
    opacity: 0;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    transition: all 0.2s;
    background: #0000004d;
    cursor: pointer;
}

.playImg {
    position: absolute;
    width: 50px;
    height: 50px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
}

.pl-video-list {
    font-size: 10px;
}

.comments-main {
    margin-top: 20px;
    border-radius: 4px;
    border: 1px solid rgb(235, 235, 235);
}

.comments-option {
    box-sizing: border-box;
    margin: 8px 0px 8px 0px;
    min-width: 0px;
    position: relative;
    padding-top: 10px;
    -webkit-box-pack: justify;
    justify-content: space-between;
    display: flex;
}
.list{
    padding: 12px 0;
    display: grid;
    grid-template-columns: 60px 1fr;
    grid-gap: 6px;
    color: #222222;
    font-size: 14px;
    border-bottom:1px solid #f0f0f0;
}
.list .time {
    line-height: 22px;
    border-right: 1px dashed #e6e6e6;
}
.gradation{
    width: 100%;
    position: absolute;
    bottom: 0px;
    height: 70px;
    background-image:  linear-gradient(0deg, #000, transparent);
}