/* 通用*/
@font-face {
	font-family: Plantagenet;
	src: url('../font/plantagenet cherokee.ttf');
}
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: "Helvetica Neue", Helvetica, Arial, "Microsoft YaHei";
}
body {
	background: #fff;
	font-size: 14px;
	color: #333;
	line-height: 2;
}
a {
	color: #333;
	text-decoration: none;
}
a:hover, a:active, a:focus {
	background: none;
	text-decoration: none;
	color: #9C0B14;
}
.fl {
	float: left!important;
}
.fr {
	float: right!important;
}

.none {
    display: none;
}

p, dt, ul, dl {
	margin: 0;
	list-style: none;
}
label {
	font-weight: normal
}
label, .baidumap img {
	max-width: inherit !important;
}
.form-horizontal .form-group {
	padding: 0;
	margin-left: 0;
	margin-right: 0;
}
table {
	table-layout: fixed;
}


.pt5 {
	padding-top: 5px;
}
.pt10 {
	padding-top: 10px;
}
.pt15 {
	padding-top: 15px;
}
.pt20 {
	padding-top: 20px;
}
.pt30 {
	padding-top: 30px;
}
.pt40 {
	padding-top: 40px;
}
.pt50 {
	padding-top: 50px;
}
.pt60 {
	padding-top: 60px;
}

.pr5 {
	padding-right: 5px;
}
.pr10 {
	padding-right: 10px;
}
.pr15 {
	padding-right: 15px;
}
.pr20 {
	padding-right: 20px;
}
.pr30 {
	padding-right: 30px!important;
}
.pr40 {
	padding-right: 40px;
}
.pr50 {
	padding-right: 50px;
}
.pr60 {
	padding-right: 60px;
}

.pb5 {
	padding-bottom: 5px;
}
.pb10 {
	padding-bottom: 10px;
}
.pb15 {
	padding-bottom: 15px;
}
.pb20 {
	padding-bottom: 20px;
}
.pb30 {
	padding-bottom: 30px;
}
.pb40 {
	padding-bottom: 40px;
}
.pb50 {
	padding-bottom: 50px;
}
.pb60 {
	padding-bottom: 60px;
}
.pl10 {
	padding-left: 10px;
}
.pl15 {
	padding-left: 15px;
}
.pr15 {
	padding-right: 15px;
}
.mb5 {
	margin-bottom: 5px;
}
.mt5 {
	margin-top: 5px;
}
.mt10 {
	margin-top: 10px;
}
.mt20 {
	margin-top: 20px;
}
.mt30 {
	margin-top: 30px;
}
.mb10 {
	margin-bottom: 10px;
}
.mt15 {
	margin-top: 15px;
}
.mb20 {
	margin-bottom: 20px!important;
}
.mb30 {
	margin-bottom: 30px!important;
}
.mb40 {
	margin-bottom: 40px;
}
.mb50 {
	margin-bottom: 50px;
}
.mt60 {
	margin-top: 60px;
}
.ml10 {
	margin-left: 10px;
}
.ml20 {
	margin-left: 20px;
}
.ml30 {
	margin-left: 30px;
}
.ml40 {
	margin-left: 40px;
}
.ml50 {
	margin-left: 50px;
}
.mr0 {
	margin-right: 0 !important;
}
.mr10 {
	margin-right: 10px;
}
.mr20 {
	margin-right: 20px;
}
.mr30 {
	margin-right: 30px;
}
.mr40 {
	margin-right: 40px;
}
.mr50 {
	margin-right: 50px;
}
.row {
	margin-left: -10px;
	margin-right: -10px;
}
.container {
	padding-left: 10px;
	padding-right: 10px;
	margin: 0 auto;
}
[class*="col-"] {
padding-left:10px;
padding-right: 10px;
}
h1, h2, h3, h4, h5 {
	padding: 0;
	margin: 0;
	line-height: inherit;
}
.font16px {
	font-size: 16px;
}
.font14px {
	font-size: 14px;
}
.div100 {
	width: 100%;
}
input[type=tel], input[type=text], input[type=button], button, input[type=submit], textarea {
	-webkit-appearance: none;
	appearance: none;
	outline: none;
	resize: none;
}
input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
-webkit-appearance: none;
appearance: none;
margin: 0;
}
input[type="checkbox"], input[type="radio"] {
	width: 13px;
	height: 13px;
	line-height: 13px;
	margin-right: 2px;
	vertical-align: -2px;
*vertical-align:middle;
	_vertical-align: 3px;
}
.wrop {
	white-space: nowrap;
}
.relative {
	position: relative;
}
.hidden {
	display: none;
}
.ellipsis {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.towLine {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.threeLine {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}
.fourLine {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
}
.valign-center {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.valign {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.space-between {
	justify-content: space-between;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	-moz-justify-content: space-between;
}
.red {
	color: #9C0B14;
}
.white {
	color: #fff!important;
}
/*头部*/
.head_top {
	background: #fff;
	border-bottom: solid 0px #fff;
	box-shadow:  0 2px 5px rgba(0,0,0,.08);
    -webkit-box-shadow: 0 2px 5px rgba(0,0,0,.08);
}
.navbar-brand {
	padding: 22px 0 0 0;
	height: auto;
}
.navbar-brand img {
	height: 45px;
}
.navbar-header {
	width: 100%;
}
/*搜索框*/
.search_a {
	margin-top: 8px;
}
.top_search {
	width: 230px;
	margin: 20px 0 10px 0;
	float: right;
}
.top_search .sea {
	background: #fff;
	height: 36px;
	width: 180px;
	padding: 0 10px;
	float: left;
	border: 0;
	color: #9C0B14;
}
.top_search .btn {
	float: left;
	background: url(../image/search.png) center center no-repeat #fff;
	width: 50px;
	height: 36px;
	border-radius: 0;
}
/*导航*/
.navbar-collapse {
	padding: 0;
	float: right;
}
.navbar {
	margin-bottom: 0;
	min-height: auto;
	border: 0;
}
.navbar-nav {
	margin-right: -20px;
	font-size: 18px;
}
#navbar li a {
	display: block;
	padding: 35px 20px;
	margin: 0;
	line-height: 1;
	color: #333;
	text-shadow: none;
	cursor: pointer;
}
#navbar li.active a {
	background: #c10100;
	color: #fff;
}
#navbar li a:hover {
	background: #af020b;
	color: #fff;
}

#navbar li.active {
	background: #f00;
}
#navbar li.active a{
	color: #fff;
}

/*.dropdown-menu{border:none; box-shadow: none; background: #dab866; border-radius: 0px;padding:0; margin:0;margin-top:-1px !important; white-space: nowrap;color:#fff;padding:0px;}
.dropdown-menu>li> a{ line-height: 40px;padding-left:30px;color:#fff;border-bottom: 1px solid #c19f4f;background: none;}
.dropdown-menu>li> a:hover{color:#fff;background: url(../img/arrow2.png) no-repeat 15px center;}*/
/*切换图*/

.focus {
	width: 100%;
	height: 550px;
	margin-top: 88px;
	overflow: hidden;
	position: relative;
}
.focus .hd {
	width: 100%;
	height: 15px;
	position: absolute;
	z-index: 1;
	bottom: 20px;
	text-align: center;
}
.focus .hd ul li {
	display: inline-block;
	width: 15px;
	border-radius: 50%;
	height: 15px;
	background: transparent;
	margin: 0 5px;
	font-size: 0;
	vertical-align: top;
	overflow: hidden;
	border: 2px solid #fff;
}
.focus .hd ul .on {
	background-color: #fff;
	border-color: #fff;
}
.focus .bd {
	background: #fff;
	position: relative;
	z-index: 0;
	height: 100%;
	width: 100%;
}
.focus .bd li {
	background: #fff;
	width: 100%;
	height: 550px;
}
.focus .bd li a {
	display: block;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}



