@charset "utf-8";
ul,li{list-style: none;}
input,select{outline:none;}
a:focus{outline:0;}
*{margin: 0;padding: 0;list-style: none;}
html,body{overflow-x: hidden;font-family:Arial,sans-serif,"Microsoft YaHei";}
a{color:#333;}
.page_ul{height:100%;}
.page_ul li{margin:0 5px 10px;}
.mag_top{overflow: initial;}
/*其他 控制显示&隐藏*/
#key{display:none;} /*快速检索隐藏类型下拉条*/
.knomap{display:none;} /*隐藏Knowledge map*/
.shoucang{display:none;} /*隐藏收藏*/
/*.richhtml{display:none;} /*隐藏RichHTML按钮*/
/*.article-video{display:none;} /*隐藏视频文章相关按钮、高级检索视频选项*/
.wenzhang-liebiao li {margin: 0;}/*兼容*/
a:focus, a:hover{color: #212121;}
/*高级检索css更新*/
#advsearch .td-left {
    background: #f1f1f1;
    width: 120px;
    padding: 3px 10px;
    text-align: right;
}
#advsearch * {
    font-family: revert;
    font-size: 16px;
}
#advsearch table {
    border: 0;
}
#advsearch input,#advsearch select{
    height: 34px;
    padding: 6px 12px;
    font-size: 16px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
}
#advsearch label input{margin-right:5px;height: 14px;}
#btn-search {
    width: 160px;
    background:#2383ff!important;
    color: #fff!important;
    border-radius: 5px;
    font-size: 16px;
    margin-left: 5px;
    margin:0 auto;
    height: 42px!important;
    padding: 6px 12px;
    font-size: 16px;
}
.j-sx a.txt_zhaiyao3,a.txt_zhaiyao3:link{}
.text-center {
    text-align: center;
}
.old-volumn{margin-top:10px;}
.tab-content .lunwen-liebiao{display:block;}

