  .banner{
	height: 720px;
        min-width:1200px;
	background:url(/ddesd2022/img/2023030302.jpg) no-repeat top center ;
}
.nav{
	height: 50px;
	position: relative;
 min-width:1200px;
	top:-200px
}
.nav .home li{
	float:left;
	position: relative;
	left: 180px;
	top:-14px;
}
.nav .home li a{
	color:#333333;
	font-size: 26px;
}
.nav .other-nav{
	float: right;
}
.nav .other-nav li{
	float: left;
}
.nav ul li a{
	padding: 10px 26px;
	line-height: 50px;
	color:#fff;
	font-weight: bold;
	font-size: 20px;
}
.top-news{
	position: absolute;
	top:-90px;
	height: 90px;
	background: #f2f2f2;
	width:100%;
	height:90px;
}
.top-news .left{
	position: relative;
	left:30px;
	top:12px;
	width: 177px;
}
.top-news .left .left-col{
	width: 77px;
	height: 70px;
	background: url(/ddesd2022/img/2.png) no-repeat top center;
}
.top-news .left .left-col p{
	font-size:24px;
	font-weight: bold;
	color:#CD010D;
	padding: 0px 10px;
	text-align: center;
}

.top-news  .right-tit a{
	font-size:24px;
	color:#CD010D;
	font-weight: bold;
	line-height: 90px;
}
.news{
 min-width:1200px;
	margin-top: 20px;
	overflow: hidden;
}
.news .news-tit{
	height:140px;
	background: url(/ddesd2022/img/xxgc.png) no-repeat top center;
}
.news .news-text {
	margin-top: 20px;
}
.news .news-text .news-text-left{
	width:597px;
	height: 415px;
	
}
.slideBox {
	width:597px;
	height: 415px;
	overflow: hidden;
	position: relative;
	margin: 0 auto;
}

.slideBox .hd {
	height: 20px;
	overflow: hidden;
	position: absolute;
	right:5px;
	bottom:65px;
	z-index: 1;
	
}

.slideBox .hd ul {
	overflow: hidden;
	zoom: 1;
	float:left;
}

.slideBox .hd ul li {
	float: left;
	width: 20px;
	height: 20px;
	font-size:14px;
	line-height: 20px;
	text-align: center;
	color: #333;
	background: #FFFFFF;
	cursor: pointer;
	margin-right: 3px;
	transition: all 0.3 ease-out;
	-moz-transition:all 0.3s ease-out;
	-ms-transition:all 0.3s ease-out;
	-webkit-transition:all 0.3s ease-out;
}

.slideBox .hd ul li.on {
	font-size:16px;
	background:#cd010d;
	color: #fff;
}
.slideBox .moreBox{
	height:60px;
	width:210px;
	line-height:60px;
	background: #B70E17;
	
}
.slideBox .moreBox a{
	color:#FFFFFF
}
.slideBox .bd {
	width:597px;
	height: 415px;
	position: relative;
	height: 100%;
	z-index: 0;
}

.slideBox .bd li {
	zoom: 1;
	vertical-align: middle;
	
}

.slideBox .bd img {
	width: 100%;
	height:415px;
	display: block;
}

.slideBox .bd li a{
	position: relative;
	display: block;
	z-index: 999;
	color:#fff;
	font-size: 18px;
	background: rgba(205,1,13,0.8);
	top:-60px;
}

.slideBox .bd .news-date span{
	display: block;
	line-height: 24px;
	text-align: center;
	color:#FFFFFF;
	font-size:14px
	
}
.slideBox .bd li p{
	padding:10px 0px 40px 10px;
	
}
.news-text-right .dot li{
	width:560px;
	height: 71px;
	margin-bottom: 15px;
	background: #F2F2F2;
	border-left:#CD010D 4px solid;
	position: relative;
}

