/*
* @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; margin-bottom: 40px; }

/* 当前位置 */
.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; }
.conLeft { width: 245px; }
.conRight { width: 940px; }

/* 导航 */
.navLeft h3 { padding: 22px 0; background: #194987 url(/uiFramework/commonResource/image/2024061811145857228.png) no-repeat center/cover; text-align: center; display: flex; align-items: center; justify-content: center; border-radius: 0 30px 0 0; }
.navLeft h3 img { vertical-align: middle; margin-right: 15px; }
.navLeft h3 span { font-size: 22px; font-weight: bold; color: #fff; line-height: 34px; display: inline-block; border-bottom: 1px solid #fff; }
.navLeft h3 i { display: none; }
.navLeft_list { min-height: 240px; background: #eff0f4; border-bottom: 3px solid #154681; }
.navLeft_list > li { margin-top: 1px; }
.navLeft_list > li > a { display: block; font-size: 18px; color: #333; -display: flex; align-items: center; padding: 20px 0; padding-left: 60px; padding-right: 30px; }
.navLeft_list > li > a::before { content: ''; display: inline-block; width: 6px; height: 6px; border-radius: 6px; background: #1d518d; vertical-align: middle; margin-right: 10px; }
.navLeft_list > li.on > a, .navLeft_list > li:hover > a { color: #fff; background: #1d518d; }
.navLeft_list > li.on > a::before, .navLeft_list > li:hover > a::before { background: #fff; }
.subNavLeft_list { padding: 10px 30px; background: #fff; margin: 10px; }
.subNavLeft_list li a { display: block; font-size: 16px; padding: 6px 0; }
.subNavLeft_list li.on a { color: #1d518d; font-weight: bold; }

/* 新闻列表-图片 */
.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; }
.article_page a { color: #2f78c6; }
.article_page a.more { font-weight: bold; color: #154681; }
.article_page .img img { display: block; width: 100%; }
.article_page video { width: 100%; height: auto; }

/* 分页 */
.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; }

/* 中心领导 */
.leader_list li { overflow: hidden; margin-bottom: 20px; display: flex; align-items: center; }
.leader_list li .img { width: 140px; height: 180px; padding: 5px; background: #f4f4f4; margin-right: 40px; flex-shrink: 0; }
.leader_list li .img img { width: 100%; height: 100%; object-fit: cover; }
.leader_list li .name { font-size: 20px; color: #000; font-weight: bold; }
.leader_list li .dept { font-size: 16px; margin-top: 20px; }

/* 历史沿革 */
.introduce { padding: 30px; background: #f4f4f4; }
.introduce p { font-size: 16px; line-height: 1.8em; font-family: '思源宋体'; text-align: justify; }
.lsyg_con { position: relative; margin-top: 40px; }
.lsyg_con .line { width: 0; height: 100%; position: absolute; left: 50%; border-left: 2px dashed #ccc; margin-left: -1px; z-index: -1; }
.lsyg_item { padding-bottom: 40px; margin-bottom: 40px; position: relative; }
.lsyg_item::after { content: ''; display: block; width: 20%; height: 2px; background: #1d518d; position: absolute; bottom: 0; left: 40%; }
.lsyg_item .year { margin-bottom: 40px; }
.lsyg_item .year span { font-size: 20px; position: relative; display: block; margin: 0 auto; width: 80px; height: 80px; z-index: 10; color: #fff; text-align: center; line-height: 80px; }
.lsyg_item .year span::before { content: ''; display: block; width: 100%; height: 100%; border-radius: 10px; background: #154681; transform: rotate(45deg); position: absolute; z-index: -1; }
.lsyg_item .slideBut { display: block; width: 20px; height: 20px; line-height: 20px; text-align: center; font-size: 16px; border-radius: 50%; border: 1px solid #1d518d; color: #1d518d; font-family: "宋体"; margin: 0 auto 20px; background: #fff; transform: rotate(90deg); font-weight: bold; }
.lsyg_item .slideBut.up { border-color: #ccc; color: #ccc; transform: rotate(-90deg); }
.lsyg_list { overflow: hidden; padding-top: 5px; }
.lsyg_list li { width: 40%; position: relative; transform: translateY(0); transition: all linear 300ms; }
.lsyg_list li.li0 { float: left; margin-right: 40%; }
.lsyg_list li.li1 { float: right; margin-left: 40%; }
.lsyg_list li::before { content: ''; display: block; width: 25%; height: 1px; background: #ccc; position: absolute; right: -25%; top: 20px; z-index: -1; }
.lsyg_list li::after { content: ''; display: block; width: 10px; height: 10px; border-radius: 50%; background: #1d518d; position: absolute; right: calc(-25% - 5px); top: 15px; }
.lsyg_list li.li1::before { right: inherit; left: -25%; }
.lsyg_list li.li1::after { right: inherit; left: calc(-25% - 5px); }
.lsyg_list li .top { height: 42px; line-height: 42px; position: relative; }
.lsyg_list li .top::after { content: ''; display: block; width: 6px; height: 6px; border-radius: 50%; background: #fff; border: 1px solid #ccc; position: absolute; right: -3px; top: 17px; }
.lsyg_list li.li1 .top::after { right: inherit; left: -3px; }
.lsyg_list li .top a { display: inline-block; font-size: 16px; color: #1d518d; float: left; }
.lsyg_list li.li1 .top a { float: right; }
.lsyg_list li .top .date { display: inline-block; width: 100px; height: 40px; text-align: center; float: right; border-radius: 6px; border: 1px solid #eee; font-size: 18px; color: #013e7f; }
.lsyg_list li.li1 .top .date { float: left; }
.lsyg_list li .tit { line-height: 1.6em; margin-top: 5px; }
.lsyg_list li .tit a { font-size: 18px; color: #333; }
.lsyg_list li .con { font-size: 14px; line-height: 1.5em; color: #444; margin-top: 10px; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 4; overflow: hidden; max-height: 6em; text-align: justify; }
.lsyg_list li .con img { float: left; width: 180px; margin-right: 10px; max-height: 6em; object-fit: cover; }
.lsyg_list li:hover { transform: translateY(-5px); }
.lsyg_list li:hover .tit a { font-weight: bold; }

/* logo列表 */
.list_tit { line-height: 50px; border-bottom: 1px solid #eee; margin-bottom: 1em; }
.list_tit span { font-size: 20px; border-bottom: 2px solid #013e7f; display: inline-block; color: #013e7f; }
.list_tit a { font-size: 16px; font-weight: normal; color: #999; float: right; }
.yxLogo_list { overflow: hidden; margin-bottom: 30px; display: flex; flex-wrap: wrap; }
.yxLogo_list li { width: 25%; float: left; text-align: center; margin-top: 20px; }
.yxLogo_list li img { display: inline-block; height: 100px; transform: rotateY(0deg); transition: all ease-in-out 300ms; }
.yxLogo_list li p { font-size: 14px; line-height: 2em; color: #333; }
.yxLogo_list li:hover img { transform: rotateY(180deg); }

/* 小logo列表 */
.yxLogo_list.small { padding-top: 10px; padding-left: 1px; }
.yxLogo_list.small li { width: 223px; height: 190px; border: 1px solid #eee; display: flex; justify-content: center; align-items: center; margin-top: -1px; margin-left: -1px; }
.yxLogo_list.small li img { max-width: 90%; max-height: 80px; object-fit: contain; }
.yxLogo_list.small li p { line-height: 1.5em;  padding: 0 10px; }
.yxLogo_list.small li:hover { box-shadow: 0 0 20px #eee inset; }

/* 文字logo */
.yxLogo_list.text li { width: 31.33%; margin: 10px 1% 0; display: inline-flex; justify-content: center; align-items: center; background: #f4f4f4; }
.yxLogo_list.text li a { padding: 10px; }
.yxLogo_list.text li p { line-height: 1.5em; }
.yxLogo_list.text li:hover p { color: #013e7f; }

/* 适配代码 */
@media screen and (max-width:1200px) {
	.content { margin-bottom: 25px; }
	.conLeft { width: 25%; }
	.conRight { width: 72%; }
	.module_con { margin-bottom: 20px; }

	.leader_list li { display: flex; }
	.leader_list li span { font-size: 16px; }
	.leader_list li .name { width: 20%; }
	.leader_list li .job { width: 50%; }

	.lsyg_list { background: #fff; }
	.lsyg_list li { width: 100%; padding: 10px 20px; background: #f4f4f4; }
	.lsyg_list li.li0 { margin-right: 0; float: none; }
	.lsyg_list li.li1 { margin-left: 0; float: none; }
	.lsyg_list li.li1 .top .date { float: right; }
	.lsyg_list li .top .date { background: #fff; }
	.lsyg_list li .top::after { display: none; }
	.lsyg_item .slideBut { display: flex; justify-content: center; align-items: center; }

	.yxLogo_list { display: flex; flex-wrap: wrap; }
	.yxLogo_list li img { height: auto; width: 50%; }

	.yxLogo_list.small li { width: 33.33%; }
	.yxLogo_list.small li img { max-width: 90%; height: auto; max-height: inherit; width: auto; }
}
@media screen and (max-width:1024px) {
	.position { height: 40px; line-height: 40px; }
	.position .con, .position .con * { font-size: 14px; }

	.navLeft h3 { padding: 10px 0; border-radius: 0 20px 0 0; }
	.navLeft h3 img { margin-right: 10px; height: 24px; }
	.navLeft h3 span { font-size: 20px; border-bottom: 0; }
	.navLeft_list > li > a { padding: 10px 20px !important; }

	.introduce { padding: 10px; }
	.lsyg_list li .top { height: 30px; line-height: 30px; }
	.lsyg_list li .top .date { height: 30px; width: auto; padding: 0 10px; }
	.lsyg_list li .con { display: block; max-height: initial; }
	.lsyg_list li .con img { display: block; float: none; width: 100%; max-height: initial; }

	.article_page video { width: 100%; height: auto; }
}
@media screen and (max-width:768px) {
	.position { height: auto; line-height: 2em; }

	.conLeft, .conRight { width: 100%; float: none; }
	.conLeft { margin-bottom: 10px; }

	.navLeft h3 { padding: 5px 20px; text-align: left; display: block; position: relative; border-radius: 0; }
	.navLeft h3 i { display: block; width: 32px; height: 32px; position: absolute; top: 5px; right: 20px; background: url(/uiFramework/commonResource/image/2024070210142942491.png) no-repeat center; cursor: pointer; }
	.navLeft_list { display: none; min-height: initial; }
	
	.module_con { padding: 0; box-shadow: none; }
	.introduce p { font-size: 14px; } 

	.leader_list li { }
	.leader_list li .name::before { margin-top: 18px; width: 16px; height: 16px; }
	.leader_list li .img { margin-right: 30px; flex-shrink: 0; }
	.leader_list li .name { width: 100px; }
	.leader_list li .job { width: 100%; }

	.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%; }
	.pic_news_list li:hover .date { background: #f2f2f2; color: #000; }
	.pic_news_list li:hover a { background: none; }
	.pic_news_list li:hover .tit, .pic_news_list li:hover .con, .pic_news_list li:hover .date span { color: #000; }

	.yxLogo_list.small li { width: 50%; height: 36vw; }
}
@media screen and (max-width:460px) {
	.leader_list li { height: auto; line-height: initial; padding: 10px; flex-direction: column; }
	.leader_list li .img { margin-right: 0; }
	.leader_list li .name { width: 100%; text-align: center; }
	.leader_list li .dept { margin-top: 10px; text-align: justify; }

	.list_tit span { font-size: 18px; }
	.article_page, .article_page * { font-size: 14px; }

	.pic_news_list li .img { width: 100%; float: none; height: auto; }

	.yxLogo_list li { width: 33.33%; }
	.yxLogo_list li p { font-size: 12px; line-height: 1em; }

	.yxLogo_list.text li { width: 48%; }
}