/* CSS Document */
html {
	-webkit-text-size-adjust: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

/* 设置图片视频等自适应调整 */
* {
	margin: 0;
	padding: 0;
}

img {
	max-width: 100%;
	height: auto;
	width: auto\9;
	/* ie8 */
	vertical-align: top;
}



input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="text"],
input[type="password"],
select,
button,
textarea {
	-webkit-appearance: none;
	border-radius: 0;
	-webkit-border-radius: 0;
}

.css {
	-webkit-touch-callout: none
}

a {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	/*-webkit-user-modify:read-write-plaintext-only; */
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
	margin: 0;
	padding: 0;
}

html {
	-ms-touch-action: none;
}

a:hover {
	color: #e30005;
}

a:visited {
	color: rgba(0, 0, 0, 0);
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: normal;
}

i {
	font-style: normal;
}

li {
	list-style: none
}

img {
	border: 0;
}

a {
	color: #000;
	text-decoration: none;
	outline: none;
}

a.detail {
	color: red;
	margin-left: 5px;
}

/*a:hover{color:#c00;text-decoration:underline;}*/
em {
	font-style: normal;
}

body {
	background: #fdf9ee url(../images/pc-head.jpg) no-repeat center top;
	font: 16px/30px "Microsoft Yahei", "SimSun", "Arial Narrow";
	/* -webkit-filter: blur(4px);*/
}

.clearfix:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0;
	clear: both;
}

/* 清除浮动*/
* html .clearfix {
	zoom: 1;
}

.fl {
	float: left;
	display: inline-block;
}

.fr {
	float: right;
	display: inline-block;
}

.mt10 {
	margin-top: 10px;
}

.mt20 {
	margin-top: 20px;
}

.mt30 {
	margin-top: 30px;
}

/*-------------------------------------------------------------------------------------------------------------------------*/
.w {
	width: 1100px;
	margin: 0 auto;
	position: relative;
}



.icon {
	background: url(../../../2023/sxzy/images/icon_v.png) no-repeat;
	display: inline-block;
}


.head {
	height: 630px;
	width: 100%;
}

.wap-head {
	display: none;
	text-align: center;
}

.tq {
	width: 100%;
	color: #333;
	padding-bottom: 20px;
}

.tq .icon {
	display: none;
}

.tq h2 {
    height: 54px;
    line-height: 54px;
    font-size: 36px;
    font-weight: bold;
    text-align: center;
    padding-top: 20px;
}

.tq h2 a {
	color: #e30005;
}

.tq h2 a:hover {
	color: #e30005;
}

.tq p {
	/* text-indent: 2em; */
	font-size: 14px;
	/* padding: 0 60px; */
	/* text-align: center; */
	line-height: 24px;
}

.tq .icon {
	height: 51px;
	width: 54px;
	background-position: -60px 0;
	position: absolute;
	top: 0;
	left: 0;
}

.mod-a .fr {
	width: 522px;
	margin-top: 20px;
}

.mod-a .fl {
	width: 522px;
	margin-top: 20px;
}

.mod-a .slideBox {
	width: 518px;
	height: 330px;
	overflow: hidden;
	position: relative;
}

.slideBox .bd {
	width: 100%;
	height: auto;
	position: relative;
}

.slideBox .bd li {
	width: 100%;
	position: relative;
	height: 330px;
	overflow: hidden;
}

.slideBox .bd li a {
	display: block;
	width: 100%;
	height: 100%;
}

.slideBox .bd li img {
	display: block;
	width: 100%;
	/* height: 100%; */
	height: auto;
}

.slideBox .bd li p,
.slideBox .bd li em {
	position: absolute;
	height: 40px;
	bottom: 0;
	left: 4%;
	overflow: hidden;
	height: 40px;
	line-height: 40px;
	color: #fff;
	width: 80%;
	z-index: 9;
}

.slideBox .bd li p{
	white-space: nowrap;
	text-overflow: ellipsis;
}

.slideBox .bd li em {
	left: 0;
	width: 100%;
	z-index: 8;
	background: #000;
	filter: alpha(opacity=80);
	opacity: 0.8
}

.slideBox .hd {
	position: absolute;
	height: 12px;
	line-height: 12px;
	bottom: 13px;
	right: 4px;
	z-index: 10;
}