/*首页*/
.indexpd {
	padding: 4em 0;
}
.indexpd_2 {
	padding: 4em 0 3em 0;
}
.indexGrey {
	background: #f7f7f7;
}
.index_title {
	line-height: 30px;
	padding: 0px 0 20px 0;
}
.index_title p {
	color: #222;
	display: inline-block;
	font-weight: bold;
	font-size: 24px;
}
.index_title p abbr {
	color: #c10100;
}
.index_title img {
	margin-right: 10px;
	height: 30px;
	float: left;
}
.red_btn, a.red_btn {
	background: #c10100;
	color: #fff;
	display: inline-block;
	padding: 8px 25px;
	font-size: 16px;
}
.red_btn, a.red_btn:hover {
	background: #9C0B14;
}
.index_news .col-md-6 {
	padding: 0;
}
.index_news .img {
	width: 100%;
}
.index_news .tt {
	font-size: 22px;
	line-height: 1.2em;
}
.index_news .con {
	padding: 6px 60px;
}
.index_news .p {
	font-size: 16px;
	padding: 20px 0;
}
.index_news_four {
	line-height: 1.4;
	padding: 40px 0 20px 0;
}
.index_news_four .date {
	font-family: Plantagenet;
	line-height: 1;
	text-align: center;
	color: #000;
}
.index_news_four .date h1 {
	font-size: 45px;
}
.index_news_four .tt {
	color: #000;
	font-size: 17px;
	margin-bottom: 10px;
}
.index_news_four .threeLine {
	border-top: 1px solid #d0d0d0;
	padding-top: 10px
}
.index3 {
	background: url(../image/xbg.jpg) no-repeat 50% 50%;
	background-size: cover;
	overflow: hidden;
}
.muluLeft {
	padding: 0;
	overflow: hidden;
}


/*标题*/
.title {
	background: url(../image/line-grey.png) repeat-x 0 100%;
	line-height: 1em;
	color: #333333;
	position: relative;
	overflow: hidden;
}
.title h1 {
	display: inline-block;
	background: url(../image/line.png) repeat-x 0 100%;
	padding: 0 0 15px 0;
	line-height: 1em;
	font-size: 22px;
	font-weight: bold;
	position: relative;
	float: left;
}
.title h1 abbr {
    color: #c10100;
}
.title .more {
    position: absolute;
    right: 0;
    top: 5px;
}

.title i {
	background: url(../image/arrow-down.svg) no-repeat 100% 50%;
	background-size: 16px;
	display: inline-block;
	width: 18px;
	height: 18px;
	float: left;
}


/*期刊在线*/
.arcbox {
    overflow: hidden;
    height:517px;
    border: solid 1px #f3eddd;
    border-top: 0;
    border-radius: 0;
}

.arcbox:hover {
    overflow-y:auto;
}
.arcbox::-webkit-scrollbar {/*滚动条整体样式*/
    width: 10px;     /*高宽分别对应横竖滚动条的尺寸*/
    height: 1px;
}
.arcbox::-webkit-scrollbar-thumb {/*滚动条里面小方块*/
    border-radius: 5px;
     -webkit-box-shadow: inset 0 0 0px #f5f5f5;
    background: #c10100;
}
.arcbox::-webkit-scrollbar-track {/*滚动条里面轨道*/
    -webkit-box-shadow: inset 0 0 0px #f5f5f5;
    border-radius: 0;
    background: rgba(243,237,221,1);
}
.arctitle {
    background: #f3eddd;
    padding: 12px 20px 12px 15px;
    border-left: 5px solid #c10100;
    line-height: 1.8em;
    vertical-align: middle;
    font-weight: bold;
    font-size: 16px;
    color: #c10100;
}
.article-home {
    background: #fffdf9;
    border-bottom: solid 1px #f3eddd;
	padding: 15px 20px;
    line-height: 1.4em;
}
.arclist .article-home:last-child {
    border-bottom: 0;
}
.article-home-title {
	display: block;
    font-size: 16px;
    line-height: 1.4em;
    color: #000;
}
.article-home-title span {
    display: block;
    margin-top: 2px;
    font-size: 17px;
    font-family: "楷体";
}
.article-home-title b {
    font-size: 18px;
    font-weight: bold;
}
.author {
    display: block;
    margin: 5px 0 0;
    font-size: 14px;
    line-height: 1.5em;
    color: #848484;
}


.abstract {
    margin-top: 10px;
}
.abstract em,.abstract b,.abstract a {
    display: inline-block;
    padding-left: 22px;
    font-style: normal;
    font-weight: normal;
    margin-right: 15px;
    color: #666;
}
.abstract a:hover {
    color: #c10100;
}
.abstract em {
    background: url(../image/icon.png) no-repeat 0 -60px;
}
.ico-pdf {
    height: 16px;
}
.abstract em:hover {
    color: #c10100;
	cursor: pointer;
}
.abstract b {
    background: url(../image/icon.png) no-repeat 0 -100px;
}
.abstract a.zhaiyao {
    display: inline-block;
    padding-left: 20px;
    background: url(../image/ico_zhaiyao.png) no-repeat 1px 50%;
    background-size: 14px;
}
.abstract a.download {
    display: inline-block;
    padding-left: 19px;
    background: url(../image/ico_pdf.png) no-repeat 0 50%;
    background-size: 14px;
}



.collapse-more {
    padding-top: 10px;
    color: #666;
    font-size: 14px;
}



.muluRight {
    padding-right: 0;
}
.muluRight .index_title_best {
    margin: 0 0 0 40px;
}
.muluRight .muluRight_main a {
    display: block;
    background: url(../image/arrow2.png) rgba(255,255,255,.0) no-repeat 12px 28px;
    margin: 0 0 20px 40px;
    padding: 0 0 15px 0;
    border-bottom: dashed 1px #c10100;
    border-radius: 0px;
    height: 158px;
    font-size: 16px;
    color: #000;
    overflow: hidden;
}
.muluRight a h1 {
    display: block;
    line-height: 1em;
    font-weight: bold;
    font-size: 16px;
    color: #c10100;
}
.muluRight a:hover h1 {
    color: #c10100;
}
.muluRight a h1 em {
    display: inline-block;
    margin-left: 10px;
    font-weight: normal;
    font-style: normal;
    font-size: 18px;
    color: #333;
}
.muluRight a span {
    display: block;
    background: url(../image/dot.png) no-repeat 1px 50%;
    margin: 16px 0 10px 0; 
    padding-left: 25px;
    line-height: 1.2em;
    font-size: 14px;
    color: #555;
}
.muluRight a p {
    display: block;
    line-height: 1.7em;
    font-size: 14px;
    color: #333;
}


