/*
* @Author: Sun Jijing
* @Date:   2024-06-17 13:10:50
* @Last Modified by: Sun Jijing
* @Last Modified time: 2024-06-17 14:26:06
*/

/* 公共模块 */
.module_con { padding: 20px; box-shadow: 0 0 5px #ccc; }

/* 当前位置 */
.position { height: 54px; line-height: 54px; background: #eff0f4; }
.position .con, .position .con * { font-size: 16px; color: #999; font-family: "微软雅黑"; }
.position .con * { font-family: "宋体"; }
.position .con a { font-family: "微软雅黑"; }
.position .con img { vertical-align: middle; margin-right: 5px; }
.position .con a:last-child { color: #1d518e; }

/* 内容区域 */
.content { margin-top: 25px; margin-bottom: 55px; }

/* 新闻列表-图片 */
.pic_news_list li { overflow: hidden; padding-bottom: 15px; margin-bottom: 15px; border-bottom: 1px solid #f2f2f2; }
.pic_news_list li:last-child { border-bottom: 0; }
.pic_news_list li a { display: block; padding: 10px; overflow: hidden; }
.pic_news_list li .date { width: 106px; height: 106px; background: #f2f2f2; float: left; text-align: center; line-height: 1; font-size: 14px; color: #676767; margin-right: 10px; }
.pic_news_list li .date span { font-size: 24px; font-weight: bold; color: #676767; display: block; margin-top: 30px; margin-bottom: 10px; }
.pic_news_list li .img { float: left; max-width: 142px; overflow: hidden; height: 106px; margin-right: 10px; }
.pic_news_list li img { width: 142px; height: 100%; object-fit: cover; transform: scale(1); transition: all linear 400ms; }
.pic_news_list li .tit { font-size: 18px; color: #000; line-height: 2.4em; -margin-bottom: 10px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.pic_news_list li .con { font-size: 16px; color: #676767; line-height: 1.8; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; height: 3.6em; }
.pic_news_list li:hover a { background: #1d518d; }
.pic_news_list li:hover .date { background: #154681; color: #fff; }
.pic_news_list li:hover .date span { color: #fff; }
.pic_news_list li:hover img { transform: scale(1.1); }
.pic_news_list li:hover .tit { color: #fff; }
.pic_news_list li:hover .con { color: #fff; opacity: 0.7; }

/* 单篇文章 */
.article_page, .article_page * { font-size: 16px; line-height: 2em; }
.article_page p { margin-bottom: 1em; min-height: 1em; }

/* 分页 */
.module_page { text-align: center; }
.module_page span { display: none !important; }
.module_page_num { display: inline-block; }
.module_page a, .module_page font { display: inline-block; min-width: 36px; height: 36px; line-height: 36px; font-size: 16px; color: #333; margin: 0 5px; }
.module_page_num a, .module_page_num font { width: 36px; text-align: center; border-radius: 50%; }
.module_page > a:hover { color: #1d518d; }
.module_page_num a:hover, .module_page_num font { background: #1d518d; color: #fff; }

/* 学习园地 */
.xxyd { padding-top: 55px; padding-bottom: 55px; }
.xxyd_con { overflow: hidden; }
.xxyd_list { width: 105%; }
.xxyd_list li { width: 280px; float: left; margin-right: 26px; margin-bottom: 25px; }
.xxyd_list li .img { height: 195px; overflow: hidden; }
.xxyd_list li .img img { width: 100%; height: 100%; object-fit: cover; display: block; }
.xxyd_list li .txt { padding: 20px; background: #eff0f3; }
.xxyd_list li .date { font-size: 14px; color: #0e4786; margin-bottom: 5px; }
.xxyd_list li .tit { font-size: 16px; color: #333; font-weight: bold; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; margin-bottom: 10px; }
.xxyd_list li .smy { font-size: 14px; color: #666; line-height: 18px; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; height: 36px; overflow: hidden; }

/* 网站地图 */
.map { border-bottom: 1px dashed #ccc; padding-bottom: 20px; margin-bottom: 20px; }
.map > h2 { width: 160px; height: 60px; line-height: 60px; font-size: 24px; color: #fff; background: #214aa6; text-align: center; }
.map .UL { width: 82%; }
.map .UL { margin-left: 20px; }
.map .UL li { padding-right: 20px; line-height: 60px; }
.map .UL li a { font-size: 16px; color: #000; }

@media screen and (max-width: 1200px) {
	.xxyd_list { width: 100%; }
	.xxyd_list li { width: 32%; margin-right: 2%; }
	.xxyd_list li:nth-child(3n) { margin-right: 0; }
}
@media screen and (max-width:1024px) {
	.position { height: 40px; line-height: 40px; }
	.position .con, .position .con * { font-size: 14px; }

	.xxyd_list li .img { height: 20vw; }
}
@media screen and (max-width:768px) {
	.position { height: auto; line-height: 2em; padding: 0.5em 0; }

	.content { margin-bottom: 30px; }

	.pic_news_list li a { padding: 10px 0; }
	.pic_news_list li .date { width: 150px; height: auto; float: none; padding: 5px 0; margin-bottom: 10px; display: flex; justify-content: center; align-items: center; }
	.pic_news_list li .date span { font-size: 18px; margin-right: 10px; margin-top: 0; margin-bottom: 0; }
	.pic_news_list li .img { width: 150px; max-width: inherit; }
	.pic_news_list li img { width: 100%; }

	.xxyd_list { display: flex; justify-content: space-between; flex-wrap: wrap; }
	.xxyd_list li { width: 48%; margin-right: 0; }
	.xxyd_list li .txt { padding: 10px; }
	.xxyd_list li .img { height: 30vw; }
}
@media screen and (max-width:460px) {
	.pic_news_list li .img { width: 100%; float: none; height: auto; }

	.xxyd_list li { width: 100%; }
	.xxyd_list li .img { height: 45vw; }
}