a{
    color: #333;
}
a:hover {
	color: #0264a0;
	text-decoration: underline;
	cursor: pointer;
}

body {
	overflow-x: hidden;
}
.modal-dialog{
	z-index:1050;
}
.commonpadd {
	padding: 0 20px !important;
}

ul,ol,li {
	list-style: none;
}

.container {
	max-width: 1050px;
	padding: 0 10px;
}

.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9
	{
	padding: 0;
}

#mescroll {
	background: #fff;
	z-index: 2;
	min-height:100vh;
}

/*top*/
.top {
	background: #fff;
}

.ads {
	width: 100%;
	background: #fff;
	border-bottom: solid 3px #1d2089;
	margin: 0 auto;
}
.ads #myCarousel1{
	max-width: 1050px;
	margin: 0 auto;
	overflow: hidden;
}
.ads #myCarousel1 .carousel-indicators{
	bottom:8px;
	left:auto;
	right:-110px;
	
}
.ads #myCarousel1 .carousel-indicators li{
	text-indent:0;
	width:15px;
	height:15px;
	line-height:15px;
	margin:0 5px;
	background:#fff;
	color:#1d2089;
	
}
.ads #myCarousel1 .carousel-indicators li.active{
	background:#1d2089;
	color:#fff;
	border:#1d2089;
}
.ads img {
	margin: 0 auto;
	max-width: 1050px;
	max-height: 97px;
}

.top .bodybg {
	background: url(../images/custom/bodybg.png) no-repeat center;
}

.top-inner {
	max-height: 256px;
	width: 100%;
}

.top-inner .container .logowrap a img {
	margin: 6% 0 5% 0;
}

.sharebtn li {
	display: inline-block;
	margin: 0 6px 8px 0;
	cursor: pointer;
}

.sharebtn li.sharelast {
	margin-right: 0;
}

.sharebtn li img {
	width: 20px;
	height: 20px;
}

.top-inner .container .rightde .newshi {
	padding: 0 5px 0 16px;
	background: url(../images/custom/bgred.png) no-repeat;
	color: #fff;
	font-size: 16px;
	width: 200px;
	margin-bottom: 42%;
	height: 30px;
	line-height: 30px;
}

.top-inner .container .rightde .newshien {
    padding: 0 5px 0 16px;
	background: url(../images/custom/bgreden.png) no-repeat;
	color: #fff;
	font-size: 16px;
	width: 440px;
	margin-bottom: 20%;
	height: 30px;
	line-height: 30px;
}
.top-inner .container .date {
	font-size: 12px;
}

/*nav*/
.navpc {
	width: 100%;
	height: 34px;
	line-height: 34px;
	background: url(../images/custom/navbg.png) repeat-x;
}

.navpc .container .navcon { /*padding: 0 3.62%;*/
	width: 12.5%;
	float: left;
	text-align: center;
	position: relative;
}
.header-en .navpc .container .navcon {width: auto;padding: 0 23px;}



.navpc .container .navcon.active {
	background: #010573;
}

.navcon a {
	cursor: pointer;
	color: #fff;
	position: relative;
}

.navcon .navlist {
	display: none;
	position: absolute;
	top: 33px;
	left: 0;
	z-index: 2;
	background: #010573;
	width: 100%;
}

.navcon .navjt {
	width: 6px;
	height: 4px;
	display: block;
	position: absolute;
	top: 46%;
	right: -23%;
	background: url(../images/custom/jiantou.png) no-repeat;
}

.hover .navjt {
	-o-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	transform: rotate(180deg);
}

/*search*/
.search {
	width: 100%;
	height: 40px;
	margin-top: 2px;
}

.searchinner {
	height: 40px;
	max-width: 1050px;
	margin: 0 auto;
	background: #e8e7e7;
	padding-top: 8px;
}

.searchinner form {
	display: inline-block;
}

.searchinner .form-control,.searchinner .form-group {
	height: 25px;
	font-size: 13px;
	padding: 0 0 0 2px;
	margin-bottom: 0;
}

.searchinner .form-control {
	margin-right: ;
}

.searesult .seal,.searesult .seainput {
	line-height: 40px;
}

.searesult .seal {
	cursor: pointer;
}

.seal .searchlist {
	width: 150px;
	padding-left: 5px;
	cursor: pointer;
}

.searesult .seal .selarrow {
	position: absolute;
	top: 0;
}

.searesult .seainput {
	margin-right: 12px;
}

.searesult .tj {
	width: 30px;
	height: 25px;
	background: url(../images/custom/seabtn.png) no-repeat;
	border: 0;
}

