﻿body {
	margin:0;
	padding:0;
	background-color:#F4F4F5;
	/*color:#4F4742;*/
	/*color:#fc0;*/
	font-family: "微软雅黑", Arial, Helvetica, sans-serif;
}
a { -webkit-transition:.1s linear; -o-transition:.1s linear; -ms-transition:.1s linear; transition:.1s linear;}
a img { -webkit-transition:.1s linear; -o-transition:.1s linear; -ms-transition:.1s linear; transition:.1s linear;}
a:hover {
	color: #0B69D3;
}
.flex-row {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
.flex-col {
	display: flex;
	flex-direction: column;
}
#WZLIB_TopArea {
	width: 100%;
	min-width: 1280px;
	height: 100px;
	/*position:relative;*/
	background-color: #FFF;
	box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.3);
	position: fixed;
	z-index: 9999;
}
#WZLIB_Top {
	width: 1280px;
	height: 100px;
	margin: 0 auto;
	overflow: hidden;
	/*position:relative;*/
}
/*LOGO*/
#Logo {
	width: 242px;
	height: 52px;
	margin-top: 24px;
	overflow: hidden;
}
#Logo a {
	width: 242px;
	height: 52px;
	display: block;
}
#Logo a:hover {
	background-position:2px 0px;
}
#Logo .WZLIB_Logo {
	background:url(../images/WZLIBlogo.png) no-repeat;
	background-size: 239px 52px;
}
/*导航*/
#Nav {
	width: 640px;
	height: 100px;
	font-size: 18px;
	line-height: 100px;
	font-weight: 400;
}
#Nav li a {
	width: auto;
	height: 100%;
	display: block;
	box-sizing: border-box;
	/*border-bottom: solid 5px #FFF;*/
}
#Nav li a:hover {
	box-sizing: border-box;
	/*border-bottom: solid 4px #0B69D3;*/
	/*border-bottom: solid 5px #FFBA00;*/
	color: #0B69D3;
	/*font-weight: 400;*/
}
#Nav li a.active {
	height: 100px;
	box-sizing: border-box;
	/*border-bottom: solid 8px #0B69D3;*/
	color: #0B69D3;
	font-weight: 400;
}


.top-sub-nav {
	display: none;
	position: absolute;
	top:100px;
	margin-left:-24px;
	width: 120px;
	/*height: 190px;*/
	background-color: #FFF;
	color: #FFFFFF;
	/*border-radius: 8px;*/
	padding: 10px 0;
	box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.1);
	background: rgba(11, 105, 211, 0.75);
}
.top-sub-nav ul {
	width: 120px;
	overflow: hidden;
	/*height: 120px;*/
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.top-sub-nav ul li a {
	width: 120px!important;
	height: 40px;
	line-height: 40px;
	text-align: center;
	display: block;
	color: #FFF;
	font-size: 16px!important;
}
.top-sub-nav ul li a:hover {
	background: linear-gradient(90deg, #FFC600 0%, #FFDC5B 100%);
	color: #333!important;
}
.top-sub-nav .text {
	width: 100%;
	text-align: center;
	line-height: 20px;
	padding-top: 10px;
	font-size: 13px;
	color: #555;
}





	/*顶部链接*/
#Links {
	width: 210px;
	height: 30px;
	margin-top: 35px;
	/*background-color: #ff0;*/
	/*opacity: 0.5;*/
}
.top-links {
	display: flex;
	flex-direction: ;
}
.top-links .item {
	position: relative;
	width: 30px;
	height: 30px;
}
.top-links a {
	width: 30px;
	height: 30px;
	display: block;
}
.top-links #TL1 a {
	background: url(../images/top-link-1.png) no-repeat;
	background-size: 30px 30px;
}
.top-links #TL1 a:hover {
	background: url(../images/top-link-1-active.png) no-repeat;
	background-size: 30px 30px;
}
.top-links #TL2 a {
	background: url(../images/top-link-2.png) no-repeat;
	background-size: 30px 30px;
}
.top-links #TL2 a:hover {
	background: url(../images/top-link-2-active.png) no-repeat;
	background-size: 30px 30px;
}
.top-links #TL3 a {
	background: url(../images/top-link-3.png) no-repeat;
	background-size: 30px 30px;
}
.top-links #TL3 a:hover {
	background: url(../images/top-link-3-active.png) no-repeat;
	background-size: 30px 30px;
}
.top-links #TL4 a {
	background: url(../images/top-link-4.png) no-repeat;
	background-size: 30px 30px;
}
.top-links #TL4 a:hover {
	background: url(../images/top-link-4-active.png) no-repeat;
	background-size: 30px 30px;
}
.top-link-show {
	display: none;
	position: absolute;
	top:60px;
	left:-65px;
	width: 160px;
	height: 190px;
	background-color: #FFF;
	color: #FFFFFF;
	border-radius: 8px;
	box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.1);
}
.top-link-show .pic {
	width: 120px;
	height: 120px;
	margin: 0 auto;
	padding-top: 24px;
	justify-content: center;
}
.top-link-show .pic img {
	width: 120px;
	height: 120px;
}
.top-link-show .text {
	width: 100%;
	text-align: center;
	line-height: 20px;
	padding-top: 10px;
	font-size: 13px;
	color: #555;
}



















