/*
* @Author: Sun Jijing
* @Date:   2023-12-22 13:42:25
* @Last Modified by: Sun Jijing
* @Last Modified time: 2023-12-22 13:42:25
*/

/* banner搜索 */
.banner { width: 100%; height: 400px; background: url(/eportal/fileDir/test/template/page/2023_list/banner.jpg) no-repeat top center; background-size: cover; }
.banner .logo { padding-top: 90px; text-align: center; margin-bottom: 35px; }
.search form { width: 340px; height: 40px; border-radius: 40px; border: 2px solid #fff; margin: 0 auto; box-shadow: 0 1px 5px #eee; overflow: hidden; }
.search form input { width: 285px; height: 40px; background: none; padding-left: 15px; font-size: 14px; color: #fff; float: left; }
.search form button { width: 40px; height: 40px; background: url(/eportal/fileDir/test/template/page/2023_list/search.png) no-repeat center; float: right; }

/* 当前位置 */
.position { padding: 5px 0; background: #eff3f6; }
.position .con { padding-left: 25px; background: url(/wlht/template/page/2023_list/position.png) no-repeat left center; }
.position .con, .position .con * { font-size: 16px; line-height: 40px; }
.position .con span { color: #ccc; font-family: '宋体'; }
.position .con a { color: #333; font-family: '微软雅黑'; }
.position .con a:last-child { color: #015293; }

/* sun20230530 */
.lindao2023 { padding: 0px 0 20px; }
.lindao2023_tit { font-size: 24px; line-height: 2.4em; border-bottom: 1px solid #ccc; margin-bottom: 30px; }
.lindao2023_con { overflow: hidden; }
.lindao2023_list.fr { width: 895px; }
.lindao2023_list li { float: left; width: 102px; margin-left: 40px; margin-bottom: 15px; text-align: center; }
.lindao2023_list li .photo { width: 100%; height: 130px; }
.lindao2023_list li .photo img { width: 100%; height: 100%; object-fit: cover; }
.lindao2023_list li .txt { margin-top: 10px; }
.lindao2023_list li .txt span { font-size: 14px; display: block; font-family: '宋体'; color: #434343; line-height: 1.8em; }
.lindao2023_list li .txt span.name { font-weight: 700; color: #026996; white-space: nowrap; }
.lindao2023_list li.first { width: 260px; }
.lindao2023_list li.first .photo { height: 340px; }
.lindao2023_list li.first .txt span { display: inline-block; }
@media screen and (max-width: 1200px) {
	.lindao2023_con { display: flex; justify-content: space-between; }
	.lindao2023_list.fr { width: 80%; }
}
@media screen and (max-width: 768px) {
	.lindao2023_con { display: block; }
	.lindao2023_list, .lindao2023_list.fr { width: 100%; display: flex; justify-content: space-around; flex-wrap: wrap; }
	.lindao2023_list.fl { justify-content: center; }
	.lindao2023_list li { margin-left: 0; width: 28%; }
	.lindao2023_list li.first { width: 50%; }
	.lindao2023_list li.first .photo { height: auto !important; }
}

/* 内容区域 */
.content { margin-top: 30px; margin-bottom: 50px; }
/* 模块样式 */
.module_box { border: 1px solid #eff3f6; }
.module_tit { border-bottom: 1px solid #eff3f6; background: #eff3f6; }
.module_tit span { display: inline-block; padding: 0 15px; font-size: 22px; line-height: 2em; background: #015293; color: #fff; }
.module_con { padding: 20px 30px; }
.ldBoxs{margin-bottom:50px;}

/* 新闻列表 */
.news_con { margin-bottom: 30px; }
.news_list li { height: 46px; line-height: 46px; }
.news_list li a { display: block; width: 80%; float: left; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size: 16px; color: #333; padding-left: 15px; position: relative; }
.news_list li a::before { content: ''; display: block; width: 4px; height: 4px; border-radius: 50%; background: #015293; position: absolute; left: 0; top: 21px; }
.news_list li span { float: right; font-size: 14px; color: #999; }
.news_list li:hover a, .news_list li:hover span { color: #015293; }
.news_list li:hover a::before { background: #015293; }
.news_list li:nth-child(5n) { padding-bottom: 20px; margin-bottom: 20px; border-bottom: 1px dashed #ccc; }
.news_list li:last-child { padding-bottom: 0; margin-bottom: 0; border-bottom: 0; }

/* 分页 */
.page_box { text-align: center; line-height: 32px; }
.page_box a, .page_box > font { display: inline-block; font-size: 14px; color: #333; padding: 0 8px; border: 1px solid #ccc; border-radius: 4px; min-width: 16px; }
.page_box a:hover, .page_box > font { background: #015293; border-color: #015293; color: #fff; }
.page_box span { display: none !important; }
.page_box span.txt { display: inline-block !important; font-size: 14px; color: #333; margin: 0 5px; }
.page_box span.txt input { border: 1px solid #ccc; border-radius: 4px; height: 32px; text-align: center; width: 50px; }
.page_box span.txt input[type="button"] { background: #015293; border-color: #015293; color: #fff; }



@media screen and (max-width: 768px) {
	.position .con, .position .con * { font-size: 14px; line-height: 1.5em; }
	.position .con a { display: inline-block; white-space: nowrap; }
	.module_box { border: 0; }
	.module_con { padding: 20px 0; }
	.module_tit span { font-size: 18px; } 

	/* 新闻列表 */
	.news_con { margin-bottom: 20px; }
	.news_list li { height: 36px; line-height: 36px; }
	.news_list li a { width: 75%; font-size: 14px; }
	.news_list li a::before { top: 16px; }

	/* 分页 */
	.page_box a, .page_box > font, .page_box span.txt { margin-bottom: 10px; }



}