.slideBox .hd li {
	display: inline-block;
	width: 12px;
	height: 12px;
	background: #fff;
	border-radius: 50%;
	text-indent: -9999px;
	overflow: hidden;
	margin-right: 6px;
	float: left;
}

.slideBox .hd li.on {
	background: #CC0000;
}

.box .h a {
	display: block;
	height: 48px;
	line-height: 48px;
	color: #e30005;
	font-size: 24px;
	font-weight: bold;
	position: relative;
	border-bottom: 1px solid #e30005;
}

.box .h span {
	position: absolute;
	font-weight: normal;
	font-size: 14px;
	right: 0;
	bottom: 0;
	line-height: 40px;
}

.box .b {
	margin-top: 12px;
}

.box1 .b p {
	font-size: 14px;
	line-height: 26px;
	color: #555;
}

.box1 .b p a {
	color: #e30005;
}

.box1 .h {
	position: relative;
	color: #e30005;
}

.box1 .h em {
	height: 60px;
	position: absolute;
	top: 0;
	right: 0;
}

.box1 .h em a {
	display: inline;
	border: none;
	font-weight: normal;
	font-size: 16px;
	padding: 0 10px;
}

.box1 .h em a img {
	height: 26px;
	width: auto;
	margin-top: 17px;
}

.item {
	margin-bottom: 3px;
}

.item .item-pic {
	width: 522px;
	height: 290px;
	display: block;
	margin-bottom: 10px;
	object-fit: cover;
}

.item h2 {

	/* overflow: hidden; */
	/* white-space: nowrap; */
	/* text-overflow: ellipsis; */

	line-height: 30px;
	/* height: 40px; */
	overflow: hidden;
	font-size: 21px;
	font-weight: bold;

}

.item p {
	font-size: 14px;
	line-height: 22px;
	/* height: 44px; */
	overflow: hidden;
	color: #555;
}

.item .time {
	height: 102px;
	width: 102px;
	float: left;
	text-align: center;
	margin-right: 20px;
	background: #fff;
}

.item .time p {
	height: 70px;
	line-height: 70px;
	font-size: 36px;
	color: #3f578b;
}

.item .time div {
	height: 32px;
	line-height: 32px;
	color: #fff;
	background: #506696;
}

.box li {
	height: 42px;
	line-height: 42px;
	overflow: hidden;
	font-size: 16px;
	border-bottom: 1px dotted #a7a7a7;
	white-space: nowrap;
    text-overflow: ellipsis;
}

/* .box li a {
	display: block;
} */

.mod-b {
	width: 100%;
	padding: 20px 0 0;
	margin-top: 0;
}

.mod-b .fl {
	width: 522px;
}

.mod-b .fr {
	width: 522px;
}

/* mod-c */

.mod-c {
	margin-bottom: 40px;
	margin-top: 30px;
}

.mod-c .wap-title {
	display: none;
}

.mod-c .more {
	width: 87%;
	height: 30px;
	text-align: end;
	margin-top: 10px;
}


.mod-c .more a {
	color: #d60000;
}

.mod-c .v {
	text-align: center;
	margin-bottom: 40px;
}

.mod-c .v a {
	display: inline-block;
	*display: inline;
	width: 240px;
	zoom: 1;
	text-align: center;
	padding: 5px 10px;
	height: 40px;
	line-height: 40px;
	font-size: 20px;
	font-weight: bolder;
	text-align: center;
	margin: 5px;
	border: 1px solid #ccc;
	border-radius: 50px;
}

.mod-c .v .on,
.mod-c .v a:hover {
	background: #e7331b;
	color: #fff;
	border-color: #ee422b;
}

.mod-c .b {
	display: none;
}

.mod-c .cur {
	display: block;
}

.mod-c .u-box-b .content {
	width: 460px;
	margin-left: 40px;
}

.single {
	width: 450px;
}


.mod-c .u-box-b .content .bt7_tuk {
	width: 440px;
	height: 260px;
	position: relative;
}

.mod-c .u-box-b .content .t3-pix {
	width: 410px;
	height: 250px;
	overflow: hidden;
	position: absolute;
	z-index: 1;
	/*margin-left: 20px;*/
}

.mod-c .u-box-b .content .t3-pix img {
	width: 410px;
	height: 250px;
}


.mod-c .u-box-b .content .tu_heide {
	height: 35px;
	background-color: #d60000;
	top: -35px;
	z-index: 20;
	position: relative;
	filter: alpha(opacity=50);
	opacity: 0.6;


}