#WZLIB_FootArea {
	width: 100%;
	min-width: 1280px;
	background-color: #0A44A2;
}
#WZLIB_Foot {
	width: 1280px;
	margin: 0 auto;
	padding-top: 40px;
	padding-bottom: 60px;
	color: #FFF;
}
#WZLIB_FootLinks {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: self-start;
}
#WZLIB_FootLinks dl {
	width: 150px;
}
#WZLIB_FootLinks dl dt {
	font-size: 16px;
	line-height: 20px;
	margin-bottom: 20px;
}
#WZLIB_FootLinks dl dd {
	font-size: 13px;
	line-height: 20px;
	padding-bottom: 8px;
	color: rgba(255, 255, 255, 0.7);
}
#WZLIB_FootLinks dl dd a {
	width: 100%;
	display: block;
	color: rgba(255, 255, 255, 0.7);
}
#WZLIB_FootLinks dl dd a:hover {
	color: rgba(255, 255, 255, 1);
	padding-left: 4px;
}

#WZLIB_FootInfo {
	display: flex;
	flex-direction: column;
}
.QRcode {
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
}
.QRcode dl {
	margin-left: 20px;
	margin-bottom: 24px;
}
.QRcode dl dt {
	font-size: 13px;
	text-align: center;
	line-height: 20px;
	margin-bottom: 10px;
	color: rgba(255, 255, 255, 0.7);
}
.QRcode dl dd, .QRcode dl dd img {
	width: 100px;
	height: 100px;
}
.Copyright {
	text-align: right;
	font-size: 13px;
	color: rgba(255, 255, 255, 0.7);
	line-height: 12px;
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	align-items: center;
	margin-bottom: 16px;
}
.Copyright a {
	color: rgba(255, 255, 255, 0.6);
}
.Copyright a:hover {
	color: rgba(255, 255, 255, 1);
}
.Copyright .cnzz {
	/*margin-top: 10px;*/
	margin-right: 10px;
}








.box-h100 {
	width: 100%;
	height: 100px;
}
/*==========================*/
/*      内页通用栏目导航      */
/*==========================*/
#WZLIB_ColTitleArea {
	width: 100%;
	min-width: 1280px;
	height: 210px;
	/*position:relative;*/
	background:url(../images/WZLIBbgTitle.jpg) no-repeat;
	background-size: 100% 210px;
}
#WZLIB_DataTitleArea {
	width: 100%;
	min-width: 1280px;
	height: 160px;
	/*position:relative;*/
	background:url(../images/WZLIBbgTitle.jpg) no-repeat;
	background-size: 100% 210px;
}
#WZLIB_Title {
	width: 1280px;
	/*height: 100px;*/
	margin: 0 auto;
	overflow: hidden;
	/*position:relative;*/
}
/*一级栏目名称*/
.FirstColumn {
	/*width: 100%;*/
	height: 40px;
	overflow: hidden;
	margin-top: 40px;
	margin-bottom: 10px;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}
