.linkList span:nth-of-type(8){
	border-left: none;
}
.normalTitle{
	height: 5.5rem;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0;
}
.normalTitle i{
	margin-top: 3.625rem;
}
/* 通知与活动 */
.newsImages{
	width: 65.2%;
	height: 33rem;
}
.tzList{
	float: right;
	width: 33.3%;
	position: relative;
}
.tzList ul li{
	width: calc(100% - 2.5rem);
	height: 5.5rem;
	font-size: 1.125rem;
	color: #4A4E58;
	line-height: 1.5rem;
	display: flex;
	align-items: center;
	padding: 0 1.25rem;
}
.tzList ul li:hover{
	color: #0050A0;
}
.tzList ul a:nth-of-type(2n) li{
	background: #fff;
}
.tzList ul a:nth-of-type(2n+1) li{
	background: #F0F1F7;
}
.tzList ul div{
	width: 100%;
	display: block;
	margin-bottom: -0.625rem;
}
.tzList ul img{
	width: 4.125rem;
	height: 1.25rem;
	margin-right: 1.25rem;
}
/* end */
/* 刊物 */
.kwView{
	display: flex;
	width: 100%;
}
.kwView div{
	width: calc(50% - 0.625rem);
}
.kwView div:last-child{
	margin-left: 1.25rem;
}
.kwView .normalTitle2{
	background-color: #0050A0;
	font-weight: bold;
	font-size: 1.5rem;
	width: 100%;
	height: 5.5rem;
	color: #FFFFFF;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 1.875rem;
	position: relative;
}
.normalTitle2 .moreBtn{
	width: 5rem;
	height: 2rem;
	right: 1.25rem;
	cursor: pointer;
	float: right;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
.kwListUl li{
	width: calc(100% - 2.5rem);
	height: 2.5rem;
	line-height: 2.5rem;
	font-size: 1.125rem;
	color: #4A4E58;
	display: flex;
	align-items: center;
	padding: 0 1.25rem;
	cursor: pointer;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	display: list-item;
	list-style: inside;
	list-style-image: url(../images/li-green.png);
}
.kwListUl a:nth-of-type(2n) li{
	background: #F3F4F9;
}
.kwListUl li:hover{
	color: #0050A0;
	list-style-image: url(../images/li-red.png);
}
/* end */
/* 气象学报 */
.qxxb{
	display: flex;
	width: 100%;
	margin: 0.625rem 0 1.25rem;
}
.xbLeft{
	width: 35%;
}
.xbBox .xb-img{
	overflow: hidden;
}
.xbBox .xb-img img{
	transition: transform 1s ease;
}
.xbBox .xb-img img:hover {
	transform: scale(1.05);
}
.xbCenter{
	width: 35%;
	margin: 0 1.25rem;
}
.xbCenter .normalTitle{
	font-style: italic;
}
.xb-img{
	width: auto;
	height: auto;
}
.xbRight{
	flex: 1;
}
.xb-img img{
	width: 13.125rem;
	height: 16.875rem;
}
.xbBox{
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 0.375rem;
}
.xb-content{
	/* flex: 1; */
	font-size: 1.25rem;
	text-align: left;
	color: #4A4E58;
	padding: 0 0.9375rem;
}
.xb-content span{
	display: block;
	font-family: Microsoft YaHei;
	font-weight: 400;
	font-size: 1.25rem;
	color: #4A4E58;
	/* line-height: 2.5rem; */
	margin: 2rem 0;
}
.xb-content span:hover{
	color: #0050A0;
}
.xb-content button{
	height: 2.5rem;
	background: #0050A0;
	font-size: 1rem;
	color: #FFFFFF;
	line-height: 2.5rem;
	width: 18.75rem;
	background: #0050A0;
	border-radius: 0.5rem;
	bottom: 1.4375rem;
	position: absolute;
}
.xb-span{
	width: 28.3%;
	float: right;
}
.xb-span span a{
	width: 100%;
	height: 4.375rem;
	line-height: 4.375rem;
	background: #F1F2F8;
	margin-right: 0.625rem;
	display: block;
	font-size: 1rem;
	color: #0050A0;
}
.xb-span span:nth-of-type(2) a{
	margin: 0.6875rem 0;
}
.xb-span span img{
	width: 18.8%;
	/* height: 45.7%; */
	margin: 1.1875rem 10.5%;
}
/* end */
/* 历任主编 */
.MainView5{
	width: 100%;
	height: auto;
	position: relative;
	background: linear-gradient(180deg, #F0F1F7 0%, rgba(240,241,247,0.5) 100%);
}
.jxView {
    width: 100%;
	/* max-width: 1440px; */
	margin: 0 auto;
    position: relative;
	display: flex;
    align-items: center;
}
.actBtn {
	position: absolute;
	float: right;
	right: 8.125rem;
	cursor: pointer;
}
.actBtn .prevBtn,
.actBtn .nextBtn{
	width: 3.75rem;
	height: 3.75rem;
	margin-right: 1.25rem;
}
.jx-list{
	width: 100%;
	display: flex;
	overflow: hidden;
	padding: 0.625rem 0 1.875rem 0;
}
.jx-container {
     display: flex; /* 使用flex布局 */
     width: 100%;
     transition: transform 0.2s ease; /* 平滑过渡效果 */
}
.jx-box{
	/* width: calc(16.6% - 1.875rem);
	min-width: calc(16.6% - 1.875rem); */
	min-width: 13.5rem;
	max-width: 13.5rem;
	height: auto;
	/* min-height: 17.125rem; */
	min-height: 23.125rem;
	background: #fff;
	position: relative;
}
.jx-box:hover{
	background: #FFFFFF;
	box-shadow: 0.1875rem 0.25rem 0.625rem 0rem rgba(0,0,0,0.1);
}
.jx-box:not(:last-child){
	margin-right: 1.25rem;
}
.rw-img{
	width: 100%;
	/* height: 12.125rem; */
	overflow: hidden;
}
.jx-box img{
	width: 100%;
	height: auto;
	margin-bottom: 1.1875rem;
}
.jx-box span{
	font-weight: bold;
	font-size: 1.125rem;
	color: #4A4E58;
	line-height: 1.5rem;
	width: calc(100% - 2.5rem);
	padding: 0 1.25rem 1.25rem;
	display: flex;
	/* bottom: 1.25rem; */
	/* position: absolute; */
}
/**end**/
.rw-list{
	width: calc(100% - 2.5rem);
	/* display: flex; */
	font-size: 0;
	padding: 0 1.25rem;
}
.rw-list .rw-box{
	    width: calc(25% - 1.45rem);
	    height: auto;
	    min-height: 22.25rem;
	    background: #fff;
	    position: relative;
	    margin-top: 1.875rem;
	    display: inline-block;
	    vertical-align: middle;
}
.rw-box:hover{
	background: #FFFFFF;
	box-shadow: 0.1875rem 0.25rem 0.625rem 0rem rgba(0,0,0,0.1);
}
.rw-box.not-right{
	margin-right: 1.875rem;
}
.rw-box img{
	width: 100%;
	height: auto;
}
.rw-box span{
	font-size: 1.125rem;
	color: #4A4E58;
	line-height: 1.5rem;
	width: calc(100% - 2.5rem);
	padding: 0 1.25rem;
	display: flex;
	align-items: center;
	text-align: center;
	justify-content: center;
	/* height: 5rem; */
}
.rw-box span:first-of-type{
	padding-top: 1.25rem;
	/* height: 2rem; */
}
.rw-box span:last-of-type{
	height: 5rem;
	padding-bottom: 1.25rem;
}
/* 期刊联盟 */
.MainView6{
	width: 100%;
	height: auto;
	position: relative;
	background: #CCD2E3 url("../images/wxqk/qklm/bg4.png") no-repeat;
	background-size: 100% 100%;
}
.qk-list{
	width: calc(100% - 4rem);
	position: relative;
	display: flex;
	overflow: hidden;
	margin: 0 auto;
	padding-top: 3.1875rem;
}
.qk-box{
	width: 14.8%;
	height: auto; 
	position: relative;
}
.qk-box:hover span{
	color: #0050A0;
}
.qk-box:hover img{
	transform: scale(1.12);
}
.qk-box:not(:last-of-type){
	margin-right: 1.875rem;
}
.qk-box:first-child{
	margin-left: 0.25rem;
}
.qk-box:last-of-type{
	margin-right: 0.5625rem;
}
.qk-box img{
	/* width: 100%; 
	height: auto;*/
	width: 12.5625rem;
	height: 17rem;
	transition: transform 1s ease;
}
.qk-box span{
	width: 100%;
	height: 5rem;
	font-size: 1.125rem;
	color: #4A4E58;
	line-height: 1.5rem;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}
.prev{
	position: absolute;
	cursor: pointer;
	top: calc(50% - 1rem);
}
.prev img,.next img{
	width: 2rem;
	height: 2rem;
}
.next{
	right: 0;
	top: 2.5rem;
	position: absolute;
	display: flex;
	align-items: center;
	height: calc(100% - 5rem);
	cursor: pointer;
}
/* 期刊联盟end */
.qklogo-t{
	width: 2rem;
	height: 2rem;
	margin-right: 0.5625rem;
}
/* 期刊成员 */
.qkcyView{
	width: 100%;
	display: flex;
	margin-top: 1.875rem;
}
.qkcyLeft{
	flex: 1;
	margin-right: 1.25rem;
}
.qkcyRight{
	width: 66.7%;
}
.qkcyRight .top{
	width: 100%;
	height: 11.75rem;
	background: #0050A0 url("../images/wxqk/qklm/bg1.png") no-repeat right;
	background-size: 100% 100%;
}
.top-t{
	width: 100%;
	text-align: center;
	display: block;
	font-weight: bold;
	font-size: 1.875rem;
	color: #FFFFFF;
	padding: 2.3125rem 0 1.125rem 0;
}

.top-zr,.top-fzr{
	text-align: center;
	font-size: 1rem;
	line-height: 1.875rem;
	color: #FFFFFF;
	display: block;
}
.qkcyRight .center{
	width: 100%;
	display: flex;
	justify-content: start;
}
.qkcyRight .center img{
	width: 24.9%;
	height: auto;
}
.MainView4 .bottom{
	width: 100%;
	position: relative;
} 
.MainView4::before{
	width: 60rem;
	height: 67.5rem;
	margin-top: 5.875rem;
	right: 0;
	content: '';
	position: absolute;
	background: linear-gradient(0deg, rgba(204,210,227,0.5) 0%, #F0F1F7 100%);
	border-radius: 25rem 0rem 0rem 0rem;
	z-index: 1;
}
.MainView{
	z-index: 2;
	position: relative;
}
.qkcyRight .bottom{
	width: 100%;
}
.qkcyRight .bottom-t{
	width: 100%;
	height: 3.75rem;
	display: block;
	line-height: 3.75rem;
	text-align: center;
	font-weight: bold;
	font-size: 1.25rem;
	color: #FFFFFF;
	background: #0050A0;
}
.gkfx,.nbfx{
	width: 100%;
	background: #F3F4F9;
	display: inline-block;
	font-size: 0;
}
.gkfx span,.nbfx span{
	width: calc(25% - 0.125rem);
	height: 3.625rem;
	display: inline-block;
	line-height: 3.625rem;
	border: 0.0625rem solid #fff;
	font-size: 1.125rem;
	color: #4A4E58;
	text-align: center;
	white-space: nowrap;
}
.specialSpan,.gkfx div,.nbfx div{
	width: 100%;
	display: inline-flex;
}
.gkfx .span2{
	width: calc(19.3% - 0.125rem);
}
.gkfx .span3,
.gkfx div span:last-child,.nbfx div span:last-child{
	/* width: calc(39.4% - 0.125rem); */
	flex: 1;
}
.qkcyRight .bottom-t:nth-of-type(2){
	margin-top: 1.25rem;
}
.qkcyLeft div{
	font-weight: 400;
	font-size: 1.125rem;
	color: #FFFFFF;
	line-height: 1.875rem;
	text-align: justify;
	padding: 4rem 3.125rem 4rem 3.0625rem;
}
.qkcyLeft div:first-of-type{
	height: 32.0625rem;
	overflow: hidden;
	background: #0050A0 url("../images/wxqk/qklm/bg2.png") no-repeat right;
	background-size: 100% 100%;
}
.qkcyLeft div span:first-child{
	width: 3rem;
	height: 6.5rem;
	font-weight: bold;
	display: flex;
	font-size: 3rem;
	color: #FFFFFF;
	writing-mode: vertical-rl;
	text-orientation: upright; 
	float: left;
	margin-right: 3rem;
}
.qkcyLeft div:last-of-type{
	height: 22.4375rem;
	overflow: hidden;
	margin-top: 1.25rem;
	background: #0050A0 url("../images/wxqk/qklm/bg3.png") no-repeat right;
	background-size: 100% 100%;
}
/* end */
/* 期刊计划 */
.MainView7{
	width: 75%;
	position: relative;
	margin: 0 auto;
	/* height: 50rem; */
}
.MainView7::before{
	width: 1rem;
	/* height: 50rem; */
	height: 100%;
	bottom: 0;
	left: 0;
	content: '';
	position: absolute;
	background: #CCD2E3;
	z-index: 1;
}
.jh-img{
	width: 100%;
}
.jh-img img{
	width: 12.125rem;
	height: 6.0625rem;
	margin: 3.8125rem 0 0 4.0625rem;
} 
.qkjhView{
	width: 100%;
	position: relative;
	z-index: 2;
}
.qkjh{
	width: 100%;
	display: flex;
	align-items: center;
	padding-bottom: 1.875rem;
}
.qkjh div:first-of-type{
	font-weight: bold;
	font-size: 2.25rem;
	color: #FEFBC6;
	width: 11.1%;
	height: 7.5rem;
	background: #0050A0;
	display: flex;
	justify-content: center;
	align-items: center;
}
.qkjh div:last-of-type{
	flex: 1;
	font-size: 1.25rem;
	color: #4A4E58;
	line-height: 1.875rem;
	padding: 1.1875rem 1.4375rem 1.1875rem 2.5rem;
}
/* end */
/* 编辑类期刊底部相关链接 */
.linkList span{
	padding: 0 1.875rem;
}
/* end */