.index_jiegou .col-md-4 {
	padding: 0;
}
.index_jiegou .item {
	height: 280px;
	position: relative;
	overflow: hidden;
}
.index_jiegou .item.long {
	height: 560px;
}
.index_jiegou .item a {
	color: #fff;
	display: block;
	height: 100%;
}
.index_jiegou .item .img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}
.index_jiegou .item .abs {
	color: #fff;
	padding: 20px;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	line-height: 1.6;
}
.index_jiegou .item .abs .tt {
	font-size: 24px;
	border-bottom: 2px solid #fff;
	font-weight: bold;
}
.index_jiegou .item .abs p {
	margin: 10px 0;
}
.index_jiegou .item .note {
	display: none
}
.index_jiegou .item:hover .abs {
	background: #9C0B14;
}
.index_jiegou .item:hover .note {
	display: block;
}
.index_download .img {
	width: auto;
	margin-top: -25px;
}
.index_download .con {
	padding: 0 0 0 2px;
}
.index_download a {
	display: block;
	background: url(../image/download.png) no-repeat 2px 50%;
	padding-left: 24px;
	line-height: 2em;
	font-size: 16px;
}
.index_history {
}
.index_history .img {
	width: auto;
	margin-top: -25px;
}
.index_history .con {
	padding: 0 0 0 2px;
}
.index_history a {
	display: block;
	background: url(../image/arrow.png) no-repeat -3px 50%;
	margin-right: 20px;
	padding-left: 13px;
	line-height: 2.2em;
	font-size: 16px;
	float: left;
}
.index_history a:nth-child(4n) {
	margin-right: 0;
}
.index_links {
	padding: 0;
}
.index_links a {
	display: block;
	width: 100%;
	height: 66px;
	background: #fff;
	padding: 8px;
	border: 1px solid #dcdcdc;
	margin: 10px 0;
}
.index_links img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.index5 {
	padding: 40px 0;
}


/*文章页*/
.article_left {
    padding: 0 45px 40px 0;
	overflow: hidden;
}

.article_right {
    margin-top: 26px;
	overflow: hidden;
}

.article_right .tuijian {
	margin-top: 12px;
	overflow: hidden;
}

.article_right a {
	display: block;
	padding: 12px 0;
	font-size: 16px;
	overflow: hidden;
}

.article_right a img {
	display: block;
	width: 42%;
	float: left;
}

.article_right a span {
	display: block;
	margin-top: -5px;
	width: 54%;
	line-height: 1.8em;
	float: right;
}

.article_right_2 a {
	display: block;
    background: url(../image/arrow.png) no-repeat 0 4px;
    padding: 0 0 0 15px;
	margin: 10px 0 0 0;
	font-size: 16px;
	line-height: 1.5em;
}

.article_title {
    margin: 20px 0 10px 0;
	font-size: 24px;
	font-weight: bold;
	line-height: 1.5em;
	text-align: center;
}

.article_author {
    margin-bottom: 20px;
	font-size: 14px;
	line-height: 1.5em;
	text-align: center;
	color: #666;
}

.article_author span {
	margin: 0 10px;
}

.article_description  {
	background: #eee;
	margin-bottom: 20px;
	padding: 15px;
	font-size: 14px;
	line-height: 2em;
	color: #444;
}

.article_content  {
	font-size: 16px;
	line-height: 2em;
	text-align: justify;
}

.article_content img {
	width: 90%;
    margin: 10px 5%;
}

.article_content h3 {
    margin: 15px 0;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
}

.article_content h4.paper-share-copy {
    display: block;
    background: url(../image/icon_fangkuai.png) repeat-y 1px 50%;
    margin: 30px 0 15px 0;
    font-family: "楷体";
    font-size: 18px;
    line-height: 1em;
    text-indent: 0.75em;
    font-weight: normal;
}

.article_content p {
	margin: 5px 0;
	text-indent: 2em;
	text-align: justify;
}

.qikan {
    padding: 10px 0 40px 0;
}
.qikan_c {
    padding: 0 10px 0 24px;
}