.FirstColumn .icon, .FirstColumn .icon img {
	width: 20px;
	height: 19px;
}
.FirstColumn .title {
	padding: 0 18px;
	line-height: 40px;
	font-size: 30px;
	/*font-weight: 300;*/
	color: #FFF;
	letter-spacing: 2px;
	font-weight: 500;
}
/*面包屑*/
.Crumbs {
	height: 30px;
	text-align: center;
	overflow: hidden;
	line-height: 30px;
	letter-spacing: 1px;
	color: rgba(255, 255, 255, 0.7);
}
.Crumbs a {
	display: inline-block;
	padding: 0 4px;
	font-size: 13px;
	color: rgba(255, 255, 255, 0.7);
}
.Crumbs a:hover {
	color: rgba(255, 255, 255, 1);
}
/*二级栏目导航*/
.SecondNav {
	width: 100%;
	height: 55px;
	margin-top: 35px;
	/*background-color: #ff0;*/
}
.SecondNav ul {
	width: 100%;
	height: 55px;
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	flex-wrap: nowrap;
}
.SecondNav ul li {
	width: 100%;
	height: 55px;
	/*border-top: solid 5px #FFBA00;*/
	margin-right: 10px;
	/*box-sizing: border-box;*/

}
.SecondNav ul li:last-child {
	margin-right: 0;
}
.SecondNav ul li a {
	width: 100%;
	height: 55px;
	margin-top: 5px;
	/*border-top: solid 5px rgba(255, 255, 255, 0);*/
	display: inline-block;
	background-color: #0B69D3;
	color: #FFF;
	text-align: center;
	line-height: 50px;
	font-size: 16px;
	font-weight: 400;
	-webkit-tap-highlight-color: transparent;
}
.SecondNav ul li a:hover {
	/*margin-top: 1px;*/
	/*border-top: solid 4px #0B69D3;*/
	/*border-top: solid 5px #FFBA00;*/
	background-color: #F4F4F5;
	color: #0B69D3;
	-webkit-tap-highlight-color: transparent;
}
.SecondNav ul li a.active {
	margin-top: 1px;
	border-top: solid 4px #FFBA00;
	background-color: #F4F4F5;
	color: #444;
}










/*==========================*/
/*      内页通用主体列表      */
/*==========================*/
#WZLIB_InsideArea {
	width: 1280px;
	height: auto;
	min-height: 900px;
	margin: 0 auto;
	box-sizing: border-box;
	padding: 20px 40px;
	margin-top: 40px;
	margin-bottom: 40px;
	background-color: #FFF;
	box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.05);
}
#WZLIB_InsideArea .l {
	width: 860px;
	/*background-color: #ff0;*/
}
#WZLIB_InsideArea .r {
	width: 280px;
	/*background-color: #ff0;*/
}
/*栏目标题*/
.SubnavTitle {
	width: 100%;
	height: 64px;
	line-height: 64px;
	box-sizing: border-box;
	border-bottom: solid 1px #EEE;
}
.SubnavTitle span {
	display: inline-block;
	height: 64px;
	line-height: 64px;
	box-sizing: border-box;
	border-bottom: solid 2px #0B69D3;
	font-size: 28px;
	/*font-weight: 300;*/
	color: #0B69D3;
}
/*主体部分框架*/
.InMain {
	width: 100%;
	overflow: hidden;
}
.InMain .ArticleList {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	min-height: 600px;
}
.InMain .ArticleList {
	padding: 10px 0;
}
.InMain .ArticleList li {
	width: 100%;
	border-bottom: dashed 1px #DDD;
	font-size: 18px;
	line-height: 28px;
	font-weight: 400;
}
.InMain .ArticleList li a {
	padding: 16px 0;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
}
.InMain .ArticleList li a .date {
	width: 130px;
	color: #0B69D3;
	font-weight: 300;
}
.InMain .ArticleList li a .title {
	flex: 1;
}
.InMain .ArticleList li a:hover .title {
	color: #0B69D3;
	/*font-weight: 400;*/
}
.InMain .ArticleList a.location {
	font-size: 14px;
	color: #999;
}
.InMain .ArticleList a:hover.location {
	color: #0B69D3;
}
.search-none {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	text-align: center;
	line-height: 40px;
	font-size: 24px;
	padding-top: 100px;
}



