
/* reset */
body { background-color: #f5f5f5; color: #222; }
.top-white-bar { background-color: #fff; padding-top: 30px; }
.footer-white-bar { background-color: #fff; padding: 20px 0; }
a { color: #222; }
.bg-white { background-color: #fff; }
.w830 { width: 830px; }
.w340 { width: 340px; }
.plr30 { padding-left: 30px; padding-right: 30px; }	

/* hd-menu */
.hd-menu li a { width: 105px; }
.hd-menu li.more { float: right; font-size: 16px; color: #aaa; line-height: 42px; cursor: pointer; }
.hd-menu li.more:hover { background-color: #fff; color: #f60; }
.hd-menu .more-bar {
	position: absolute; left: 0; top: 45px; right: 0; padding: 20px; display: none;
	background-color: #fff; box-shadow: 0 10px 36px rgba(62,62,62, .3);
}
.hd-menu .more-bar a { float: left; font-size: 15px; line-height: 30px; margin-right: 45px; overflow: hidden; }

/* footer */
	/* ft-bl-tab2 */
.ft-bl-tab2 { height: 44px; }
.ft-bl-tab2 span { font-size: 16px; padding-bottom: 15px; }
.ft-bl-tab2 span.bl-tab-ct { font-weight: 500; }
.ft-bl-list { padding-bottom: 35px; border-bottom: 1px solid #eee!important; margin-bottom: 25px; }
.ft-bl-list li a { color: #666; }
.ft-bl-list li a:hover { color: #f60; }
	/* ft-nv */
.ft-nv { font-size: 14px; text-align: center; }
.ft-nv a { color: #222; }
.ft-nv a:hover { color: #f60; }
.ft-nv i { display: inline-block; width: 1px; height: 12px; background-color: #222; vertical-align: middle; margin: -2px 15px 0; }
.ft-copy { line-height: 26px; margin-top: 17px; }

/* weizhi */
.weizhi { padding: 15px 0; color: #aaa; }

/* f24-nav */
.f24-nav { font-size: 24px; line-height: 30px; font-weight: 300; }

/* type-list1 */
.type-list1 { margin-top: 25px; }
.type-list1 li { 
	float: left; transition: all .25s linear;
	width: 320px; height: 320px; padding: 30px; background-color: #fff; 
	text-align: center; margin: 0 30px 30px 0; 
}
.type-list1 li .img {  height: 200px; overflow: hidden; margin-bottom: 27px; }
.type-list1 li img { display: block; width: 100%; height: 100%; border-radius: 4px; transform: scale(1); transition: all .5s linear;  }
.type-list1 li h3 { font-size: 20px; font-weight: 600; line-height: 24px; height: 24px; overflow: hidden; }
.type-list1 li .tag { height: 60px; overflow: hidden; margin-top: 20px; }
.type-list1 li .tag a { font-size: 14px; color: #999; line-height: 30px; margin-right: 20px; }
.type-list1 li .tag a:hover { color: #222; }
.type-list1 li:hover { background-color: #fff; box-shadow: 0px 10px 36px rgba(62,62,62, .3); }
.type-list1 li:hover img { transform: scale(1.1); }

/* list-w50 */
.list-w50 { float: left; width: 540px; height: 194px; padding: 25px 30px; border-bottom: 1px solid #f5f5f5; }
.list-w50a { width: 539px; border-right: 1px solid #f5f5f5; }
.list-w50 .f20-nav { height: 30px; line-height: 30px; color: #222; }
.list-w50 .f20-nav strong { float: left; font-size: 20px; }
.list-w50 .f20-nav a { font-size: 16px; }
.list-w50 dl { height: 130px; margin-top: 25px; }
.list-w50 dl dt { float: left; width: 162px; height: 130px; overflow: hidden; margin-right: 20px; }
.list-w50 dl dt img { display: block; width: 100%; height: 100%; transform: scale(1); transition: all .5s linear; }
.list-w50 dl dd {}
.list-w50 dl dd a { display: block; height: 32px; line-height: 32px; overflow: hidden; font-size: 16px; }
.list-w50 dl dd a span { float: right; font-size: 12px; color: #aaa; margin-left: 20px; }
.list-w50:hover dl dt img { transform: scale(1.1); }

/* lanmu-tit */
.lanmu-tit { height: 200px; overflow: hidden; padding: 30px 0; border-bottom: 1px solid #f5f5f5; }
.lanmu-tit img { float: left; width: 320px; height: 200px; border-radius: 4px; margin-right: 30px; }
.lanmu-tit h1 { font-size: 30px; font-weight: 600; line-height: 36px; }
.lanmu-tit p { font-size: 16px; line-height: 32px; color: #666; margin-top: 10px; }

/* lanmu-tips */
.lanmu-tips { padding: 30px 0 20px; }
.lanmu-tips h2 { font-size: 20px; font-weight: 600; line-height: 24px; }
.lanmu-tips p { font-size: 16px; line-height: 32px; color: #666; margin-top: 18px; }
.lanmu-tips p b { color: #222; }
.lanmu-tips p a { color: #297acc; }
.lanmu-tips p a:hover { color: #f60; }

/* tw-list */
.tw-list {}
.tw-list li { padding: 30px 0; max-height: 140px; border-bottom: 1px solid #f5f5f5; }
.tw-list li .img { float: left; width: 200px; height: 140px; border-radius: 4px; overflow: hidden; margin-right: 25px;  }
.tw-list li .img img { display: block; width: 100%; height: 100%; transform: scale(1); transition: all .3s linear; }
.tw-list li h3 { font-size: 20px; line-height: 24px; height: 24px; overflow: hidden; }
.tw-list li p { font-size: 14px; line-height: 24px; color: #666; max-height: 72px; overflow: hidden; margin-top: 12px; }
.tw-list li .info { margin-top: 10px; }
.tw-list li .info span { color: #aaa; margin-right: 18px; }
.tw-list li .info span.s-red { color: #ff3333; }
.tw-list li:hover img { transform: scale(1.1); }

/* tw-list2 */
.tw-list2 {}
.tw-list2 li { height: 70px; padding: 15px 0; }
.tw-list2 li .img, .tw-list2 li .img img { float: left; width: 110px; height: 70px; border-radius: 4px; }
.tw-list2 li .img { margin-right: 20px; }
.tw-list2 li h3 { font-size: 18px; line-height: 30px; height: 60px; overflow: hidden; padding-top: 5px; }

/* other-bar */
.other-bar { padding-bottom: 25px; }
.other-bar dt { font-size: 20px; font-weight: 600; line-height: 24px; }
.other-bar dd { overflow: hidden; margin-top: 30px; }
.other-bar dd a { 
	float: left; width: 100px; height: 36px; background-color: #f8f8f8; margin: 0 15px 15px 0; 
	font-size: 14px; line-height: 36px; text-align: center;
}

/* ov-list */
.f20-nav { font-size: 20px; font-weight: 600; line-height: 24px; height: 24px; }
.f20-nav .more { font-size: 16px; font-weight: 400; }
.ov-list, .list-bar { margin-top: 22px; }
.ov-list li { overflow: hidden; padding: 3px 0; }
.ov-list li h3 { height: 36px; overflow: hidden; }
.ov-list li a { float: left; font-size: 16px; line-height: 36px; }
.ov-list li p { color: #aaa; display: none; }
.ov-list li.currer p { display: block; }
	/* */
.list-bar li { height: 42px; overflow: hidden; line-height: 42px; font-size: 16px; }
.list-bar li .r { float: right; font-size: 14px; color: #aaa; margin-left: 20px; }

/* tag-bar */
.tag-bar a { 
	float: left; height: 40px; padding: 0 10px; background-color: #f8f8f8; 
	font-size: 16px; line-height: 40px; white-space: nowrap; margin: 15px 10px 0 0;
}

/* link-list */
.link-list {  }
.link-list li { float: left; width: 33.33%; font-size: 16px; line-height: 44px; height: 44px; overflow: hidden; }

/* detail-page */
.detail-page-title { padding: 52px 0 45px; border-bottom: 1px solid #eee; }
.detail-page-title h1 { font-size: 30px; line-height: 40px; font-weight: 600; text-align: center; }
.detail-page-title .info { height: 20px; text-align: center; margin-top: 20px; }
.detail-page-title .info span { color: #bbb; }
.detail-page-title .info i { display: inline-block; vertical-align: middle; width: 1px; height: 10px; background-color: #ddd; margin: -2px 10px 0; }
	/**/
.detail-page-nr { font-size: 16px; line-height: 32px; color: #666; padding: 30px 0; }
.detail-page-nr p { margin-bottom: 20px;text-indent: 2em; }
.detail-page-nr p strong{ font-size: 20px;color:#333 }
	/**/
.detail-tips { background-color: #f8f8f8; padding: 15px; font-size: 14px; line-height: 30px; color: #999; }
	/**/
.yanshen-bar { font-size: 16px; }
.yanshen-bar h3 {  font-weight: 600; }
.yanshen-bar ul { margin-top: 16px; }
.yanshen-bar li { height: 38px; overflow: hidden; line-height: 38px; }
.yanshen-bar li a { color: #297acc; }
.yanshen-bar li a:hover { color: #f60; }
	/**/
.det-set { padding-left: 240px; }
.bdshare-button-style1-16 a,
.bdshare-button-style1-16 .bds_more { 
	float: left; width: 80px!important; height: 40px!important; line-height: 40px!important; background-color: #fafafa!important; border: 1px solid #ddd; border-radius: 4px; 
	margin: 0!important; font-size: 14px!important; background: none!important; padding-left: 12px !important;
}
.bdshare-button-style1-16 .bds_more .i-det7 { margin-right: 10px; }

/* jujiao-list */
.jujiao-list {}
.jujiao-list li { float: left; width: 238px; height: 195px; overflow: hidden; margin-right: 28px; }
.jujiao-list li.mr0 { margin-right: 0; }
.jujiao-list li a { display: block; height: 195px; position: relative; }
.jujiao-list li a img { display: block;	 width: 100%; height: 100%; transform: scale(1); transition: all .3s linear; }
.jujiao-list li a p { 
	position: absolute; left: 0; right: 0; bottom: 0; 
	height: 48px; overflow: hidden; background-color: #666; background-color: rgba(0,0,0, .7);
	font-size: 16px; color: #fff; line-height: 48px; text-align: center;
}
.jujiao-list li a:hover img { transform: scale(1.1); }

/*20180301 给内容里的表格添加边框线*/
.detail-page-nr table, .detail-page-nr th, .detail-page-nr td, .detail-page-nr tbody {
    border: 1px solid #ccc;
}


/* xg-know-list */
.xg-know-list { background-color: #fff; }
.xg-know-list li { padding: 30px 0; overflow: hidden; border-bottom: 1px solid #eee; }
.xg-know-list li:last-child, .xg-know-list li.borb0 { border-bottom: 0; }
.xg-know-list .l { float: left; margin-right: 18px; width: 192px; height: 120px; }
.xg-know-list .l img { display: block; width: 100%; height: 100%; }
.xg-know-list .t { height: 24px; line-height: 24px; font-size: 20px; font-weight: 600; }
.xg-know-list .m { font-size: 12px; color: #bbb; margin-top: 15px; }
.xg-know-list .b { margin-top: 13px; height: 48px; line-height: 24px; color: #666; overflow: hidden; }

/*2021-09-26*/
/* u-page */
.u-page { color: #999; font-size: 12px; }
.u-page a { 
    display: inline-block; width: 40px; height: 38px; line-height: 38px; margin-left: -1px; 
    border: 1px solid #eee; background-color: #fff; 
    text-align: center; color: #999; 
}
.u-page .u-p-prev, .u-page .u-p-next { width: auto; padding: 0 20px; white-space: nowrap; }
.u-page  span { display: inline-block; width: 40px; height: 40px; line-height: 40px; text-align: center; }
.u-page a:hover, .u-page a.u-p-on { background-color: #0057ff; border-color: #0057ff; color: #fff; }