/*字体设置*/
body {
    background: rgb(242, 242, 242);
    font-family: "Microsoft yahei", Tahoma, Verdana, Arial, sans-serif;
}

/*用户圆形头像图片*/
.circle-img {
    border-radius: 50%;
    width: 100px;
    height: 100px;
    object-fit: cover;
}

/*PC端登录注册位置大小设置*/
.top-bar {
    height: 90px;
}

.top-bar .navbar-form {
    padding: 0px;
    font-size: 0px;
    margin-top: 16px;
    margin-left: 20px;
}

.top-bar .navbar-form .form-group {
    border-radius: 0px;
    height: 30px;
    margin-right: -1px;
    min-width: 400px;
    box-shadow: none;
}

.top-bar .navbar-right {
    font-size: 12px;
    margin-top: 4px;
}

.top-bar .navbar-right a {
    color: rgb(153, 153, 153);
}

.top-bar .navbar-right a:hover {
    background: none;
    color: rgb(0, 220, 220);
}

/*以下包含导航栏设置*/
.navbar.navbar-default {
    background: rgb(0, 220, 220);
    margin-bottom: 0px;
    box-shadow: none;
}

.navbar-default .navbar-nav > li {
    margin: 0px 7px;
    border-bottom-color: rgb(0, 220, 220);
    border-bottom-width: 2px;
    border-bottom-style: solid;
    display: inline-block;
}

.navbar-default .navbar-nav > li:hover {
    border-bottom-color: rgb(255, 255, 255);
    border-bottom-width: 2px;
    border-bottom-style: solid;
}

.navbar-default .navbar-nav > li > a {
    padding: 1px;
    color: rgb(226, 242, 247);
    font-size: 16px;
    font-weight: bold;
}

.navbar-default .navbar-nav > li > a:hover {
    color: rgb(255, 255, 255);
    opacity: 1;
}

.navbar-header a.navbar-search {
    background: rgb(246, 246, 246);
    margin: 7px 0px;
    padding: 2px 5px;
    border-radius: 4px;
    height: 30px;
    color: rgb(187, 187, 187);
    overflow: hidden;
    font-size: 15px;
    display: block;
    position: relative;
}

.navbar-header a.navbar-search .iconfont {
    top: -4px;
    right: 8px;
    color: rgb(187, 187, 187);
    font-size: 26px;
    position: absolute;
}

.navbar-home .collapse {
    display: block;
}

.navbar-collapse {
    position: relative;
}

.navbar-nav {
    overflow: hidden;
    margin-top: 8px;
    margin-bottom: 8px;
}

.navbar-nav.expand {
    height: auto;
}

.navbar.navbar-default .row {
    margin-right: -15px;
    margin-left: -15px;
}

.navbar-default .navbar-nav > li:active {
    background: rgb(211, 246, 248);
    border-radius: 4px;
}

.navbar-default .navbar-nav > li:hover a {
    color: rgb(255, 255, 255);
    opacity: 1;
}

/*播放按钮*/
.play-button-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); /* 居中显示 */
    cursor: pointer; /* 鼠标悬停时显示手形光标 */
    /* 其他样式，如大小、颜色等 */
    size: 60px;
    color: #8f8f8f;
}

/*以下关于PC端head设置*/
.adg-box {
    overflow: hidden;
    display: block;
}

.adg-box {
    width: 100%;
    height: 120px;
}

.adg-box img {
    width: 100%;
    height: 120px;
}

.content-item {
    width: auto;
    height: auto;
    overflow: hidden;
    clear: both;
}

.news-navigator {
    display: none;
}