.InMain .ImageList {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
	min-height: 600px;
	width: 885px;
}
.InMain .ImageList {
	padding: 20px 0;
}
.InMain .ImageList li {
	width: 270px;
	margin-right: 25px;
	margin-bottom: 20px;
	/*border-bottom: dashed 1px #DDD;*/
	/*font-weight: 400;*/
}
.InMain .ImageList li img {
	width: 270px;
	height: 180px;
	overflow: hidden;
}
.InMain .ImageList li a {
	padding: 8px 0;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	font-size: 14px;
	line-height: 20px;
}
.InMain .ImageList li a .date {
	width: 130px;
	color: #0B69D3;
	font-weight: 300;
}
.InMain .ImageList li a .title {
	flex: 1;
}
.InMain .ImageList li a:hover .title {
	color: #0B69D3;
	/*font-weight: 400;*/
}







/*右侧三级栏目导航*/
.ThirdNav {
	width: 100%;
}
.ThirdNav ul {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
}
.ThirdNav ul li {
	width: 100%;
	height: 48px;
	box-sizing: border-box;
	margin-bottom: 2px;
	line-height: 48px;
}
.ThirdNav ul li:first-child {
	margin-top: 40px;
}
.ThirdNav ul li a {
	width: 100%;
	height: 48px;
	box-sizing: border-box;
	padding-left: 30px;
	display: inline-block;
	background-color: #F4F4F5;
	line-height: 48px;
	font-size: 16px;
	font-weight: 400;
}
.ThirdNav ul li a:hover {
	background-color: #0B69D3;
	color: #FFF;
}
.ThirdNav ul li a.active {
	background-color: #0B69D3;
	color: #FFF;
	padding-left: 25px;
	border-left: solid 5px #FFBA00;
}

.right-ad-box {
	width: 100%;
	height: 500px;
	background-color: rgba(232, 232, 232, 0.4);
}









/*==========================*/
/*      内页通用主体内容      */
/*==========================*/
.InMainData {
	width: 100%;
	max-width: 1000px;
	overflow:hidden;
	margin: 0 auto;
}
/*内页新闻内容*/
.InpageContent {
	max-width: 1000px;
	overflow:hidden;
	padding:20px 0px 80px;
}
.InpageContent .Title {
	width:100%;
	text-align:center;
	line-height:48px;
	font-size:32px;
	/*font-weight:bold;*/
	color:#0B69D3;
	padding-top: 20px;
	padding-bottom: 8px;
}
.InpageContent .Info {
	width:100%;
	text-align:center;
	font-size: 14px;
	line-height:50px;
	color:rgba(155, 155, 155, 1);
	padding-bottom: 0px;
	display: flex;
	flex-direction: row;
	justify-content: center;
	/*border-bottom:dotted 1px #CCC;*/
}
.InpageContent .Info div {
	padding: 0 8px;
}
.InpageContent .Content {
	padding-top:15px;
	font-size:18px;
	line-height:32px;
	color:#444;
	width: 100%;
}
.InpageContent .Content img {
	max-width: 100%;
}
	/*.InpageContent .Content img {*/
/*	!*padding:4px;*!*/
/*	!*background:#FFF;*!*/
/*	!*border:solid 1px #CCC;*!*/
/*	!*width:640px;*!*/
/*	margin: 0 auto;*/
/*	text-align: center;*/
/*}*/
/*.InpageContent .More {*/
/*	width: 100%;*/
/*}*/
.InpageContent .Content td{
	/*border-left: 1px solid #666;*/
	/*border-bottom: 1px solid #666;*/
	border: 1px solid #CCC;
	padding-left: 10px;
}
.InpageContent .Content table {
	/*border-right: 1px solid #666;*/
	/*border-top: 1px solid #666;*/
	/*width: 1000px!important;*/
	max-width: 1000px!important;
	min-width: 950px!important;
	margin: 0 auto!important;
	border: 1px solid #CCC;
}
.InpageContent .Content table, .InpageContent .Content td, .InpageContent .Content tr, .InpageContent .Content th{
	font-size:18px;
}
.InpageContent .Content a {
	color:#0B69D3;
}
.InpageContent .Content a:hover {
	color:#0B69D3;
	text-decoration: underline;
}

.InpageContent .Content .Cover {
	margin: 0 auto;
	display: flex;
	flex-direction: row;
	justify-content: center;
}
.InpageContent .Content .Cover img {
	max-width: 100%;
	max-height: 800px;
}





