.p-3-info img {
    max-width: 100%;
}

#container-info {
    width: 1300px;
    margin-top: 70px !important;
    background: white;
    min-height: 2100px;
    overflow: auto;
}


.my-info {
    background: white;
    display: flex;
}


.news-text {
    color: black !important;
    font-size: 17px !important;
    line-height: 24px;
    margin-bottom: 20px;
    padding-right: 20px;
    padding-left: 20px;
    overflow: hidden;
}

.news-text a, p {
    color: black !important;
    font-size: 17px !important;
}

.news-title-info {
    border-bottom: #e4e3e3 1px solid;
    margin: 20px 20px 20px 0px;
    padding-bottom: 10px;
    width: 75%;
}

.news-title-info h2 {
    font-size: 20px;
    font-weight: bold;
    position: relative;
    width: 100px;
    margin: 0 !important;
    color: #1487f4;
}


/*右侧*/

.r-line {
    background: #1487f4;
    height: 4px;
}

.r-line a {
    position: absolute;
    margin-left: 105px;
    margin-top: -10px;
    color: black;
    background: white;
    padding-left: 10px;
    padding-right: 10px;
}


.right-connect {
    display: flex;
    list-style: none;
    margin: 15px auto;
}

.right-connect li {
    padding-left: 25px;
}

.right-connect {
    display: flex;
    list-style: none;
    margin: 15px auto;
}

.right-connect img {
    height: 50px;
    width: 50px;
    object-fit: contain;
}


/*学科视频链接等*/
.row-vedio {
    line-height: 120px;
}

.col-vedio {
    float: left;
    width: 96px;
    margin: 0 10px;
}

.card-vedio img {
    height: 90px;
}

.card-body-vedio h5 {
    text-align: center;
    font-size: 16px;
}

.card-body-vedio a {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    white-space: normal;
    text-overflow: ellipsis;
    text-decoration: none;
    margin-top: -10px;
    height: 40px;
}

.more-vedio button {
    margin: -5px 0 0 30%;
    height: 35px;
    width: 100px;
    background: white;
    border: #1487f4 solid 2px;
    border-radius: 5px;
}

.more-vedio a {
    text-decoration: none;
    border: #1487f4 solid 2px;
    border-radius: 5px;
}

right-line-more {
    margin-top: 10px;
}

.left-l {
    margin-top: -20px;
    margin-bottom: 0;
    background: #1487f4;
    float: left;
    height: 3px;
    width: 31%;
}

right-l {
    margin-top: 10px;
    background: #1487f4;
    height: 3px;
    width: 27.5%;
    float: right;
}

.left-li {
    margin-top: -20px;
    margin-bottom: 0;
    background: #1487f4;
    float: left;
    height: 3px;
    width: 31%;
}

right-li {
    margin-top: 10px;
    background: #1487f4;
    height: 3px;
    width: 27.5%;
    float: right;
}


.right-connect {
    display: flex;
    list-style: none;
    margin: 15px auto;
}

.right-connect img {
    height: 50px;
    width: 50px;
    object-fit: contain;
}


.tip {
    display: inline-block;
    margin-left: -10px;
    margin-right: -30px;
}


.tip:hover .tiptext {
    visibility: visible;
}

.tip .tiptext {
    width: 240px;
    padding-left: 5px !important;
    text-align: left;
    margin-top: 50px;
    margin-left: -130px;
    visibility: hidden;
    background: #1487f4;
    color: #fff;
    padding: 5px 0;
    border-radius: 6px;
    position: absolute;
    z-index: 1;
}


.right-connect {
    display: flex;
    list-style: none;
    margin: 15px auto;
}

.right-connect img {
    height: 50px;
    width: 50px;
    object-fit: contain;
}


/*右下方列表*/
.info-list-tab {
    margin-top: 20px;
}


.info-list-tab li {
    list-style: none;
    padding: 5px;
}

.info-list-tab li img {
    height: 140px;
    width: 100%;
    margin: 0 auto;
    object-fit: cover;
    border: lightgrey solid 1px;
}


.info-list-tab li a {
    color: black;
    margin-top: 10px;
    padding-top: 1px;
    font-size: 16px;
    text-decoration: none;

    word-break: break-all;
    overflow: hidden !important;
    display: -webkit-box !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 1 !important;
    white-space: normal !important;
    text-overflow: ellipsis;
}

.info-list-tab li span {
    font-size: 14px;
    color: #888;
}

/*热点排行样式*/
.btab_scroll {
    position: relative;
    background-color: #fff;
    height: 450px;
    width: 100%;
    overflow: hidden;
}

.btab_scroll_ul {
    position: relative;
    top: 0;
    left: 0;
    animation: scroll 10s linear infinite;
}

.btab_scroll_ul li {
    width: 100%;
    /* 滚动的项目需要有具体的高度 */
    height: 80px;
    background-color: #fff;
    align-items: center;
}

@media screen and (max-width: 768px) {
    .p-3-info img {
        max-width: 100%;
        max-height: 300px;
    }

}