/* 重置样式 */
* { margin: 0; padding: 0; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; font-family: '微软雅黑', Arial !important; color: #000; }
img { border: none; }
a { text-decoration: none; }
ul, li { list-style: none; }
html, body { width: 100%; }
body { background: url(banner.png?timestap=123) top center no-repeat; max-width: 1920px; width: 100%; margin: 0 auto; }
.gray { background: #fef9ef; }
.pubcon, .container { width: 1200px; margin: 0 auto; padding: 0 45px; }
.module_row { display: flex; justify-content: space-between; flex-wrap: wrap; padding-top: 25px; padding-bottom: 25px; }
.module_item { width: 48%; }
.module_tit { margin-bottom: 25px; width: 100%; text-align: center; }
.module_tit img { height: 85px; }

/* banner */
.zt_banner { width: 100%; height: 334px; }

/* 新闻热点 */
.newsCenter { display: flex; justify-content: space-between; flex-wrap: wrap; margin-bottom: 50px; background-color: #fff; }
#hotNews { width: 1200px; padding: 30px 0; margin: 0 auto; background: #fff; }
.newsCenter_hot { width: 100%; text-align: center; }
.newsCenter_hot a { display: block; font-size: 38px; font-weight: bold; color: #ba0908; }
.newsCenter_left { width: 640px; }
.newsCenter_right { width: 440px; }
.newsCenter_pic { position: relative; margin-bottom: 20px; }
.newsCenter_pic ul li { position: relative; background: #c80101; }
.newsCenter_pic ul li img { max-width: 100%; display: block; height: 380px; transition: transform 0.3s ease; margin: 0 auto; }
.newsCenter_pic ul li:hover img { transform: scale(1.05); }
.newsCenter_pic ul li p { position: absolute; bottom: 0; left: 0; width: 100%; height: 50px; line-height: 50px; background-color: rgba(0, 0, 0, 0.5); color: #fff; }
.newsCenter_pic ul li p span { display: block; font-size: 18px; padding: 0 20px; color: #fff; max-width: 85%; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
ul.newsCenter_pic_but { position: absolute; right: 20px; width: auto !important; bottom: 21px !important; left: inherit !important; z-index: 5; display: flex; align-items: center; }
ul.newsCenter_pic_but li { display: block; width: 8px; height: 8px; margin-left: 8px; background: rgba(255, 255, 255, 0.5); border-radius: 50%; transition: transform 0.3s ease, background-color 0.3s ease; cursor: pointer; }
ul.newsCenter_pic_but li.on { background: rgba(255, 255, 255, 1); }
.smallNews_pic { overflow: hidden; }
.smallNews_pic ul { width: 105%; }
.smallNews_pic ul li { float: left; margin-right: 5px; width: 161px; height: 100px; overflow: hidden; opacity: 0.5; }
.smallNews_pic ul li.on { opacity: 1; }
.smallNews_pic ul li img { display: block; width: 100%; height: 100%; object-fit: cover; transform: scale(1); transition: transform 0.5s ease; }
.smallNews_pic ul li p { display: none; }
.smallNews_pic ul li:hover img { transform: scale(1.1); }
.newsCenter_line1 li { height: 60px; border-bottom: 1px dotted #a9a9a9; display: flex; align-items: center; }
.newsCenter_line1 li a { height: 100%; font-size: 16px; line-height: 1.5em; max-height: 3em; color: #000; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; }

/* 新闻轮播 */
.picNews { position: relative; }
.picNews_list li { position: relative; }
.picNews_list li img { width: 100%; display: block; height: 330px; object-fit: cover; transition: transform 0.3s ease; }
.picNews_list li:hover img { transform: scale(1.05); }
.picNews_list li p { position: absolute; bottom: 0; left: 0; width: 100%; height: 57px; line-height: 57px; background: linear-gradient(to top, #333, transparent); color: #fff; }
.picNews_list li p span { font-size: 18px; padding: 0 20px; color: #fff; max-width: 75%; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.picNews_but { position: absolute; right: 20px; width: auto !important; bottom: 16px !important; left: inherit !important; z-index: 5; display: flex; align-items: center; }
.picNews_but, .picNews_but * { color: #fff; font-size: 18px; }
.news_list li { height: 55px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.news_list li a { display: -webkit-box; align-items: baseline; font-size: 16px; color: #333; line-height: 1.6em; position: relative; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 2; padding-left: 20px; transition: color 0.3s ease; }
.news_list li:hover a { color: #d32d26; }
.news_list li a::before { content: ''; display: block; width: 4px; height: 4px; border: 3px solid #eb7f4b; border-radius: 50%; position: absolute; top: 10px; left: 0; }
.news_list.bold li { border-bottom: 1px dashed #ccc; }
.news_list.bold li:last-child { border-bottom: 0; }
.news_list.bold li a { font-weight: bold; padding-left: 0; }
.news_list.bold li a::before { display: none; }
.news_con .more { text-align: center; position: relative; display: block; width: 100%; line-height: 2.4em; }
.news_con .more::before { content: ''; display: block; width: 100%; height: 1px; background: #d7dfeb; position: absolute; left: 0; top: 50%; }
.news_con .more span { display: inline-block; font-size: 16px; color: #084896; padding: 0 30px; background-color: #fff; position: relative; z-index: 2; }

/* 民族团结 */
.mztj_list { display: flex; flex-wrap: wrap; justify-content: space-between; }
.mztj_list li { width: 48%; padding-bottom: 6px; margin-bottom: 6px; border-bottom: 1px dashed #999; transition: border-color 0.3s ease; }
.mztj_list li:hover { border-bottom-color: #d32d26; }
.mztj_list li a { display: flex; align-items: center; height: 100%; }
.mztj_list li .img img { width: 90px; margin-right: 25px; height: 60px; object-fit: cover; transition: transform 0.3s ease; }
.mztj_list li:hover .img img { transform: scale(1.1); }
.mztj_list li .txt { font-size: 16px; color: #000; padding-left: 20px; position: relative; line-height: 1.8em; transition: color 0.3s ease; }
.mztj_list li:hover .txt { color: #d32d26; }
.mztj_list li .txt::before { content: ''; display: block; width: 4px; height: 4px; border: 3px solid #eb7f4b; border-radius: 50%; position: absolute; top: 12px; left: 0; }

/* 大美新疆 */
.dmxj_bg { background: url(dmxj_bg.jpg) no-repeat top center; background-size: cover; }
.dmxj_con { width: 100%; overflow: hidden; position: relative; padding: 50px 0; }
.dmxj_list li { background: #333; overflow: hidden; }
.dmxj_list li img { display: block; width: 100%; height: 300px; object-fit: cover; opacity: 0.7; transition: opacity 0.3s ease, transform 0.3s ease; }
.dmxj_list li:hover img { opacity: 0.9; transform: scale(1.05); }
.dmxj_list li.swiper-slide-active { transform: scale(1.4, 1.25); position: relative; z-index: 4; box-shadow: 0 0 10px rgba(0, 0, 0, 0.3); }
.dmxj_list li.swiper-slide-active img { opacity: 1; }
.dmxj_nav_prev, .dmxj_nav_next { color: #d32d26 !important; width: 40px !important; height: 40px !important; background: #fff; border-radius: 50%; }
.dmxj_nav_prev::after, .dmxj_nav_next::after { font-size: 20px !important; font-weight: bold; }

/* 响应式适配 */

/* 1200px 及以下 */
@media (max-width:1200px) {
	.pubcon, .container { width: 95%; padding: 20px; }
	#hotNews { width: 95%; }
	.zt_banner { height: 20vw; }
	.module_tit a { padding-left: 150px; font-size: 26px; }
	.newsCenter_hot { width: 100%; margin-top: 20px; }
	.newsCenter_hot a { font-size: 26px; }
	.newsCenter_left { width: 50%; }
	.newsCenter_right { width: 46%; }
	.smallNews_pic ul { width: 100%; display: flex; justify-content: space-between; }
	.smallNews_pic ul li { margin-right: 0; width: 24%;}
}

/* 1024px 及以下 */
@media (max-width:1024px) {
	.pubcon, .container, #hotNews { width: 100%; padding: 15px; }
	.module_tit { height: 100px; }
	.module_tit a { padding-left: 120px; font-size: 24px; }
	.newsCenter_hot a { font-size: 32px; }
	.newsCenter_left { width: 45%; }
	.newsCenter_right { width: 52%; }
	.newsCenter_pic ul li img { height: 380px; }
	.picNews_list li img { height: 320px; }
	.news_smy_list li .tit { font-size: 18px; }
	.mztj_list li .img img { width: 100px; height: 70px; }
	.dmxj_list li img { height: 260px; }
}

/* 768px 及以下 */
@media (max-width:768px) {
	.module_row { flex-direction: column; padding: 30px 0; }
	.module_item { width: 100%; margin-bottom: 40px; }
	.module_tit { height: 80px; margin-bottom: 20px; }
	.module_tit img { height: 50px; }
	.newsCenter { flex-direction: column; margin-top: 30px; margin-bottom: 30px; }
	.newsCenter_hot { margin-bottom: 30px; }
	.newsCenter_hot a { font-size: 28px; }
	.newsCenter_left, .newsCenter_right { width: 100%; }
	.smallNews_pic ul li { height: 16vw; }
	.newsCenter_left { margin-bottom: 30px; }
	.newsCenter_pic ul li img { height: 300px; }
	.picNews_list li img { height: 250px; }
	.news_smy_list li .tit { font-size: 16px; }
	.news_list li { height: auto; flex-direction: column; align-items: flex-start; gap: 10px; padding: 15px 0; }
	.news_list li a { font-size: 14px; white-space: normal; line-height: 1.5em; }
	.mztj_list { flex-direction: column; }
	.mztj_list li { width: 100%; }
	.mztj_list li .img img { width: 80px; height: 60px; }
	.mztj_list li .txt { font-size: 14px; padding-left: 15px; }
	.dmxj_con { padding: 30px 0; }
	.dmxj_list li img { height: 200px; }

	.newsCenter_line2 .news_list li { height: auto; }
}

/* 460px 及以下 */
@media (max-width:460px) {
	.pubcon, .container, #hotNews { padding: 10px; }
	.module_row { padding: 20px; }
	.module_tit { height: 60px; margin-bottom: 15px; }
	.module_tit a { padding-left: 40px; font-size: 16px; }
	.newsCenter { margin-top: 20px; margin-bottom: 20px; }
	.newsCenter_hot { margin-bottom: 20px; }
	.newsCenter_hot a { font-size: 22px; }
	.newsCenter_left { margin-bottom: 20px; }
	.newsCenter_pic ul li img { height: 220px; }
	.picNews_list li img { height: 180px; }
	.news_smy_list li { padding-bottom: 10px; margin-bottom: 10px; }
	.news_smy_list li .tit { font-size: 14px; }
	.news_smy_list li .smy { margin-top: 8px; }
	.news_list li { padding: 10px 0; }
	.news_list li a { padding-left: 15px; }
	.news_list li span { font-size: 12px; }
	.mztj_list li { padding-bottom: 15px; margin-bottom: 15px; }
	.mztj_list li .img img { width: 60px; height: 45px; margin-right: 15px; }
	.mztj_list li .txt { padding-left: 10px; line-height: 1.6em; }
	.dmxj_con { padding: 20px 0; }
	.dmxj_list li img { height: 150px; }
	.dmxj_list li.swiper-slide-active { transform: scale(1.2, 1.1); }

	/* 导航按钮响应式 */
	.dmxj_nav_prev, .dmxj_nav_next { width: 35px; height: 35px; font-size: 18px; }
	.dmxj_nav_prev { left: 10px; }
	.dmxj_nav_next { right: 10px; }
}