.floor2{
				width:100%;
				/* height: 400px; */
				margin: 0 auto;
				padding-top: 45px;
				display: flex;
			}
			*{
				font-family: "微软雅黑";
				font-size: 14px;
				box-sizing: border-box;
			}
			a {
			    text-decoration: none;
			    color: black;
			    text-decoration: none;
			}
			div{
				display:block;
			}
			
			ul, ol, li {
			    list-style: none;
			    list-style-type: none;
			}
			body, ul, ol{
			    border: medium none;
			    margin: 0;
			    padding: 0;
			}
			ul {
			    display: block;
			    list-style-type: disc;
			    margin-block-start: 1em;
			    margin-block-end: 1em;
			    margin-inline-start: 0px;
			    margin-inline-end: 0px;
			}
			li {
			    display: list-item;
			    text-align: -webkit-match-parent;
			}
			.container{
				width: 82%;
			}
			.title{
				position:relative;
				border-bottom: 2px solid #A51A00;
			}
			.title font{
				font-family: "Microsoft YaHei Regular";
			    font-size: 25px;
			    color: #A51A00;
			    /* padding-left: 13px; */
			}
			.title span a {
			    position:absolute;
				bottom: 5px;
				right:0;
				font-family: 黑体;
				font-size: 20;
			    color: #6d6d6d;
			}
			.tzgg {
			    width: 100%;
				/*height: 650px;*/
				/* margin-top: 30px; */
			}
			.tzgg-list ul {
			    /* margin: 20px auto; */
				margin-top: 30px;
			   
			}
			.tzgg-list ul li {
				display: flex;
				justify-content: flex-start;
				align-items: center;
				/* margin:20px; */
				height: 60px;
			}
			.tzgg-list ul li .tzgg-title{
			    margin-left:10px;
				font-family: "Microsoft YaHei Regular";
			}
			.tzgg-list ul li .tzgg-time{
			    padding: 0 10px 0 0px;
			}
			.tzgg-time .time-day{
				width:55px;
				height:25px;
				line-height: 25px;
				text-align: center;
				background-color: #AC2B0A;
				color:white;
				font-family: "黑体";
				font-size: 25px;
			}
			.tzgg-time .time-yearmonth{
				font-family: "黑体";
				font-size: 15px;
			}
			.skdt {
			    width: 100%;
			    
				/*height: 650px;*/
			}
			.skdt-list{
				position:relative;
				height: 310px;
				margin-top: 30px;
			}
			.skdt-list ul{
				margin: 20px auto;
			    padding: 20px;
			}
			.skdt-list ul li {
				position: relative;
			    height: 35px;
				padding-top: 20px;
				
			}
			.skdt-list ul li span{
			    position:absolute;
				font-family: "Microsoft YaHei Light";
				font-size: 12px;
			    right:0;
			}
			.skdt-list ul li a{
			    position:absolute;
			    right:0;
			}
			.xkdt ul,li{
				margin-top:3px;
				display: flex;
				justify-content: space-between;
				list-style: disc;
			}
			.xsjl {
			    width: 100%;
				/*height: 650px;*/
			}
			.xsjl-list ul {
			    margin-top: 30px;
			    
			}
			.xsjl-list ul li {
				display: flex;
				align-items: center;
				justify-content: flex-start;
			}


			.xsjl-list ul li .xsjl-title a{
				/*font-family: 微软雅黑;*/
				/*font-size: 15px;*/
				overflow: hidden;
				word-wrap: no-wrap;
			}
			.xsjl-list ul li .xsjl-title p{
				font-family: 黑体;
				font-size: 10px;
			}
			.xsjl-list ul li .xsjl-time{
			    padding: 0 10px 0 0px;
				margin: auto 0;
			}
			.xsjl-time .time-day{
				width:55px;
				height:25px;
				line-height: 25px;
				text-align: center;
				color:#AF8B6A;
				font-family: "黑体";
				font-size: 25px;
			}
			.xsjl-time .time-yearmonth{
				font-family: "黑体";
				font-size: 15px;
			}
			.tzgg-column{
				width:1px;
				height:45px;
				margin: auto 0;
				background-color: #A51A00;
			}
			.xsjl-column{
				width:1px;
				height:45px;
				margin: auto 0;
				background-color: #AF8B6B;
			}
			#littleSwiperBanner {
			    width: 100%;
				height: 310px;
			    /* height: 250px; */
				/* margin-top: 30px; */
				}
			
			#littleSwiperBanner .swiper-slide {
			    text-align: center;
			    font-size: 18px;
			    background: #fff;
			    display: -webkit-box;
			    display: -ms-flexbox;
			    display: -webkit-flex;
			    display: flex;
			    -webkit-box-pack: center;
			    -ms-flex-pack: center;
			    -webkit-justify-content: center;
			    justify-content: center;
			    -webkit-box-align: center;
			    -ms-flex-align: center;
			    -webkit-align-items: center;
			    align-items: center;
			    background-position: center;
			    background-size: cover;}
				
				
				
				
				.skdt-ul{
					height: 100px;
				}
				.skdt-ul>li{
					margin-top: 15px;
					margin-bottom: 0;
					height: 20px;
					background: url(../images/dot.jpg) no-repeat 5px center;
					padding-left: 20px;
				}
				
				.littleswiperImg{
					height: 300px;
					display: flex;
					flex-direction: column;
					width: 100%;
				}
				.littleSwiper-pagination{
					height: 25px;
					--swiper-theme-color:#AC2B0A;
					display: flex;
					justify-content: center;
					align-items: center;
				}
				.littleSwiper-pagination::before{
					content: '—   ';
					color:#AC2B0A;
					white-space:pre;
				}
				.littleSwiper-pagination::after{
					content: '   —';
					color: #AC2B0A;
					white-space:pre;
				}