/*以下为手机端头部设置*/
@media all and (max-width: 767px) {
    .media-heading {
        font-size: 12px;
    }

    .new-index .media-left {
        display: table-cell;
    }

    .new-index .panel-body .col-sm-12 {
        padding-top: 18px;
        padding-bottom: 18px;
        border-top-color: rgb(238, 238, 238);
        border-top-width: 1px;
        border-top-style: solid;
    }

    .new-index .panel-body :nth-of-type(1).col-sm-12 {
        padding-top: 0px;
        border-top-color: currentColor;
        border-top-width: medium;
        border-top-style: none;
    }

    .new-index .media-heading {
        width: auto;
        height: auto;
        padding-left: 0px;
        white-space: normal;
        max-height: 80px;
    }

    .new-index .media-heading a {
        color: rgb(0, 0, 0);
    }

    .new-index .media-heading::before {
        background: rgb(255, 255, 255);
    }

    .new-index .pull-right {
        float: none;
    }

    .new-index .media-author {

    }

    .new-index .panel-body :nth-of-type(2).panel-left {
        display: none;
    }

    .new-index .academic-space .panel-left .media-heading {
        width: auto;
    }

    .new-index .col-sm-6 {
        border-bottom-color: currentColor;
        border-bottom-width: medium;
        border-bottom-style: none;
    }

    .new-index .academic-space .panel-left :nth-of-type(2).media-heading {
        margin-top: 20px;
    }

    .new-index .academic-space .iBox .panel-left .col-sm-6 {
        height: 120px !important;
        padding-top: 20px;
        border-top-color: rgb(238, 238, 238);
        border-top-width: 1px;
        border-top-style: solid;
    }

    .new-index .academic-space .iBox .panel-left :nth-of-type(1).col-sm-6 {
        padding-top: 0px;
        margin-bottom: 0px;
        border-top-color: currentColor;
        border-top-width: medium;
        border-top-style: none;
    }

    .new-index .panel-rec .panel-body .list-inline {
        padding-bottom: 60px;
    }

    .new-page-style .panel-body .col-sm-12 {
        padding-top: 15px;
        padding-bottom: 10px;
    }

    .news-navigator {
        background: rgb(255, 255, 255);
        padding: 15px;
    }

    .news-navigator .head-box {
        width: 100%;
        overflow: hidden;
    }

    /*手机端LOGO设置*/
    .news-navigator .head-box img {
        width: 40%;
        margin-top: 2%;
        float: left;
    }

    .news-navigator .login-box {
        margin-top: 1%;
        float: right;
    }

    .news-navigator .login-box a {
        padding: 6px 12px;
        color: rgba(0, 0, 0, 0.55);
        font-size: 14px;
        margin-left: 1px;
    }

    .news-navigator .login-box a:hover {
        background: none;
        color: #03fcff;
    }

    .news-navigator .login-box ul {
        display: flex;
        list-style-type: none; /* 移除默认的列表样式 */
        padding: 0; /* 移除默认的列表内边距 */
    }

    .news-navigator .login-box ul li {
        margin-right: 10px; /* 可选：为列表项之间添加间距 */
    }

    .registerbtn {
        color: #03fcff;
    }

    .loginbtn {
        color: #03fcff;
    }

    .logoutbtn {
        color: #03fcff;
    }

    .search-box {
        overflow: hidden;
        margin-top: 12px;
    }

    .search-box select {
        border-radius: 3px;
        border: 1px solid rgb(221, 221, 221);
        border-image: none;
        width: 25%;
        height: 40px;
        line-height: 40px;
        padding-left: 8px;
        float: left;
    }

    .search-box .search-input-box {
        width: 75%;
        float: left;
    }

    .search-box .search-input-box input {
        border-width: 1px medium 1px 1px;
        border-style: solid none solid solid;
        border-color: rgb(221, 221, 221) currentColor rgb(221, 221, 221) rgb(221, 221, 221);
        border-radius: 3px 0px 0px 3px;
        border-image: none;
        width: 80%;
        height: 40px;
        line-height: 40px;
        padding-left: 8px;
        float: left;
    }

    .search-box .search-input-box button {
        background: rgb(255, 255, 255);
        border-radius: 0px 3px 3px 0px;
        border: 1px solid rgb(221, 221, 221);
        border-image: none;
        width: 40px;
        height: 40px;
        line-height: 40px;
        float: left;
    }

    .search-input-box button .iconfont {
        font-size: 23px;
    }

    .header .top-bar {
        display: block;
    }

    .bottom-pop-up {
        background: rgb(255, 255, 255);
        width: 200px;
        right: 0px;
        bottom: 57px;
        position: absolute;
        box-shadow: 0px 0px 20px #ddd;
        -webkit-box-shadow: 0 0 20px #ddd;
    }

    .bottom-pop-up a {
        width: 100%;
        color: rgb(0, 0, 0);
        line-height: 50px;
        padding-left: 10px;
        border-bottom-color: rgb(238, 238, 238);
        border-bottom-width: 1px;
        border-bottom-style: solid;
        display: block;
    }

    .news-navigator {
        display: block;
    }

    .news-navigator .head-box .logged-in img {
        border-radius: 100%;
        width: 1.5rem;
        height: 1.5rem;
        margin-right: 10px;
        vertical-align: middle;
    }

    .logged-in a {
        background: none;
        color: rgb(0, 0, 0);
        font-size: 14px;
    }
}

/*以上为手机端头部设置*/
.new-page-style .panel {
    margin-bottom: 20px;
}

.pc-footer {
    margin-top: 20px;
}

.new-index .media-heading2 {
    height: auto;
    overflow: auto;
    margin-bottom: 10px;
    white-space: inherit;
}

.new-index .media-heading2 a {
    color: rgb(0, 0, 0);
}

.new-index .media-heading2 span {
    height: 25px;
    float: left;
}

.new-index .media-heading2 .media span {
    width: 260px;
    overflow: hidden;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
}