.poi-info {
	width: 100%;
	margin-top: 30px;
	margin-bottom: 30px;
}
.poi-info ul {
	width: 100%;
	border-top: 1px solid #DDD;
	box-sizing: border-box;
}
.poi-info ul li {
	widows: 100%;
	height: 40px;
	border: 1px solid #DDD;
	border-top: 0;
	box-sizing: border-box;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
}
.poi-info ul li .title {
	font-size: 14px;
	line-height: 40px;
	padding-left: 20px;
	width: 200px;
	background-color: rgba(11, 105, 211, 0.05);
}
.poi-info ul li .text {
	flex: 1;
	font-size: 14px;
	line-height: 40px;
	padding-left: 20px;
}











	/*=================*/
/*     数字资源     */
/*=================*/
.TopicList {
	padding-top: 30px;
	width: 1230px;
	overflow: hidden;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
	/*justify-content: space-between;*/
	/*align-content: space-around;*/
	box-sizing: border-box;
}
.TopicItem {
	width: 380px;
	height: 280px;
	padding-bottom: 52px;
	margin-right: 30px;
	overflow: hidden;
	position: relative;
}
.TopicItem .img {
	width: 380px;
	height: 140px;
	position: relative;
	overflow: hidden;
}
.TopicItem .img img {
	width: 380px;
	height: 140px;
	position: absolute;
	/*z-index: 1;*/
	/*height: 100%;*/
	/*min-width: 100%;*/
	/*min-height: 100%;*/
	left: 50%;
	top: 50%;
}
a .TopicItem .img img {
	transform: translate(-50%,-50%) scale(1);
	/*-webkit-transform: translate(-50%,-50%) scale(1);*/
	transition: all 2s ease 0s;
	/*-webkit-transition: 2s;*/
}
a:hover .TopicItem .img img {
	transform: translate(-50%,-50%) scale(1.1);
	/*-webkit-transform: translate(-50%,-50%) scale(1.1);*/
}
/*.TopicItem .img img {*/
/*	position: absolute;*/
/*	z-index: 1;*/
/*	height: 100%;*/
/*	min-width: 100%;*/
/*	min-height: 100%;*/
/*	left: 50%;*/
/*	top: 50%;*/
/*	transform: translate(-50%,-50%) scale(1);*/
/*	-webkit-transform: translate(-50%,-50%) scale(1);*/
/*}*/
.TopicItem .text {
	left: 20px;
	top: 120px;
	z-index: 5;
	position: absolute;
	width: 340px;
	height: 164px;
	padding: 0 20px;
	padding-bottom: 20px;
	box-sizing: border-box;
	overflow: hidden;
	background-color: #FFF;
}
a .TopicItem .text {
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.12);
	transition: all 0.5s ease 0s;
	/*-webkit-transition: 0.5s;*/
}
a:hover .TopicItem .text {
	top: 110px;
	background-color: #0B69D3;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0);
	transition: all 0.5s ease 0s;
	/*-webkit-transition: 0.5s;*/
}
.TopicItem .text .title {
	font-size: 18px;
	line-height: 30px;
	padding-top: 20px;
	padding-bottom: 16px;
	text-align: center;
	font-weight: 500;
}
a .TopicItem .text .title {
	color: #444;
	/*color:#0B69D3;*/
}
a:hover .TopicItem .text .title {
	/*color: #0B69D3;*/
	color: #FFF;
}
.TopicItem .text .title span {
	display: inline-block;
	line-height: 32px;
	padding-bottom: 2px;
}
a .TopicItem .text .title span {
	transition: all 0.5s ease 0s;
	border-bottom: solid 1px rgba(255, 186, 0, 0.95);
}
a:hover .TopicItem .text .title span {
	/*border-bottom: solid 1px #0B69D3;*/
	/*border-bottom: solid 1px rgba(255, 255, 255, 0.52);*/
	border-bottom: solid 2px rgba(255, 186, 0, 0.95);
	transition: all 0.5s ease 0s;
}
.TopicItem .text .info {
	width: 100%;
	height: 66px;
	overflow: hidden;
	font-size: 13px;
	line-height: 22px;
}
a .TopicItem .text .info {
	color: #9FA5B1;
}
a:hover .TopicItem .text .info {
	color: rgba(255, 255, 255, 0.9);
}

