@charset "utf-8";
/*
	Css for PEL,	ver 1.0
	CopyRight By Dongyi Network Technology CO.,Ltd Design Center

	ËùÓÐÍøÕ¾Í¨ÓÃÄ£¿£¿£¿£¿£¿é£¬£¬£¬£¬£¬£¬£¬£¬¿ÉÆ¾Ö¤×ÔÉíÍøÕ¾ÐÞ¸Ä
*/

/* Í¼Æ¬¾­ÓÉÐ§¹û */
.pic a { display: block; position: relative; transition: all 200ms ease 0s; overflow: hidden; }
.pic a:after { content: ""; position: absolute; width: 100px; height: 100%; top: 0; left: -100%; overflow: hidden; background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, 0) 100%); transform: skewX(-30deg); }
.pic a:hover:after { left: 150%; transition: left 1s ease 0s; }

/* ÎÞÊý¾Ý */
.noData { font-size: 1rem; text-align: left !important; }

/* list-info */
.infoList li,
.list-info li { line-height: 1.4em; font-size: 1em; padding: 0.75rem 0; }
.infoList li a,
.list-info li a { display: block; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; }
.infoList li .date,
.list-info li .date { margin-left: 1.25rem; float: right; color: #999; }

/* list-topic */
.list-topic .t { display: flex; flex-wrap: wrap; overflow: hidden; padding-bottom: 1.4rem; margin-bottom: 0.9rem; border-bottom: 2px solid #eee; }
.list-topic .t .pic { width: 100%; margin: 0 0 2.5rem 0; }
.list-topic .t .pic a { position: relative; display: block; height: 0; padding-bottom: 75%; overflow: hidden; }
.list-topic .t .pic img { position: absolute; left: 0; top: 0; border-radius: 1.25rem; }
.list-topic .t .con { width: 100%; flex-grow: 1; }
.list-topic .t .title { font-size: 1.375em; max-height: 3em; line-height: 1.5; overflow: hidden; font-weight: bold; color: #c41c23; }
.list-topic .t .title a { display: block; color: inherit; text-decoration: none; }
.list-topic .t .intro { margin-top: 1.2rem; font-size: 1em; color: #999090; max-height: 6em; line-height: 2; overflow: hidden; box-sizing: content-box; }
.list-topic .t .others { margin-top: 1.25rem; font-size: 1em; color: #999; }
.list-topic .t .others span { margin-right: 1.25rem; }
.list-topic .n { padding: 0.6rem 0; font-size: 1.1em; }
.list-topic .n > a { display: block; line-height: 1.4; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; }
.list-topic .n .date { margin-left: 0.9375rem; padding: 0 0.8em; float: right; color: #999; line-height: 1.6em; background: #f3f3f3; border-radius: 500px; font-size: 0.9em; }
.list-topic .n:hover > a { text-decoration: none; color: #c41c23; }
.list-topic .n:hover .date { background: #c41c23; color: #fff; }

/* ½¹µãÍ¼ */
.box-focus .swiper-slide { position: relative; }
.box-focus .swiper-slide .pic a { position: relative; display: block; height: 0; padding-bottom: 75%; overflow: hidden; }
.box-focus .swiper-slide .pic img { position: absolute; left: 0; top: 0; }
.box-focus .swiper-slide .con { position: absolute; left: 0; bottom: 0; width: 100%; padding: 1.75rem 1.25rem 3.4375rem; background: rgba(0, 0, 0, 0.5); }
.box-focus .swiper-slide .title { font-size: 1.1875em; line-height: 1.2; height: 1.2em; font-weight: bold; overflow: hidden; text-align: left; color: #fff; text-align: center; }
.box-focus .swiper-slide .title a { display: block; color: inherit; }
.box-focus .swiper-slide .intro { display: none; }
.box-focus .swiper-pagination-bullets { width: 100%; left: 0; bottom: 1rem; font-size: 0; }
.box-focus .swiper-pagination-bullets .swiper-pagination-bullet { vertical-align: top; width: 1rem; height: 1rem; font-size: 0; text-align: center; opacity: 1; border: 0.125rem solid #fff; background: none; }
.box-focus .swiper-pagination-bullets .swiper-pagination-bullet-active { background: #C70000; }

/* ½¹µãÍ¼ - ´ø¼ò½é */
.box-slide .swiper-slide { position: relative; display: flex; flex-wrap: wrap; }
.box-slide .swiper-slide .pic { width: 100%; }
.box-slide .swiper-slide .pic a { position: relative; display: block; height: 0; padding-bottom: 70%; overflow: hidden; }
.box-slide .swiper-slide .pic img { position: absolute; left: 0; top: 0; }
.box-slide .swiper-slide .con { width: 100%; display: flex; flex-direction: column; justify-content: center; padding: 1.875rem 1.5625rem 4.375rem; background: #f8f8f8; }
.box-slide .swiper-slide .title { font-size: 1.5em; line-height: 1.7em; max-height: 3.4em; overflow: hidden; text-align: left; }
.box-slide .swiper-slide .title a { display: block; color: inherit; text-decoration: none; }
.box-slide .swiper-slide .intro { margin-top: 1.875rem; line-height: 2.2em; font-size: 1em; color: #666; max-height: 4.4em; overflow: hidden; }
.box-slide .swiper-slide .others { margin-top: 1.875rem; line-height: 2em; font-size: 0.9375em; color: #999;}
.box-slide .swiper-slide .others > span { margin-left: 1.5625rem; }
.box-slide .swiper-slide .others > span:first-of-type { margin-left: 0; }
.box-slide .swiper-pagination-bullets { width: 100%; left: auto; right: 0; bottom: 2.125rem; font-size: 0; }
.box-slide .swiper-pagination-bullets .swiper-pagination-bullet { vertical-align: top; width: 0.75rem; height: 0.75rem; margin: 0 0.25rem; font-size: 0; text-align: center; opacity: 1; background: #ddd; }
.box-slide .swiper-pagination-bullets .swiper-pagination-bullet-active { background: #C70000; }

/* Í¼Æ¬ÁÐ±í */
.list-pic { display: flex; flex-wrap: wrap; margin: -2% -2% 0 0; overflow: hidden; text-align: center; }
.list-pic li { width: 48%; margin: 2% 2% 0 0; position: relative; overflow: hidden; border-radius: 4px; }
.list-pic .pic a { display: block; padding-bottom: 58%; position: relative; overflow: hidden; height: 0; }
.list-pic .pic img { position: absolute; left: 0; top: 0; min-height: 100%; width: 100%; }
.list-pic .title { position: absolute; height: 2.9em; left: 0; right: 0; bottom: 0; background: rgba(0, 0, 0, 0.5); }
.list-pic .title a { display: flex; justify-content: center; margin: 0.7em 1.25rem; height: 1.5em; font-size: 1em; line-height: 1.5em; text-align: center; overflow: hidden; color: #fff; text-decoration: none; }
.list-pic .title,
.list-pic .title a { transition: all ease 0.8s; }
.list-pic li:hover .title { height: 100%; }
.list-pic li:hover .title a {  align-items: center; padding: 1.25rem; margin: 0; height: 100%; font-size: 1.25em; }

/* ÄÚÈÝ´øÍ¼Æ¬µÄÐÅÏ¢ÁÐ±í_Í¼Æ¬ÅÐ¶ÏÊ½ */
.list-tp li { display: flex; padding-bottom: 1.5625rem; margin-bottom: 1.5625rem; overflow: hidden; border-bottom: 1px solid #eee; }
.list-tp li:last-of-type { margin-bottom: 0; }
.list-tp li a { display: block; color: inherit; text-decoration: none; }
.list-tp .pic { order: 1; margin-left: 1.5625rem; width: 11.25rem; }
.list-tp .pic a { display: block; padding-bottom: 75%; overflow: hidden; height: 0; }
.list-tp .pic img { position: absolute; left: 0; top: 0; width: 100%; min-height: 100%; border-radius: 4px; }
.list-tp .con { flex-grow: 1; width: 1%; }
.list-tp .title { max-height: 2.8em; font-size: 1.1875em; line-height: 1.4em; overflow: hidden; }
.list-tp .intro { display: none; margin-top: 0.75rem; line-height: 1.8em; color: #999; max-height: 3.6em; overflow: hidden; font-size: 0.9375em; }
.list-tp .others { margin-top: 0.75rem; line-height: 1.6em; font-size: 0.9375em; color: #999;}
.list-tp .others > span { margin-left: 1.5625rem; }
.list-tp .others > span:first-of-type { margin-left: 0; }
.list-tp li:hover .title { font-weight: bold; color: #c41c23; }

/* ×¨Ìâ×¨À¸ */
.list-special { margin: -1.25rem 0 0 -1.875rem; }
.list-special li { width: 100%; padding: 1.25rem 0 0 1.875rem; }
.list-special .pic { position: relative; display: block; height: 0; padding-bottom: 26.8%; overflow: hidden; }
.list-special .pic img { position: absolute; left: 0; top: 0; height: 100%; }
.list-special .tit { display: none; }


/* url_·½¿éÑùÊ½·ÖÒ³ */
.page{ line-height: 1; padding: 2.5rem 0 1.25rem; clear: both; overflow: hidden; color: #333; text-align: center; }
.page a,
.page span{ font-size: 1em; display: inline-block; vertical-align: top; border: 1px solid #ddd; padding: 0 0.7em; margin: 0.2em; line-height: 2; color: #333; background: #fff; }
.page a:hover,
.page span:hover{ border: 1px solid #c41c23; text-decoration: none; color: #c41c23; }
.page .current{ border: 1px solid #c41c23; background: #c41c23; color: #fff !important; }
.page select,
.page input{ height: 2em; margin: 0 0.5rem; background: none; border: none; vertical-align: top; text-align: center; padding: 0 0.5rem; outline: none; }
.page .disabled{ pointer-events: none; filter: alpha(opacity=50); -moz-opacity: 0.5; opacity: 0.5; }

/* PDF·ÖÒ³ */
.printArea .conTxt .pdf-page .page-num,
.printArea .conTxt .pdf-page .pdf-download{ height: auto; line-height: inherit; }

/*-- ÍøÕ¾µØÍ¼ --*/
.map-site .li1 { margin-bottom: 1.25rem; }
.map-site .h1 { line-height: 2.625em; border: 1px dotted #ccc; background: #fff; background: #f6f6f6; }
.map-site .h1 .a1 { display: block; font-size: 1.125em; color: #c41c23; padding-left: 1em; }
.map-site .ul1 { padding: 0.9375rem 1.25em 0; zoom: 1; }
.map-site .li2 { display: inline-block; line-height: 2em; vertical-align: top; padding-right: 2.5rem; vertical-align: top; padding-bottom: 0.5rem; }
.map-site .a2 { font-size: 1em; color: #666; }
.map-site .ul2 { padding: 0 0 1.25rem 0; }
.map-site .li3 { line-height: 1.125em; display: inline-block; *display: inline; zoom: 1; }
.map-site .a3 { font-size: 0.875em; color: #999; padding-right: 0.625rem; margin-right: 0.625rem; border-right: 1px solid #ddd; }
.map-site .last3 .a3 { border-right: 0; }

/* Ã½ÌåÅÌÎÊ */
@media (min-width:768px) {
	.list-topic .t .pic { width: 15rem; margin: 0 1.875rem 0 0; }
	.list-topic .t .con { width: 1%; }

	.box-slide .swiper-slide .pic { width: 50%; }
	.box-slide .swiper-slide .con { width: 50%; }
	.box-slide .swiper-pagination-bullets { width: 50%; }

	.list-pic li { width: 31.3333%; }
}
@media (min-width:992px) {
	.box-slide .swiper-slide .intro { max-height: 6.6em; }

	.list-tp .title { max-height: 1.4em; }
	.list-tp .intro { display: block; }
}
@media (min-width:1200px) {

	.box-slide .swiper-slide .intro { max-height: 8.8em; }
}

/*--
ÑÕÉ«´úÂë
#1E72B4 ÉîÀ¶É«ÎÊÌâ
#C4DEF8 µ­À¶É«±ß¿ò
--*/<!--ºÄÊ±1758147647.99Ãë-->