/** CSS Document **/
body, ul, dl, dd, h1, h2, h3, h4, h5, h6, form, p {padding:0; margin:0; -webkit-text-size-adjust:none; font-weight:normal;}
ul {	list-style:none;}
img {border:none;}
a { text-decoration: none;}
button {outline: none;	cursor: pointer;}
input,button,select,textarea,label{outline:none; vertical-align:middle; padding:0;}
em{font-style:normal;}
html{height:100%;}
body{font-family: "Microsoft YaHei", "微软雅黑"; position:relative; width:100%; min-width:1366px; min-height:100%; font-size:14px; color:#333; background:#fff;}


.ui_body{width:100%; text-align: center;}
.ui_container{width:1200px; display:inline-block; margin:auto;}

.swiper-container{overflow:visible; padding-bottom:10px;}


.el-row{overflow:hidden; height:430px;}
.xinyijia .pannel .news-wrap .news{float:left; padding-bottom:16px;}
.xinyijia .pannel .news-wrap .news .item{float:left; width:530px;}
.xinyijia .pannel .news-wrap .news .item a{width:530px;}
.xinyijia .pannel .news-wrap .news .item a span{width:450px; float:left;}
.xinyijia .pannel .news-wrap .news .item a span.time{float:right;}


/* 滚动 */
.slideBox{ width:1200px; height:880px; position:relative; }
.slideBox .hd{width:100%; text-align:center; height:20px; overflow:hidden; position:absolute; right:0px; bottom:0px; z-index:1; }
.slideBox .hd ul{display:inline-block; overflow:hidden; zoom:1;;}
.slideBox .hd ul li{ float:left; margin:0 4px;  width:20px; height:20px; line-height:20px; text-align:center; background:#ccc; font-size:12px; cursor:pointer; }
.slideBox .hd ul li.on{ background:#007aff; color:#fff; }


/* 前/后按钮代码 */
.slideBox .prev{position:absolute;  left:-40px; top:50%; margin-top:-32px; display:block; width:24px; height:44px; background:url(../images/left.png) no-repeat; filter:alpha(opacity=80);opacity:0.8;  }
.slideBox .next{position:absolute; right:-40px; top:50%; margin-top:-32px; display:block; width:24px; height:44px; background:url(../images/right.png) no-repeat; filter:alpha(opacity=580);opacity:0.8; }
.slideBox .prev:hover, .slideBox .next:hover{ filter:alpha(opacity=100);opacity:1;  }
.slideBox .prevStop{ display:none;  }
.slideBox .nextStop{ display:none;  }