.mod-c .u-box-b .content .tu_wz {
	z-index: 22;
	top: -70px;
	height: 35px;
	line-height: 35px;
	position: relative;
	padding: 0px 5px;
	text-align: center;
	font-family: "微软雅黑", "黑体";
	font-size: 16px;
}

.mod-c .u-box-b .content .tu_wz a {
	color: #fff;

}

.mod-c .u-box-b .content .t3_pixbj {
	width: 410px;
	height: 250px;
	background-color: #efdec3;
	position: absolute;
	bottom: 0px;
	right: 0px;
	z-index: 0;
}

.mod-c .u-box-b .content .z_18a {
	font-family: "微软雅黑", "黑体";
	font-size: 18px;
	line-height: 48px;
	text-align: left;
	padding-top: 25px;
}

.mod-c .u-box-b .content .z_18a li {
	/* padding-left: 15px; */
	height: 48px;
	overflow: hidden;
}

.mod-c .fr {
	/*width: 556px;*/
	/*background: #eee;*/
	/*height: 356px;*/
}

.mod-c .im {
	height: 356px;
}

.mod-c .m-box {
	padding: 40px 40px 0;
}

.mod-c .item {
	border-bottom: 0;
}

.mod-c .item h2 {
	text-align: center;
}

.mod-c .item p {
	margin-top: 2px;
	height: 72px;
	margin-top: 15px;
}


/* mod-g 焦点图效果 */
.mod-g .wap-title {
	display: none;
}

.mod.mod-d.mod-g {
	padding: 0 0 40px 0;
}

.mod-g .hd li h1 {
	font-family: "微软雅黑", "黑体";
	font-size: 18px;
	color: #000000;
	text-align: left;
	line-height: 24px;
	/* padding-bottom: 12px; */
	/* height: 18px; */
	overflow: hidden;
	font-weight: bold;
}


.mod-g .picBtnTop {
	width: 940px;
	height: auto;
	position: relative;
	overflow: hidden;
	zoom: 1;
	margin-left: 55px;
}

.mod-g .picBtnTop .hd {
	width: 490px;
	height: 450px;
	position: absolute;
	right: 5px;
	overflow: hidden;
}

.mod-g .picBtnTop .hd ul li {
	width: 460px;
	height: 125px;
	background: #e4e4e4;
	margin-bottom: 8px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 20px;
}

.mod-g .picBtnTop .hd ul li p {
	text-indent: 2em;
}

.mod-g .picBtnTop .hd ul li.on p {
	color: #fff;
}

.mod-g .hd li.on h1 a {
	color: #fff;
}

/*.mod-g .picBtnTop .hd ul li.on h1 a {*/
/* */
/*}*/

.mod-g .picBtnTop .hd ul li span a {
	color: #e7412c;
}

.picBtnTop .hd ul li.on span a {
	color: #fff;
}

.mod-g .picBtnTop .hd ul li img {
	width: 450px;
	height: 140px;
	border: 4px solid #ddd;
	cursor: pointer;
	vertical-align: bottom;
}

.mod-g .picBtnTop .hd ul li.on {
	background: #dc0000
}

.mod-g .picBtnTop .bd {
	width: 420px;
	height: 450px;
	position: relative;
}

.mod-g .picBtnTop .bd li {
	position: relative;
	zoom: 1;
	vertical-align: middle;
}

.mod-g .picBtnTop .bd li .pic {
	position: relative;
	z-index: 0;
}

.mod-g .picBtnTop .bd li .pic img {
	width: 420px;
	height: 450px;
	vertical-align: bottom;
	background: #eee;
}

.mod-g .picBtnTop .bd li .bg {
	width: 100%;
	height: 30px;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 1;
	background: #000;
	filter: alpha(opacity=60);
	opacity: 0.6;
	display: none;
}

.mod-g .picBtnTop .bd li .title {
	width: 400px;
	height: 30px;
	line-height: 30px;
	left: 0;
	bottom: 0;
	position: absolute;
	z-index: 2;
	display: none;
}

.mod-g .picBtnTop .bd li .title a {
	color: #fff;
	padding-left: 15px;
}

.mod-g .more {
	width: 87%;
	height: 30px;
	text-align: end;
	margin-top: 10px;
}

.mod-g .more a {
	color: #d60000;
}




