.box_banner01{width:100%;}
.box_banner02{width:100%;}



/*新闻轮播效果图*/
.boxswiper{width:550px;height:350px;margin:5px auto;overflow: hidden;position: relative;}
.box-1 ul{}
.box-1 ul li{width: 800px;height: 400px;position: relative;overflow: hidden;}
.box-1 ul li img{display:block;width: 100%; height: 400px;}
.box-1 ul li h2{position: absolute;left: 0;bottom:50px;height: 40px;background: rgba(125,125,120,.4);text-indent: 2em;
				padding-right:500px ;font-size: 15px;line-height: 40px;text-overflow: ellipsis;overflow: hidden;
				white-space: nowrap;font-weight: normal;color: ghostwhite}
.box-1 ul li h2 a{color:#fff!important;}
.box-2{position: absolute;right: 10px;bottom: 14px;}
.box-2 ul li{float:left;width: 12px;height: 12px;overflow: hidden; margin: 0 5px; border-radius: 50%;
				background: rgba(0,0,0,0.5);text-indent: 100px;cursor: pointer;}
.box-2 ul .on{background: rgba(255,255,255,0.6);}
.box-3 span{position: absolute;color: white;background: rgba(125,125,120,.3);width: 50px;height: 80px;
				top:50%; font-family: "宋体";line-height: 80px;font-size:60px;margin-top: -40px;
				text-align: center;cursor: pointer;}
.box-3 .prev{left: 10px;}
.box-3 .next{right: 10px;}
.box-3 span::selection{background: transparent;}
.box-3 span:hover{background: rgba(125,125,120,.8);}

/*新闻列表样式*/
.ullist{width:620px;background: #fff; border: 1px solid #ddd;padding: 10px;margin:5px auto;height:328px;}
.ullist .ultitle{display: block;background: #dc0000;padding:5px;text-align:center;font-size:16px;color:#fff;border-radius:5px;width:100px;height:30px;line-height:30px;}
.ullist li{height: 35px;line-height: 35px;width:100%;/*要显示文字的宽度*/}
.ullist .ksile{width:100%;height:3px;background:#dc0000;}
.ullist li a{float:left;width:420px;text-overflow :ellipsis; /*让截断的文字显示为点点。还有一个值是clip意截断不显示点点*/white-space :nowrap; /*让文字不换行*/overflow : hidden; /*超出要隐藏*/}
.ullist li .listcontent{float: right;}
.ullist li i{ float: left;display: block;height: 6px;width:6px;transform:rotate(45deg);background:#dc0000;margin-right: 10px;margin-top: 15px;}
.ullist li:hover,.ullist a:hover{color:#dc0000;cursor: pointer;}


/*列表标题样式*/
  .ullist .ultitle01{ height:29px; line-height: 29px;padding-left:16px;margin-left:15px;
    background: url(/uiFramework/commonResource/image/2022111814561480675.jpg) no-repeat; }  
  .ullist .ultitle01 .title01{font-size:15px;font-weight: bold;color:#fff;}