/*底部*/
.footer {
	background: #9C0B14;
	color: #fff;
	padding: 50px 0 45px 0;
}
.bottom_nav {
	float: left;
	padding-right: 30px;
}
.footer a {
	color: #fff;
	line-height: 2;
}
.bottom_nav li.first {
	font-size: 18px;
	padding: 5px 0px;
}
.bottom_nav:last-child {
	padding-right: 0;
}
.footer .erweima {
	width: 100px;
	height: 100px;
	display: block;
	margin: 10px auto;
}
.copy {
	line-height: 1.9;
	font-size: 14px;
	color: #ebced0;
}
.copy img {
	display: block;
	height: 42px;
	margin: 9px 0 20px 0;
}
.copy span {
	display: inline-block;
	margin-right: 20px;
}
.bottomLogo {
	margin: 0 auto 10px;
	display: block;
}
/*内页*/
.Sbanner {
	width: 100%;
	height: 280px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.Sbanner .container {
	height: 100%;
}
.Sbanner p {
	font-size: 27px;
	color: #fff;
	font-weight: bold;
}
.Sbanner p:after {
	content: '';
	width: 50px;
	height: 3px;
	background-color: #fff;
	display: block;
}
.location {
	color: #999;
	text-align: right;
}
.location a {
	color: #999;
	margin: 0 5px;
}
.location a.actived {
	color: #9C0B14;
}
.ab_top {
	line-height: 1;
	background: #fafafa;
	border-bottom: 1px solid rgba(0,0,0,0.07);
	line-height: 62px;
}
.ab_type li {
	float: left;
	font-size: 16px;
	position: relative;
}
.ab_type li:after {
	content: '';
	display: block;
	height: 16px;
	width: 1px;
	background: rgba(0,0,0,0.07);
	position: absolute;
	right: 0;
	top: 23px;
}
.ab_type li a {
	padding: 0 18px;
	display: inline-block;
}
.ab_type li:last-child:after {
	display: none
}
.ab_type li a.actived {
	border-bottom: 2px solid #9C0B14;
	color: #9C0B14;
}
.ab_content {
	padding: 40px 0;
	min-height: 400px;
}
.contact {
	background: #9C0B14;
	color: #fff;
	padding: 20px;
	height: 400px;
	line-height: 1.6;
}
.baidumap {
	height: 400px;
	width: 100%;
}
/*产业结构*/
.jiegou {
}
.jiegou .item {
	height: 280px;
	position: relative;
	margin-bottom: 20px;
}
.jiegou .item .img {
	width: 100%;
	height: 100% !important;
	object-fit: cover;
	display: block;
}
.jiegou .item .abs {
	color: #fff;
	padding: 20px;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	line-height: 1.6;
}
.jiegou .item .abs .tt {
	font-size: 22px;
	line-height: 240px;
	text-align: center;
	display: block;
}
.jiegou .item .abs p {
	margin: 10px 0 20px 0;
}
.jiegou .item .note {
	display: none
}
.jiegou .item:hover .abs {
	background: #9C0B14;
}
.jiegou .item:hover .abs .tt {
	text-align: left;
	line-height: 1.6;
}
.jiegou .item:hover .note {
	display: block;
}
.jg_big_tt.note_content {
}
.jg_big_tt .img {
	border: 1px solid #e5e5e5;
	padding: 20px;
	border-bottom: 4px solid #9C0B14;
}
.jg_big_tt.only:after {
	content: '';
	width: 50%;
	height: 4px;
	background: #9C0B14;
	margin: 15px 0 10px 0;
	display: block;
}
a.jg_btn {
	background: url(../img/icon4.png) no-repeat 20px center #9C0B14;
	padding-left: 50px;
	margin-top: 20px;
}
.jg_div {
	background: #f3f3f3;
	border: 1px solid #dcdcdc;
	padding: 5px;
	margin-left: 30px;
	margin-bottom: 20px;
}
.jg_div .div {
	background: #fff;
	font-size: 16px;
	padding: 10px;
}
.jg_div .div .title {
	background: #9C0B14;
	color: #fff;
	font-size: 22px;
	padding: 5px 10px;
}
.jg_div .news {
	padding: 10px 0;
	line-height: 2;
}
.jg_div .news li {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.jg_div .news li:before {
	content: '?';
	color: #b2b2b2;
	padding: 0 5px;
}
/*新闻资讯*/
.news_list {
	margin: 0 auto 20px auto;
	line-height: 1.8;
}
.news_list .col-md-4 {
	margin-bottom: 20px;
}
.news_list .img {
	height: 250px;
	margin-bottom: 10px;
}
.news_list .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}
.news_list .tt {
	font-size: 20px;
}
.news_list .date {
	font-size: 0.9em;
	color: #999;
}

.index_more {
	background: url(../image/icon.png) no-repeat right center;
	padding-right: 25px;
	display: inline-block;
	border-bottom: 0;
	float: right;
}
.index_more:hover{
	background: url(../image/icon_cur.png) no-repeat right center;
}
.index_more_2 {
	background: url(../image/icon_2.png) no-repeat right center;
	padding-right: 25px;
	display: inline-block;
	color: #fff;
	float: right;
}
.index_more_2:hover,.index_more_2:active,.index_more_2::visited {
	background: url(../image/icon_2_cur.png) no-repeat right center;
	color: #9C0B14!important;
}



/*二级页面左侧菜单*/
.menu_left {
	width:80%;
	padding-top: 40px;
	overflow: hidden;
}
.menu_left_mulu {
	width:96%;
	padding-top: 0;
}
.menu_left_qikan {
	width:325px;
	overflow: hidden;
	float: right;
}
.menu_left a {
    background: #f5f5f5;
    display: block;
    padding: 25px 0;
	text-align: center;
    color: #555;
    line-height: 1em;
    font-size: 18px;
    font-weight: bold;
}
.menu_left a:hover {
    color: #c10100;
}
.menu_left a.cur {
    background: #c10100;
    color: #fff;
}

.main_right {
	width:920px;
	float: right;
}

.main_right_qikan {
	width:auto;
}



.item-list {
    overflow: hidden;
}
.items-box {
    margin-top: 25px;
	overflow: hidden;
}
.item-list .items {
    overflow: hidden;
}
.items-box-img {
	margin: 15px 0;
	overflow: hidden;
}
.items-box-img .items {
	padding: 15px 0;
	overflow: hidden;
}
.items-box-img .items .item-img {
    display: block;
    width: 190px;
    height: 130px;
    float: left;
}
.items-box-img .items .item-img img {
    width: 190px;
    height: 130px;
}
.item-list .items .item-time {
    width: 120px;
    margin-top: 55px;
    padding: 25px 0 25px 0;
    border-right: 1px solid #eee;
    text-align: center;
    float: left;
}
.item-list .items .item-time h3 {
    line-height: 1em;
    font-family: "Conv_DINCondensedC";
    font-size: 48px;
    color: #444;
}
.item-list .items .item-time h4 {
    margin-top: 15px;
    line-height: 1em;
    font-family: "Conv_DINCondensedC";
    font-size: 16px;
    color: #888;
}
.item-list .items .item-info {
    width: calc(100% - 210px);
    float: right;
}

.item-list .items .item-info a {
    display: block;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.5em;
    color: #333;
}

.item-list .items .item-info a:hover {
    color: #c10100;
}

.item-list .items .item-info span {
    display: block;
    color: #999;
    margin: 4px 0;
}

.item-list .items .item-info p {
    display: block;
    color: #888;
    line-height: 24px;
}

.item-list .items-2 {
    background: url(../image/arrow.png) no-repeat 0 7px;
    margin: 0 0 8px 0;
    padding: 0 0 0 15px;
    overflow: hidden;
}

.item-list .items-2 .item-info-2 a {
    font-size: 16px;
    line-height: 28px;
}
.item-list .items-2 .item-info-2 span {
    display: inline-block;
    color: #999;
    font-size: 14px;
    margin: 0 0 0 30px;
    float: right;
}

.item-list .items .item-more {
    display: block;
    background: url(../image/more.png) #fff no-repeat 50%;
    background-size: 30%;
    margin: 61px 30px 0 0;
    width: 70px;
    height: 75px;
    font-size: 24px;
    border: 1px solid #ebebeb;
    float: right;
}
.item-list .items .item-more:hover {
    background: url(../image/more-hover.png) #c10100 no-repeat 50%;
    background-size: 30%;
    border: 1px solid #c10100;
}
.item-list-left {
    width: 200px;
	overflow: hidden;
	float: left;
}
.item-list-left  h1 {
    background: #c10100;
    padding: 25px 0;
    line-height: 1em;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    color: #fff;
}
.item-list-left  p  {
    background: #f5f5f5;
	display: block;
	padding: 20px 0 20px 50px;
    border: solid 1px #eee;
    border-top: 0;
	overflow: hidden;
	color: #a6a6a6;
	font-size: 14px;
	overflow: hidden;
}
.item-list-left  p a {
	display: block;
	font-size: 16px;
	line-height: 2.4em;
}
.item-list-left  p a.cur {
	color: #c10100;
}

.item-list-right {
    width: 870px;
    overflow: hidden;
    float: right;
}


.team-list {
    margin: 20px auto 25px auto;
    position: relative;
    border-radius: 2px;
    padding-bottom: 0px;
}

.team-list .team {
    width: 535px;
    height: 220px;
    margin: 20px 35px 25px 0;
    float: left;
}
.team-list .team:nth-child(2n) {
    margin: 20px 0 20px 0;
}
.team-list .team img {
    width: 180px;
    height: 220px;
    margin-right: 25px;
    float: left;
}
.team-list .team h4 {
    line-height: 1em;
    font-size: 20px;
    color: #333;
    margin-bottom: 20px;
    position: relative;
}
.team-list .team .teaminfo {
    background: #fff;
    width: 330px;
    height: 280px;
    padding-left: 0;
    color: #888;
    line-height: 1.75em;
    float: left;
}



/*编委介绍*/
.bianwei {
    width:630px;
    margin:30px 0;
	padding: 5px 0 15px 0;
	overflow: hidden;
}
.bianwei p {
	line-height: 2em;
	overflow: hidden;
}

.bianwei p b {
	font-weight: bold;
}

.bianwei p span {
	display: block;
	margin: 0 20px 0 0;
	width: 52px;
	font-size: 16px;
	line-height: 2.6em;
	float: left;
}

.bianwei p.head {
	display: block;
	margin: 0 0 10px 0;
	font-size: 16px;
	line-height: 2.6em;
}

.bianwei p.foot {
	display: block;
	margin: 20px 0 0 0;
	font-size: 16px;
	line-height: 2.4em;
}



.geshi .content {
	margin: 30px 0;
}

.geshi .content h1 {
	margin: 20px 0;
	line-height: 1em;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
}

.geshi .content p {
	margin: 10px 0;
	line-height: 1.8em;
	text-indent: 2em;
	font-size: 16px;
    text-align: justify;
}



.xuzhi {
	margin: 0 auto 15px auto;
}

.xuzhi .content p {
	margin: 10px 0;
	line-height: 1.8em;
	text-indent: 2em;
	font-size: 16px;
    text-align: justify;
}

.xuzhi_tab {
    background: url(../image/line-grey.png) repeat-x 0 100%;
    margin-bottom: 20px;
    overflow: hidden;
    text-align: center;
}

.xuzhi_tab a {
    background: #eee;
    display: inline-block;
	margin: 20px 8px 0 8px;
	padding: 15px 30px;
	line-height: 1em;
	font-size: 15px;
    text-align: center;
}

.xuzhi_tab a.cur {
    background: #c10100;
    color: #fff;
}

.zhinan .content {
	margin: 25px 0;
}

.zhinan .content p {
	margin: 12px 0;
	line-height: 1.8em;
	text-indent: 0;
	font-size: 16px;
}

.zhinan .content .ewm {
    overflow: hidden;
}
.zhinan .content .ewm img {
    display: block;
    margin: 20px 0;
}



/*面包屑*/
.navigation {
	background: url(../image/navigation-line.png) no-repeat -7px 100%;
	margin: 40px 0 20px 0;
	padding-bottom: 15px;
	color: #666;
	font-size: 14px;
	line-height: 1em;
}
.navigation i {
	margin-right: 3px
}
.navigation a {
	color: #666
}
.navigation a:hover {
	color: #c10100
}
.navigation a.no {
	color: #666
}



/*期刊简介*/
.about {
    margin: 50px 0;
    overflow: hidden;
}
.about .about-img {
    width:236px;
    margin:0 50px 0 0;
    float:left;
}
.about .about-img img {
    width:100%;
}
.about .about_main {
    padding-top: 10px;
    font-size: 16px;
    line-height: 2em;
    text-align: justify;
}



/*分页*/
.pages {
	text-align: center;
	padding: 20px 0;
	font-size: 16px;
	line-height: 34px;
}
.pages a, .pages span {
	display: inline-block;
	min-width: 38px;
	padding: 0 8px;
	background-color: #fff;
	border: 1px solid #9C0B14;
	color: #9C0B14;
	text-align: center;
	border-radius: 2px;
	margin-right: 5px;
}
.pages span, .pages a:hover {
	color: #fff;
	background: #9C0B14;
}
.pages span.disabled {
	pointer-events: none;
}
/*新闻资讯 详情页*/
.note_content {
	padding: 20px 0;
	font-size: 16px;
}
.ab_content img {
	max-width: 100%;
	height: auto !important;
}
h1.title {
	color: #9C0B14;
	font-size: 30px;
	text-align: center;
	font-weight: normal;
	line-height: 1.4;
}
.note_content .date {
	color: #9e9e9e;
	text-align: center;
	padding-bottom: 12px;
	border-bottom: 2px solid #dbdbdb;
	margin-bottom: 15px;
}
.xia {
	margin: 20px 0px;
	border-top: 1px solid #dbdbdb;
	padding-top: 20px;
	line-height: 2;
}
.xia p a {
	color: #999;
	display: block;
}
.xg_new {
	background: #f7f7f7;
	padding: 40px 0;
}
.xg_new li {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.xg_new li:before {
	content: '?';
	color: #b2b2b2;
	padding: 0 5px;
}
.xg_new .tt {
	font-size: 25px;
	color: #000;
}
/*发展历程*/
.history {
}
.history .tab {
	text-align: right;
}
.history .tab p {
	white-space: nowrap;
	cursor: pointer;
	font-size: 17px;
	background: url(../img/icon5.png) no-repeat right top;
	height: 66px;
	line-height: 50px;
	padding-right: 30px;
}
.history .tab p.actived {
	font-size: 2em;
	font-weight: bold;
	color: #9C0B14;
}
.history .item {
	border: 1px solid #dcdcdc;
	padding: 20px;
	margin-bottom: 10px;
	margin-left: 30px;
}
.history .item dt {
	font-size: 1.3em;
	line-height: 1.8;
}
.history .item dd {
	line-height: 1.8;
}
.history .tab_dis {
	display: none;
}
/*分公司介绍*/
.about_company, .about_company .note_content {
	font-size: 16px;
}
.about_company .title {
	line-height: 1.3;
	text-align: center;
	font-size: 30px;
	color: #9C0B14;
	background: #fafafa;
	font-weight: bold;
	border-bottom: 4px solid #e5e5e5;
}
.about_company .title p {
	padding: 50px 10px;
}
.about_company .title:after {
	content: '';
	width: 100%;
	height: 1px;
	background: #e5e5e5;
	display: block;
	margin-bottom: 2px;
}
.hr {
	border-top: 1px dotted #c4c4c4;
}
.border_tt {
	line-height: 1;
	font-size: 26px;
	font-weight: bold;
	padding-left: 15px;
	border-left: 5px solid #9C0B14;
	margin: 30px 0;
}
.border_tt span {
	color: #999;
}
.company_list1 .item {
	padding: 25px 0;
	border-bottom: 1px dotted #c4c4c4;
}
.company_list1 .item .lp {
	font-size: 0.9em;
	color: #666;
	text-align: center;
	padding: 7px 0;
}
.company_list1 .item .img {
	display: block;
	width: 100%;
}
.company_list1 .item .tt {
	font-size: 22px;
	padding-bottom: 13px;
	line-height: 1.3;
}
.company_list1 .item .col-sm-8 .tt {
	padding-bottom: 5px;
}
.company_four {
	text-align: center;
	padding-bottom: 20px;
}
.company_four .item.t1 {
	border-right: 1px solid #efefef;
}
.company_four .item {
	float: left;
	width: 50%;
	border-bottom: 1px solid #efefef;
	padding: 20px;
	height: 350px;
}
.company_four .item .tt {
	font-size: 22px;
}
.company_four .item img {
	width: 60px;
}
.company_list2 {
}
.company_list2 .item {
	background: #f0f2f4;
	border-radius: 8px;
	padding: 20px;
	position: relative;
	padding-left: 70px;
	margin-bottom: 20px;
}
.company_list2 .item .l1 {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 50px;
	line-height: 1.2;
	background: #9C0B14;
	color: #fff;
	font-size: 22px;
	padding: 5px;
	text-align: center;
	border-radius: 8px;
}
.company_list2 .item .l1:after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border-color: transparent transparent transparent #9C0B14;
	border-width: 10px;
	position: absolute;
	right: -20px;
	top: 50%;
	margin-top: -10px;
	border-style: solid;
}
.company_list1.noborder .item {
	border: 0;
	padding: 18px 0;
}
.company_list1.noborder {
	border-bottom: 1px dotted #c4c4c4;
	padding-bottom: 10px;
}
.company_five {
	text-align: center;
	margin-bottom: 40px;
}
.company_five .item {
	float: left;
	width: 20%;
	border: 1px solid #efefef;
	padding: 20px;
	height: 160px;
	border-right: 0;
	font-size: 22px;
}
.company_five .item:last-child {
	border-right: 1px solid #efefef;
}
.company_three {
	text-align: center
}
.company_three .item {
	width: 100%;
	padding: 30px 20px;
	height: 260px;
	background: #efefef;
	line-height: 1.8;
}
.company_three .item .tt {
	font-size: 22px;
}
.company_three .item img {
	width: 60px;
}
.company_list3 .img {
	height: 180px;
}
.company_list3 .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}
.company_list3 p {
	text-align: center;
	font-size: 17px;
	padding: 10px 0;
	line-height: 1.6;
}
.about_school {
}
.about_school .item {
	padding: 25px 0;
	border-bottom: 1px dotted #c4c4c4;
}
.about_school .item .tt {
	font-size: 22px;
}
.about_school .item img {
	width: 100%;
}
.about_school .item p {
	color: #666;
}
.about_school .item a.jg_btn {
	background-image: url(../img/icon18.png);
	margin-bottom: 0;
}