/*=================*/
/*     瓯越记忆     */
/*=================*/
.OuyueList {
	padding-top: 30px;
	width: 1230px;
	overflow: hidden;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
	/*justify-content: space-between;*/
	/*align-content: space-around;*/
	box-sizing: border-box;
}
.OuyueItem {
	width: 380px;
	height: 360px;
	padding-bottom: 52px;
	margin-right: 30px;
	overflow: hidden;
	position: relative;
}
.OuyueItem a {
}
.OuyueItem .img {
	width: 380px;
	height: 220px;
	position: relative;
	overflow: hidden;
}
.OuyueItem .img img {
	width: 380px;
	height: 220px;
	position: absolute;
	/*z-index: 1;*/
	/*height: 100%;*/
	/*min-width: 100%;*/
	/*min-height: 100%;*/
	left: 50%;
	top: 50%;
}
a .OuyueItem .img img {
	transform: translate(-50%,-50%) scale(1);
	/*-webkit-transform: translate(-50%,-50%) scale(1);*/
	transition: all 2s ease 0s;
	/*-webkit-transition: 2s;*/
}
a:hover .OuyueItem .img img {
	transform: translate(-50%,-50%) scale(1.1);
	/*-webkit-transform: translate(-50%,-50%) scale(1.1);*/
}
/*.TopicItem .img img {*/
/*	position: absolute;*/
/*	z-index: 1;*/
/*	height: 100%;*/
/*	min-width: 100%;*/
/*	min-height: 100%;*/
/*	left: 50%;*/
/*	top: 50%;*/
/*	transform: translate(-50%,-50%) scale(1);*/
/*	-webkit-transform: translate(-50%,-50%) scale(1);*/
/*}*/
.OuyueItem .text {
	left: 20px;
	top: 200px;
	z-index: 5;
	position: absolute;
	width: 340px;
	height: 164px;
	padding: 0 20px;
	padding-bottom: 20px;
	box-sizing: border-box;
	overflow: hidden;
	background-color: #FFF;
}
a .OuyueItem .text {
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.12);
	transition: all 0.5s ease 0s;
	/*-webkit-transition: 0.5s;*/
}
a:hover .OuyueItem .text {
	top: 190px;
	background-color: #0B69D3;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0);
	transition: all 0.5s ease 0s;
	/*-webkit-transition: 0.5s;*/
}
.OuyueItem .text .title {
	font-size: 18px;
	line-height: 30px;
	padding-top: 20px;
	padding-bottom: 16px;
	text-align: center;
	font-weight: 500;
}
a .OuyueItem .text .title {
	color: #444;
	/*color:#0B69D3;*/
}
a:hover .OuyueItem .text .title {
	/*color: #0B69D3;*/
	color: #FFF;
}
.OuyueItem .text .title span {
	display: inline-block;
	line-height: 28px;
	padding-bottom: 2px;
}
a .OuyueItem .text .title span {
	transition: all 0.5s ease 0s;
	border-bottom: solid 2px rgba(255, 186, 0, 0.95);
	/*font-weight: 600;*/
}
a:hover .OuyueItem .text .title span {
	/*border-bottom: solid 1px #0B69D3;*/
	/*border-bottom: solid 1px rgba(255, 255, 255, 0.52);*/
	border-bottom: solid 3px rgba(255, 186, 0, 0.95);
	transition: all 0.5s ease 0s;
	font-weight: 600;
}
.OuyueItem .text .info {
	width: 100%;
	height: 66px;
	overflow: hidden;
	font-size: 13px;
	line-height: 22px;
}
a .OuyueItem .text .info {
	color: #9FA5B1;
}
a:hover .OuyueItem .text .info {
	color: rgba(255, 255, 255, 0.9);
}