.searchinner .advresult {
	display: block;
	font-size: 13px;
	text-decoration: underline;
	line-height: 28px;
	margin-left: 22px;
}
.emailAlert{
	padding-top:2px;
}
.emailAlert img{
	width: 15px;
    height: 15px;
    position: relative;
    top: -3px;
    left: -1px;
}
.emailAlert a{
	color:#d2453c;
}
/*fixheader*/
#header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	box-shadow: 0 5px 5px 0px rgba(0, 0, 0, 0.7);
	z-index: 999;
}

#header .blackBg {
	background-color: #1d2089;
	overflow: hidden;
	/* height: 76px;*/
}

#header .nav-toggle { /* height: 45px;*/
	cursor: pointer;
	margin: 0 10px;
	padding: 6% 0 0 0;
}
#header .nav-toggle a{
	display:block;
}
#header .nav-toggle img {
	display: block;
	width: 35px;
}

#header .logo {
	height: 100%;
	padding: 10px;
	margin-left: 10px;
}

#header .search-btn {
	height: 76px;
	width: 45px;
	padding-right: 15px;
	cursor: pointer;
	text-align: center;
	line-height: 90px;
}

#header .search-btn span {
	display: inline-block;
	width: 25px;
	height: 25px;
	margin-top: 10px;
	background: url(../images/custom/searchbtn.png) no-repeat;
	background-size: contain;
}

#header .search-btn span.active {
	background: url(../images/custom/wrong.png) no-repeat;
}

#header .search-wrapper {
	display: none;
	height: 60px;
	width: 100%;
	clear: both;
	background-color: #e8e7e7;
	transition: height .5s;
	-webkit-transition: height .5s;
}

#header .searesult .tj {
	height: 30px;
	background: url(../images/custom/seabtn1.png) no-repeat;
}

#header .search-wrapper .form-control,#header .search-wrapper .form-group
	{
	height: 30px;
}

#header .search-wrapper.overflow {
	overflow: hidden;
}

#header .search-wrapper.show {
	height: 60px;
}

#header .search-wrapper>div {
	position: relative;
	padding: 10px 0px 10px 50px;
	height: 100%;
	width: 90%;
	margin: auto;
}

#header .search-wrapper>div .dropdown {
	position: absolute;
	top: 10px;
	width: 100px;
	left: 0;
}

#header .search-wrapper>div .dropdown input {
	height: 40px;
	width: 100%;
	font-size: 14px;
	text-align: left;
	font-weight: bold;
}

#header .search-wrapper>div .dropdown li {
	height: 30px;
	line-height: 30px;
}

#header .search-wrapper>div .dropdown .caret {
	position: absolute;
	top: 50%;
	right: 8px;
}

#header .search-wrapper .search-bar {
	position: relative;
	padding-right: 35px;
	width: 100%;
	height: 40px;
	border-radius: 4px;
	overflow: hidden;
}

#header .search-wrapper .search-bar input[type="text"] {
	height: 100%;
	border: none;
	background: #fff;
	width: 100%;
	padding: 5px 10px;
	font-size: 20px;
}

#header .search-wrapper .search-bar button[type="submit"] {
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	width: 35px;
	border: none;
	background: url(../images/custom/searchbtn.png) no-repeat;
	background-size: 25px 25px;
	background-position: center;
	background-color: #333;
	cursor: pointer;
}

/*phonenav*/
nav {
	padding: 0 10px;
	border-top: 4px solid #1193e4;
	background-color: #000;
}

nav.slideout-menu {
	position: fixed;
	left: 0;
	top: 0;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
	z-index: -1;
	width: 256px;
	height: 100vh;
	overflow-x: hidden;
}

nav .navphone {
	height: auto;
	position: relative;
	min-height: 100vh;
}

nav .navphone>ul>li {
	border-bottom: 1px solid #ccc;
}

nav .navphone>ul>li h3 {
	padding-left: 20px;
	color: #fff;
	line-height: 50px;
}

nav .navphone>ul>li h3 a {
	
}