.box3 .item h2 a:hover,
.box4 .item h2 a:hover,
.box5 .item h2 a:hover {
	color: #e30005;
}





.mod-d {
	padding: 20px 0 40px;
}

.mod {
	width: 100%;
	padding: 40px 0;
}

.mod .h {
	height: 60px;
	line-height: 60px;
	font-weight: bold;
	font-size: 24px;
}

.mod .h a {
	color: #fff;
	display: inline-block;
	padding: 0 20px;
	height: 60px;
	line-height: 60px;
	background: #e30005;
}

.mod .b {
	padding-top: 15px;
}

.mot .b .fl {
	width: 480px;
}

.mot .b .item .im {
	width: 100%;
	height: 473px;
	overflow: hidden;
	text-align: center;
}

.mot .b .item .im img {
	width: 100%;
	height: auto;
}

.mot .b .item p {
	height: 64px;
	padding: 10px 10px 15px;
	line-height: 32px;
	font-size: 24px;
	font-weight: bold;
	background: url(../../../2023/sxzy/images/btn.png) repeat;
}

.mot .b .fr a:hover p {
	color: #d23c27
}

.mot .b .fr {
	width: 620px;
}

.mot .b li {
	width: 270px;
	float: left;
	*display: inline;
	margin: 0 0px 10px 40px;
}

.mot .b li .im {
	width: 100%;
	height: 140px;
	overflow: hidden;
	text-align: center;
}

.mot .b li .im img {
	width: 100%;
}

.mot .b li p {
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	font-size: 16px;
	font-weight: bold;
	color: #000;
}

.white {
	background: #fff;
}

.gray {
	background: #f7f7f7;
}



.bg {
	background: url(https://zt.xmnn.cn/politics/2022/xg20th/images/bg2.jpg) no-repeat center top;
}

.box5 .fl,
.box5 .fr {
	width: 522px;
}

.mod-f {
	margin-top: 40px;
	padding: 0 0 40px;
	background: url(../images/bg.jpg) no-repeat center;

}

.imgs{
	margin-top: 20px;
}

.imgs h2{
	font-size: 16px;
    text-align: center;
    line-height: 24px;
    padding: 10px;
    margin-bottom: 10px;
}



/* .mod-f .txt {
	width: 250px;
	float: left;
	margin-right: 25px;
} */

.mod-f .txt {
	width: 260px;
	float: left;
	margin-right: 25px;
	height: auto;
	line-height: unset;
	overflow: unset;
	border-bottom: none;
	font-weight: unset;
	/* margin-bottom: 60px; */
}

.post-module {
	position: relative;
	z-index: 1;
	display: block;
	width: 250px;
	height: 440px;
	overflow: hidden;
	-webkit-transition: all 0.3s linear 0s;
	transition: all 0.3s linear 0s;
	/* background: #fff; */

}

.post-module:hover,
.hover {
	-webkit-box-shadow: 0px 1px 35px 0px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 1px 35px 0px rgba(0, 0, 0, 0.3);
}

.post-module:hover .thumbnail img,
.hover .thumbnail img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	transform: scale(1.1);
	opacity: .6;
}

.post-module .thumbnail img {
	display: block;
	width: 120%;
	height: 240px;

	-webkit-transition: all 0.3s linear 0s;
	transition: all 0.3s linear 0s;
}

.post-module .post-content {
	/* position: absolute;
	bottom: 0; */
	/* background: #ffffff; */
	padding: 20px;
	-webkit-transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
	transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
}

.post-module .post-content .category {
	position: absolute;
	top: -34px;
	left: 0;
	background: #e74c3c;
	padding: 10px 15px;
	color: #ffffff;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
}

.post-module .post-content .title {
	margin: 0;
	padding: 0;
	color: #333333;
	font-size: 16px;
	word-break: break-all;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-align: center;
}

.post-module .post-content .sub_title {
	margin: 0;
	padding: 0 0 20px;
	color: #e74c3c;
	font-size: 20px;
	font-weight: 400;
}

.post-module .post-content .description {
	/* display: none; */
	color: #666666;
	font-size: 14px;
	line-height: 1.8em;
}

.post-module .post-content .post-meta {
	margin: 10px 0 0;
	color: #999999;
}

.post-module .post-content .post-meta .timestamp {
	margin: 0 16px 0 0;
}

.post-module .post-content .post-meta a {
	color: #999999;
	text-decoration: none;
}

.mod-f .side {
	position: relative;
}