.location{display:none;}
.content_nr{overflow: hidden;/* border: 1px solid #b07f50; *//* margin:15px 0; */background: #fff;/* box-shadow: 5px 5px 10px #eee; */}
.content_nr .column{margin:0 0 10px;}
/* .news-content,.item-content{min-height:800px;} */
.btn-primary,.btn-primary:hover{background-color:#e33830;border-color:#e33830;}
.newstitle{color: #333;font-size:20px;text-align: center;margin-bottom:20px;}
.j-abstract{font-size: 16px;color: #777;display: none;margin-top: 10px;}


/*news-list-1 */
.news-list-1{
    margin-bottom: 30px;
    overflow: hidden;
    clear: both;
}
.news-list-1 .news-item-1 .media-left{
    padding-right: 15px;
}
.news-list-1 .news-item-1 a{
    display: block;
    border-bottom: 1px dashed #e2dfdc;
    padding:10px 0;
    -webkit-transition: background .3s;
    -o-transition: background .3s;
    transition: background .3s;
    position: relative;
    overflow: hidden;
}
.news-list-1 .news-item-1 a:hover{
	text-decoration:none;
}
.news-list-1 .news-item-1 .news-date{
    color: #7c7c7d;
    width: 80px;
    background: #F5F5F5;
    text-align: center;
    padding: 8px 5px 10px;
    -webkit-transition: background .3s;
    -o-transition: background .3s;
    transition: background .3s;
}
.news-list-1 .news-item-1 .news-date .day{
    color: #4d4d4d;
    font-size: 28px;
    font-weight: bold;
}
.news-list-1 .news-item-1 .news-title{
    font-size: 16px;
    margin-bottom: 10px;
	font-weight: bold;
}
.news-list-1 .news-item-1 .news-desc{
    overflow: hidden;
    /*text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    */
    line-height: 1.6;
    color: #666;
}
@media screen and (min-width: 768px) {
    .news-list-1 .news-item-1 .news-title{
        overflow: hidden;
        /*text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;*/
    }
    .news-list-1 .news-item-1 .news-go{
        position: absolute;
        top: 0;
        bottom: 0;
        right: -125px;
        width: 125px;
        background: rgb(239, 46, 51,.82);
        color: #fff;
        font-size: 32px;
        text-align: center;
        -webkit-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s;
    }
    .news-list-1 .news-item-1 .news-go .fa{
        position: absolute;
        top: 50%;
        margin-top: -16px;
        line-height: 1;
        left: 50%;
        margin-left: -16px;
    }
    .news-list-1 .news-item-1 a:hover{
        background: #eee;
    }
	/*
    .news-list-1 .news-item-1 a:hover .news-go{
        right: 0;
    }
	*/
    .news-list-1 .news-item-1 a:hover .news-date{
        background: #eee;
    }
}
@media screen and (max-width: 767px) {
    .news-list-1 .news-item-1 .news-date{
        margin-bottom: 10px;
    }
    .news-list-1 .news-item-1 .news-go{
        display: none;
    }
}
/*news-list-1 end*/
/*过刊 */
.gk_nian{padding: 10px 0 0;margin-bottom:8px; border-bottom:1px solid #999;font-size:20px;font-weight:bold;}
.gk_qi{padding: 5px 0;margin-bottom:5px; border-bottom: 1px dashed #ddd;color: #666;line-height: 26px;}
.gk_qi span{width:300px;display: table-cell;font-size:16px;}
.gk_qi a{color:#333;}
.gk_fm li{padding:0 30px;}
.gk_fm img{margin:8px auto;}
.collection {
    padding-left: 3px;
    padding-right: 3px;
    background-color: #fff;
    color: #C9799F;
    font-size: 8px;
    border: 1px solid #C9799F;
    cursor: pointer;
    border-radius: 2px;
}
.in_progress {
    padding-left: 3px;
    padding-right: 3px;
    background-color: #fff;
    color: red;
    font-size: 8px;
    border: 1px solid red;
	border-radius: 2px;
}

/*--end--*/
/*专题*/
.bs-collections{
    border:1px solid #f5f5f5;overflow: hidden;margin-bottom: 20px;background:#fbfbfb;
}
.bs-collections {padding:20px 15px;}
.bs-collections p{margin-bottom:5px;}
.bs-collections .title{font-weight:bold;font-size:18px;}
.bs-collections .title a{color:#333; font-weight:bold;font-size:16px;}
.bs-collections .journal{color:#7b98b7;margin-bottom: 8px;font-style: italic}
.bs-collections .editor{color:#b76e11;margin-bottom: 8px;}
.bs-collections .list-group a{color:#00629f; font-size:18px;}
.bs-collections .date{color:#333; font-weight:bold;}
.bs-collections .fm{float:right;margin-left:10px;margin-bottom: 10px;}
.bs-collections .link a {
    color: #00629f;
	margin-top: 8px;
	display:block;
}

.bs-collections-list{border:0;}
.bs-collections-list .title{font-weight:bold;font-size:20px; margin-bottom: 10px;}
.bs-collections-list .editor{color:#555;}

.sort-order{
    border-radius: 2px;
    box-shadow: inset 0 1px 0 #fff;
    border: 1px solid #dedede;
    line-height: 180%;
    padding: 5px 10px;
    overflow: hidden;
	margin-bottom:20px;
	background-image: linear-gradient(to bottom,#f8f8f8,#e5e5e5);

}

.sort-order span{font-weight:bold;font-size:14px;margin-right:10px;}
.sort-order .btn {
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        -webkit-box-shadow: inset 0 1px 0 #FFF;
        -moz-box-shadow: inset 0 1px 0 #FFF;
        box-shadow: inset 0 1px 0 #FFF;
        border: 1px solid #bcbcbc;
        color: #666;
        margin: 0;
        padding: 2px 10px 0;
    }

.sort-order .btn:hover{
        border-color: #999;
        color: #444;
        text-decoration: none;
}
.sort-order .in {
    font-weight: bold;
	color:#444;
	border-color: #999;
}


.julei{background: #fbfbfb;}
.julei ul {
	padding:10px 5px;
}
.julei li{
	padding:2px 0;
}
.julei .title {
	background: #f7f5f0;
	padding:5px;
	font-weight:bold;
	border-left: 3px solid #e33830;
	border-radius:4px;
}

/*-------------------------------文章-----------------------------------*/
.hidelabel{display: none;}
.articlesectionlisting {
	width:100%;
	margin-left:0;
	font-size: 16px;
	color:#075798;
	border-bottom: 2px solid #075798;
	padding-bottom: 3px;
	margin-bottom: 0;
	margin-top:10px;
	font-weight: bold;
}
.articlesectionlisting .dbt_header{font-size: 17px;color:#075798;}
.article-list li .article-r{width:18%;float: right;}
.j-article{width:100%;overflow: hidden;}
.latest-issue{margin:0 0 20px;font-size:14px;border-bottom: 1px solid #eee;padding-bottom:10px;font-weight:bold;}
.j-article .title {color:#333;font-weight: bold;margin-top: 5px;}
.j-article .journal-info {color:#666;}
.j-article .journal-info a{color:#b07f50;}
.j-sx{font-size: 16px;color: #f19100;/*margin-top: 10px;*/display: -webkit-inline-box;float: right;}
.j-sx a{color:#0067b2;text-decoration:none;}

.article-choose{color:#999;border-bottom: 1px solid #eee;overflow: hidden;padding-bottom: 2px;margin-bottom: 12px;margin-top: 10px;}
.article-choose .choose{float: left;}

.other-tools{float: right;color:#ccc;font-size: 20px;}
.other-tools-l{float: left;}
.other-tools .active{color:#f19100;}
.other-tools i,.other-tools .fengexian{padding: 0 3px;cursor: pointer;}
.other-tools .fengexian{padding: 0 3px;font-size: 18px;display: block;float: left;}




.article-list{overflow: hidden;}
.article-list li{border-bottom: 1px solid #eee;padding:10px 0;overflow: hidden;}
.article-list li:hover{background: #fafafa;}
.selectedrow{background: #f6fafd;border-color:#f6fafd;border-top:0;border-left:0;border-right:0;margin:0}
.noselectrow{margin:0;border-color:#fff;border-top:0;border-left:0;border-right:0;margin:0}


.selectedrow{background: #fffaf5;border-color:#f6fafd;border-top:0;border-left:0;border-right:0;margin:0;}
.noselectrow{margin:0;border-color:#fff;border-top:0;border-left:0;border-right:0;margin:0}
.article-list li .article-checkbox{float: left;width:20px;}
.article-list li .j-column{color:#888;font-size: 16px;overflow: hidden;display: none;}
.article-list li .article-l{float:left;width: 78%;}
.article-list li .article-w{width: 97%;}
.article-list li .j-title-1 a{
    line-height: 24px;
    font-size:16px;
    color: #333;
    font-weight: bold;
    margin-top: 0;
}
.article-list li .j-title-1 a:hover{color: #5ca3ff;}
.article-list li .icon-full{color:#54d014;font-size: 16px;}
.article-list li .icon-abstract{color:#999;font-size: 16px;}
.article-list li .icon-video{color:#03a5ca;font-size: 16px;}
.article-list li .icon-article{color:#0376ca;font-size: 16px;}
.article-list li .icon-collections{color:#f19100;font-size: 16px;transform:rotate(7deg);
-ms-transform:rotate(7deg);/* IE 9 */
-moz-transform:rotate(7deg);/* Firefox */
-webkit-transform:rotate(7deg);/* Safari 和 Chrome */
-o-transform:rotate(7deg);/* Opera */}
.article-list li .j-title-1,.article-list li .j-author,.article-list li .j-volumn-doi,.article-list li .j-btn,.article-list li .j-abstract{overflow: hidden; margin-bottom:5px;}
.article-list li .j-author{color:#7d7d7d;}
.article-list li .j-volumn-doi .j-doi,.article-list li .j-volumn{color:#999;}
.article-list li .j-volumn-doi .j-volumn{float: left;padding-right: 10px;}
.article-list li .j-btn{color:#616161;margin-left:-10px;}
.article-list li .j-btn .j-pdf{background: url("../img/pdf.png") no-repeat 0 4px;padding-left: 23px;padding-bottom: 2px;}
.article-list li .j-btn .j-abs{background: url("../img/abstract2.png") no-repeat 0 4px;padding-left: 23px;padding-bottom: 2px;}
.article-list li .j-btn .j-html{background: url("../img/htm.png") no-repeat 0 4px;padding-left: 23px;padding-bottom: 2px;}
.article-list li .j-btn .j-pdf,.article-list li .j-btn .j-html,.article-list li .j-btn .j-abs{color: #666;line-height: 20px;margin-left:10px;font-size: 16px;}
.j-btn .fa-file-text-o,.j-btn .fa-file-text{color:#6fa9ff;display:none;}
.j-btn .fa-file-text{color:#f99700;}


.zhaiyao{background:url("../img/abstract2.png") no-repeat 0 3px;padding-left:20px;}
.html,.richhtml{background:url("../img/htm.png") no-repeat 0 3px;padding-left:20px;}
.pdf,.j-pdf{background:url("../img/pdf.png") no-repeat 0 3px;padding-left:20px;}
.red{color: #616161;}
.zhuyao-anniu a{padding-right:2px;color:#333;}
/*--------------------------------------------------------------期刊列表页-------------------------------------------------*/
.whitebg{background:#fff;}
.main-c{padding:5px;}
.leftnav{font-size: 16px;margin-bottom: 20px;}
.leftnav-list li{margin-bottom: 10px;background: #eee;padding:5px 10px;border-left: 2px solid #005fb9;}
.leftnav-list li a{color:#000;font-size: 15px;}
.leftnav-list li:hover{background:#d6f0ff;}
/*.contentright{float: right;width:829px;overflow: hidden;border-left:1px solid #eee;padding-left:100px;}*/
.journal-detail{width:470px;margin-bottom:40px;overflow: hidden;float: left;}
.journal-detail .journal-img,.journal-detail .journal-img img{float: left;
    width: 150px;
    height: 190px;
}
.journal-detail .journal-img{margin-right:30px;
    width: 150px;
    height: 190px;}
.journal-detail .content-right{text-align: left;}
.journal-detail .content-right .journal-title{font-size: 18px;font-weight: bold;color: #333;margin:10px 0;overflow: hidden;display: block;}
.journal-detail .content-right .detail{font-size: 16px;color: #333;line-height: 24px;text-align: left;margin-bottom:5px;}
.journal-detail .content-right .detail .detail-left{display: inline-block;font-size: 16px;color: #000;line-height:24px;width: 125px;}
.journal-detail .content-right .detail .label{color: #888585;padding-right:4px;}
.journal-detail:nth-child(2n+1){margin-right:60px;}
.journal_information .shoulu{margin-top:10px;}
/*--------------------------------------------------------------期刊列表页-------------------------------------------------*/

.tiaoshu{margin:10px 0;background:#eef6ff url("../img/tongji.png") no-repeat 0 center;padding:5px 15px;font-size: 16px;}
.blue-color{color:#127bc7;padding:0 5px;}
.lunwen-liebiao .lanmu{margin-bottom:5px;}
.lunwen-liebiao .lanmu span{padding:6px 10px;background:#daebff;border-radius: 4px;color:#2761e3;font-size:14px;display: inline-block;}
.lunwen-liebiao .lanmu:after{background:url("../img/lanmu-d.png") no-repeat;content: " ";display: block;width: 7px;height: 3px;margin-left:12px;}
.lunwen-liebiao .lunwen{font-size: 16px;color:#001e62;margin-bottom: 10px;display: block;font-weight: bold;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
}
.lunwen-liebiao .lunwen mark{color:#ff3000;background: transparent;padding: 0;}
.lunwen-liebiao .zuozhe{color: #333;margin-bottom:5px;}
.lunwen-liebiao .xinxi,.lunwen-liebiao .zhaiyao{color:#666;margin-bottom:5px;line-height:24px;}
.lunwen-liebiao li .j-list{border-bottom: 1px solid #ddd;overflow: hidden;padding-bottom: 10px;margin-bottom:15px;}

.wenzhang-liebiao{width:100%;overflow: hidden;line-height: 40px;background:#f5f5f5;}
.wenzhang-liebiao li{padding: 0 10px;float: left;margin: 0 10px;font-size: 16px;cursor: pointer;}
.wenzhang-liebiao .wz{background: url("../img/wz.png") no-repeat 0 center;padding-left:20px;width: 20px;height: 20px;margin-top: 10px;float: left;}
.wenzhang-liebiao .sp{background: url("../img/sp.png") no-repeat 0 center;padding-left:20px;}
.wenzhang-liebiao .tb{background: url("../img/tb.png") no-repeat 0 center;padding-left:20px;}
.wenzhang-liebiao .current{color: #e33830;border-bottom:3px solid #ef8142;height: 40px;}

.video-list-img{display: block;margin-bottom:10px;position: relative;}

.video-list img{margin: auto;text-align: center;display: block;width: 100%;}

.tab-content .lunwen-liebiao{display: none;}
.tab-content .current{display: block;}

.item-content .page_ul li{background: #0067b2;}
.item-content .buneng{pointer-events:none;background:#2383ff !important;}
.item-content .no_background{
  background: none !important;
  color: #333 !important;
  margin-left: 5px !important;
  padding: 5px 0px !important;
}
.item-content .page_ul_two li input{
  border: 1px solid #333;
  outline: none;
}
/*全局样式*/
*{
    margin: 0;
    padding: 0;
    list-style: none;
}
a{color:#333;}
a:hover{color: #5ca3ff;text-decoration: none;}
body{font-size:16px;
    font-family:"微软雅黑",Microsoft Yahei,Verdana,Arial,Helvetica,sans-serif;
    background:#fff;
}
.container{max-width: 1200px;}
/*头部*/
.main{
    margin:auto;
    overflow:hidden;
    background: #fff;
}
.header {
    margin: auto;
    background: url(../img/headerbg.jpg) no-repeat top center;
    background-size: cover; /* 或者使用 contain，根据需要选择 */
    width: 100%;
    overflow: hidden;
    height: 180px;
}
/*.header-title{*/
/*    color: white;*/
/*    font-size: 64px;*/
/*    text-shadow: 4px 4px 8px rgba(0, 0, 0, 0.5);*/
/*    margin-top: 25px;*/
/*    font-family: 'SimSun', '宋体', serif;*/
/*}*/

.banner{
    max-width: 1200px;
    margin: auto;
    padding:25px 15px;
    overflow: hidden;
}
.huiyuan{
    margin-bottom: 20px;
    float: right;
    /*    width: 100%;*/
    text-align: right;
}
.top_js{padding-left: 8px;padding-right:4px;}
.em{
    margin-top:47px;
    text-align: right;
}
.input-group{
    width:100%;
}
.input-group .form-control {
    position: relative;
    z-index: 2;
    float: right;
    width: 99%;
    margin-bottom: 0;
}
.btn-default {
    color: #fff;
    background-color: #2383ff;
    border-color: #0077ec;
}
.btn-default:hover {
    color: #fff;
    background-color:#ff8400;
    border-color:#ff8400;
}
.gjjs{
margin-top:5px;
    float:right;
}
.em img{margin:0 5px;}
.emrs{
    overflow:hidden;
    font-size:16px;
    line-height:24px;
}
.xiangxi {
    font-size: 16px;
    width: 90px;
    color: #f9f8f8;
    text-align: center;
    line-height: 25px;
    float: right;
    margin:0 5px 0;
    border-radius: 6px;
    background: #eb9500;
    font-family:Times New Roman;
}
.xiangxi a{
    color: #fff;
}
.xiangxi a:hover{
    background:#ba512e;
    display: block;
    color: #fff;
    text-decoration: none;
    text-transform: capitalize;
    border-radius: 6px;
}
/*导航*/
.navbar{min-height:45px;border:0;margin-bottom:0;}
.navbar-nav>li>a{line-height:45px;padding-top:0;padding-bottom:0;}
.site-nav{background:#2383ff;margin-bottom:20px;}
.site-nav a{color: #fff;}
.site-nav .nav>li>a{padding-left:14px;padding-right: 14px;}
.site-nav .nav>li>a:focus,.site-nav .nav>li>a:hover{text-decoration:none;background-color: #f5f5f5;color: #2383ff;}
.wz_njq .nianjq{float: left;}
.site-nav .navbar-toggle{background: #2677df;}
.site-nav .navbar-toggle .icon-bar{background:#fff;}
.site-nav .navbar-nav>li>a{font-size:18px;text-align:center;}
.dropdown-menu>li>a{
    display:block;
    padding:8px 20px;
    clear:both;
    font-weight:400;
    line-height:1.42857143;
    color:#333;
    white-space:nowrap;
}
.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover{
    color:#fff;
    text-decoration:none;
    background-color:#e0c919;
}
.caret{
    margin-left:5px;
}
/*首页大图滚动*/
.carousel-caption{
    padding: 0;
    right: 0;
    left: 0;
    bottom: 15%;
    font-size: 18px;
}
.btn-group-lg>.btn, .btn-lg {
    padding: 8px 15px;
    font-size: 1.3vw;
    line-height: 1.3333333;
    border-radius: 6px;
}
.btn-primary {
    color: #fff;
    background-color: #ed7b00;
    border-color: #ed7b00;
}
.btn-primary:hover {
    color: #fff;
    background-color: #06a8dd;
    border-color: #06a8dd;
}
.btn-primary:focus {
    color: #fff;
    background-color: #ed7b00;
    border-color: #ed7b00;
}

.btn-primary2 {
    color: #fff;
    background-color: #049842;
    border-color: #049842;
}
.btn-primary2:hover {
    color: #fff;
    background-color: #06a8dd;
    border-color: #06a8dd;
}
.btn-primary2:focus {
    color: #fff;
    background-color: #ed7b00;
    border-color: #ed7b00;
}
.carousel-caption h3 {
    font-size: 1.6vw;
    margin-bottom: 4%;
    line-height: 3.1rem;
    margin-top: 0;
}
.journal-icon{background: #05522b;float: left;border-radius: 50%;width: 80px;height: 80px;display: flex;justify-content: center;align-items: center;margin-right: 20px;}
.journal-btn{float: left;}
.journal-icon i{color: #fff;font-size: 36px;display: block;text-align: center;}
.tab_1, .tab_2, .tab_3 {
    margin: 0 auto;
    padding: 15px 40px;
    border: 1px solid #ccc;
    border-top: 5px solid #05522b;
    overflow: hidden;
}
.tab_1 h4, .tab_2 h4, .tab_3 h4{
    text-align: center;
    font-size:18px;
    font-weight: bold;
    margin: 0 0 15px;
}
.tab_1 p, .tab_2 p, .tab_3 p{
    text-align:center;
    font-size:14px;
    line-height: 24px;
    margin: -5px 0 10px;
}
/*
.tab_1{
    background: #05522b;
    !* margin-right: -8px; *!
}
.tab_2{
    background: #0cb394;
    !* margin-right: -4px; *!
    !* margin-left: -4px; *!
}
.tab_3{
    background: #34d265;
    !* margin-left: -8px; *!
}
*/

/*封面图片*/
.fmtp{
    overflow: hidden;
    /* padding-left: 0; */
}
.fmt{
    border:1px solid #999;
}
.fmyc{
    line-height: 24px;
    padding-right: 0;
    padding-left: 0;
    font-size: 16px;
}
.ttg{
    padding: 5px 28px;
    font-size: 1.2vw;
    line-height: 1.3333333;
    border-radius: 6px;
    margin-top:5px;
}
.zxx_zoom_left{width:45%; float:left; margin-top:20px; border-right:1px solid #dddddd;}
.zxx_zoom_left h4{margin:5px 0 15px 5px; font-size:1.1em;}
.small_pic{ *display:inline;zoom:1;vertical-align:middle;}
.small_pic img{max-width:100%;vertical-align:middle;padding: 12px 0;height: 280px;}
.zxx_zoom_right{width:50%; float:left; margin-top:20px; padding-left:2%;}
.zxx_zoom_right h4{margin:5px 0px; font-size:1.1em;}
.zxx_zoom_right p.zxx_zoom_word{line-height:1.5; font-size:1.05em; letter-spacing:1px; margin:0 0 35px; padding-top:5px;}
/*最新录用*/
.uw-on-campus{
    overflow: hidden;
    margin-bottom:15px;
}
.uw-on-campus h2 {
    font-size: 22px;
    color: #333;
    background: url(../img/zxlybj.jpg) no-repeat left;
    line-height: 45px;
    margin-top: 0;
    margin-bottom: 15px;
    font-family: Microsofy Yahei;
}
.neirong .article-list{
    overflow: hidden;
    margin-bottom: 10px;
    /* background:#fff; */
    border-bottom:1px solid #eee;
}
.neirong .article-list dl{margin-bottom: 0;}
.padding_r{padding-right:0!important;padding-left:10px!important;}
.neirong dl dt{
    text-align: left;
    font-weight: normal;
    overflow: hidden;
}
.neirong dl dd h4 {
    line-height: 24px;
    font-size: 18px;
    color: #333;
    /* font-weight: bold; */
    margin-top: 0;
}
.biaoti a{/* color:#05522b; *//* letter-spacing:1px; */}
/*.biaoti,.zuozhe{
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}*/
.wz_njq{margin-bottom: 10px;}
.neirong dl dd{
    line-height:24px;
    font-size: 16px;
    margin:0;
    color: #333;
}
.luyrq{
    font-weight:bold;
    color:#D47906;
}
.read_more{text-align: center;padding-top: 20px;font-size: 17px;
    color: #dc770c;
    font-weight: bold;}
.article-img{border: 1px solid #ccc;overflow: hidden;display: flex;justify-content: center;align-items: center;}
.article-img img{max-width:100%;margin: auto;}
/*当期目录*/
.zhuyao-anniu,.nianqi-doi,.zuozhe,.biaoti{margin-bottom: 5px;}
.hovertreeContent {
    width: 100%;
    /* text-indent: 2em; */
    /* margin: 5px auto; */
    height: 1300px;
    overflow: hidden;
    position: relative;
    /* border: 1px solid silver; */
}
.hewenqiToggle{
    height:20px;
    background-color:#f0f0f0;
    position:absolute;
    bottom:0px;
    width:100%;
}
.triangle-down-hovertree { width: 0; height: 0; border-left: 8px solid transparent; border-right: 8px solid transparent; border-top: 16px solid #999;position:absolute;right:0px;left:0px;margin:0px auto; top:2px;cursor:pointer;}
.triangle-up-hovertree { width: 0; height: 0; border-left: 8px solid transparent; border-right: 8px solid transparent; border-bottom: 16px solid #999; position:absolute;right:0px;left:0px;margin:0px auto;top:2px; }

.wz_njq{overflow:hidden;}
.nianjq{font-weight: bold;line-height:24px;display: block;}
.syq{float:right;}
.zhuangkan{font-weight: bold;line-height: 28px;}

.current{

}
.dqml{
    margin-left:0;
    margin-right:0;
    padding: 15px 0;
}
.dqml_ming{
    font-size:18px;
    color:#000;
    padding-bottom:10px;
    margin-bottom:20px;
    border-bottom:1px solid #009999;
}

.dqml_img{padding-left:0;}
.dqml_wzn{overflow:hidden;padding-left: 0;}
.dqml_title{font-size: 16px;height: 30px;color:#333;font-weight: bold;line-height:26px;}
.dqml p{
    line-height:26px;
    margin: 0;
}
.dqml_zaiyao img{margin-right:5px;}
.figure{color:#333;margin:5px 0;}
.red{color:#f00;}

.lanming{
    height: 32px;
    line-height: 32px;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    letter-spacing: 4px;
    width: 23%;
    background:#ba512e;
    text-align: center;
    border-radius: 5px;
    margin: 10px 0 0;
}
/*封面*/
.content_r{
    overflow: hidden;
    /* padding-left: 7px; */
}
.fm{
    overflow:hidden;
    border: 1px solid #d6e9c6;
    border-radius: 3px;
    padding:20px;
}
.fm img{
    border:1px solid #ccc;
    max-width: 60%;
    margin: auto;
}
.fmsm{
    line-height: 24px;
    margin: auto;
    background: #dff0d8;
    padding: 10px;
    margin-top: 20px;
    text-align: justify;
}

/**下载排行切换样式**/
.tabPanel{

    border: 1px solid #e1e1e1;

    border-radius:4px;

    overflow: hidden;

    margin-bottom: 19px;
}
.xzph{
    float: left;
    width: 175px;
    height: 41px;
    line-height: 41px;
    padding-left: 10px;
    font-size: 22px;
    background: #fcf8e3;
    border-bottom: 1px #faebcc solid;
    font-family: Microsofy Yahei;
}
.tabPanel ul{
    float: right;
    background: #05522b;
    border-bottom: 1px #efefef solid;
    width:100%;
}
.tabPanel ul li{
    float: left;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
    font-size: 16px;
    font-weight: bold;
    padding: 0 10px;
    color: #d2f9e5;
}
.tabPanel .hit{
    cursor:pointer;
    color: #ffffff;
}
.pane{width:365px;float:left;;background-color:#fff;display:none;}

.pane dl{
    overflow:hidden;
    padding: 0px 13px;
}

.pane dl dt{
    line-height:26px;
    font-size:14px;
    font-weight: 100;
    border-bottom: 1px #e8e8e8 dashed;
    background: url("../img/dot.gif") no-repeat 0 10px;
    padding-left: 10px;
    margin: 5px 0;
}
.rank_tab,.r_tab{
    /* background:#f5f5f5; */
    margin-bottom: 15px;
    overflow: hidden;
}
.column,.r_title,.r_title2,.r_title3{
    /* background: #ecf2ff; */
    color: #2383ff;
    /* background: #6f6f6f; */
    height: 36px;
    line-height: 36px;
    border-bottom: 2px #2383ff solid;
    /* padding-left: 10px; */
    font-size: 18px;
    /* border-left: 2px solid #e71f19; */
    margin-bottom: 10px;
}
.r_title a:hover{color: #e46763;}
.main-bg{background: url("../img/column-bg.jpg") no-repeat;color: #fff;}
.main-bg .more{color: #fff;}
.r_tab .index-login li{background: 0;padding: 0;border: 0;margin: 0;}
.r_tab ul{
    /* margin: 0 10px 10px; */
}
.news111 li{
    margin-bottom: 10px;
    line-height:26px;
    border-bottom: 1px #e8e8e8 dashed;
    overflow: hidden;
    background: url("../img/dot.gif") no-repeat 0 10px;
    padding-left: 10px;
}
.r_tab2{
    border: 1px solid #ffe9d6;
    border-radius: 3px;
    margin-bottom:19px;
}

.r_title2{
    background: #ffe9d6;
    height:40px;
    line-height: 40px;
    border-bottom: 1px #ffe9d6 solid;
    padding-left:10px;
    font-size:22px;
}
.r_tab2 ul{
    overflow:hidden;
    margin: 10px;
}
.r_tab2 ul li{
    line-height: 30px;
    border-bottom: 1px #e4e4e4 dashed;
}

.ztm{
    font-weight:bold;
    margin:5px 0;
}
.ztm_i{float:right;}
.r_tab2 ul li ul{
    overflow: hidden;
    margin: 5px 0;
}
.r_tab2 ul li ul li{
    line-height: 26px;
    border-bottom: none;
}
.r_tab2 ul li ul li img{
    margin-right:7px;
}
.r_em{overflow:hidden;}
.r_em ul{text-align: center;}
.r_em ul li{width:50%;float:left;}


.gd{float:right;font-size:14px;}
.dblogo{
    margin:20px 0;
    text-align: center;
    border-top:1px solid #ccc;
}
.dblogo img{
    margin:0 20px;
}

.db_news{
    background:#fff;
    padding:20px 0;
}
.news{
    max-width: 1200px;
    margin: auto;
    overflow: hidden;
}
.news_tab{
    border: 1px solid #e4e3e3;
    /* width: 30%; */
    margin-bottom: 25px;
    border-radius: 5px;
}
.news_tit{
    color: #000;
    font-size: 17px;
    border-bottom: 1px solid #eceaea;
    line-height: 35px;
    padding-left: 15px;
    background: #eee;
}
.news_tab ul{
    margin: 8px 15px;
}
.news_tab ul li{
    line-height:25px;
    color:#000;
}
.news_tab ul li img{
    margin:6px 0;
}
.shijian{color:#999;}
.new{color:#f00;}
/*尾部*/
.footer{
    background: #f5f5f5;
    margin:10px auto 0;
    overflow: hidden;
    padding: 30px 0 0;
    color:#fff;
    /* border-top: 3px solid #4379b4; */
}
.footer_nr{
    max-width:1200px;
    overflow: hidden;
    margin: auto;
    color: #101010;
}
.weixin{text-align: right;}
.banquan{line-height: 30px;margin-bottom:20px;color: #252525;}
.banquan p{line-height:30px;}
.other-list a{border: 1px solid #ffe98c;height: 42px;line-height:42px;display: block;text-align:center;margin: 10px auto;font-size: 18px;color: #5f5d5b;border-radius: 4px;background: #ffffe6;}
.other-list a:hover{background:#ffde54;}
/*------------------------------------------移动端开始----------------------------------------------------*/
@media (max-width: 992px) {
    .banner{min-height:0;padding:15px;}
    .emrs{margin-top:10px;}
    .issn{margin: 44px 0 0;
        font-size: 1.1vw;
        color: #fff;
        min-width: 18%;}
    .zhuban {float: right;
        margin: 35px 0 0;
        max-width: 47%;}
    .zb {line-height: 41px;font-size: 1.2vw;margin: 0 3px;}
    .zbdwlj {margin-right: 9px;font-size: 1.1vw;line-height: 22px;}
    .syq { float: left;}
    .fmyc{text-align:center;}
    .banquan{margin-bottom: 0;}
}


@media (min-width: 1024px){
    .site-nav .nav>li>a {
        padding: 0 22px;
    }
}
@media (min-width: 768px){

    .thumbnail {
        display: block;
        padding: 4px;
        margin-bottom: 20px;
        line-height: 1.42857143;
        background-color: #fff;
        border:0;
        border-radius: 4px;
        -webkit-transition: border .2s ease-in-out;
        -o-transition: border .2s ease-in-out;
        transition: border .2s ease-in-out;}
    .navbar-nav {
        float: left;
        margin: 0;
    }


}

@media (min-width: 767px)and (max-width: 992px){
    .input-group {
        width: 70%;
    }
    .top_js {
        margin-top: 36px;}
    .em {
        margin-top: 34px;}
    .gjjs {
        padding: 6px 2px;
        float: right;}
    .em img{margin:0 2px;}




    .fmsm_njq{height:none;}
    .fmsm_sm{padding: 0;}
    .tab_zxbg dd{width: 44%;}

    .fm{margin-bottom:20px;padding: 10px;}
    .fm img {
        max-width: 180px;
        margin-right: 26px;}
    .tab_zxqk li {width: 96%;}



}


@media (max-width:1120px){
    .site-nav {width:100%;}
}


/*改变导航默认高*/
@media (min-width: 768px) {
    .navbar-nav > li > a {
        padding-top: 0;
        padding-bottom: 0;
    }

}

@media (min-width:1200px) {
    /*导航hover事件修改*/
    .navbar .nav > li:hover .dropdown-menu {
        display: block;
    }
}
/*移动端搜索判断*/
@media (max-width:1200px) and (min-width:992px) {
    .app-search{display: none;}
}


/*--返回顶部top--*/
.top-arrow{
    position: fixed;
    _position: absolute;
    bottom: 80px;
    right: 10px;
    width: 60px;
    height: 47px;
    border-radius: 10%;
    display: none;
    z-index: 9999;
    cursor: pointer;
    background: #ced4da;
}
.top-arrow .glyphicon{text-align:center;top:13px; left:8px;color: #333;}

.zhaiyao{background:url("../img/abstract2.png") no-repeat 0 3px;padding-left:20px;}
.html{background:url("../img/htm.png") no-repeat 0 3px;padding-left:20px;}
.pdf{background:url("../img/pdf.png") no-repeat 0 3px;padding-left:20px;}
.red{color: #616161;}
.zhuyao-anniu a{padding-right:2px;color:#333;}
.nianqi,.doi a,.qita a,.zuozhe,.doi{color:#7d7d7d;}
.article-pic{background:#fff;/*border: 1px solid #eee;*/padding: 10px;}
.article-pic img{
    height:150px;
    margin: auto;
    background: #fff;
    padding: 10px;
}
.r_title span{float: left;/* font-weight: bold; */}
.more{font-size:16px;color: #737373;float: right;/* padding-right: 10px; */}
.rongyu{font-size:14px;}
.rongyu h3{font-size: 16px;font-weight: bold;margin:10px 0;}
.rongyu li{/*border-bottom:1px dotted #dcc215;*/}
.wechat{margin: auto;}
.wechat img{text-align: center;display: block;margin: auto;}
.cover-content{font-size: 16px;}
.shuoming{margin-top: 10px;}
.tongji{padding: 10px;}
.lanmu{margin: 0 0 10px;}
.lanmu span{font-size: 16px;font-weight: bold;color: #454545;}
.current-issue .nav{background: #f5f5f5;border: 1px solid #e6e7e9;border-bottom:0;}
.current-issue .nav .active a{border-radius: 0;border: 0;/* font-size: 16px; */color: #2383ff; background-color: white;}
.current-issue .nav a{color:#575757;font-size:18px;padding:7px;}
.nav-tabs>li>a:hover{background:#cfdeff;border-color:#cfdeff;}
.uw-on-campus .tab-content{/*border: 1px solid #e6e7e9;*/border-top:0;padding:10px;overflow: auto;max-height: 700px;}
.nav-tabs>li{margin-bottom: -2px;}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover{border: 0;}
.news-list li a{font-weight: bold;}
.date-time{color: #fff;font-size: 16px;float: left;line-height: 45px;}
.erweima,.cover-info{overflow: hidden;background: #f5f5f5;}
.jiansuo{overflow: hidden;padding:15px 10px;}
.erweima{padding: 10px;}
.erweima img{width:190px;}
.top_logo img{margin:6px 20px;}
.box-c{overflow: hidden;}
.search-content{position:relative;}
.search-text{line-height:32px;padding-right:5px;}
.index-login li a{height:46px;line-height:46px;display: block;text-align:center;margin:0 auto 10px;font-size: 18px;color: #434343;/* font-weight: bold; *//* text-shadow: 1px 1px 0 #a10500; */background: #fcdcb0;border-radius: 4px;/* border: 1px solid #ef9435; */border-left: 3px solid #fc8200;letter-spacing: 2px;transition:all .1s;}
.index-login li a:hover{text-decoration: none;text-shadow: 0 0 1px #fff;background: #ffac53;color: #fff;}
.links{overflow: hidden;/* padding: 0 1%; */background: #f5f5f5;}
.links a{
    float: left;
    /* margin: 1% 0 0; */
    /* background: #fff; */
    width:16%;
    height:70px;
    padding:0 10px;
    /* border: 1px solid #ddd; */
    display:flex;
    justify-content: center;
    align-items: center;
}
.links img{max-height: 100%;margin: auto;display: block;max-width: 100%;border: 1px solid #eee;height: 50px;}
.r_tab .index-login{margin: 0;}
#myCarousel .item img{height:326px;margin: auto;text-align: center;display: block;width: 100%!important;}
.news li a{display: block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.rank li{display: block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin:10px 0;line-height: 26px;border-bottom:1px #e8e8e8 dashed;}
.rank .number{float:left;padding:0 8px 0 0;color: #666;font-weight: bold;}
.rank li:nth-child(-n+3) .number{color:red;}
.rank{/* margin:0 10px 10px; */overflow: hidden;}
.info{padding: 0;}
.info li{border-bottom:1px #e8e8e8 dashed;overflow: hidden;margin-top:15px;}
.info img{float: left;width:20%;}
.info dl{float: left;padding-left: 17px;width: 80%;margin-bottom: 0;}
.info dl dt{font-size: 16px;font-weight: normal;margin-bottom: 10px;}
.info dl dd time{color: #999;font-size: 16px;}
.info dl dd p{font-size: 16px;color: #666;line-height:26px;
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-line-clamp:3;
    -webkit-box-orient:vertical;
}
.txt_zhaiyao3{font-size: 16px;}
.journal-article li{width: 25%;float: left;/* font-weight: bold; */font-size: 18px;cursor: pointer;color: #575757;padding-bottom: 5px;}
.journal-article li.current{color: #2383ff;/* border-bottom: 2px solid #e71f19; */}
.journal-article{border-bottom: 2px solid #2383ff;overflow: hidden;}
.huiyi{overflow: hidden;margin-bottom:15px;font-size: 16px;}
.zhuanjia{float: left;margin-right: 10px;}
.huiyi-liebiao{line-height: 24px;color:#666;height:130px;overflow: hidden;margin: 0;}
.huiyi-box{display:none;color:#666;height:130px;overflow: hidden;}
.current{display: block;}
.copyright{padding: 0 10px;font-size: 16px;}
.copyright b{color: #333;min-width: 90px;float: left;text-align: right;margin-right: 8px;/* font-size: 12px; */}
.copyright p{text-align: left;overflow: hidden;margin-bottom: 10px;}
.copyright p span{text-align: left;width: 138px;float:left;/* font-size: 12px; */}
.zhuguan-zhuban{font-size:16px;margin-bottom: 20px;font-weight: bold;color: #ffd690;}
.other-list{margin-bottom: 30px;}
.huiyi-img{background: #eee;margin-bottom: 5px;}
.wechat img{width: 60%;margin-top: 10px;}
.text-index{text-indent: 2em;}
.huiyi-box .text-index{
    display:-webkit-box;
    -webkit-box-orient:vertical;/*设置方向*/
    -webkit-line-clamp:5;/*设置超过为省略号的行数*/
    overflow:hidden;
}
.j-column{margin:10px 0 0;font-size:16px;font-weight:bold;color:#454545;}
.j-title {
    font-size:16px;
    height:40px;
    line-height:40px;
    font-weight:normal;
    border-bottom:none;
    margin-bottom:20px;
}
.j-title:after{height:0;}
.item-content{margin-bottom:20px;}
#carousel-example-captions img{max-height:325px;margin:auto;}
.news-biaoti h2{font-size: 16px;margin: 3px 0 0;color: #666;}
.news-biaoti p{font-size: 14px;margin: 0;color: #666;}

@media (max-width: 767px){
    .top_logo img {margin: auto;}
    .navbar{min-height: 50px;}
    .navbar-nav>li>a {
        line-height: 50px;}
    .navbar-nav .open .dropdown-menu>li>a {
        line-height: 25px;
        text-align: center;
        color: #fff;
    }
    .navbar-nav .open .dropdown-menu>li>a:focus, .navbar-nav .open .dropdown-menu>li>a:hover {
        /* background-image: none; */
        background:  #9e0209;
    }
    .gjjs_m{
        color: #fff;
        background-color: #f0ad4e;
        border-color: #eea236;
        padding: 6px;
    }
    .input-group{width:100%;}
    .carousel-caption h3 {
        margin-bottom: 1%;
        line-height: 1.1rem;
        margin-top: 0;
    }
    .carousel-caption {
        bottom: 10%;
    }
    .weixin img{float:none;}

    .fm, .fmsm_njq, .fmsm_syq{text-align: center;}
    .nav>li>a {text-align: center;}
    .tab_zxbg dd{width: 46%;}
    .ewm{margin-right:0;}
    .fm{margin-bottom:20px;}
    .tab_zxqk li{width: 46%;}
    .container-fluid { background: #fff;}
    .ttg {padding: 11px 28px;width: 100%;font-size:16px;}
    .lanming {width:38%;}
    .padd_r{padding-right:15px;}
    .tab_1 {margin-right:0;}
    .tab_1, .tab_2, .tab_3 {margin: 10px auto;}
    .dqml_wzn, .dqml_img{padding-left:0;}
    #myCarousel .item img{height: auto;}
    .rank_tab, .r_tab{margin-bottom:0;}
    #myCarousel{margin-bottom:15px;}
    .info img{width: 120px;}
    .info dl{width: 65%;}
    .links a{width:100%;padding:0;margin:3% 0 0;height: 50px;}
    .copyright p span{width:auto;}
    .journal-article li{width: 50%;text-align: center;}
}