nav .navphone>ul>li h3::before {
	content: '';
	display: inline-block;
	position: relative;
	right: 20px;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
	border-left: 8px solid #fff;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

nav .navphone>ul>li h3.rotate::before {
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
}

nav .navphone>ul>li ul {
	display: none;
}

nav .navphone>ul>li ul a {
	color: #ccc;
}

nav .navphone>ul>li ul li {
	font-size: 14px;
	line-height: 40px;
	padding-left: 30px;
}

nav .navphone .search {
	position: relative;
	margin: 40px 0;
	height: 40px;
	background-color: #fff;
	border-radius: 15px;
	overflow: hidden;
}

nav .navphone .search input {
	height: 100%;
	width: 100%;
	padding-left: 20px;
	padding-right: 40px;
	line-height: 40px;
	border: none !important;
}

nav .navphone .search span.iconfont {
	position: absolute;
	right: 0;
	top: 0;
	padding: 5px 7px;
	font-size: 22px;
	height: 100%;
	color: #ccc;
}

.navphone .navcon .navlist {
	position: relative;
	top: -9px;
	left: 40px;
	background: transparent;
}

.navphone .navcon .navlist li {
	line-height: 2;
}

/*content*/
.content {
	padding-top: 20px;
	background: #fff;
	min-height: 530px;
	padding-bottom: 3%;
}

.content .container {
	padding: 0;
}

.content .container .row {
	margin: 0;
}

.content .container .qkphone {
	margin: 1% 0 0 0;
}

.content .container .qkphone div {
	float: left;
}

.content .container .qkphone .imgphone {
	padding: 0 2% 0 0;
	width: 40%;
	min-height: 163px;
}

.content .container .qkphone .imgphone img {
	float: right;
}

.content .container .qkphone .imgphone1 {
	padding: 0 10% 0 2%;
	width: 60%;
}

.container .qkphone div img {
	max-width: 110px;
}

/*手机投审稿*/
.content .container .row.tsgphone {
	margin: 0 0 15px 0;
}

.tsgphone div {
	border: solid 1px #1d2089;
	text-align: center;
	height: 30px;
	line-height: 30px;
	margin-bottom: 5px;
	border-radius: 5px;
}

.tsgphone div a {
	color: #1d2089;
}

.content .banner img {
	height: 395px !important;
	max-height: 398px;
}

.content .bannercon { /*position: relative;*/
	
}


.content .bannercon #myCarousel .item a img{
	margin:0 auto;
}
.bannertxt {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 80px;
	background: rgba(10, 10, 10, 0.6);
	padding-left: 18px;
}

.bannertxt h3 {
	font-weight: bold;
	font-size: 18px;
	margin: 15px 0;
}

.bannertxt a {
	color: #fff;
}

.carousel .left1 {
	position: absolute;
	top: 46%;
	left: 2%;
	width: 20px;
	height: 35px;
}

.carousel .right1 {
	position: absolute;
	top: 46%;
	left: 96%;
	width: 20px;
	height: 35px;
}

/*首页文章内容*/
.articleBoxMargin {
	padding: 0 20px 10px 0px;
	border: solid 1px #dddddd;
}

.articleBoxMargin .tab-content {
	padding-left: 20px;
}

.tab-box .tab-ul {
	width: 100%;
}

.tab-box .tab-ul {
	
}

.tab-ul li {
	float: left;
	width: 20%;
	font-size: 16px;
	height: 32px;
	line-height: 32px;
	border-right: solid 1px #dddddd;
	border-bottom: solid 1px #ddd;
	background: #f5f4f4;
	color: #333;
	text-align: center;
}

.tab-ul li a:hover {
	color: #333;
}

.tab-ul li.active {
	font-weight: bold;
	border: none;
	border-top: solid 2px #1d2089;
	border-right: solid 1px #ddd;
	background: #fff;
	line-height: 28px;
}

/*right*/
.rightpart .bookwrap {
	margin-bottom: 30px;
}

.rightpart .book {
	margin-bottom: 20px;
}

.book .bkcon {
	margin-right: 3px;
	min-height: 231px;
}

.book .bkcon img {
	box-shadow: 5px 5px 2px #ccc;
	width:165px;
	height:auto;
}

.rightpart .tsglogin li {
	width: 151px;
	height: 52px;
	line-height: 50px;
	border: solid 1px #e8e7e7;
	margin-bottom: 6px;
}

.rightpart .tsglogin li a {
	display: block;
	font-weight: bold;
	font-size: 16px;
	background: url(../images/custom/tsgbg.png) no-repeat;
}

.rightpart .tsglogin li a:hover {
	background: #1d2089;
	color: #fff;
}

.rightpart .rightc .rmss{display:none;}

/*.rightpart .tsglogin li a:hover b{
	background:url(../images/custom/lingrey.png) no-repeat;
	background-position: 0 7px;
}*/
.rightpart .tsglogin b {
	display: block;
	width: 1px;
	height: 50px;
	background: url(../images/custom/lingrey.png) no-repeat;
	background-position: 0 10px;
	margin-right: 12px;
}
.rightpart .tsglogin.tsglogin-en li a{font-size: 12px;}
.rightpart .tsglogin.tsglogin-en b{margin-right:8px;}

.rightpart .tsglogin a:hover b {
	background: url(../images/custom/linwhite.png) no-repeat;
	background-position: 0 10px;
}

.zzcenter:hover span {
	background-position: -50px 0px;
}

