﻿/*
* @Author: Sun Jijing
* @Date:   2022-09-29 17:41:20
* @Last Modified by: Sun Jijing
* @Last Modified time: 2022-09-30 17:47:25
*/
body { background: #; }

.logo2 { margin-left: 30px; }

.banner_con { position: relative; }
.banner_con img { display: block; width: 100%; }
.banner_con .bannerTxt { position: absolute; z-index: 2; top: 50%; left: 50%; margin-left: -600px; margin-top: -50px; }
.banner_con .bannerTxt .zh { color: #fff; font-size: 40px; font-weight: bold; line-height: 2em; }
.banner_con .bannerTxt .en { font-size: 20px; color: #fff; font-weight: normal; line-height: 1em; opacity: 0.7; }

/* 当前位置 */
.position { padding: 10px 0; }
.position, .position * { font-size: 16px; line-height: 32px; }
.position img { vertical-align: middle; }

.content { margin-bottom: 50px; }

/* 左侧导航 */
.menu_left { margin-left: 15px; width: 250px; padding-top: 15px; background: #fff; }
.menu_t { position: relative; height: 74px; width: 100%; margin-left: -16px; }
.menu_t span { display: block; background: #0e64ae url(../image/menu_icon.png) no-repeat 22px center; padding-left: 52px; line-height: 59px; font-size: 22px; color: #fff; border-radius: 0 2px 12px 0; box-shadow: 0 5px 10px #8cc2f0; }
.menu_t::after { content: ""; display: block; width: 0; height: 0; border-width: 8px; border-style: solid; border-color: #0b4576 #0b4576 transparent transparent; }
.menu_c { padding: 0 30px 15px; }
.menu_c>li { padding: 10px 0; }
.menu_c>li>a { font-size: 18px; line-height: 20px; border-left: 3px solid #1961ac; padding: 0 20px; }
.menu_sub { padding-left: 22px; margin-top: 10px; }
.menu_sub li a { padding: 5px 0; display: block; font-size: 16px; color: #666; }
.menu_c>li.on>a, .menu_sub li.on a { color: #1961ac; font-weight: bold; }

/* 右侧内容 */
.mk_con { width: 835px; padding: 10px 30px 30px; background: #fff; }
.mk_tit { border-bottom: 1px solid #eee; margin-bottom: 30px; }
.mk_tit span { font-size: 22px; color: #1961ac; line-height: 2.4em; position: relative; display: inline-block; }
.mk_tit span::after { content: ''; display: block; width: 40px; height: 3px; background: #1961ac; position: absolute; left: 0; bottom: 0; }

/* 单篇文章 */
.dpCon, .dpCon * { font-size: 16px; line-height: 2em; color: #333; text-align: justify; }
.dpCon strong { font-weight: bold; font-family: "微软雅黑"; }

/* 文章列表 */
.news_ul li { height: 46px; line-height: 46px; border-bottom: 1px dashed #eee; }
.news_ul li a { display: inline-block; max-width: 70%; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size: 16px; color: #333; float: left; padding-left: 20px; position: relative; }
.news_ul li a::before { content: ''; display: block; width: 4px; height: 4px; border-radius: 50%; border: 1px solid #aaa; position: absolute; left: 0; top: 50%; margin-top: -3px; }
.news_ul li span { float: right; font-size: 16px; color: #999; }
.news_ul li:hover a,.news_ul li:hover span { color: #1961ac; }
.news_ul li:hover a::before { border-color: #1961ac; background: #1961ac; }

/* 图片列表 */
.picList { overflow: hidden; }
.pic_ul { width: 110%; }
.pic_ul li { width: 266px; float: left; margin-right: 15px; border: 1px solid #eee; background: #fafafa; margin-bottom: 15px; }
.pic_ul li a { display: block; padding: 10px; }
.pic_ul li p { font-size: 16px; text-align: center; line-height: 2em; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.pic_ul li .img { height: 180px; overflow: hidden; background: url(../image/2022100809454172800.jpg) no-repeat center; background-size: cover; }
.pic_ul li img { width: 100%; height: 100%; object-fit: cover; transform: scale(1, 1); transition: all 300ms ease-in-out; }
.pic_ul li:hover img { transform: scale(1.1, 1.1); }

/* 分页 */
.page_box { line-height: 36px; text-align: center; margin-top: 30px; display: flex; align-items: center; justify-content: center; }
.page_box * { display: inline-block; font-size: 14px; }
.page_box > a, .page_box > font { display: inline-block; padding: 0 5px; line-height: 36px; font-size: 12px; border-radius: 4px; border: 1px solid #eee; min-width: 20px; margin: 0 5px; }
.page_box > span { display: none !important; }
.page_box input { width: 40px; text-align: center; height: 36px; border-radius: 4px; border: 1px solid #eee; margin: 0 5px; }
.page_box > a:hover, .page_box > font, .page_box input[type="button"] { background: #1961ac; color: #fff; }

/* 详情页 */
.detail_con { width: 820px; }

/* 响应式代码 */
@media screen and (max-width:1200px) {
	.banner_con .bannerTxt { left: 4vw; margin-left: 0; margin-top: -38px; }
	.banner_con .bannerTxt .zh { font-size: 30px; }
	.banner_con .bannerTxt .en { font-size: 16px; }

	.content { display: flex; justify-content: space-between; }
	.content.clearfix::after { display: none; }

	.con_left { width: 28%; }
	.menu_left { width: calc(100% - 15px); }

	.con_right { width: 70%; }
	.mk_con { width: 100%; }

	.dsj_year a { margin: 10px 15px; }

	.page_box { flex-wrap: wrap; }
	.page_box p { margin-top: 10px; width: 100%; }

	.pic_ul { width: 100%; display: flex; flex-wrap: wrap; justify-content: space-between; }
	.pic_ul li { width: 31%; margin-right: 0; margin-bottom: 10px; }
	.pic_ul li .img { height: 11vw; }
	.pic_ul li p { font-size: 14px; }

	.dpCon h1 { font-size: 22px; }
	.dpCon, .dpCon * { font-size: 14px; }
	.dpCon p { margin-bottom: 10px; }

}
@media screen and (max-width:1025px) {
	.logo2 { display: none; }
	.menu_c>li>a { font-size: 16px; }
	.news_ul li { height: 40px; line-height: 40px; }
	.news_ul li a, .news_ul li span { font-size: 14px; }

	.page_box > a, .page_box > font { line-height: 26px; }
	.page_box input { height: 26px; }
}
@media screen and (max-width:769px) {
	.position, .position * { font-size: 14px; line-height: 2em; }
	.position img { height: 20px; }

	.banner_con img { height: 40vw; }

	.content { display: block; margin-bottom: 20px; }
	.con_left, .con_right { width: 100%; float: none; }
	.con_left { margin-bottom: 20px; }

	.menu_t { width: calc(100% + 32px ); }
	.menu_c { display: none; }
	.menu_t span { position: relative; }
	.menu_t span::after { content: ""; display: block; width: 28px; height: 28px; border-radius: 50%; background: #fff; position: absolute; top: 15px; right: 10px; }
	.menu_t span::before { content: ''; display: block; width: 0; height: 0; border-style: solid; border-color: #0e64ae transparent transparent transparent; border-width: 8px 6px; position: absolute; right: 18px; z-index: 2; top: 26px; }

	.pic_ul li { width: 48.5%; }
	.pic_ul li a { padding: 5px 5px 0; }
	.pic_ul li .img { height: 20vw; }

	.mk_con { padding: 10px; margin-bottom: 0; padding-top: 0; }
	.mk_tit span { font-size: 18px; }
}
@media screen and (max-width:461px) {
	.mk_tit { margin-bottom: 15px; }
	.mk_tit span { font-size: 18px; line-height: 2em; padding-right: 36px; }

	.menu_left { margin-left: 5px; width: calc(100% - 10px); }
	.menu_t { margin-left: -5px; width: calc(100% + 10px ); }
	.menu_t::after { border-width: 2px; }

	.page_box p { display: none; }

	.dsj_year a { margin: 10px; }
}