/*
* @Author: Sun Jijing
* @Date:   2025-02-12 15:54:03
* @Last Modified by:   Sun Jijing
* @Last Modified time: 2025-03-10 18:00:47
*/

/* 公共样式 */
.mt60 { margin-top: 50px; }
.mb60 { margin-bottom: 50px; }
.pad60 { padding: 50px 0; }
.gray { background: #f4f4f4; padding: 50px 0; }

.mk_tit { display: flex; justify-content: space-between; align-items: center; margin-bottom: 15px; }
.mk_tit span { font-size: 24px; color: #333; font-weight: bold; }
.mk_tit a { font-size: 16px; color: #999; }
.mk_tit.blue span { color: #1a73bf; }
.mk_tit.white span { color: #fff; }
.mk_tit.white a { color: #eee; }

/* banner样式 */
.banner_con { position: relative; }
.banner_con, .banner_list, .banner_list li { width: 100%; }
.banner_list li a, .banner_list li img { display: block; width: 100%; }
.banner_but { position: absolute; bottom: 50px !important; text-align: center; z-index: 10; }
.banner_but li { display: inline-block; width: 65px; height: 5px; margin: 0 12px; background: rgba(255,255,255,.5); }
.banner_but li.on { background: #fff; width: 100px; }

/* 图片新闻 */
#xwzx_box .news_pic { width: 625px; position: relative; }
.news_pic_list li { position: relative; width: 100%; height: 354px; overflow: hidden; }
.news_pic_list li img { display: block; width: 100%; height: 100%; object-fit: cover; transform: scale(1); transition: all ease-in-out 400ms; }
.news_pic_list li p { width: 100%; height: 50px; background: linear-gradient(to top, rgba(0,0,0,.6), rgba(0, 0, 0, 0)); position: absolute; bottom: 0; z-index: 2; left: 0; }
.news_pic_list li span { display: block; width: 70%; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; height: 50px; line-height: 50px; font-size: 16px; color: #fff; padding: 0 16px; }
.news_pic_but { position: absolute; margin-right: 16px; z-index: 2; width: auto !important; left: inherit !important; right: 0 !important; }
.news_pic_but li { display: inline-block; width: 8px; height: 8px; border-radius: 50%; background: #fff; margin-left: 8px; }
.news_pic_but li.on { background: #1a54bf; }
.news_pic_list li:hover img { transform: scale(1.1); }

/* 新闻切换 */
#xwzx_box .news_tab { width: 550px; }
.news_tab_HD { position: relative; margin-bottom: 15px; }
.news_tab_HD span { display: inline-block; font-size: 20px; color: #333; font-weight: bold; margin-right: 25px; cursor: pointer; }
.news_tab_HD span a { font-size: 14px; color: #999; font-weight: normal; display: none; position: absolute; right: 0; top: 6px; }
.news_tab_HD span.on { font-size: 24px; color: #1a73bf; }
.news_tab_HD span.on a { display: block; }

.news_list li { line-height: 36px; overflow: hidden; }
.news_list li a { font-size: 14px; color: #333; display: block; float: left; max-width: 80%; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.news_list li span { font-size: 14px; color: #999; float: right; }
.news_list li.first { margin-bottom: 10px; padding-bottom: 15px; border-bottom: 1px solid #eee; }
.news_list li.first a { white-space: inherit; max-width: inherit; }
.news_list li.first .tit { font-weight: bold; font-size: 14px; line-height: 2em; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.news_list li.first .smy { line-height: 24px; color: #666; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3; overflow: hidden; }
.news_list li:hover a, .news_list li:hover span { color: #1a73bf; }

/* 横幅 */
.hengfu img { display: block; width: 100%; }

/* 党建园地 */
#djyd_box .news_con { width: 575px; }
#djyd_box .news_pic { width: 575px; overflow: hidden; position: relative; }
#djyd_box .news_pic_list li { height: 325px; }

/* 资产处置 */
.zccz_bg { background: url(zccz_bg.jpg) no-repeat center bottom; overflow: hidden; background-attachment: fixed; background-size: cover; }
.zccz_bg .mk_tit { margin-bottom: 35px; }
.zccz_box { width: 890px; position: relative; }
.zccz_list li { background: rgba(255,255,255,.8); }
.zccz_list li a { padding: 20px 15px; display: block; }
.zccz_list li .img { height: 185px; overflow: hidden; position: relative; margin-bottom: 10px; }
.zccz_list li .img img { display: block; width: 100%; height: 100%; object-fit: cover; transform: scale(1,1); transition: all linear 800ms; }
.zccz_list li .img .state { position: absolute; right: 0; top: 0; background: red; width: 70px; height: 30px; display: inline-flex; justify-content: center; align-items: center; font-size: 16px; color: #fff; }
.zccz_list li .txt p { font-size: 14px; color: #666; line-height: 2em; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.zccz_list li .txt p img { height: 16px; vertical-align: middle; margin-right: 10px; }
.zccz_list li .txt .tit { font-size: 16px; line-height: 1.8em; height: 3.6em; color: #000; white-space: inherit; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; }
.zccz_but { display: block; width: 30px; height: 60px; background: rgba(0, 0, 0, .7); text-align: center; line-height: 60px; font-size: 30px; color: #fff; font-family: '宋体'; position: absolute; z-index: 10; top: 50%; margin-top: -30px; }
.zccz_but.prev { left: 0; }
.zccz_but.next { right: 0; }
.zccz_point { text-align: center; margin-top: 40px; }
.zccz_point li { width: 20px; height: 5px; background: rgba(255,255,255,.8); display: inline-block;  margin: 0 3px; }
.zccz_point li.on { background: rgba(255,255,255,1); }
.zccz_list li:hover .txt .tit { color: #1a73bf; }
.zccz_list li:hover .img img { transform: scale(1.1,1.1); }
.zccz_list li.待公示 .img .state { background: #bbb; }

.zccz_link { width: 265px; height: 376px; overflow: hidden; position: relative; }
.zccz_link_list li img { display: block; width: 100%; height: 100%; object-fit: cover; }
.zccz_link_but { text-align: center; position: absolute; z-index: 10; }
.zccz_link_but li { display: inline-block; width: 8px; height: 8px; border-radius: 50%; background: rgba(255,255,255,.6); margin: 0 4px; }
.zccz_link_but li.on { background: #fff; }

.wycz_con .wycz_img { width: 820px; }
.wycz_con .wycz_link { width: 340px; background: blue; height: 182px; background: linear-gradient(to right, #1a73bf, #085ca4); }
.wycz_con .wycz_link a { display: flex; justify-content: center; align-items: center; height: 100%; }
.wycz_con .wycz_link span { font-size: 26px; color: #fff; }
.wycz_con .wycz_link img { height: 34px; margin-right: 20px }

/* 适配代码 */
@media screen and (min-width: 1600px){
	/* 公共样式 */
	.mt60 { margin-top: 0.75rem; }
	.mb60 { margin-bottom: 0.75rem; }
	.pad60 { padding: 0.75rem 0; }
	.gray { padding: 0.75rem 0; }

	.mk_tit { margin-bottom: 0.3rem; }
	.mk_tit span { font-size: 0.35rem; }
	.mk_tit a { font-size: 0.23rem; }

	/* banner样式 */
	.banner_but { bottom: 0.75rem !important; }
	.banner_but li { width: 1.0rem; height: 0.07rem; margin: 0 0.19rem; }
	.banner_but li.on { width: 1.5rem; }

	/* 图片新闻 */
	#xwzx_box .news_pic { width: 9.38rem; }
	.news_pic_list li { height: 5.3rem; }
	.news_pic_list li p { height: 0.7rem; }
	.news_pic_list li span { height: 0.7rem; line-height: 0.7rem; font-size: 0.23rem; padding: 0 0.25rem; }
	.news_pic_but { margin-right: 0.25rem; }
	.news_pic_but li { width: 0.1rem; height: 0.1rem; margin-left: 0.1rem; }

	/* 新闻切换 */
	#xwzx_box .news_tab { width: 8.25rem; }
	.news_tab_HD { margin-bottom: 0.2rem; }
	.news_tab_HD span { font-size: 0.3rem; margin-right: 0.35rem; }
	.news_tab_HD span a { font-size: 0.23rem; top: 0.1rem; }
	.news_tab_HD span.on { font-size: 0.35rem; }

	.news_list li { line-height: 0.55rem; }
	.news_list li a { font-size: 0.23rem; max-width: 75%; }
	.news_list li span { font-size: 0.23rem; }
	.news_list li.first { margin-bottom: 0.15rem; padding-bottom: 0.15rem; }
	.news_list li.first .tit { font-size: 0.23rem; }
	.news_list li.first .smy { line-height: 0.35rem; }

	/* 党建园地 */
	#djyd_box .news_con { width: 8.62rem; }
	#djyd_box .news_pic { width: 8.62rem; }
	#djyd_box .news_pic_list li { height: 4.88rem; }

	/* 资产处置 */
	.zccz_box { width: 13.6rem; }
	.zccz_list li .img { height: 2.88rem; }
	.zccz_list li .img .state { width: 1.12rem; height: 0.47rem; font-size: 0.23rem; }
	.zccz_list li .txt p { font-size: 0.23rem; }
	.zccz_list li .txt p img { height: 0.25rem; margin-right: 0.1rem; }
	.zccz_list li .txt .tit { font-size: 0.26rem; line-height: 1.8em; height: 3.6em; }

	.zccz_link { width: 3.9rem; height: 5.8rem; }

	.wycz_con .wycz_img { width: 11.75rem; }
	.wycz_con .wycz_link { width: 5.5rem; height: 2.62rem; }
	.wycz_con .wycz_link span { font-size: 0.42rem; }
	.wycz_con .wycz_link img { height: 0.5rem; margin-right: 0.38rem; }
}

@media screen and (max-width: 1200px){
	/* 公共样式 */
	.mt60 { margin-top: 1rem; }
	.mb60 { margin-bottom: 1rem; }
	.pad60 { padding: 1rem 0; }
	.gray { padding: 1rem 0; }

	.mk_tit { margin-bottom: 0.4rem; }
	.mk_tit span { font-size: 0.4rem; }
	.mk_tit a { font-size: 0.32rem; }

	/* banner样式 */
	.banner_but { bottom: 1rem !important; }
	.banner_but li { width: 1.0rem; height: 0.07rem; margin: 0 0.19rem; }
	.banner_but li.on { width: 1.5rem; }

	/* 图片新闻 */
	#xwzx_box .news_pic { width: 50%; }
	.news_pic_list li { height: 7.2rem; }
	.news_pic_list li p { height: 0.9rem; }
	.news_pic_list li span { height: 0.9rem; line-height: 0.9rem; font-size: 0.34rem; padding: 0 0.4rem; }
	.news_pic_but { margin-right: 0.4rem; }
	.news_pic_but li { width: 0.2rem; height: 0.2rem; margin-left: 0.2rem; }

	/* 新闻切换 */
	#xwzx_box .news_tab { width: 46%; }
	.news_tab_HD { margin-bottom: 0.3rem; }
	.news_tab_HD span { font-size: 0.36rem; margin-right: 0.35rem; }
	.news_tab_HD span a { font-size: 0.32rem; top: 0.1rem; }
	.news_tab_HD span.on { font-size: 0.38rem; }

	.news_list li { line-height: 0.7rem; }
	.news_list li a { font-size: 0.34rem; }
	.news_list li span { font-size: 0.34rem; }
	.news_list li.first { margin-bottom: 0.2rem; padding-bottom: 0.2rem; }
	.news_list li.first .tit { font-size: 0.34rem; }
	.news_list li.first .smy { line-height: 1.6em; font-size: 0.32rem; }

	/* 党建园地 */
	#djyd_box .news_con { width: 48%; }
	#djyd_box .news_pic { width: 48%; }
	#djyd_box .news_pic_list li { height: 6.2rem; }

	/* 资产处置 */
	.zccz_bg { background-size: cover; }
	.zccz_box { width: 14.4rem; }
	.zccz_list li .img { height: 4.2rem; }
	.zccz_list li .img .state { width: 1.2rem; height: 0.6rem; font-size: 0.3rem; }
	.zccz_list li .txt p { font-size: 0.34rem; }
	.zccz_list li .txt p img { height: 0.4rem; margin-right: 0.1rem; }
	.zccz_list li .txt .tit { font-size: 0.36rem; }

	.zccz_link { width: 6.5rem; height: 8.76rem; }
	.zccz_link .zcdmx { height: 4.9rem; }
	.zccz_link .wycz { height: 1.2rem; padding: 0 0.5rem; }
	.zccz_link .wycz span { font-size: 0.36rem; }
	.zccz_link .wycz img { height: 0.5rem; }

	.wycz_con { display: flex; justify-content: space-between; }
	.wycz_con::after { display: none; }
	.wycz_con .wycz_img { width: 65%; height: 3rem; }
	.wycz_con .wycz_link { width: 30%; height: 3rem; }
	.wycz_con .wycz_img img { width: 100%; height: 100%; object-fit: cover; }
}

@media screen and (max-width: 768px){
	/* 公共样式 */
	.mt60 { margin-top: 0.8rem; }
	.mb60 { margin-bottom: 0.8rem; }
	.pad60 { padding: 0.8rem 0; }
	.gray { padding: 0.8rem 0; }

	.mk_tit { margin-bottom: 0.4rem; }
	.mk_tit span { font-size: 0.4rem; }
	.mk_tit a { font-size: 0.32rem; }

	.banner_but { bottom: 0 !important; }
	.banner_but li { width: 0.4rem; margin: 0 0.05rem; }
	.banner_but li.on { width: 0.6rem; }

	#xwzx_box .news_pic, #djyd_box .news_con { width: 100%; float: none; margin-bottom: 0.5rem; }
	.news_pic_list li { height: auto; }
	.news_pic_but { bottom: 0.3rem !important; display: flex; align-items: center; }

	#xwzx_box .news_tab, #djyd_box .news_pic { width: 100%; float: none; }
	.news_tab_HD { margin-bottom: 0.2rem; display: flex; }
	.news_tab_HD span a { top: 0.05rem; }
	.news_list li { line-height: 0.8rem; }
	.news_list li a { max-width: 75%; }

	#djyd_box .news_pic_list li { height: auto; }

	.zccz_box { width: 100%; float: none; }
	.zccz_list li .txt p { font-size: 0.34rem; }
	.zccz_link { width: 100%; height: 4rem; float: none; display: none; }

	.wycz_con { flex-wrap: wrap; }
	.wycz_con .wycz_img { width: 100%; height: 5rem; margin-bottom: 0.5rem; }
	.wycz_con .wycz_link { width: 100%; height: 1.6rem; }
	.wycz_con .wycz_link span { font-size: 0.4rem; }
	.wycz_con .wycz_link img { height: 0.5rem; }
}

@media screen and (max-width: 460px){
	/* 公共样式 */
	.mk_tit a { font-size: 0.34rem; }

	.banner_list li img { height: 4.4rem; object-fit: cover; }

	/* 图片新闻 */
	.news_pic_list li span { font-size: 0.38rem; }

	/* 新闻切换 */
	.news_tab_HD span { font-size: 0.38rem; }
	.news_tab_HD span a { font-size: 0.38rem; }
	.news_tab_HD span.on { font-size: 0.42rem; }

	.news_list li a { font-size: 0.38rem; }
	.news_list li span { font-size: 0.38rem; }
	.news_list li.first .tit { font-size: 0.38rem; }
	.news_list li.first .smy { font-size: 0.34rem; }

	.zccz_list li .txt p { font-size: 0.38rem; }
	.zccz_list li .txt .tit { font-size: 0.44rem; }
	.zccz_list li .img { height: 5.6rem; }
}