.audio audio {
    width: 100%;
}

.newsN {
    margin-bottom: 20px;
    height: auto;
}

/* 侧边栏重庆专升本 */
.newsN .news-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.newsN .news-list .news-item {
    display: inline-block;
    width: 140px;
    text-align: center;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    margin: 0;
    border-top: none;
    border-radius: 5px;
    border: solid 1px #2299ff;
    color: #2299ff;
    margin-top: 20px;
    transition: all .5s;
}

.newsN .news-list .news-item:nth-child(1),
.newsN .news-list .news-item:nth-child(2) {
    margin-top: 0;
}

.newsN .news-list .news-item:hover {
    background-color: #2299ff;
    color: #fff;
}

/* 侧边栏重庆专升本end */

/* 链接列表 */
.link-list {
    width: 800px;
    height: 150px;
    display: flex;
}

.link-list.br5 {
    border-style: solid;
    border-width: 1px;
}

.link-list .link-item {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-right: 1px dashed #ccc;
}

.link-list .link-item:last-child {
    border-right: none;
}

.link-list .link-item a {
    text-align: center;
}

.link-list .link-item p {
    font-size: 18px;
    color: #333333;
    margin-top: 10px;
}

/* 链接列表end */

/* 推荐阅读 */
.hotArticle {
    width: 340px;
    padding-bottom: 0;
}

.hotArticle .hotArticle-title {
    border-left: 4px solid #29f;
    padding-left: 14px;
}

.hotArticle li {
    height: 57px;
    line-height: 57px;
    border-top: 1px dotted #ccc;
    overflow: hidden;
}

.hotArticle li span {
    margin-right: 20px;
}

.newsList li {
    display: flex;
    position: relative;
    padding-bottom: 20px;
}

.newsList li img {
    border-radius: 5px;
    width: 160px;
    height: 100px;
}

.newsList .link-item>a>img {
    width: auto;
    height: auto;
}

.newsList li .right {
    flex: 1;
    margin-left: 20px;
}

.newsList li .clearmr {
    margin-left: 0;
}

.newsList li .tag {
    position: absolute;
    right: 0;
    bottom: 10px;
}

.newsList li .text {
    margin-top: 16px;
    margin-bottom: 0;
}

.newsList li .text .tip {
    color: #333;
    font-size: 12px;
}

/* 推荐阅读end */

/* 标签列表 */
.tag-list {
    min-height: 350px;
}

.tag-list-wrapper {
    display: flex;
    flex-wrap: wrap;

}

.tag-list-wrapper h3 {
    margin: 0;
}

.tag-list .tag-list-wrapper li {
    display: inline-block;
    height: 30px;
    line-height: 30px;
    border-radius: 5px;
    font-size: 14px;
    padding: 0 15px;
    border: solid 1px #2299ff;
    color: #2299ff;
    margin: 0 20px 20px 0;
    transition: 0.5s all;
    cursor: pointer;
}

.tag-list .tag-list-wrapper a {
    margin: 0;
}

.tag-list .tag-list-wrapper li:hover {
    color: #fff;
    background-color: #2299ff;
}

/* 标签列表end */

/* 标签描述 */
.h360 {
    height: 360px;
}

.tag-desc-top {
    display: flex;
}

.tag-desc-top .tag-desc-text {
    margin-left: 20px;
}

.tag-desc-top .tag-desc-text .tag-desc-title {
    margin-top: 24px;
    font-weight: normal;
}

.tag-desc-top .tag-desc-text .tag-desc-p {
    margin-top: 16px;
    color: #999999;
}

/* 标签描述end */

.newsN .content .circle {
    margin-right: 20px;
    display: inline-block;
    width: 7px;
    height: 7px;
    background-color: #29f;
    border-radius: 50%;
}

.newsN .clbt {
    border-top: none;
}

.newsRelated {
    padding-bottom: 20px;
}

.check-all {
    display: inline-block;
    width: 100%;
    text-align: center;
    line-height: 36px;
    border-radius: 5px;
    border: solid 1px #2299ff;
    color: #2299ff !important;
    margin-top: 20px;
    transition: all 0.5s;
}

.check-all:hover {
    background-color: #2299ff;
    color: #fff !important;
}

/* 内容区域添加蓝色字体并添加下划线链接 */
#newsContent a {
    color: #29f !important;
    text-decoration: underline;
}

.link-list .link-item>a {
    text-decoration: none;
}