.mod-f .side .icon {
	background: url(../../../2023/sxzy/images/icon_v.png) no-repeat;
	display: block;
	height: 48px;
	width: 30px;
	display: block;
	z-index: 9;
	cursor: pointer;
	position: absolute;
	top: 50%;
	margin-top: -24px;
}

.mod-f .side .prev {
	left: -84px;
	background-position: 0 -44px;
}

.mod-f .side .next {
	right: -84px;
	background-position: -30px -44px;
}




#foot {
	border-top: 1px solid #ddd;
    background: #EFEFEF;
}

#wap-foot {
	display: none;
}

.mod-v #mbox {
	width: 100%;
	position: relative;
	height: 280px;
	overflow: hidden;
}

.mod-v #mbox .hd ul {
	display: none;
}

.mod-v #mbox .bd .tempWrap {
	/* width: 1000px !important; */
}

.mod-v #mbox .bd li {
	float: left;
	width: 350px;
	height: 280px;
	margin-right: 20px;
}

.mod-v #mbox .bd li .im {
	height: 220px;
	width: 100%;
	overflow: hidden;
	position: relative;
}

.mod-v #mbox .bd li .im img {
	width: 100%;
	height: 100%;
}

.mod-v #mbox .bd li .im .icon {
	height: 44px;
	width: 44px;
	background-position: -130px 0;
	position: absolute;
	right: 10px;
	bottom: 10px;
	display: none;
}

.mod-v #mbox .bd li p {
	height: 40px;
	line-height: 40px;
	overflow: hidden;
}

.mod-v #mbox .next,
.mod-v #mbox .prev {
	position: absolute;
	height: 50px;
	width: 30px;
	top: 50%;
	margin-top: -25px;
	opacity: 0.8;
	cursor: pointer;
}

.mod-v #mbox .prev {
	left: -84px;
	background-position: -100px -170px;
}

.mod-v #mbox .next {
	right: -84px;
	background-position: -130px -170px;
}

.mod-v #mbox .next:hover,
.mod-v #box-zt .next:hover,
.tuji .prev:hover {
	opacity: 1;
}


.mod-v #box-zt {
	width: 100%;
	position: relative;
	height: 170px;
	overflow: hidden;
}

.mod-v #box-zt .hd ul {
	display: none;
}


.mod-v #box-zt .bd li {
	float: left;
	width: 255px;
	/* height: 280px; */
	margin-right: 20px;
}

.mod-v #box-zt .bd li .im {
	height: 120px;
	width: 100%;
	overflow: hidden;
	position: relative;
}

.mod-v #box-zt .bd li .im img {
	width: 100%;
	height: 120px;
}

.mod-v #box-zt .bd li .im .icon {
	height: 44px;
	width: 44px;
	background-position: -130px 0;
	position: absolute;
	right: 10px;
	bottom: 10px;
	display: none;
}

.mod-v #box-zt .bd li p {
	height: 40px;
	line-height: 40px;
	overflow: hidden;
}

.mod-v #box-zt .next,
.mod-v #box-zt .prev {
	position: absolute;
	height: 50px;
	width: 30px;
	top: 50%;
	margin-top: -25px;
	opacity: 0.8;
	cursor: pointer;
}

.mod-v #box-zt .prev {
	left: -84px;
	background-position: -100px -170px;
}

.mod-v #box-zt .next {
	right: -84px;
	background-position: -130px -170px;
}


.mod-v #box-esd {
	width: 100%;
	position: relative;
	height: 442px;
}

.mod-v #box-esd .hd ul {
	display: none;
}


.mod-v #box-esd .bd li {
	float: left;
	width: 255px;
	/* height: 280px; */
	margin-right: 20px;
}

.mod-v #box-esd .bd li .im {
	height: 400px;
	width: 100%;
	overflow: hidden;
	position: relative;
}

.mod-v #box-esd .bd li .im img {
	width: 100%;
	height: 400px;
}

.mod-v #box-esd .bd li .im .icon {
	height: 44px;
	width: 44px;
	background-position: -130px 0;
	position: absolute;
	right: 10px;
	bottom: 10px;
	display: none;
}

.mod-v #box-esd .bd li p {
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	white-space: nowrap;
    text-overflow: ellipsis;
}

