/*
* @Author: Sun Jijing
* @Date:   2023-10-31 16:37:29
* @Last Modified by: Sun Jijing
* @Last Modified time: 2023-11-01 10:26:15
*/

/* 列表 */
.jydx_wrap { padding: 50px 0; background: #f7ecd6; position: relative; }
.yjdx_con { overflow: hidden; }
.yjdx_list { width: 110%; }
.yjdx_list li { width: 312px; float: left; margin-right: 41px; padding: 20px 30px 30px; background: url(bg_news.png) no-repeat center/100% 100%; height: 320px; margin-bottom: 45px; }
.yjdx_item .tit { font-size: 22px; font-weight: 400; border-bottom: 2px solid #c49d50; color: #c72820; margin-bottom: 10px; line-height: 40px; }
.yjdx_item .tit span { border-bottom: 2px solid #c72820; margin-bottom: -2px; display: inline-block; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; max-width: 85%; }
.yjdx_item .tit .more { float: right; margin-top: 12px; }
.yjdx_item .con .img { width: 100%; height: 200px; overflow: hidden; margin-bottom: 10px; }
.yjdx_item .con .img img { width: 100%; height: 100%; object-fit: cover; transform: scale(1); transition: .8s; }
.yjdx_item .con .txt p { font-size: 14px; line-height: 2em; display: -webkit-box; }
.yjdx_item:hover .con .img img { transform: scale(1.05); }

/* 详情 */
.yjdx_tit { border-bottom: 2px solid #c49d50; margin-bottom: 30px; }
.yjdx_tit h1 { font-size: 52px; font-weight: 400; }
.yjdx_tit span { border-bottom: 2px solid #c72820; margin-bottom: -2px; display: inline-block; color: #c72820; padding-bottom: 15px; letter-spacing: 0.1em; }
.yjdx_pic { position: relative; margin-bottom: 30px !important; }
.yjdx_pic_list li, .yjdx_pic_list li img { width: 100%; }
.yjdx_pic_list li img { display: block; height: 250px; object-fit: cover; }
.yjdx_but { display: block; width: 100px; height: 100px; position: absolute; top: 50%; margin-top: -50px; z-index: 5; }
.yjdx_prev { background: url(prev.png) no-repeat center; left: 0; }
.yjdx_next { background: url(next.png) no-repeat center; right: 0; }
.yjdx_txt { margin-bottom: 30px; }
.yjdx_txt p { font-size: 16px; line-height: 2em; color: #434343; }
.yjdx_tab { padding-top: 15px; overflow: hidden; }
.yjdx_tab .u_line { width: 900px; height: 2px; background: #c49d50; margin: 0 auto; }
.yjdx_tab_bd { margin-left: -40px; }
.yjdx_tab_bd .item { margin-left: 40px; width: 270px; float: left; text-align: center; }
.yjdx_tab_bd .item .tit { margin-top: -15px; margin-bottom: 30px; font-size: 16px; color: #c49d50; }
.yjdx_tab_bd .item .img { padding: 0 5px; background: #f7ecd6; display: inline-block; }
.yjdx_tab_bd .item img.hov { display: none; }
.yjdx_tab_bd .item .con { height: 110px; min-height: 110px; border: 1px solid #d1b57d; background: #ebd8b2; border-radius: 5px; position: relative; text-align: center; padding: 5px 10px; display: flex; align-items: center; justify-content: center; }
.yjdx_tab_bd .item:hover img.nor { display: none; }
.yjdx_tab_bd .item:hover img.hov { display: block; }
.yjdx_tab_bd .item:hover .tit { color: #c72820; }
.yjdx_tab_bd .item:hover .con { border-color: #c72820; background: #fef7e9; }

/* 导航 */
.mldxMapList{width:102px;position: fixed;left: 50px;top: 50%;margin-top:-204px;z-index: 5;}
.mldxMapList li{width:100%;height:102px;margin-bottom:16px;background:url(/bjsdxqrmzf/uiFramework/commonResource/image/2023051820333119989.png) no-repeat center;text-align:center;}
.mldxMapList li div{padding:8px 0;}
.mldxMapList li p{font-size:20px;color:#fff;}
.mldxMapList li.yes{background:url(/bjsdxqrmzf/uiFramework/commonResource/image/2023051820390490303.png) no-repeat center; box-shadow: 0 0 14px rgba(247, 236, 214,.5); }

@media screen and (max-width:1200px) {
	.mldxMapList { width: 80px; height: auto; left: 2%; }
	.mldxMapList li div img { width: 50px; }
	.mldxMapList li p { font-size: 18px; margin-bottom: 10px; }

	.yjdx_list { width: 100%; display: flex; flex-wrap: wrap; justify-content: space-evenly; }
	.yjdx_list li { width: 31%; margin-right: 0; background-size: 100% 100%; padding: 15px; height: auto; margin-bottom: 30px; }
	.yjdx_item .con .img { height: 18vw; }

	.yjdx_tit { margin-bottom: 20px; }
	.yjdx_tit h1 { font-size: 30px; }
	.yjdx_pic { margin-bottom: 20px !important; }
	.yjdx_pic_list li img { height: 22vw; }
	.yjdx_but { width: 60px; height: 60px; margin-top: -30px; background-size: 100% 100% !important; }

	.yjdx_tab .u_line { width: 75%; }
	.yjdx_tab_bd { margin-left: 0; width: 100%; display: flex; justify-content: space-between; }
	.yjdx_tab_bd .item .tit { margin-bottom: 10px; }
	.yjdx_tab_bd .item { margin-left: 0; width: 23%; }
	.yjdx_tab_bd .item .con { height: auto; }
}

@media screen and (max-width:1024px) {
	.jydx_wrap { padding: 30px 0; }
	.yjdx_pic_list li img { height: 30vw; }
}

@media screen and (max-width: 767px) {
	.mldxMapList { left: inherit; right: 2%; }

	.yjdx_list li { width: 46%; }
	.yjdx_item .con .img { height: 25vw; }
}
@media screen and (max-width: 520px) {
	.yjdx_list li { width: 100%; margin-bottom: 10px; }
	.yjdx_item .con .img { height: 60vw; }

	.yjdx_tit h1 { font-size: 24px; }
	.yjdx_pic_list li img { height: 60vw; }
	.yjdx_txt { margin-bottom: 0; }
	.yjdx_txt p { font-size: 14px; line-height: 1.8em; }
	.yjdx_but { width: 30px; height: 30px; margin-top: -15px; }
	.yjdx_tab .u_line { display: none; }
	.yjdx_tab_bd .item .tit { margin-top: 10px; }
	.yjdx_tab_bd { flex-wrap: wrap; }
	.yjdx_tab_bd .item { width: 48%; }
}