.rightpart .tsglogin span {
	display: block;
	width: 30px;
	height: 23px;
	background: url(../images/custom/icon.png) no-repeat;
	background-position: -50px 0px;
	margin: 15px 5px 0 18px;
}

.tsglogin .szcenter span {
	background-position: -50px -44px;
}

.tsglogin .bzcenter span {
	background-position: -50px -77px;
}

.tsglogin .xzcenter span {
	background-position: -50px -107px;
}

.tsglogin .zzcenter:hover span {
	background-position: 0 0px;
}

.tsglogin .szcenter:hover span {
	background-position: 0 -44px;
}

.tsglogin .bzcenter:hover span {
	background-position: 2px -77px;
}

.tsglogin .xzcenter:hover span {
	background-position: 0 -107px;
}

.bookdetail li {
	font-size: 13px;
	color: #333;
	line-height: 1.7;
}

.bookdetail .tit {
	color: #1d2089;
	font-size: 18px;
	font-weight: bold;
	line-height: 2;
}

.bookdetail li span {
	font-weight: bold;
	color: #333;
}

.bookdetail li .iscn {
	width: 106px;
	display: inline-block;
	font-weight: normal;
	vertical-align: middle;
	line-height: 1.3;
}
.bookdetail li .iscn.iscnpc{
	width:114px;
}
.bookdetail li .iscn .isborder {
	border-bottom: solid 1px #333;
	font-weight: normal;
}

/*重点推荐*/
.zdtjwrap {
	min-height: 284px;
}

.yjtt,.kpyd,.zyjy {
	min-height: 164px;
}

.zdtj {
	width: 100%;
}

.titmargin {
	margin-top: 28px;
}

.zdtj h2 {
	font-size: 16px;
	font-weight: bold;
	padding: 0 0 5px 0;
	color: #1d2089;
	border-bottom: solid 2px #1d2089;
	line-height: 22px;
	background-image: -webkit-gradient(linear, 0 0, 0 bottom, from(rgba(123, 111, 177, 1)
		), to(rgba(19, 22, 130, 1) ) );
	background-image: -moz-gradient(linear, 0 0, 0 bottom, from(rgba(123, 111, 177, 1)
		), to(rgba(19, 22, 130, 1) ) );
	background-image: -o-gradient(linear, 0 0, 0 bottom, from(rgba(123, 111, 177, 1)
		), to(rgba(19, 22, 130, 1) ) );
	background-image: -ms-gradient(linear, 0 0, 0 bottom, from(rgba(123, 111, 177, 1)
		), to(rgba(19, 22, 130, 1) ) );
	-webkit-background-clip: text;
	/* background-clip: text;
	-webkit-text-fill-color: transparent; */
	-ms-filter: progid : DXImageTransform.Microsoft.gradient ( GradientType
		= 1, startColorstr = '#fff', endColorstr = '#1d2089' );
}

.zdtj h2 span {
	display: block;
	float: left;
	width: 20px;
	height: 20px;
	background: url(../images/custom/iconlist.png) no-repeat;
	margin-right: 5px;
}

.yjtt h2 span {
	background-position: 0px -27px;
}

.kpyd h2 span {
	background-position: 0px -53px;
}

.zyjy h2 span {
	background-position: 0px -86px;
}

.rmss h2 span {
	background-position: 0px -117px;
}

.rmss .keyword {
	width: 320px;
}

.rmss .keyword a {
	display: inline-block;
	padding: 8px 6px;
	margin: 10px 0 0 8px;
	border-radius: 8px;
	font-size: 12px;
}

.zdtj h2 div {
	float: right;
	font-size: 12px;
	-webkit-text-fill-color: #1d2089;
}

.zdtj h2 div a {
	font-size: 12px;
	padding-right: 5px;
	color: #333;
	-webkit-text-fill-color: #333;
	font-weight: normal;
}

.zdtjtit span {
	background-position: 0 0;
}

.zdtj dl {
	background: #f0f0f0;
	padding: 10px 8px;
	margin: 5px 0;
	min-height: 60px;
	position: relative;
}
.zdtj.zdtjwrap dl{
	min-height: 80px;
}
.zdtj dl dt {
	float: left;
	margin-right: 14px;
}
.zdtj dl dt img{
	width:47px;
	height:50px;
}
.zdtj dl dd {
	max-width: 320px;
}

.zdtime {
	color: #666;
	position: absolute;
	bottom: 2%;
	right: 2%;
}

.zdtime img {
	margin: 0 4px 2px 0;
}

.code2phone {
	padding: 5px 0;
}

.code2phone p {
	text-align: center;
	color: #333;
}