/*期刊左侧推荐*/
.left_tuijian .title {
    background: url(../image/line-grey.png) repeat-x 0 100%;
    color: #222;
    font-weight: bold;
    line-height: 1em;
    font-size: 22px;
}
.left_tuijian h1 {
    display: inline-block;
    background: url(../image/line.png) repeat-x 0 100%;
    padding: 0 0 15px 0;
    line-height: 1em;
}
.left_tuijian h1 span {
    color: #c10100;
}
.tuijian_box a {
    background: url(../image/arrow.png) no-repeat -1px 4px;
    display: block;
    margin: 10px 0 15px 0;
    padding: 0 0 0 15px;
    text-align: left;
    color: #555;
    line-height: 1.5em;
    font-size: 15px;
    font-weight: normal;
}


/*招贤纳士*/
.hr_form {
	position: absolute;
	left: 0;
	width: 100%;
	bottom: 20px;
}
.hr_form .form-control {
	width: 100%;
	border: 0;
	box-shadow: none;
	border-radius: 0;
	height: 50px;
	font-size: 15px;
}
.hr_form .search_btn {
	height: 50px;
	width: 100%;
	background: #9C0B14;
	border: 0;
	font-size: 18px;
	color: #fff;
	text-align: center;
}
.hr_index {
	padding: 20px 0;
}
.hr_index .item {
	min-height: 150px;
	background: #005bac;
	color: #fff;
	text-align: center;
	padding: 30px 20px;
	padding-bottom: 0;
}
.hr_index .item a {
	color: #fff;
}
.hr_index .item .tt {
	font-size: 26px;
}
.hr_index .item.i2 {
	background: #9C0B14;
}
.hr_index .item.i3 {
	background: #ffaa01;
}
.hr_form .form-group {
	margin: 0;
}
.hr_list .item {
	background: #f5f5f5;
	padding: 20px;
	height: 200px;
	color: #666;
}
.hr_list .item .tt {
	color: #9C0B14;
	font-size: 25px;
}
.hr_list a:hover .item {
	background: #9C0B14;
	color: #fff;
}
.hr_list a:hover .item .tt {
	color: #fff;
}
.hr_list .col-xs-12 {
	margin-bottom: 20px
}
.hr_show {
	padding-bottom: 30px;
}
.hr_show .title {
	background: #f5f5f5;
	padding: 30px 40px;
	font-size: 15px;
	border-bottom: 4px solid #ccc;
	margin-bottom: 30px;
}
.hr_show .title .tt {
	color: #9C0B14;
	font-size: 27px;
}
.hr_show .t {
	color: #000;
	font-size: 18px;
}



 @media (max-width:992px)/*平板*/ {
    .container {
    	width: 100%;
    }
    body {
    	overflow-x: hidden;
    }
    .menu_left {
        width: 90%;
        padding-top: 40px;
        overflow: hidden;
    }
    .head_top {
    	padding: 11px 0 9px 0;
    	height: 60px;
    }
    /*手机导航icon*/
    .navbar-toggle {
    	border: none;
    	border-radius: 0;
    	margin: 0;
    	position: absolute;
    	right: 5px;
    	top: 0px;
    	display: block;
    	background: url(../image/btn.png) center center no-repeat;
    	width: 45px;
    	height: 45px;
    	background-size: 30px auto;
    }
    .navbar-brand {
    	padding: 0;
    }
    .navbar-brand img {
    	height: 40px;
    }
    /*导航*/
    .navbar-collapse.collapse {
    	display: none;
    }
    .navbar-nav {
    	background: #fff;
    	padding: 0;
    	margin: 0;
    	width: 45%;
    	box-shadow:  0 2px 5px rgba(0,0,0,.3);
         -webkit-box-shadow: 0 2px 5px rgba(0,0,0,.3);
    	float: right;
    }
    .nav-bar-xs {
    	color: #333;
    	position: absolute;
    	top: 50px;
    	left: 0;
    	width: 100%;
    	z-index: 200;
    }
    .nav-bar-xs .nav li {
    	text-align: left;
    	border: none;
    	width: 100%;
    	padding: 0;
    }
    .nav-bar-xs .nav li a {
    	color: #333;
    	font-size: 15px;
    	border-radius: 0;
    	padding: 18px 0!important;
    	line-height: 1.6;
    	border-bottom: 1px solid #e5e5e5;
    	text-align: center;
    }
    .top_search {
    	display: none;
    }
    .search_icon {
    	position: absolute;
    	right: 50px;
    	top: 0px;
    	display: block;
    	background: url(../img/icon1.png) center center no-repeat;
    	width: 45px;
    	height: 45px;
    	background-size: 25px auto;
    }
    #search1 {
    	position: absolute;
    	top: 50px;
    	right: 0;
    	display: none;
    	z-index: 201;
    }
    /*切换图*/
    .focus {
    	height: 300px;
	    margin-top: 60px;
    }
    .focus .bd li {
    	height: 300px;
    }
    .focus .hd {
    	height: 10px;
    }
    .focus .hd ul li {
    	width: 10px;
    	height: 10px;
    }
    /*首页*/
    .indexpd {
    	padding: 10px 0;
    }
    .index_news {
    	background: #fff;
    }
    .index_news .col-md-6 {
    	padding: 0 10px;
    }
    .red_btn, a.red_btn {
    	font-size: 14px;
    	padding: 5px 20px;
    }
    .index_news_four {
    	padding: 20px 0;
    }
    .index_news_four .col-xs-12 {
    	padding: 10px 0;
    }
    .index_jiegou .col-md-4 {
    	padding: 0 10px;
    }
    .index_jiegou .item .img {
    	float: left;
    	width: 50%;
    }
    .index_jiegou .item .abs {
    	background: #9C0B14;
    	position: static;
    	float: left;
    	width: 50%;
    	height: 100%;
    }
    .index_jiegou .item a {
    	height: 100%;
    }
    .index_jiegou .item .note {
    	display: block;
    }
    .index_jiegou .item.right .img {
    	float: right;
    }
    .index_jiegou .item.long {
    	height: 280px;
    }
    .index_links a {
    	margin: 5px 0;
    }
    .index_links {
    	padding-top: 0;
    }
    
    .bianwei {
        width:auto;
    }
    .menu_left_mulu {
        padding-top: 0;
        width: 95%;
    }
    .qikan {
        padding: 10px 0;
    }
    .qikan_c {
        padding: 0 10px 10px 10px;
    }
    .article_left {
        padding: 0 30px;
        overflow: hidden;
    }
    .article_right {
        padding: 0 30px 30px 30px;
    }
    
    .left_tuijian {
        width: 70%;
        padding: 0 0 20px 0;
    }
    

    /*底部*/
    .footer {
    	padding: 25px 0;
    }
    .bottom_nav {
    	float: none;
    }
    .bottom_nav p {
        font-size: 13px;
}
    /*内页*/
    .Sbanner {
    	height: 180px;
    }
    .ab_top {
    	padding: 0px;
    	background: #fff;
    	border-bottom: 0;
    	padding-top: 10px;
    }
    .ab_type ul {
    	display: -webkit-flex;
    	display: flex;
    	flex-wrap: wrap;
    }
    .ab_type li {
    	-webkit-flex: 0 1 33.33%;
    	flex: 0 1 33.33%;
    	text-align: center;
    	float: none;
    	padding: 5px;
    	line-height: 32px;
    	overflow: hidden;
    	white-space: nowrap;
    	text-overflow: ellipsis;
    }
    .ab_type li:after {
    	display: none;
    }
    .ab_type li a {
    	border: 1px solid rgba(0,0,0,0.07);
    	width: 100%;
    	font-size: 13px;
    }
    .ab_type li a.actived {
    	border: 0;
    	background: #9C0B14;
    	color: #fff;
    }
    .ab_content {
    	padding: 20px 0;
    }
    .note_content {
    	padding: 10px 0;
    	font-size: 13px;
    }
    .index_news .con {
    	padding: 10px 0;
    }
    .index_news .tt {
    	font-size: 18px;
    }
    .index_news .p {
    	padding: 5px 0 20px 0;
    	font-size: 13px;
    }
    .jg_div {
    	margin-left: 0;
    }
    a.jg_btn {
    	background-size: 15px auto;
    	background-position: 10px center;
    	padding-left: 30px;
    	margin-bottom: 10px;
    }
    
    .company_list1 .item {
    	padding: 15px 0;
    }
    .company_four .item {
    	width: 100%;
    	height: auto;
    	border-right: 0 !important;
    }
    .company_five .item {
    	width: 50%;
    	height: 120px;
    }
    .company_five .item:nth-child(n+3) {
    	border-top: 0;
    }
    .company_five .item img {
    	width: 40px;
    }
    
    .contact {
    	height: auto;
    }
}