@media all and (max-width: 767px) {
    .new-index .media-heading2 span {
        height: auto;
    }

    .new-index .media-heading2 .media span {
        width: auto;
        white-space: normal;
    }

    .pc-footer {
        padding-bottom: 70px;
    }
}

/*以下为内容页设置*/
@media all and (max-width: 410px) {
    .navbar-brand-m {
        margin: 5px 10px 5px 5px;
    }

    .navbar-function {
        padding: 0px 0px 0px 5px;
    }

    .navbar-header a.navbar-search .iconfont {
        right: 3px;
    }
}

@media all and (min-width: 768px) {
    body {
        min-width: 1200px;
    }

    .container {
        width: 1200px;
    }
}

@media all and (min-width: 992px) {
    body {
        min-width: 1200px;
    }

    .container {
        width: 1200px;
    }
}

@media all and (min-width: 1200px) {
    body {
        min-width: 1200px;
    }

    .container {
        width: 1200px;
    }
}

/*以上为内容页设置*/

/*以下为原index设置*/
.jumbotron h1 {
    font-weight: bold;
    text-shadow: 5px 5px 8px #FF0000;
    font-style: italic;
}

.jumbotron p {
    text-indent: 2em;
}

.jumbotron h2 {
    color: #01ff41;
    font-weight: bold;
}

.navbar-inverse {
    background: #EEEEEE;
    border-color: snow;
}

.article-list-item {
    font-size: 18px;
    background: #EEEEEE;
    padding: 10px;
    margin-bottom: 10px;
    border: #CCCCCC solid 1px;
    box-shadow: 1px 1px 5px #D9EDF7;
    border-radius: 5px;
}

.article-list-itemlist {
    font-size: 18px;
    background: #EEEEEE;
    padding: 10px;
    margin-bottom: 10px;
    border: #CCCCCC solid 1px;
    box-shadow: 1px 1px 5px #D9EDF7;
    border-radius: 5px;
}

.line-top {
    line-height: 40px;
    overflow: hidden;
    border-top-color: rgb(157, 157, 157);
    border-top-width: 2px;
    border-top-style: solid;
}

.line-top2 {
    overflow: hidden;
    border-top-color: rgb(157, 157, 157);
    border-top-width: 1px;
    border-top-style: solid;
}

.article-list-item .title {
    display: block;
    padding-bottom: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.article-list-item .info {
    color: #999999;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.topic-list-item {
    margin-bottom: 10px;
    padding-left: 10px;
    border-left: #1B6D85 solid 2px;
}

.topic-list-item .title {
    color: #419641;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.content {
    background: #ffffff;
    padding: 10px 10px;
    border: #DDDDDD solid 1px;
    border-radius: 3px;
    box-shadow: 2px 2px 10px #0d1675;
}

/*底部背景*/
.footer {
    background-color: #00dcdc;
    opacity: .8;
    text-align: center;
    padding: 0 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/*底部文字*/
.footer p {
    height: 30px;
    font-weight: bold;
    line-height: 30px;
    color: #000000;
    display: inline;
}

/*404页面背景图*/
.haderimg {
    width: 90px;
    height: 90px;
    background-image: url("/static/index/img/paper.jpg");
}

/*手机端底部固定栏*/
.nav-footer {
    background-color: #ffffff;
    width: 100%;
    margin-top: 1%;
    opacity: .8;
    text-align: center;
    padding: 0 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.nav-footer .list-inline {
    margin-bottom: 0px;
}

.nav-footer li {
    width: 20%;
    text-align: center;
    color: rgb(255, 255, 255);
}

.nav-footer li.active {
    color: rgb(255, 255, 255);
}

.nav-footer li p {
    margin-bottom: 0px;
    color: #00dcdc;
}

.nav-footer li .bi {
    font-size: 24px;
    color: black;
}

.article-title {
    margin-left: 10px;
    margin-top: 20px;
    font-size: 17px;
    line-height: 1.5;
}

.row {
    margin-right: 0px;
    margin-left: -15px
}


.status {
    color: #999999;
}

.status .label {
    opacity: .8;
}

.article-content {
    margin-top: 20px;
    font-size: 15px;
    line-height: 1.5;
}

.comment-list-item {
    background: #EEEEEE;
    padding: 10px;
    margin-bottom: 10px;
    border: #CCCCCC solid 1px;
    box-shadow: 1px 1px 5px #D9EDF7;
    border-radius: 5px;
}

.comment-list-item .info {
    font-weight: bold;
}

.comment-list-item .info small {
    margin-left: 10px;
    color: #888888;
}

.comment-list-item .content {
    text-indent: 1em;
    padding-top: 10px;
}

.h1 {
    font-weight: bold;
}
