*{
	margin: 0;
	padding: 0;
}
li{
	list-style-type: none;
}
a{
	text-decoration: none;
}

.ui-content{
	width: 1202px;
	height: auto;
	margin: 30px auto;
}
.ui-djzx{
	width: 100%;
	height: 364px;
	display: flex;
	justify-content: space-between;
	overflow: hidden;
}
.ui-bannerdj{
	width: 600px;
	height: 100%;
}
.ui-djzx-news{
	width: 572px;
	height: 100%;
}
.ui-common-title{
	width: 100%;
	height: 32px;
	display: flex;
	
}
.ui-common-name{
	width: max-content;
	height: 100%;
	display: flex;
	justify-content: space-between;
}
.ui-common-img{
	display: block;
	width: 32px;
	height: 32px;
	object-fit: contain;
    margin-top:5px;
}
.ui-common-div{
	position: relative;
	margin-left: 8px;
	margin-right: 7px;
}
.ui-common-div-p{
	font-size: 18px;
	color: #282828;
	
}
.ui-common-div-p1{
	font-size: 12px;
	color: #676767;
}
.ui-common-more{
	width: 416px;
	height: 100%;
	display: block;
	border-bottom: 1px solid #616161;
	text-align: right;
	font-size: 12px;
	color: #616161;
	line-height: 24px;
}
.ui-news {
	width: 97%;
	height: 130px;
	margin-top: 15px;
}
.ui-news-li{
	width: 100%;
	height:40px;
	background: url(../../images/jt.png) left center no-repeat;
}
.ui-news-li-di{
	width: 100%;
	height:40px;
	background: url(../../images/dian.png) left center no-repeat;
}
.ui-news-li-a{
	display: block;
	height: 100%;
}
.ui-news-title{
    float: left;
    width: 80%;
    color: #333333;
    font-size: 16px;
    line-height: 40px;
    padding-left: 15px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.ui-news-title:hover{
	color: #BA2310;
}
.ui-news-date{
	float: right;
	font-size: 14px;
	color: #858585;
	line-height: 40px;
}
.ui-imgbox{
	width: 100%;
	height: 120px;
	margin: 30px 0;
}
.ui-imgbox-img{
	display: block;
	width: 100%;
	height: 100%;
}
.ui-dwzt{
	width: 100%;
	height: 368px;
	display: flex;
	justify-content: space-between;
}
.ui-dwjj{
	width: 570px;
	height: 100%;
}
.ui-ztzl{
	width: 582px;
	height: 100%;
	background: #F4F6F8;
}
.ui-dwjj-content{
    width: 100%;
    height: 260px;
    margin-top: 30px;
    font-size: 16px;
    color: #353535;
    line-height: 30px;
    text-indent: 2em;
}
.ui-ztzl-title{
	width: 100%;
	height: 42px;
	display: flex;
	justify-content: space-between;
}
.ui-ztzl-name{
	width: 137px;
	height: 100%;
	line-height: 42px;
	background: url(../../images/ztzl.png) no-repeat;
	color: #fff;
	font-size: 18px;
	text-align: center;
	line-height: 42px;
	position: relative;
	top: -5px;
}
.ui-ztzl-more{
	float: right;
	font-size: 12px;
	color: #BA2310;
	line-height: 42px;
	margin-right: 15px;
}
.ui-ztlist{
	width: 562px;
	height: 301px;
	margin: 15px auto 0;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.ui-ztlist-a{
	display: block;
	width: 277px;
	height: 95px;
}
.ui-ztlist-img{
	display: block;
	width: 100%;
	height: 100%;
    object-fit:cover;
}
.xxqt{
	width: 100%;
    height: 357px;
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
    overflow: hidden;
}
.ui-xxyd{
	width: 570px;
	height: 100%;
}
.ui-qtjs{
	width: 570px;
	height: 100%;
}
.sw-slide-a{
	display: block;
	height: 100%;
	position: relative;
}
.sw-slide-a img{
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.ui-banner-title{
	width: 100%;
	background: rgba(0,0,0,0.5);
	color: #fff;
	height: 40px;
	line-height: 40px;
	text-indent: 2em;
	font-size: 14px;
	position: absolute;
	bottom: 0;
    padding-right:150px;
    box-sizing:border-box;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}
.sw-bullet{
    width: auto;
    right: 20px;
    bottom: 14px;
}
.sw-bullet li{
	height: 2px;
	border-radius: 0;
	
}
.sw-bullet li.active{
	background: #fff;
}