@media (min-width:769px)/*桌面*/ {
    /*body{
        min-width:1200px;
        overflow: auto;
    }
    .container{
        width:1200px;
        
    }*/
    .valign-center-md {
    	display: -webkit-box;
    	display: -ms-flexbox;
    	display: -webkit-flex;
    	display: flex;
    	-webkit-box-pack: center;
    	-ms-flex-pack: center;
    	-webkit-justify-content: center;
    	justify-content: center;
    	-webkit-box-align: center;
    	-ms-flex-align: center;
    	-webkit-align-items: center;
    	align-items: center;
    }
    .pc-pl10 {
    	padding-left: 10px;
    }
}

@media (min-width:769px) and (max-height:670px) {/*桌面*/
}

@media (min-width:992px) {/*电脑*/
/*内页*/
}

 @media (min-width:1200px) {/*大屏幕*/
    .container {
    	width: 1200px;
    }
    .pc-pl10 {
    	padding-left: 10px;
    }
}


 @media (max-width:767px) {/*手机*/
    body {
    	font-size: 12px;
    }
    .head_top {
    	height: 50px;
    }
    .navbar-brand {
    	padding-left: 15px;
    }
    .navbar-brand img {
    	height: 30px;
    }
    .search_icon, .navbar-toggle {
    	width: 40px;
    	height: 40px;
    	background-size: 20px auto;
    	top: -5px;
    }
    .search_icon {
    	right: 45px;
    }
    .navbar-toggle {
    	background-size: 25px auto;
    }
    .nav-bar-xs, #search1 {
    	top: 39px;
    }
    /*切换图*/
    .focus {
    	height: 190px;
	    margin-top: 50px;
    }
    .focus .bd li {
    	height: 190px;
    }
    /*栏目标题*/
    .index_title {
    	line-height: 22px;
    	padding: 10px 0 20px 0;
    }
    .index_title p {
    	color: #222;
    	display: inline-block;
    	font-weight: bold;
    	font-size: 18px;
    }
    .index_title p abbr {
    	color: #c10100;
    }
    .index_title img {
    	margin-right: 5px;
    	height: 22px;
    	float: left;
    }
    
    .index3 {
        background: #c10100;
        padding: 10px 0 0 0;
    }
    .index3 .container {
        padding-left: 0;
        padding-right: 0;
    }
    .index3 .index_title {
        padding: 0 0 20px 0;
    }
    .index_title_cata span {
    	color: #fff;
    }
    .index_title_cata span abbr {
    	color: #fff;
    }
    .index_title_cata .index_more {
    	color: #fff;
        background: url(../image/icon_2.png) no-repeat right center;
}
    .index_news_four .row {
        margin: 0;
    }
    .copy img {
        display: none;
    }
    .arcbox {
        height: auto;
    }
    .arctitle {
        background: #f3eddd;
        border-left: 0;
        font-weight: bold;
        padding: 6px 15px 6px 15px;
    }
    .arclist .article-home {
        border-bottom: 1px dashed #f3eddd;
        padding: 12px 15px;
    }
    .arclist .article-home:last-child {
        border-bottom: 0;
    }
    .arclist .article-home:nth-child(odd) {
        background: #fff;
    }
    .article-home-title {
        font-size: 16px;
    }
    .article-home-title b {
        font-size: 16px;
    }
    .author {
        font-size: 14px;
    }
    .muluLeft {
        padding: 10px 10px 20px 10px;
        overflow: hidden;
    }
    .muluRight {
        background: #f7f7f7;
        padding: 20px 10px 0 10px;
    }
    .muluRight .index_title_best {
        margin: 0;
    }
    .muluRight .muluRight_main a {
        margin: 0 0 20px 0;
        height: auto;
        font-size: 16px;
    }
    .muluRight .muluRight_main a:last-child {
        border-bottom: 0;
    }
    .muluRight a p {
        color: #666;
    }
    /*首页*/
    .index_news .tt {
    	font-size: 16px;
    }
    .index_news .p {
    	padding: 0px 0 10px 0;
    }
    .red_btn, a.red_btn {
    	font-size: 13px;
    }
    .index_news_four .date h1 {
    	font-size: 35px;
    }
    .index_news_four .tt {
    	font-size: 14px;
    	padding-bottom: 5px;
    	margin-bottom: 5px;
    }
    .index_news_four {
    	padding: 10px 0;
    }
    .index_jiegou .item, .index_jiegou .item.long {
    	height: 190px;
    }
    .index_jiegou .item .abs .tt {
    	font-size: 16px;
    	border-bottom-width: 1px;
    }
    .index_jiegou .item .abs .more {
    	width: 20px;
    }
    .index_jiegou .item .abs {
    	padding: 10px;
    }
    .index_links a {
    	height: 40px;
    }
    .index_about a {
        font-size: 14px;
    }
    .index_title_4 {
    	padding: 10px 0 0 0;
    }
    .index_title_5 {
    	padding: 0 0 10px 0;
    }
    .footer {
    	padding: 10px;
    }
    .bottomLogo {
    	width: 100px;
    }
    .footer .erweima {
    	width: 60px;
    	height: 60px;
    }
    /*分页*/
    .pages {
    	padding: 25px 0;
    	font-size: 14px;
    	line-height: 30px;
    }
    .pages a, .pages span {
    	min-width: 30px;
    }
    .pages span, .pages a:hover {
    	background-size: 30px auto;
    }
    .pages .text {
    	width: 25px;
    	height: 30px;
    }
    /*内页*/
    .Sbanner {
    	height: 120px;
    }
    .Sbanner p {
    	font-size: 18px;
    }
    .Sbanner p:after {
    	height: 2px;
    	width: 35px;
    }
    .ab_top {
    	padding-top: 5px;
    }
    .ab_content {
    	padding: 0;
    }
    .jiegou .item {
    	height: 160px;
    	margin: 10px 0;
    }
    .jiegou .item .abs .tt {
    	line-height: 140px;
    	font-size: 16px;
    }
    .jiegou .item .abs {
    	padding: 10px;
    }
    .jiegou .item .abs p {
    	margin: 5px 0 10px 0;
    }
    .jiegou .item .more {
    	width: 20px;
    }
    .jg_big_tt {
    	font-size: 16px;
    }
    .jg_div .div .title {
    	font-size: 16px;
    }
    .jg_div .div {
    	font-size: 13px;
    }
    
    
    .navigation {
        margin: 15px 0 3px 0;
    }
    /*工作动态*/
    .news_list {
    	margin: 0 auto;
    }
    .news_list .img {
    	height: 150px;
    }
    .news_list .tt {
    	font-size: 15px;
    }
    

    .xuzhi .content,.geshi .content {
    	padding: 0 15px;
    	word-break:break-all;
    }
    .xuzhi .content p {
    	margin: 10px 0;
    	line-height: 1.8em;
    	text-indent: 2em;
    	font-size: 16px;
        text-align: justify;
    }
    
    .zhinan .content p {
    	margin: 12px 0;
    	line-height: 1.8em;
    	text-indent: 0;
    	font-size: 16px;
    }
    
    
    .items-box-img {
    	margin: 0;
    	overflow: hidden;
    }
    .items-box-img .items {
    	padding: 17px 0 10px 0;
    	overflow: hidden;
    	border-bottom: solid 1px #eee;
    }
    .items-box-img .items:last-child {
    	border-bottom: 0;
    }
    
    .items-box-img .items .item-img {
        width: 170px;
    }
    
    .items-box-img .items .item-img img {
        width: 170px;
        height: 120px;
    }
    
    .item-list .items .item-info {
        width: calc(100% - 185px);
        float: right;
    }
    
    .item-list .items .item-info a {
        display: block;
        font-size: 14px;
        font-weight: normal;
        line-height: 1.5em;
        color: #333;
    }
    
    
    
    h1.title {
    	font-size: 18px;
    }
    /*发展历程*/
    .history {
    	padding: 10px 0;
    }
    .history .tab p {
    	font-size: 14px;
    	height: 46px;
    	background-size: auto 100%;
    	line-height: 30px;
    	padding-right: 15px;
    }
    .history .tab p.actived {
    	font-size: 1.6em;
    }
    .history .item {
    	padding: 10px;
    	margin-left: 0px;
    }
    
    

    /*期刊简介*/
    .about {
        width: auto;
        float: auto;
        margin: 10px 0 20px 0;
        overflow: hidden;
    }
    .about .about-img {
        width:236px;
        margin:0 auto;
        float:none;
    }
    .about .about_main {
    	margin-top: 0;
        padding: 15px;
        font-size: 14px;
        line-height: 2em;
        text-align: justify;
    }



    /*编委介绍*/
    .bianwei {
        width:auto;
    	padding: 0 15px;
    	overflow: hidden;
    }
    .bianwei p {
    	line-height: 2em;
    	overflow: hidden;
    }
    
    .bianwei p b {
    	font-weight: bold;
    }
    
    .bianwei p span {
    	display: block;
    	margin: 0 20px 0 0;
    	width: 52px;
    	font-size: 16px;
    	line-height: 2.6em;
    	float: left;
    }
    
    .bianwei p.head {
    	display: block;
    	margin: 0 0 10px 0;
    	font-size: 16px;
    	line-height: 2.6em;
    }
    
    .bianwei p.foot {
    	display: block;
    	margin: 20px 0 0 0;
    	font-size: 16px;
    	line-height: 2.4em;
    }
    
    .qikan {
        padding: 15px 0 10px 0;
    }
    .qikan_c {
        padding: 0 15px;
    }
    
    
    .ewm {
        overflow: hidden;
        text-align: center;
    }
    .ewm img {
        display: inline-block;
        margin: 20px auto 15px auto!important;
    }
    
    
    .left_tuijian {
        padding: 10px 5px;
    }
    .left_tuijian .title {
        margin: 5px 0 15px 0;
    }
    
    
    .article_left {
        padding: 0;
    }
    
    .towLine {
        display: block;
    }
    
    .copy {
        padding:0;
    }
    

    .border_tt {
    	padding-left: 8px;
    	font-size: 16px;
    	border-width: 3px;
    	margin: 15px 0;
    }
    .company_list1 .item .tt {
    	font-size: 16px;
    	padding-bottom: 11px;
    }
    .company_list1 .item .col-sm-8 .tt {
    	margin-top: 10px;
    }
    .company_four .item {
    	padding: 10px;
    }
    .company_four .item img {
    	width: 40px;
    }
    .company_four .item .tt {
    	font-size: 17px;
    }
    .company_list2 .item .l1 {
    	width: 40px;
    	font-size: 18px;
    }
    .company_list2 .item {
    	padding: 15px;
    	padding-left: 60px;
    }
    .company_list1.noborder .item {
    	padding: 10px 0;
    }
    .company_five .item {
    	font-size: 16px;
    	height: 100px;
    }
    .company_five {
    	margin-bottom: 20px;
    }
    .company_three .item {
    	padding: 20px 10px;
    	height: auto;
    	margin-bottom: 10px;
    }
    .company_three .item .tt {
    	font-size: 16px;
    }
    .company_list3 p {
    	font-size: 13px;
    }
    .about_school .item {
    	padding: 12px 0;
    }
    .about_school .item .tt {
    	font-size: 16px;
    }
    /*招贤纳士*/
    .hr_form {
    	bottom: 5px;
    	padding: 0 8px;
    }
    .hr_form .form-control {
    	height: 30px;
    	font-size: 10px;
    }
    .hr_form .search_btn {
    	height: 30px;
    	font-size: 12px;
    }
    .hr_index .item {
    	margin-bottom: 10px;
    	min-height: auto;
    	padding: 15px 10px;
    }
    .hr_index .item .tt {
    	font-size: 15px;
    }
    .hr_form .form-group {
    	padding: 0 4px;
    }
    .hr_list .item {
    	padding: 10px;
    	height: auto;
    }
    .hr_list .item .tt {
    	font-size: 15px;
    }
    .hr_list .col-xs-12 {
    	margin-bottom: 12px;
    }
    .hr_list {
    	padding-top: 10px;
    }
    .pages {
    	padding: 15px 0;
    }
    .hr_show {
    	padding-top: 10px;
    	padding-bottom: 10px;
    }
    .hr_show .title {
    	padding: 15px;
    	font-size: 12px;
    	margin-bottom: 10px;
    }
    .hr_show .title .tt {
    	font-size: 16px;
    }
    .hr_show .t {
    	font-size: 16px;
    }
    .mt20 {
    	margin-top: 10px !important;
    }
    .mt30 {
    	margin-top: 15px;
    }
    .mb30 {
    	margin-bottom: 15px;
    }
    .mt60 {
    	margin-top: 30px;
    }
}
/* 通用 */


