.citys{
	border: 1px solid #e8e8e8;
	height: 108px;
	position: relative;
	margin-top: 23px;
	margin-bottom: 23px;
	display: flex;
	justify-content:flex-end;
}

.citys i{
	position: absolute;
	left: 15px;
	top: -10px;
	width: 104px;
	height: 107px;
	background-image: url(../images/i1.png);
	background-position: center;
	background-repeat: no-repeat;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 24px;
	font-weight: bold;
	font-style: normal;
	color: #fff;
}

.citys .list{
	width: calc(100% - 140px);
	height: 108px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
	flex-direction: row;
	/* gap:10px; */
	box-sizing: border-box;
	padding: 20px 0;
}

.citys .list a{
	width: 5.5%;
	display: inline-table;
	padding: 0;
	margin: 0;
}

.section1{
	display: flex;
	justify-content: space-between;
	 flex-grow: 1;
	padding-bottom: 20px;
}
.section1 .left{
	width:27%;
	background-color: #f8f8f8;
	min-height: 200px;
	padding-top: 20px;
}
.section1 .left .item{
	
}
.section1 .left .tit{
	width: 100%;
	position: relative;
	box-sizing: border-box;
	font-size: 24px;
	color: #4d4d4d;
	font-weight: bold;
	padding-left: 25px;
	height: 45px;
	line-height: 45px;
}
.section1 .left .tit::before{
	content: '';
	position: absolute;
	left: 0;
	top: 8px;
	width: 4px;
	height: 28px;
	background-color: #da251c;
}
.section1 .left .tit span{
	color: #da251c;
}
.section1 .left .list{
	padding:10px 20px;
	display: flex;
	justify-content:space-around;
	align-items: center;
	flex-wrap: wrap;
	flex-direction: row;
}
.section1 .left .list a{
	display: inline-table;
	width: 45%;
	border: 1px solid #ececec;
	border-radius: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #fff;
	height: 40px;
	box-sizing: border-box;
	margin-bottom: 10px;
}
.section1 .center{
	width: 42%;
}
.section1 .center .banner{
	margin-bottom: 10px;
}
.section1 .center .banner img{
	width: 100%;
	height: auto;
}
.section1 .center .tj a{
	font-size: 18px;
	color: #da251c;
	font-weight: bold;
	white-space: nowrap;      /* 保持文本在一行内显示 */
	overflow: hidden;         /* 超出容器部分隐藏 */
	text-overflow: ellipsis; 
	height: 40px;
	line-height: 40px;
	
}
.section1 .center .list{
	display: flex;
	justify-content:space-around;
	align-items: center;
	flex-wrap: wrap;
	flex-direction: row;
}
.section1 .center .list a{
	display: block;
	width: 50%;
	white-space: nowrap;      /* 保持文本在一行内显示 */
	 overflow: hidden;         /* 超出容器部分隐藏 */
	 text-overflow: ellipsis; 
	 height: 35px;
	 line-height: 35px;
}
.section1 .right{
	width: 27.6%;
}
.section1 .right .tit{
	width: 100%;
	position: relative;
	box-sizing: border-box;
	font-size: 24px;
	color: #4d4d4d;
	font-weight: bold;
	padding-left: 25px;
	height: 45px;
	line-height: 45px;
}
.section1 .right .tit::before{
	content: '';
	position: absolute;
	left: 0;
	top: 8px;
	width: 4px;
	height: 28px;
	background-color: #da251c;
}
.section1 .right .tit span{
	color: #da251c;
}
.section1 .right .list{
	padding-left: 25px;
}
.section1 .right .item{
	line-height: 34px;
}
.section1 .right .item p{
	line-height: 25px;
}
.section1 .right .item .title{
	 white-space: nowrap;      /* 保持文本在一行内显示 */
	  overflow: hidden;         /* 超出容器部分隐藏 */
	  text-overflow: ellipsis; 
}
.section1 .right .item .one{
	display: block;
      white-space: nowrap;      /* 保持文本在一行内显示 */
	  overflow: hidden;         /* 超出容器部分隐藏 */
	  text-overflow: ellipsis; 
}
.ad{
	
}
.ad img{
	width: 100%;
	height: auto;
}
.section2{
	display: flex;
	justify-content:space-around;
	align-items: flex-start;
	flex-wrap: wrap;
	flex-direction: row;
	flex-grow: 1;
	padding-top: 20px;
}
.section2 .item{
	width: 48%;
	min-height: 200px;
	margin-bottom: 20px;
	display: flex;
	align-items: flex-start;
	flex-direction: column;
}
.section2 .tit{
	border-bottom: 1px solid #ececec;
	height: 60px;
	line-height: 60px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 24px;
	color: #333;
	font-weight: bold;
	width: 100%;
}
.section2 .tit span{
	color: #da251c;
}
.section2 .tit .txt{
	padding-left: 45px;
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 35px;
}
.section2 .tit .txt.t1{
	background-image: url(../images/t1.png);
}
.section2 .tit .txt.t2{
	background-image: url(../images/t2.png);
}
.section2 .tit .txt.t3{
	background-image: url(../images/t3.png);
}
.section2 .tit .txt.t4{
	background-image: url(../images/t4.png);
}
.section2 .tit a{
	font-size: 16px;
	color: #999;
	font-weight: normal;
	padding-right: 12px;
	background-image: url(../images/more.jpg);
	background-repeat: no-repeat;
	background-position: right center;
}
.section2 .llist{
	display: none;
}
.section2 .llist .son{
	height: 35px;
	line-height: 35px;
 	white-space: nowrap;      /* 保持文本在一行内显示 */
	overflow: hidden;         /* 超出容器部分隐藏 */
	text-overflow: ellipsis; 
}
.section2 .llist .son a{
	display: block;
	padding-right: 50px;
	position: relative;
}
.section2 .llist .son a span{
	position: absolute;
	right: 0;
	height: 30px;
	top: 50%;
	margin-top: -15px;
	font-size: 14px;
	color: #999;
}
.section2 .tab{
	padding: 10px 0;
}
.section2 .tab a{
	background-color: #f6f6f6;
	padding: 0 10px;
	height: 30px;
	line-height: 30px;
	display: inline-table;
	border-radius: 15px;
	margin: 5px 5px;
}
.section2 .tab a.active{
	background-color: #da251c;
	color: #fff;
}
.section3{
	display: flex;
	justify-content:space-around;
	align-items: flex-start;
	flex-wrap: wrap;
	flex-direction: row;
}

