

/*内容*/
.content_nr{border: 1px solid #e0ecf3;overflow: hidden;margin-bottom: 20px;background: #fff;padding:20px 15px;box-shadow: 0 0 5px 0 rgba(127,127,127,.1);}
.content_nr .column{margin:0 0 20px;font-size: 22px;border-bottom: 1px solid #eee;padding-bottom: 15px;}
.content_nr .newstitle{
    text-align: center;
    margin: 30px 0 20px;
    font-size: 18px;
    font-weight: bold;
}
/*位置*/
.location{font-size: 16px;margin:0 0 15px 5px;}
.location i{font-size: 14px;margin-right:5px;}
.location a{color:#666}

/*Cover galler*/
.panel-title>a{text-decoration:none;color:#00629f;font-size:18px;font-weight: bold;}
.panel-title>a i{text-decoration:none;color:#999;float:right;}
.panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #eee;
}
.panel-default {
    border-color: #eee;margin-bottom:20px!important;
}
.cg {padding:20px 15px;}
.cg p{margin-bottom:5px;}
.cg .title a{color:#00629f; font-weight:bold;font-size:18px;}
.cg a{color:#00629f;}
.cg .date{color:#333; font-weight:bold;}
.cg .fm{float:right;margin-left:10px;margin-bottom: 10px;}
.cg .fm img{border:1px solid #ccc;padding: 2px;}
.cg .cover-download a {
    background: url(../images/download-pdf.png) no-repeat;
    padding-left: 22px;
    color: #00629f;
	margin-top: 8px;
    display: block;
}


/*Collections*/
.bs-collections{
    border:1px solid #f5f5f5;border-radius:8px;overflow: hidden;padding: 20px;border-left-width: 5px;border-left-color:rgb(236, 202, 103);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:#00629f; font-weight:bold;font-size:18px;}
.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-by{
    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-by span{font-weight:bold;font-size:14px;margin-right:10px;}
.sort-by .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-by .btn:hover{
        border-color: #999;
        color: #444;
        text-decoration: none;
}
.sort-by .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 #ef7d47;
	border-radius:4px;
}




/*news-list-1 */
.news-list-1{
    margin-bottom: 30px;
}
.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: 20px 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: grey;
    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: #666;
    font-size: 28px;
    font-weight: bold;
}
.news-list-1 .news-item-1 .news-title{
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
}
.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*/













@media (max-width: 992px){
 nav.navbar.bootsnav .navbar-brand {
    float:left!important;
 }
}

@media (max-width: 678px){
    nav.navbar.bootsnav{background:#014b9c;}
    .navbar-default .navbar-brand{color:#fff;float: left!important;text-align: left;}
    nav.navbar.bootsnav .navbar-toggle{background-color:transparent;color: #fff;}
    .journal .journal-logo{width: 100%;float: none;margin-bottom: 20px;display: block;}
    .article-search .search-select{width: 35%;}
    .journal .article-search{width: 100%;padding: 0;}
    .article-search .adv-search{width: 100%;float: right;}
    .last-issue{width: 100%;margin:10px 0 0;}
    .header{padding: 0;}
    .journal-img{margin:20px 0;}
    .zhuban{display: none;}
    .j-journal .main-btn{background-color: #2d7fd9;background-position: 25px 12px;}
    .header-r{float: none;}
    .cover-info,.cover{width: 100%;float: none;margin:10px 0;}
    .cover-info{height: auto;max-height: auto;}
    .j-journal{width: 100%;float: none;}
    .nav-bar{margin:10px 0;display: none;}
    ul.nav,.header{height: auto;}
    .cover-content{color: #666;}
    .news{padding: 0 10px;height: auto;}
    .news-column,.news-a{width: 100%;}
    .slide{min-height: auto;}
    .bx-wrapper img{height: auto;}
    .more-read{padding-top: 70px;background-position: 0 73px;}
    .links li{width: 100%;float: none;padding: 10px 0;display: block;}
    .links{margin-top:0;}
    .footer-info{text-align: center;width: 100%;line-height: 18px;float: none;padding:0;}
    .wechat{width: 100%;float: none;}
    .footer-box .footer-logo{margin: 0;}
    .footer-box .sydw{float: none;margin: 0;}
    /*顶部导航*/
    nav.navbar.bootsnav{display: block;z-index: 1;}
    /*顶部导航*/

    nav.navbar.wrap-bg{background:#ae0c2a;}
    nav.navbar.wrap-bg .navbar-toggle{background-color:#ae0c2a;}
    .wrap .navbar-header .icon-bar{background: #fff;}
    .navbar-header .navbar-toggle{}
    .navbar-header .fa-bars{color: #fff;}
    .journal-head .journal-head-bg{padding: 15px;}
    .article-search .input-group,.article-search,.journal-logo{float: none;width: 100%;clear: both;z-index: 0;}
    .article-search .adv-search a{float: right;}
    .journal-head{margin-bottom: 15px;}
    .carousel-indicators{width: 100%;text-align: right;padding:5px 10px;top:0;z-index:0;}
    .carousel-caption{white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
    .article-list li .article-l{width:92%;}
    .article-list li .article-r{width: 100%;float:none;}
    .nav-tabs>li>a, .nav-tabs>li>a:focus, .nav-tabs>li>a{padding: 10px 4px;}
    .footer{padding: 10px 0;}
    .red-bg{padding: 10px 0;}
	.logo-brief {display:none;}
	.cg .fm{float:left;margin-left:0;}
	.bs-collections .fm{float:left;margin-left:0;}
	.sort-by {margin-top:20px;padding-bottom:10px;}
	.sort-by .btn {width: 100%;}
}

