/*
* @Author: Sun Jijing
* @Date:   2024-01-16 09:54:11
* @Last Modified by: Sun Jijing
* @Last Modified time: 2024-01-16 14:06:25
*/

/* 模块 */
.marB { margin-bottom: 35px; }
.itemL { width: 580px; }
.itemR { width: 590px; }
.header { margin-bottom: 20px; }

/* 头条新闻 */
.topNews { text-align: center; padding-bottom: 30px;background: #f2fcfe;margin-bottom: 20px;padding-top: 30px;}
.topNews .title { font-size: 30px; font-weight: bold; color: #333; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.topNews .title span { display: inline-block; margin-left: 30px; margin-right: 20px; width: 88px; height: 40px; border-radius: 0 15px 15px 15px; background: #e43802; line-height: 40px; text-align: center; color: #fff; font-size: 24px; box-shadow: -4px 0 0 #ff9a5d;float:left; }


/* 图片新闻 */
.picNews_con { position: relative; }
.picNews_con, .picNews_list, .picNews_list li, .picNews_list li img { width: 100%; }
.picNews_list li { position: relative; }
.picNews_list li img { display: block; height: 365px; object-fit: cover; transform: scale(1); transition: all linear 300ms; }
.picNews_list li p { height: 40px; line-height: 40px; position: absolute; width: 100%; bottom: 0; left: 0; background: rgba(0,0,0,.2); }
.picNews_list li p span { display: inline-block; font-size: 16px; color: #fff; padding-left: 15px; width: 420px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.picNews_but { text-align: right; position: absolute; text-align: right; left: inherit !important; right: 15px; z-index: 5; width: auto !important; }
.picNews_but li { display: inline-block; width: 12px; height: 12px; border-radius: 50%; background: rgba(255,255,255,.5); margin-left: 5px; }
.picNews_but li.on { background: rgba(255,255,255,1); }
.picNews_list li:hover img { transform: scale(1.1); }

/* 动态 */
.news_tab_hd { margin-bottom: 10px; overflow: hidden; border-bottom: 1px solid #e4e4e4; position: relative; }
.news_tab_hd span { display: inline-block; float: left; line-height: 1em; font-size: 22px; color: #282828; margin-right: 40px; padding-bottom: 15px; cursor: pointer; }
.news_tab_hd span a { font-size: 14px; color: #868686; position: absolute; right: 0; top: 2px; display: none; }
.news_tab_hd span.on { padding-bottom: 12px; border-bottom: 4px solid #006fb6; color: #006fb6; }
.news_tab_hd span.on a { display: inline-block; }
.news_list li { height: 40px; line-height: 40px; }
.news_list li a { font-size: 16px; color: #282828; position: relative; display: block; width: 80%; float: left; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.news_list li span { font-size: 16px; color: #858585; float: right; }
.news_list li:hover a, .news_list li:hover span { color: #015294; }

/* 政务公开 */
.zwgk_bg { background: #f2fcfe; padding: 35px 0; }
.zwgk_left { overflow: hidden; width: 900px; }
.xxgk_left_list { width: 106%; }
.xxgk_left_list li { width: 280px; height: 76px; margin-right: 25px; margin-top: 25px; background: url(zwgk_bg.png) no-repeat center; background-size: 100% 100%; float: left; border-radius: 4px; text-align: center; box-shadow: 0 5px 10px #eee; }
.xxgk_left_list li a { display: flex; align-items: center; height: 100%; font-size: 16px; }
.xxgk_left_list li img { vertical-align: middle; transform: rotateY(0deg); transition: all linear 300ms; }
.xxgk_left_list li span { width: 54px; height: 54px; border-radius: 10px; background: #006fb7; margin-right: 15px; box-shadow: 0 5px 10px rgba(0, 111, 183,.5); display: inline-flex; align-items: center; justify-content: center; margin-left: 40px; }
.zwgk_item.fl { margin-left: 25px; }
.zwgk_item { width: 285px; padding-top: 18px; }
.zwgk_list li { height: 53px; line-height: 53px; background: #006fb7; border-radius: 6px; margin-top: 8px; }
.zwgk_list li a { display: block; padding-left: 80px; font-size: 16px; color: #fff; }
.zwgk_list li img { vertical-align: middle; margin-right: 20px; transform: rotateY(0deg); transition: all linear 300ms; }
.zwgk_list li:hover img, .xxgk_left_list li:hover img { transform: rotateY(180deg); }
.zwgk_item.fr .zwgk_list li { background: #006fb7; }

/* 视频播报 */
.spbb_con { padding-top: 20px; }
.spbb_con .img { height: 275px; overflow: hidden; }
.spbb_con .img img { display: block; width: 100%; height: 100%; object-fit: cover; transform: scale(1); transition: all linear 400ms; }
.spbb_con .txt { height: 64px; line-height: 64px; text-align: center; background: #0170b8; font-size: 18px; color: #fff; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }

/* 专题专栏 */
.ztzl_con .item { margin-top: 28px; }
.ztzl_con .item img { display: block; width: 100%; }

/* 互动交流 */
.hdjl_con { margin-top: 30px; overflow: hidden; margin-bottom: 55px; }
.hdjl_list { width: 110%; }
.hdjl_list li { width: 390px; height: 108px; text-align: center; float: left; margin-right: 15px; }

@media screen and (max-width: 1200px) {
	/* 模块样式 */
	.itemL, .itemR { width: 48%; }

	/* 新闻动态 */
	.news_tab_hd span { font-size: 18px; margin-right: 25px; }

	/* 政务公开 */
	.zwgk_left { width: 48%; }
	.xxgk_left_list { width: 100%; display: flex; flex-wrap: wrap; justify-content: space-between; }
	.xxgk_left_list li { width: 48%; margin-right: 0; }
	.xxgk_left_list li a { justify-content: center; }
	.xxgk_left_list li span { margin-left: 0; }
	.zwgk_item { width: 24%; }
	.zwgk_item.fl { margin-left: 2%; }
	.zwgk_list li a { padding-left: 0; text-align: center; }

	/* 视频播报 */
	.spbb_con .img { height: 20vw; }

	/* 互动交流 */
	.hdjl_list { width: 100%; display: flex; justify-content: space-between; }
	.hdjl_list li { width: 31%; margin-right: 0; }
}
@media screen and (max-width:1024px) {
	/* 模块 */
	.itemL, .itemR { width: 100%; float: none; }
	.itemL { margin-bottom: 30px; }

	/* 新闻动态 */
	.picNews_list li img { height: 50vw; }

	/* 政务公开 */
	.zwgk_left { width: 100%; float: none; }
	.xxgk_left_list li { width: 24%; height: 50px; margin-right: 0; }
	.xxgk_left_list li a { font-size: 16px; }
	.xxgk_left_list li span { width: 32px; height: 32px;  }
	.xxgk_left_list li img { height: 60%; }

	.zwgk_item { width: 100%; float: none; }
	.zwgk_item.fl { margin-left: 0; }
	.zwgk_list { display: flex; justify-content: space-between; }
	.zwgk_list li { width: 31%; height: 50px; line-height: 50px; }
	.zwgk_list li a { display: flex; justify-content: center; align-items: center; }

	/* 视频播报 */
	.spbb_con .img { height: 50vw; }

}
@media screen and (max-width:768px) {
	.itemL { margin-bottom: 15px; }

	.picNews_list li p span { width: 70%; font-size: 14px; }
	.picNews_but { bottom: 15px !important; }
	.picNews_but li { width: 8px; height: 8px; }

	.news_tab_hd { position: static; display: flex; justify-content: space-between; }
	.news_tab_hd span { margin-right: 0; position: relative; }
	.news_tab_hd span a { width: 100%; height: 100%; z-index: 2; top: 0; opacity: 0; }
	.news_list li a { width: 70%;font-size: 14px; }
	.news_list li span { font-size: 14px; }

	.zwgk_bg { padding: 30px 0; }
	.xxgk_left_list li { width: 48%; margin-top: 10px;display:flex; }
.xxgk_left_list li span{margin-right:6px;}
	.zwgk_item { padding-top: 10px; }
	.zwgk_list { flex-wrap: wrap; }
	.zwgk_list li { width: 48%; height: 40px; line-height: 40px; }

	.spbb_con .txt { height: 40px; line-height: 40px; font-size: 14px; }

	.ztzl_con .item { margin-top: 10px; }

.topNews{padding-bottom: 20px;    padding-top: 20px;}
.topNews .title{ font-size: 20px;}
.topNews .title span{    font-size: 20px;    line-height: 30px;    height: 30px;}
.hdjl_con{    margin-bottom: 30px;margin-top: 0;}

	.hdjl_list { flex-wrap: wrap; }
	.hdjl_list li { width: 100%; margin-top: 10px; height: 50px; }
	.hdjl_list li a { font-size: 20px; }
	.hdjl_list li img {        width: 100%; }
}