.section3 .item{
	width: 31%;
	min-height: 200px;
	margin-bottom: 20px;
	display: flex;
	flex-direction: column;
}
.section3 .tit{
	border-bottom: 1px solid #ececec;
	height: 60px;
	line-height: 60px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 24px;
	color: #333;
	font-weight: bold;
	width: 100%;
}
.section3 .tit span{
	color: #da251c;
}
.section3 .tit .txt{
	padding-left: 45px;
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 32px;
}
.section3 .tit .txt.t1{
	background-image: url(../images/a1.png);
}
.section3 .tit .txt.t2{
	background-image: url(../images/a2.png);
}
.section3 .tit .txt.t3{
	background-image: url(../images/a3.png);
}
.section3 .tit .txt.t4{
	background-image: url(../images/a4.png);
}
.section3 .tit .txt.t5{
	background-image: url(../images/a5.png);
}
.section3 .tit .txt.t6{
	background-image: url(../images/a6.png);
}
.section3 .tit a{
	font-size: 16px;
	color: #999;
	font-weight: normal;
	padding-right: 12px;
	background-image: url(../images/more.jpg);
	background-repeat: no-repeat;
	background-position: right center;
}

.section3 .llist{
	display: none;
}
.section3 .llist .son{
	height: 35px;
	line-height: 35px;
 	white-space: nowrap;      /* 保持文本在一行内显示 */
	overflow: hidden;         /* 超出容器部分隐藏 */
	text-overflow: ellipsis; 
}
.section3 .llist .son a{
	display: block;
	padding-right: 50px;
	position: relative;
	white-space: nowrap;      /* 保持文本在一行内显示 */
	overflow: hidden;         /* 超出容器部分隐藏 */
	text-overflow: ellipsis; 
}
.section3 .llist .son a span{
	position: absolute;
	right: 0;
	height: 30px;
	top: 50%;
	margin-top: -15px;
	font-size: 14px;
	color: #999;
}
.section3 .tab{
	padding: 10px 0;
}
.section3 .tab a{
	background-color: #f6f6f6;
	padding: 0 10px;
	height: 30px;
	line-height: 30px;
	display: inline-table;
	border-radius: 15px;
	margin: 5px 5px;
}
.section3 .tab a.active{
	background-color: #da251c;
	color: #fff;
}