.code2pc {
	position: fixed;
	top: 32%;
	right: 10px;
	z-index: 100;text-align: center;
}

.code2pc p {
	color: #333;
	margin: 5px 0;
}
.code2pc p img{
	width:145px;
	height:145px;
}


.code3pc {
    position: fixed;
    top: 32%;
    right: 10px;
    z-index: 100;
}

.code3pc p {
    color: #333;
    margin: 5px 0;
}
.code3pc p img{
    width: 112px;
    height: 112px;
}

.footer {
	padding-top: 1%;
	background: #eee;
}

.footer p {
	text-align: center;
	color: #333;
	line-height: 24px;
}

.footer p a {
	color: #333;
}

.footer .jszc {
	color: #999;
	background: #333;
}

.footer .jszc a {
	color: #999;
}
body .content .article .download .Matrix-code{width:57px;}
.content .article .download .btns .pdf-btn{margin-bottom: 5px;}
body .content .article .download .btns .li-excel{margin-top: 5px;}
.content .article .article-right .download .Matrix-code span{text-align: center;}

/* 友情链接开始 */
.yqlj h2 span {background: url(../images/custom/yqljicon.png) no-repeat; }
.yqlj ul{padding: 15px 0;}
.yqlj ul li{padding-left: 15px;position: relative;}
.yqlj ul li+li{margin-top: 7px;}
.yqlj ul li::before{content:"";display:inline-block;width:5px;height:5px;background:#1d2089;border-radius:50%;position:absolute;left:0px;top:7px;}
/* 友情链接结束 */


/*响应*/
@media only screen and (min-width:1200px) {
	.content .rightpart {
		padding-left: 30px;
	}
    .main .rightpart {
		padding-left: 30px;
	}
	.tab-box {
		margin: 0px 0 10px 0;
	}
	.seainput .form-control {
		width: 264px;
	}
	.seal .searchlist {
		width: 228px;
        background: url(../images/public/select_arrow.png) no-repeat scroll right center #fff;
	}
    .showmore{
        text-align: center;
        margin-top: 20px;
    }  
    .container {
        width: 1200px;
    }
    .content .bannercon #myCarousel {
	width: 700px;
	height: 395px;
    }
}

@media screen and (min-width:992px) and (max-width:1199px) {
	/*.nav .container .navcon{
		padding:0 3%;
	}*/
	.content .bannercon {
		width: 710px;
	}
	.tab-box {
		margin-top: 26px;
	}
	.seainput .form-control {
		width: 264px;
	}
	.seal .searchlist {
		width: 228px;
	}
}

@media screen and (max-width:991px) {
	.zdtime {
		margin-top: 8px;
	}
}

@media only screen and (min-width: 972px) {
	.logowrap {
		padding-left: 5px;
	}
	.content .articleBoxMargin {
		margin-top: 28px;
	}
	.seainput .form-control {
		width: 266px;
		padding-left: 5px;
	}
	.seal .searchlist {
		width: 230px;
		padding-left: 5px;
	}
	.ads img {
		/*width: 870px;*/
	}
	.top-inner .container {
		padding-right: 0px;
	}
}

@media only screen and (min-width: 768px) {
	#mescroll {
		left: 0 !important;
	}
}

@media screen and (max-width:768px) {
	#mescroll {
		position: relative;
	}
		.clearText {
	    right: 7px !important;
	    top: 11px  !important;
	}
	.form-horizontal .adv-form-group .control-label {
	    font-size: 12px;
	}
	.showmore{
		display:none;
        text-align: center;
        margin-top: 20px;
    }   
	.article-list-title {
		line-height: 20px;
	}
	.bookdetail li .iscn {
		display: block;
	}
	.content {
		padding-top: 85px;
	}
	.rightpart {
		padding: 0 20px;
		margin-top: 5%;
	}
	.articleBoxMargin {
		border: 0;
		padding: 0 0 10px 0px;
	}
	.articleBoxMargin .tab-content {
		padding-left: 0;
	}
	.gkblock {
		padding: 0 20px;
	}
	.bottom-fixed {
		bottom: 20px !important;
		right: 5px !important;
		z-index: 1000;
	}
	.bottom-fixed div {
		width: 25px !important;
		height: 25px !important;
		border-radius: 5px;
	}
	/*topdown topview*/
	.article-list {
		padding: 20px 0px 10px;
	}
	.article-list-journalg {
		background: #fff !important;
		border-bottom: 0 !important;
		margin: 10px 0 0 !important;
		height: 20px !important;
	}
	.tab-box .tab-ul {
		background: #eeeeee;
	}
	.tab-box .tab-ul li:first-child {
		border: none;
		background: url(../images/custom/navbg.png) repeat-x;
	}
	.tab-box .tab-ul li:first-child a {
		color: #fff;
	}
	.tab-ul li.active {
		line-height: 32px;
	}
	.bookdetail .tit {
		line-height: 2.5;
	}

	.box-article h3{
		font-size:16px !important;
		padding:0 20px;
	}
	/*移动端导航兼容*/
	#header .search-wrapper>div{
		padding:0;
	}
	#header .search-wrapper .form-control, #header .search-wrapper .form-group {
	    width: 30vw;
    	padding-left: 4px;
	}
	.search-wrapper .searchinner{
		margin-top: 2%;
	}
	.search-wrapper .searchlist{
		background: url(../images/custom/select_arrow.png) no-repeat scroll 120px center #fff;;
	}
	.search-wrapper .searchlist option{
		 width: 125px;
	}
	.adv-searchBox {
	    border-bottom: 0 !important;
	}
	.resultTab {
	    margin: 0 0 0 10px !important;
	}
	#header .nav-toggle img {
	    width: 22px;
	}
	#header .search-btn {
	    height: 60px;
	    width: 45px;
	    padding: 3% 0;
	}
	
}