.mod-v #box-esd .next,
.mod-v #box-esd .prev {
	position: absolute;
	height: 61px;
	width: 61px;
	top: 50%;
	margin-top: -25px;
	opacity: 0.8;
	cursor: pointer;
	background: url(../../../2023/xxgc/images/prev-on.png) no-repeat;
}

.mod-v #box-esd .prev {
	left: -110px;
	/* background-position: -100px -170px; */
}

.mod-v #box-esd .next {
	right: -110px;
	/* background-position: -130px -170px; */
	background: url(../../../2023/xxgc/images/next-on.png) no-repeat;
}

@media screen and (max-width:640px) {

	* {
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
	}

	#nav {
		display: none !important;
	}

	body {
		background: none;
		background-color: #fdf9ee;
	}

	.w {
		width: 100%;
	}

	.fl,
	.fr {
		width: 100% !important;
		float: none !important;
	}

	.head,
	.tq .icon,
	#foot {
		display: none;
	}

	.wap-head {
		display: block;
	}

	.tq {
		padding: 10px 16px 16px;
	}

	.tq h2 {
		height: auto;
		line-height: 36px;
		font-size: 24px;
		padding-top: 0;
	}

	.tq p {
		padding: 0;
		line-height: 20px;
		padding-top: 10px;
	}

	.mod-a .slideBox {
		width: 100%;
		/* height: auto; */
		height: 10.2rem !important;
	}

	.slideBox .bd li {
		/* height: auto; */
		height: 10.2rem;
	}

	.slideBox .bd li em {
		background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
		background: linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
		height: 60px;
	}

	.slideBox .bd li p {
		width: 85%;
		text-overflow: ellipsis;
		white-space: nowrap;
	}

	.slideBox .hd {
		bottom: 8px;
	}

	.slideBox .hd li {
		margin-right: 4px;
		height: 6px;
		width: 6px;
	}

	.box {
		margin-top: 10px;
	}

	.box .h a {
		padding-left: 16px;
		font-size: .85rem;
	}

	.box .h span {
		right: 10px;
	}

	.box .b {
		padding: 0 16px;
	}

	.box1 .h em {
		display: none;
	}

	.mod-b {
		margin-top: 0;
		/* background: #fff; */
		padding: 0;
	}

	.box3 .item {
		margin-top: 0;
		padding: 0 10px;
	}

	.box3 .fl ul,.box3 .fr ul {
		padding: 0 10px;
	}

	.box li {
		font-size: 0.6rem;
		font-weight: normal;
	}

	.item .time {
		margin-right: 10px;
		height: 84px;
		width: 84px;
		border: 1px solid #f2f2f2;
	}

	.item .time p {
		height: 52px;
		line-height: 52px;
	}

	.box4 .bd {
		display: none;
	}

	.box4 .btn {
		width: 32%;
		height: auto;
		margin-right: 2%;
		margin-bottom: 16px;
	}

	.box4 .hd .btn1 {
		margin-top: 0 !important;
		margin-bottom: 0;
	}

	.box4 .btn p,
	.box4 .btn em {
		position: relative;
		color: #000;
		background: none !important;
		margin-top: 10px;
	}


	.mod {
		padding: 20px 0 0;
		margin-bottom: 0;
	}

	.mot .b .item .im,
	.mot .b .item p {
		height: auto;
	}

	.mot .b .item {
		background: url(../../../2023/sxzy/images/btn.png) repeat;
	}

	.mot .b .item p {
		padding-left: 16px;
	}

	.mot .b .fr ul {
		margin-top: 20px;
		padding: 0 8px;
	}

	.mot .b .fr li {
		width: 50%;
		padding: 0 8px;
		margin: 0 0 20px;
	}

	.mot .b .fr li .im {
		height: auto;
	}



	.box5 .b {
		padding: 0;
	}

	.box5 .b .item {
		padding: 20px 16px 0;
	}

	.box5 .b ul {
		padding: 0 16px
	}


	.mod-f .side,
	.post-module,
	.post-module .post-content {
		background: #eee;
		height: auto;
		overflow: hidden;
	}

	.mod-f .txt {
		width: 100%;
		margin: 0 auto;
		padding-bottom: 0;
		float: none;
	}

	.post-module {
		width: 100%;
	}


	.mod-f {
		margin-top: 0px;
		padding-bottom: 1.5rem;
	}


	.mod-f .txt {
		margin-bottom: 0px;
	}

	/* mod-c */

	.mod-c {
		margin: 1rem auto;

	}

	.mod-c .u-box-b .content {
		width: 100%;
		margin: 0 auto;
	}

	.mod-c .u-box-h.fl img {
		display: none;
	}


	.mod-c .v {
		margin-bottom: .12rem;
		padding: 0 .2rem;
		border-radius: .1rem;
		overflow: hidden;
		white-space: nowrap;
		overflow-x: scroll;
		-webkit-overflow-scrolling: touch;
	}

	.mod-c .v::-webkit-scrollbar {
		display: none;
	}

	.mod-c .v a {
		width: auto;
		height: .56rem;
		line-height: .56rem;
		font-size: .28rem;
		margin: 0 .1rem .2rem;
		box-sizing: content-box;
		padding: .1rem .4rem;
	}

	.mod-c .item {
		padding-bottom: .3rem;
		margin-bottom: .3rem;
	}

	.mod-c .item:last-child {
		padding-bottom: 0;
		margin-bottom: 0;
		border-bottom: 0;
	}

	.mod-c .im {
		height: auto;
	}

	.mod-c .item p {
		height: auto;
		margin-top: .1rem;
	}

	.mod-c .fr {
		height: auto;
	}

	.mod-c .m-box {
		padding: .6rem;
	}

	.mod-c .u-box-b .content .z_18a li {
		padding: 0 15px;
		height: 40px;
		overflow: hidden;
		font-size: 16px;
	}

	.mod.mod-d.mod-g {
		padding: 0;
	}

	.mod-g .picBtnTop .hd {
		display: none;
	}

	.mod-g .picBtnTop .bd li .bg {
		display: block;
	}

	.u-box-h a img {
		display: none;
	}

	.wap-title {
		display: block !important;
		width: 100%;
		height: 2rem;
		line-height: 2rem;
		background: url(../../../2023/sxzy/images/wap-title-bg.png) no-repeat;
		background-size: 100% 100%;
		text-align: center;
		margin-bottom: .3rem;
		color: #f30000;
		font-weight: bold;
		font-size: 1rem;
	}

	.t2-pix {
		height: 5rem;
	}

	.bt7_tuk {
		width: 100% !important;
	}

	.t3_pixbj {
		width: 100% !important;
	}

	.t3-pix {
		width: 90% !important;
		margin: .85rem 5%;
	}

	.mod-g .u-box-h.fl img {
		display: none;
	}


	.mod-g .picBtnTop .bd li .title {
		display: block;
		overflow: hidden;
	}

	.mod.mod-d .t3-pix img {
		height: 190px !important;
	}

	.mod-g .picBtnTop .bd {
		width: 100%;
		height: 11rem;
	}

	.mod-g .picBtnTop .bd li .pic img {
		width: 100%;
		height: 11rem;
	}


	#wap-foot {
		height: 46px;
		text-align: center;
		line-height: 46px;
		font-size: 18px;
		color: #fff;
		background: #e30005;
		width: 100%;
		display: block;
	}