/*=================*/
/*     特色专题     */
/*=================*/
.SpecialList {
	padding-top: 30px;
	margin-left: -15px;
	width: 1260px;
	overflow: hidden;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
	box-sizing: border-box;
}
.SpecialItem {
	width: 380px;
	height: 280px;
	margin-bottom: 48px;
	margin-left: 15px;
	margin-right: 15px;
	overflow: hidden;
	position: relative;
}
a .SpecialItem {
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.12);
}
a:hover .SpecialItem {
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0);
}
.SpecialItem .img {
	width: 380px;
	height: 120px;
	position: relative;
	overflow: hidden;
}
.SpecialItem .img img {
	width: 380px;
	height: 120px;
	position: absolute;
	/*z-index: 1;*/
	/*height: 100%;*/
	/*min-width: 100%;*/
	/*min-height: 100%;*/
	left: 50%;
	top: 50%;
}
a .SpecialItem .img img {
	transform: translate(-50%,-50%) scale(1);
	/*-webkit-transform: translate(-50%,-50%) scale(1);*/
	transition: all 2s ease 0s;
	/*-webkit-transition: 2s;*/
}
a:hover .SpecialItem .img img {
	transform: translate(-50%,-50%) scale(1.1);
	/*-webkit-transform: translate(-50%,-50%) scale(1.1);*/
}
.SpecialItem .text {
	left: 0px;
	top: 120px;
	z-index: 5;
	position: absolute;
	width: 380px;
	height: 200px;
	padding: 0 20px;
	padding-bottom: 20px;
	box-sizing: border-box;
	overflow: hidden;
	background-color: #FFF;
}
a .SpecialItem .text {
	transition: all 0.5s ease 0s;
	/*-webkit-transition: 0.5s;*/
}
a:hover .SpecialItem .text {
	top: 110px;
	transition: all 0.5s ease 0s;
	background-color: #0B69D3;
	/*-webkit-transition: 0.5s;*/
}
.SpecialItem .text .title {
	font-size: 18px;
	padding-top: 16px;
	padding-bottom: 16px;
	line-height: 30px;
	text-align: center;
	font-weight: 500;
}
a .SpecialItem .text .title {
	color: #333333;
}
a:hover .SpecialItem .text .title {
	/*color: #0B69D3;*/
	color: #FFF;
}
.SpecialItem .text .title span {
	display: inline-block;
	line-height: 28px;
	padding-bottom: 2px;
}
a .SpecialItem .text .title span {
	border-bottom: solid 2px rgba(255, 186, 0, 0.95);
	transition: all 0.5s ease 0s;
	/*font-weight: 600;*/
}
a:hover .SpecialItem .text .title span {
	/*border-bottom: solid 1px #0B69D3;*/
	/*border-bottom: solid 1px rgba(255, 255, 255, 0.52);*/
	border-bottom: solid 3px rgba(255, 186, 0, 0.95);
	transition: all 0.5s ease 0s;
	font-weight: 600;
}
.SpecialItem .text .info {
	width: 100%;
	height: 66px;
	overflow: hidden;
	font-size: 13px;
	line-height: 22px;
	color: #9FA5B1;
}
a:hover .SpecialItem .text .info {
	color: rgba(255, 255, 255, 0.9);
}













/*右侧悬浮*/
.toolbar-item,.toolbar-layer{background:url(../images/toolbar.png) no-repeat;}
/* 容器及关闭按钮样式保持不变 */
.toolbar {
	position: fixed;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	z-index: 99;
}
.toolbar-close {
	position: absolute;
	top: -8px;
	right: -8px;
	width: 24px;
	height: 24px;
	background-color: #ff4d4f;
	color: #fff;
	border-radius: 50%;
	text-align: center;
	line-height: 24px;
	font-size: 20px;
	font-weight: bold;
	cursor: pointer;
	box-shadow: 0 2px 8px rgba(0,0,0,0.15);
	z-index: 100;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.2s ease, visibility 0.2s ease;
}
.toolbar:hover .toolbar-close {
	opacity: 1;
	visibility: visible;
}
.toolbar-close:hover {
	background-color: #ff7875;
}
/* ===== 新增组合链接样式 ===== */
.wzlib-right-nav-combo {
	display: flex;
	flex-direction: column;
	align-items: center;      /* 保证文字按钮与图片水平居中 */
	text-decoration: none;
	position: relative;
	width: auto;              /* 宽度由内容撑开（图片宽100px） */
	height: auto;
	margin: 0;
	padding: 0;
}
.wzlib-right-nav-combo img {
	width: 100px;
	height: 148px;
	display: block;
}
.combo-title {
	width: 80px;              /* 按钮宽度改为70px */
	height: 25px;
	background: linear-gradient(180deg, #c2e0ff, #ffffff); /* 浅蓝到白渐变 */
	border-radius: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: bold;
	font-size: 12px;
	color: #333;
	white-space: nowrap;
	box-shadow: inset 0 0 0 2px #ffffff; /* 内边框2px白色 */
	margin-top: 4px;         /* 与图片间距 */
}