@media screen and (max-width:450px) {
	.content .container .qkphone .imgphone {
		width: 37%;
	}
	.content .container .qkphone .imgphone img {
		float: none;
		margin-left: 20%;
	}
	.content .container .qkphone .imgphoner {
		width: 60%;
	}
	#header .logo {
		margin-left: 0;
		padding: 15px 0;
		width: 71%;
	}
	#header .logo img {
		width: 70%;
	}
	#header .nav-toggle img {
		width: 22px;
	}
	#header .search-btn {
		height: 60px;
		width: 45px;
		padding: 3% 0;
	}
	/*当期*/
	.tab-ul li {
		width: 25%;
	}
	.article-list-zy {
		font-size: 13px;
	}
	.article-list-left {
		position: absolute;
		left: 5px !important;
		top: 10px !important;
	}
	.box-article-content {
		margin: 0 20px 20px !important;
	}
	
}

@media screen and (max-width:400px) {
	.bookdetail li .iscn {
		width: 90px;
	}
	.bookdetail .tit {
		font-size: 14px;
	}
	.container .qkphone div img {
		max-width: 90px;
		margin-top: 7%;
	}
	.bookdetail .tit {
		font-size: 14px;
	}
	.bookdetail li {
		font-size: 10px;
	}
	.footer p {
		font-size: 13px;
	}
}
/*飘窗*/
.fixboard{
	position:fixed;
	top:53%;
	right:10px;
	width:140px;
	min-height:190px;
	/*border:solid 1px #1d2089;*/
	padding:113px 12px 0;
	background:#fff;
	z-index:100;
	border-radius: 10px;
	background: url(../images/custom/floatBG.png) no-repeat bottom;
}
.fixboard a{
	color:#fff;
	font-weight:bold;
}

/*飘窗 end*/


/* 栏目 */
.column i{line-height:27px}

.toolBoxBorder .column { 
	line-height: 27px;	
    border: 1px solid #1d2089;
    border-radius: 4px;
    color: #1d2089;
    padding: 0 10px;
    margin-right: 12px;
    font-size: 15px;
	}
.column-list li:hover{
	color: #0178d6;  text-decoration: underline; font-weight: bold; 
}