.news-text-right ul li a{
	padding-left: 15px;
	line-height: 70px;
	position: relative;
	z-index:2;
}
.news-text-right ul li span{
	line-height: 70px;
	padding-right: 10px;
	font-size:16px;
	color:#696969
}
.news-text-right .dot li::before{
	content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    background: #B70E17;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    -ms-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
}

.news-text-right .dot li:hover::before{
	-webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
    opacity: 0.2;
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
.part-two {
 min-width:1200px;
	margin-top: 50px;
}
.part-two  .part-two-left{
	width:576px;
	
}
.part-two-head{
	border-bottom: #CD010D 2px solid;
	position: relative;
}
.part-two-head p{
	font-size:24px;
	font-weight: bold;
	line-height: 50px;
}
.get-more{
	position: absolute;
	right:0px;
	top:20px;
	font-size:14px;
	color:#666
}
i.arrow::before{
	content: "";
	display: inline-block;
	width:20px;
	height: 20px;
	background: url(/ddesd2022/img/banner-list.png) no-repeat;
	position: relative;
	top:10px;
	left:5px;
}
.part-two .part-two-list ul{
	padding-top: 10px;
}
.part-two .part-two-list ul li{
	line-height: 50px;
}
.part-two .part-two-right{
	width:598px;
}

.feifan{
 min-width:1200px;
	clear: both;
	padding-top: 30px;
	padding-bottom: 20px;
	overflow: hidden;
	background: url(/ddesd2022/img/cartoon_bg.png) no-repeat center bottom;
}
.feifan .feifan-tit{
	height: 150px;
	background: url(/ddesd2022/img/ff10.png) no-repeat top center;
    padding-bottom: 10px;
}
.feifan .feifan-main{
	min-height: 500px;
	background: url(/ddesd2022/img/dj10.png) no-repeat top center;
}

.feifan .feifan-main-left ul li{
	line-height: 60px;
}
.feifan .feifan-main-left{
	width:558px;
	padding: 40px 20px;
}
.feifan .feifan-main-left .first-news{
	border-bottom: #dedede 1px dashed;
}
.feifan .feifan-main-left .first-news .tit{
	font-weight: bold;
	line-height: 40px;
	font-size:22px
}
.feifan .feifan-main-left .first-news .abs{
	font-size:14px;
	color:#909090;
	line-height: 24px;
	padding: 10px 0px;
}
.feifan .feifan-main-right{
	width:559px;
	height: 455px;
}
.slideBox-2 {
	width:559px;
	overflow: hidden;
	position: relative;
	right:14px;
	top:15px
}

.slideBox-2 .hd {
	height: 20px;
	overflow: hidden;
	position: absolute;
	right:5px;
	bottom:80px;
	z-index: 1000;
	
}

.slideBox-2 .hd ul {
	overflow: hidden;
	zoom: 1;
	float:left;
}

.slideBox-2 .hd ul li {
	float: left;
	width: 10px;
	height: 10px;
	background: #FFFFFF;
	border-radius: 50%;
	cursor: pointer;
	margin-right: 3px;
	transition: all 0.3 ease-out;
	-moz-transition:all 0.3s ease-out;
	-ms-transition:all 0.3s ease-out;
	-webkit-transition:all 0.3s ease-out;
}

.slideBox-2 .hd ul li.on {
	font-size:16px;
	background:#CD010D;
	color: #fff;
}
.slideBox-2 .bd {
	width:559px;
	position: relative;
	z-index: 0;
	
}

.slideBox-2 .bd li {
	zoom: 1;
	vertical-align: middle;
	text-align: left;
}
.slideBox-2 .bd img {
	width: 557px;
	height: 374px;
	display: block;
}

.slideBox-2 .bd li a{
	color:#fff;
	font-size: 18px;
	text-align: left;
	position: relative;
	z-index: 999;
	display: block;
	padding-top: 20px;
	line-height: 24px;
}
.xfby{
 min-width:1200px;
	clear: both;
	margin-top: 70px;
}
.by{
	margin-left: -12px;
	padding-top: 10px;
	padding-left: 5px;
}
.by li{
	float: left;
	width:289px;
	margin-left: 12px;
	position: relative;
	margin-bottom: 5px;
}
.by img{
	width:100%;
	height: 217px;
}
.by li a{
	display: block;
	width:100%;
	background:rgba(205,1,13,0.8);
	position: absolute;
	bottom:4px;
	color:#FFFFFF;
	font-size:16px;
	height: 40px;
	text-align: center;
	line-height: 40px;
}
.shiting{
 min-width:1200px;
	clear: both;
	min-height: 500px;
	padding-top: 20px;
}
.shiting .shiting-tit{
	height: 170px;
	background: url(/ddesd2022/img/stsh.png) no-repeat center 20px;
}
.shiting .shiting-main ul{
	margin-left: -5px;
}
.shiting .shiting-main ul li{
	float:left;
	width: 295px;
	position: relative;
	margin-left: 5px;
	margin-bottom: 5px;
}
.shiting .shiting-main ul li img{
	width: 100%;
	height: 234px;
}
.shiting .shiting-main ul li a{
	display: block;
	height: 40px;
	width: 100%;
       font-size:16px;
	box-sizing: border-box;
	background: rgba(205,1,13,0.8);
	position: absolute;
	bottom:0px;
	color:#FFFFFF;
	padding:0px 10px;
text-align: center;
    line-height: 40px;
}
footer{
 min-width:1200px;
	height: 110px;
	background: #910009;
}
footer .box{
	width: 400px;
	margin: 0 auto;
	text-align: center;
	padding-top: 26px;
}
footer .box p{
	font-size: 16px;
	color:#FFFFFF;
	line-height: 30px;
}
.list{
 min-width:1200px;
	position: relative;
	top:-120px;
}
.list .list-tit{
	position:relative;
	overflow: hidden;
	font-size:0px;
	width: 100%;
	white-space: nowrap;
    line-height: 36px;
    margin: -5px 0 38px;
}
.list .list-tit::after{
	content: '';
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    height: 1px;
    background: #e99430;
    position: relative;
    top:-7px
}
.list .list-tit .title{
	font-size:28px;
	color:#910009;
	line-height: 50px;
	position: relative;
	display: inline-block;
	padding:0 26px 0 0;
}
.list .list-tit .title:after{
	content: "";
	display: block;
	height: 28px;
	width:2px;
	background: #e99430;
	position: absolute;
    top: 14px;
    right: 0;
}
.list .list-tit .local{
	position:absolute;
	right:0px;
	top:0px;
	color:#696969;
	font-size:14px
}
.list-text ul li{
	border-bottom: #dedede solid 1px;
}
.list-text ul li a{
	display: inline-block;
	padding:30px 0px
}
.list-text .info-date{
	width:140px;
	text-align: right;
	float: left;
}
.list-text .info-date p{
	font-size:14px;
	color:#910009;
	line-height: 32px;
}
.list-text .info-date p:first-child{
	font-size:24px;
	
}
.list-text .info-date:after{
	content: '';
    display: block;
    height: 2px;
    width: 53px;
    background: #e99430;
    float: right;
}
.list-text img{
	width:280px;
	height: 180px;
	float: left;
}
.list-text .info-main{
	position: relative;
	margin: -4px 0 0 207px;
}
.list-text .info-news{
	position: relative;
	margin: -4px 0 0 317px;
}
.list-text .info-news-title{
	line-height: 40px;
}
.list-text .info-main .info-title{
	line-height: 40px;
}
.list-text .info-abs{
	font-size:14px;
	color:#888;
	line-height: 26px;
}
.list-text .info-news-date p{
	font-size:14px;
	color:#828282;
	position: relative;
	padding-left: 36px;
	line-height: 90px;
}
.list-text .info-news-date p:before{
	content: "";
	display: block;
	width: 18px;
	height: 18px;
	background: url(/ddesd2022/img/icon-time.png) no-repeat;
	position: absolute;
	top:36px;
	left: 0;
}