
/* 移动端主菜单按钮 */
.icon-bar{
    background-color: #b3b3b3 !important;
}

/* 菜单栏期刊名称 更改颜色 加粗 去阴影 */
.site-name .navbar-brand{
    color: #ee7944;
    font-weight: 700;
    text-shadow: none;
}

.site-name .navbar-brand:hover{
    color: #3769b7;
}


/* 主页“关于期刊”文字框，取消边框、字体加粗 */
.about_journal{
    border: unset;
    font-weight: 700;
    /* background-color: #3769b7ba; */
    background-color: unset;

}

/* 配合去除关于期刊，加入NMT人的家 */
.about_journal img{
    max-width: 100%;
    margin-left: 10px;
}

main .or-spacer{
    margin-top: 15px;
}

/* 主页“关于期刊” h1修改颜色 */
.journal_index h1{
    color: #ff9d00;
}

/* 主页侧边栏，更改整体border */
.pkp_block{
    border: unset;
}


/* 主页侧边栏，更改边栏标题背景色 */
.pkp_block .title{
    background: unset;
    background-color: #3769b7;
}

/* 主页侧边栏，超链接区域 */
.pkp_block .content{
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border: 1px solid #dddddd;
    border-top: 0;
}
.pkp_block ul {
	font-size: 14px;
}

/* 面包屑导航 */
.breadcrumb{
    font-size: 12px;
    font-weight: 700;
}

/* 提示框 */
.alert-info{
    background-color: #ff9d00;
    border-color: #faebcc;
}

.alert-info a{
    color: #054485;
}

.alert {
    font-size: 14px;
    font-weight: 700;
}

/* 网页内容的各处标题 */
.page-header{
    color: #ee7944;
    text-shadow: none;
}

/* page-header下面的small标签 */
.article-details header small{
    color: #b3b3b3;
}

/* 页脚 */
footer[role="contentinfo"] {
    background: #295293;
    /* background: -moz-linear-gradient(left, #295293 0%, #3fa1e2 100%);
    background: -webkit-linear-gradient(left, #295293 0%,#3fa1e2 100%);
    background: linear-gradient(to right, #295293 0%,#3fa1e2 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#295293', endColorstr='#3fa1e2',GradientType=1 ); */
}

footer[role="contentinfo"] a{
    color: #ffffff;
}

/* 导航栏上Logo */
.navLogoImg{
    height: 35px;
    vertical-align: middle;
}

/* 配合导航栏上Logo */
.site-name a{
    padding: 6px 15px;
}

/* 我的订阅页面，电话白色字体的更改 */
.phone > .label{
    font-size: unset;
    color: unset;
    padding-left: 0;
}

/* 联系我们CSS图标文字颜色 */
.contact_section .fa{
    color: #ff9d00;
}

/* 分享 */
.shariff{
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border: 1px solid #dddddd;
    border-top: 0;
}

ul .shariff-button{
    border: unset !important;
    padding: 0 15px !important;
}


/* 主菜单栏加上new */
#main-navigation > li:first-child{
    width: 105px;
}

#main-navigation > li:first-child a::after{
    content: "new";
    position: absolute;
    top: 0px;
    color: red;
    font-size: 0.8em;
    font-weight: 700;
}

/* 平衡手机端显示 */
/* 1. 主块与侧栏 */
.main_content main{
    margin-bottom: 5px;
}

/* 2.footer 图标 */
.footer .container a img{
    margin:5px;
}


/* 主菜单文字前面加上utf8符号 */
#main-navigation > li > a::before{
    content: "⁜";
    position: absolute;
    top: 12px;
    left: 0px;
}

@media screen and (max-width: 768px) {
    #main-navigation > li > a::before{
        content: "";
    }
}


@media screen and (max-width: 550px) {
    .media-left,
    .media-body{
       display: block;
       width: 100%;
    }
    .cover img{
        margin: 0 auto;
    }
}

.journal_index{
    min-height: 382px;
}
.journal_index .site_logo,
.site_logo2{
    margin: 0 auto;
    margin-bottom: 60px;
}

@media screen and (min-width: 2000px) {
    .journal_index {
        background-position: center;
        background-size: cover;
    }
}

@media screen and (max-width: 1000px) {
    .journal_index .site_logo,
    .site_logo2{
        max-width: 400px;
        margin-bottom: 25px;
    }
}

.zhuyezhaiyaotupian{
    text-align: center;
    
}

.zhuyezhaiyaotupian img{
    display: unset !important;
    width: 100%;
    max-width: 180px;
}

@media screen and (max-width: 280px) {
    .footer img{
        max-width: 100px;
    }
}


.submissions-tips-pic{
    margin-left: unset;
}

.submissions-tips-info{
    margin-top: -20px;
}

@media screen and (max-width: 400px) {
    .submissions-tips-info{
        margin-top: -18px;
    }
}

@media screen and (max-width: 300px) {
    .submissions-tips-info{
        margin-top: -12px;
    }
}

/* 公告边栏箭头圆点 */
.block_announcements li i {
    color: #3769b7;
}

.block_announcements li a {
    color: #3769b7;
}


.page-header h2 small{
    color: black;
}


.page-header h2 small::before {
    content: "● ";
}

.media .media-heading {
	font-family: unset; 
    border-bottom: unset;
}

.media{
    border-bottom: 1px dotted rgb(207, 207, 209);
    padding-bottom: 5px;
}

.media:nth-last-child(1){
    border-bottom: unset;
}