/* 首页精彩推荐翻屏 */
.scrollbox{
    margin-left: 40px;
    overflow: hidden; 
}
#scrollDiv{
    height:540px;
    overflow:hidden;/*这里的高度和超出隐藏是必须的*/
}
#scrollDiv li{
    overflow:hidden;
    vertical-align:bottom;
    zoom:1;
}

#scrollDiv li a {
    display: block;
    margin: 0 0 25px 0;
    border-bottom: dashed 1px #c10100;
    height: 155px;
    font-size: 16px;
    color: #000;
    overflow: hidden;
}

#scrollDiv li h1{ 
    display: block;
    line-height: 1em;
    font-weight: bold;
    font-size: 16px;
    color: #c10100;
}

#scrollDiv li span {
    display: block;
    background: url(../image/dot.png) no-repeat 1px 50%;
    margin: 16px 0 10px 0;
    padding-left: 25px;
    line-height: 1.2em;
    font-size: 14px;
    color: #555;
}

#scrollDiv li p{ 
    display: block;
    line-height: 1.7em;
    font-size: 14px;
    color: #333;
}

.scroltit{ 
    margin-bottom: 25px;
    overflow:hidden;
}
.scroltit img{ 
    width:30px;
    margin-right: 10px;
    float:left;
}
.scroltit span{ 
    color: #222;
    font-size: 24px;
    line-height: 30px;
    float:left;
}
.scroltit span i{ 
    color: #c10100;
    font-style: normal;
}
.scroltit .scroltit_more {
    background: url(../image/scroltit_icon.png) no-repeat right center;
    margin-top: 5px;
    padding-right: 25px;
    display: block;
    font-size: 14px;
    line-height: 20px;
    color: #333;
    float: right;
}
.scroltit .scroltit_more:hover {
    background: url(../image/scroltit_icon_cur.png) no-repeat right center;
    color: #c10100;
}
.scroltit .updown{
    margin:0 0 0 8px;
    overflow: hidden;
    float:left; 
}
.scroltit .updown a{
    display: inline-block;
    width:21px; 
    height:20px;
    margin:5px 0 0 4px;
    font-size: 0;
}
#but_up{ 
    background:url(../image/scroltit_up.png) no-repeat 50%; 
    text-indent:-9999px;
    float:left;
}
#but_up:hover { 
    background:url(../image/scroltit_up_cur.png) no-repeat 50%; 
}
#but_down{ 
    background:url(../image/scroltit_down.png) no-repeat 50%; 
    text-indent:-9999px;
    float:left;
}
#but_down:hover { 
    background:url(../image/scroltit_down_cur.png) no-repeat 50%; 
}