.mod-v #mbox .bd li {
    float: left;
    width: 350px;
    height: 280px;
   margin-right: 0px; 
    text-align: center;
}

.mod-v #box-zt .bd li {
    float: left;
    width: 100%;
    height: auto;
   margin-right: 0px; 
    text-align: center;
}

.mod-v #box-zt .bd li .im {
	height: 145px;
	width: 100%;
	overflow: hidden;
	position: relative;
}

.mod-v #box-zt .bd li .im img {
	width: 100%;
	height: 145px;
}

.mod-v #box-zt {
	height: 190px;
}

.mod-v #box-esd {
	overflow: hidden;
}


.mod-v #box-esd .bd li {
    float: left;
    /* width: 7.8rem !important; */
    height: auto;
    margin-right: 0; 
    text-align: center;
}

.mod-v #box-esd .bd li .im {
	height: 24rem;
	width: 100%;
	overflow: hidden;
	position: relative;
}

.mod-v #box-esd .bd li .im img {
	width: 100%;
	height: 24rem;
}

.mod-v #box-esd {
	height: 26.5rem;
}


.item .item-pic {
	width: 100%;
	height: auto;
}

.mod-c .u-box-b .content .t3-pix img {
	width: 100%;
	height: 250px;
}

.box .l{
	margin: 0;
	padding: 0;
}

.imgs h2 {
    margin-bottom: 0;
}

.mod-a .fr {
    margin-top: 0;
}

}