/* 封面目录按钮样式 */
.catalog a { display: inline-block; height: 28px; line-height: 27px; border: 1px solid #1d2089; border-radius: 4px; color: #1d2089; padding: 0 10px; margin-right: 12px; font-size: 15px; transition: all .5s; } 
.catalog a:last-of-type { margin-right: 0; } 
.catalog a:hover { color: #fff; background: #1d2089; text-decoration: none; }
.toolBoxBorder .column {margin-right:15px;}

/* 上下一期样式调整 */
.issue_list .neighborCatalog {
	box-shadow: none;
	padding:0;
}
.articleListBox .toolBox1 .neighborCatalog a { display: inline-block; 
    height: 28px; 
    line-height: 27px; 
    border: 1px solid #1d2089; 
    border-radius: 4px; 
    color: #1d2089; 
    padding: 0 10px; 
    font-size: 15px; 
    transition: all .5s; 
    } 
.articleListBox .toolBox1 .neighborCatalog a:hover { color: #fff; background: #1d2089; text-decoration: none; }


/* 参考文献只有英文的偏移问题，style.css加上 */
.reference-tab .td2 p{
	margin-top: 0;
}

/* 分享居中 && 微信分享位置 */
.shareTool{
    float: none;
}
.news-details-body .box-article .weixinBox{
    left: 50%;
    margin-left: -35px;
}

div.article-list-journalg {
    font-size: 16px;
    font-weight: bold;
    padding: 0 10px;
    height: 30px;
    line-height: 31px;
    background: #eeeeee;
    margin: 20px 0 0;
    display: block;
}
div.article-list-journalg a{
    color: #333;
    text-decoration: none;
}
div.article-list-journalg a:hover{
    color: #0264a0;
    text-decoration: underline;
    cursor: pointer;
}
div.article-list-author a,div.article-list-time a,div.article-list-zy a{color: #777;}
.listp i a {
    display: block;
    text-align: center;
    width: 80px;
    background: #E2E2E2;
    border: 2px solid #E2E2E2;
    color: #949494;
}

.catalog a { display: inline-block; height: 28px; line-height: 27px; border: 1px solid #1d2089; border-radius: 4px; color: #1d2089; padding: 0 10px; margin-right: 12px; font-size: 15px; transition: all .5s; } 
.catalog a:last-of-type { margin-right: 0; } 
.catalog a:hover { color: #fff; background: #1d2089; text-decoration: none; }
.toolBoxBorder .column {margin-right:15px;}

/* 分享居中 && 微信分享位置 */
.shareTool{
    float: none;
}
.news-details-body .box-article .weixinBox{
    left: 50%;
    margin-left: -35px;
}

div.box-article h3 {
    font-size: 22px;
    font-weight: bold;
    margin: 0 0 10px 0;
}
.mainColor{color: #0178d6;}

.pdf-downloadPdf {
    margin-top: 10px;
}
div.content .article .download .btns .xml-btn.littleBtn,div.content .article .download .btns  .littleBtn{margin-top: 1px;}
.journalIssue{font-size: 18px;}
.article-list-right{padding-left: 6px;}
 .pageTagsUl li.current, .pageTagsUl li.clickpage:hover{background-color: #1d2089;}


 .bottom-fixed {
    position: fixed;
    bottom: 10px;
    right: 30px;
    z-index: 1000;
}
.bottom-fixed .bottom-backTop {
    background: url(../images/custom/back_top.png) no-repeat center center #004480;
}
.bottom-fixed div {
    width: 50px;
    height: 50px;
    background: #2871b1;
    margin-top: 5px;
    cursor: pointer;
}






.article-list-title {
    font-size: 15px;
}

.article-list-title, .article-list-author, .article-list-time, .article-list-zy {
    margin-bottom: 6px;
    font-size: 12px;
    color: #777777;
}
.article-list-title a {
    color: #004480;
}
.article-list-zy font span, .article-list-zy font a {
    display: inline-block;
    color: #777777;
}
.article-list-btn,.article-list-btn font a, .article-list-author,.article-list-author a,.article-list-time a{line-height:16px;}


.phone-nav .search-app-wrap select option{background: rgba(29, 32, 137,  0.9);}
.phone-nav .search-app-wrap,.smallUl{background: rgba(29, 32, 137, 0.9);}

.smallUl{ z-index: 1000; width: 100%; left: 0; right: 0; margin: auto; position: absolute; display: none;}
.smallUl a{color: #fff; display: block; line-height: 24px;}
.smallUl>li{text-align: left; border-bottom: 1px solid rgba(255, 255, 255, 0.5);}
.smallUl li > a{padding: 0 4%; font-size: 16px; line-height: 40px; position: relative; display: block;}
.smallUl > li > a span{margin: 0 0 0 10px;}
.smallUl > li > a span img{vertical-align: middle; margin: -3px 0 0; transition: all 0.2s;}
.smallUl > li > a span.active img{transform: rotate(90deg);}
.smallUl > li > ol{display: none;}
.smallUl > li > ol a{padding: 0 8%;}

.navList{width: 30px; cursor: pointer;}
.navList span{height: 3px; background-color: #fff; margin: 0 0 8px 0; display: block; transition: all 0.5s;}
.navList span:last-child{margin: 0;}
.navList{display: block;padding-top:6px;}
.navList span:last-child{margin: 0;}

.phone-nav input::-webkit-input-placeholder{color: #fff; opacity: 1;}
.phone-nav .text{background: #fff;}
.phone-nav .text{line-height: 19px; padding: 3px 10px; color: #fff; margin: 0 0 0 15px; border-radius: 4px 0 0 4px;}
.phone-nav .sub{width: 35px; height: 25px; background: #fff url(../../../../style/images/public/search2.png) no-repeat center center; background-size: 16px 16px; border-radius: 0 4px 4px 0;}
.phone-nav .en{line-height: 25px; color: #fff;}

.phone-nav .search-app-wrap{display: none;position: absolute;left: 0;width: 100%;top: 50px;z-index: 2000;padding: 8px 0;}
.phone-nav .search-app-wrap select{width: 23%;border: none;height: 30px;border-radius: 4px;padding: 0 0 0 5px;background: rgba(255, 255, 255, 0.2);color: #fff;}

.phone-nav .search-app-wrap .text{width: 75%;margin: 0 0 0 2%;border-radius: 4px;height: 30px;}
.phone-nav .search-app-wrap .sub{width: 30px;height: 30px;background: rgba(255, 255, 255, 0.2) url("../../../../style/images/public/search2.png") no-repeat center center;background-size: 22px;position: absolute;right: 15px;top: 8px;}

.phone-nav{padding: 8px 0;position: relative;    background: #1d2089;}
.phone-nav  .container{background: none;}
.phone-nav > .container{    background: #1d2089;}
.phone-nav .en{line-height: 25px;color: #fff;}
.phone-nav .text, .phone-nav .sub{background: rgba(255, 255, 255, .2);}
.phone-nav .text{line-height: 19px;padding: 3px 10px;color: #fff;margin: 0 0 0 15px;border-radius: 4px 0 0 4px;}
.phone-nav .sub{width: 35px;height: 25px;background: rgba(255, 255, 255, .2) url(../../../../style/images/public/search2.png) no-repeat center center;background-size: 16px 16px;border-radius: 0 4px 4px 0;}

.phone-nav .container .logo{display: block;padding: 2px 0 0 0;position: relative;}
.phone-nav .container .logo img{max-width: 170px;max-height:34px;}

.phone-nav .container .search-app{display: block;margin-left: 5px; background: url("../../../../style/images/public/search2.png") no-repeat center center;width: 34px;height: 34px;background-size: 30px;color: #fff;}
.phone-nav .container .search-app.active{background: url("../../../../style/images/public/close-app.png") no-repeat center center;background-size: 32px;}
.top-inner .container .rightde .newshi,.top-inner .container .rightde .newshien{margin-bottom: 10px;}
#marqueebox{height: 80px;overflow: hidden;margin-bottom: 10px;float: right;width: auto;text-align: right;}
.js-marquee{margin-bottom: 0 !important;}
.top-inner .container .date{width: 300px;text-align: right;}
@media screen and (max-width:1200px) {
    .carousel .right1{left: 94%;}
.content{padding-top:0;}
.content > .container, .main>.container{padding-left: 15px;padding-right: 15px;}
.article-list{padding: 14px 0;}
.toolBoxBorder{margin-top: 15px;}
.rightpart,.listmargin{padding-left: 0;padding-right: 0;}
.bannertxt{height: 60px;}
.bannertxt h3{font-size: 14px;}
.bannertxt h4{display: none;}
}
.tab-ul li{width: 25%;}
@media screen and (max-width:768px) {


}
.hot-list-body .article-list{
    padding: 5px 0 5px 12px;
    border-bottom: 1px dashed #ccc;
}

.hot-list-body .article-list-title a {
    color: #333;
    font-size: 14px;
}
.hot-list-body .article-list-title a:hover {
    color: #0264a0;
}

.hot-list-body .article-list i {
    font-style: normal;
    float: right;
    font-size: 14px;
    color: #333;
}

.ads #myCarousel1 .carousel-indicators li:last-of-type {     
    background: none;
    border: none;
}

/* 摘要加粗标题与后面增加间距 */
#abstract b{padding-right: 5px;}

body.articleBody{font-family:Times New Roman, Arial, Microsoft Yahei, "微软雅黑", SimHei, "黑体"}
@media only screen and (max-width: 1200px) {
.bannercon{margin-bottom: 20px;}
.content .bannercon{margin-left: -15px;margin-right: -15px;}
/*
.content > .container {display: flex;    flex-direction: column;}
.qkphone {order: 3;}
.tsgphone {order: 5;}
.banner-row{order: 1;}
*/


}
.articleEn .article-title h1{
    font-weight: bold;
    font-size: 20px;
}

@media only screen and (max-width: 768px) {
    .articleListBox .toolBox1 .neighborCatalog a{border: 0;padding: 0;font-size: 14px;}
    .catalog a{padding: 0;border: 0;}
.neighborCatalog{padding: 0;}
.toolBoxBorder .toolBox1 .column{margin-right: 5px;}
.catalog a{margin-right: 5px;}
}

@media only screen and (max-width: 560px) {
.content .banner img{height: 200px!important;}
}

#trendmd-suggestions{display: none;}
.mind-pdf .pdf-btn {padding: 6px;}

#jsl_speed_stat0 {position: absolute;left: 20px;bottom: 30px;}
body {position: relative;}