/*转动新闻*/
.owl-carousel .owl-wrapper:after{content: ".";display: block;clear: both;visibility: hidden;line-height: 0;height: 0;}
/* display none until init*/
.owl-carousel{display: none;position: relative;width: 100%;-ms-touch-action: pan-y;}
.owl-carousel .owl-wrapper{display: none;position: relative;-webkit-transform: translate3d(0px, 0px, 0px);}
.owl-carousel .owl-wrapper-outer{overflow: hidden;position: relative;width: 100%;}
.owl-carousel .owl-wrapper-outer.autoHeight{-webkit-transition: height 500ms ease-in-out;-moz-transition: height 500ms ease-in-out;-ms-transition: height 500ms ease-in-out;-o-transition: height 500ms ease-in-out;transition: height 500ms ease-in-out;}
.owl-carousel .owl-item{float: left;}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{cursor: pointer;}
.owl-controls{-webkit-user-select: none;-khtml-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;-webkit-tap-highlight-color: rgba(0, 0, 0, 0);}
/* mouse grab icon*/
.grabbing{cursor:url(/template/mobile/images/grabbing.png) 8 8, move;}
/* fix*/
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item{-webkit-backface-visibility: hidden;-moz-backface-visibility: hidden;-ms-backface-visibility: hidden;-webkit-transform: translate3d(0,0,0);-moz-transform: translate3d(0,0,0);-ms-transform: translate3d(0,0,0);}
.owl-theme .owl-controls{margin-top: 3%;text-align: center; margin-bottom:40px;}
/* Styling Next and Prev buttons*/
.owl-theme .owl-controls .owl-buttons div{color: #FFF;display: inline-block;zoom: 1;*display: inline; width:38px; height:74px;/*IE7 life-saver*/ text-indent:40px; margin-top:-26%; z-index:9; position:relative; overflow:hidden;-webkit-transition: all 0.3s ease-out 0s;-moz-transition: all 0.3s ease-out 0s;-o-transition: all 0.3s ease-out 0s;transition: all 0.3s ease-out 0s;}
.owl-theme .owl-controls .owl-buttons div.owl-prev{background:url(/template/mobile/images/i_pro_left.png) no-repeat; float:left; display:none;}
.owl-theme .owl-controls .owl-buttons div.owl-prev:hover{background:url(/template/mobile/images/i_pro_left_on.png) no-repeat;}
.owl-theme .owl-controls .owl-buttons div.owl-next{ background:url(/template/mobile/images/i_pro_right.png) no-repeat; float:right; display:none;}
.owl-theme .owl-controls .owl-buttons div.owl-next:hover{background:url(/template/mobile/images/i_pro_right_on.png) no-repeat; }
/* Clickable class fix problem with hover on touch devices*//* Use it for non-touch hover action*/
.owl-theme .owl-controls.clickable .owl-buttons div:hover{filter: Alpha(Opacity=100);/*IE7 fix*/opacity: 1;text-decoration: none;}
/* Styling Pagination*/
.owl-theme .owl-controls .owl-page{display: inline-block;zoom: 1;*display: inline;/*IE7 life-saver*/ }
.owl-theme .owl-controls .owl-page span{display: block;width: 12px;height: 12px;margin: 5px 5px;-webkit-border-radius: 20px;-moz-border-radius: 20px;border-radius: 20px;background:url(/template/mobile/images/i_news_pic1.png) no-repeat;}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{background:url(/template/mobile/images/i_news_pic2.png) no-repeat;}
/* If PaginationNumbers is true*/
.owl-theme .owl-controls .owl-page span.owl-numbers{height: auto;width: auto;color: #FFF;padding: 2px 10px;font-size: 12px;-webkit-border-radius: 30px;-moz-border-radius: 30px;border-radius: 30px;}
/* preloading images*/
.owl-item.loading{min-height: 150px;background: url(/template/mobile/images/AjaxLoader.gif) no-repeat center center}
#owl-demo .item{position:relative; margin-top:3%; overflow:hidden; padding-bottom:10px;}
#owl-demo .item dd{ width:46%; margin-left:2%; margin-right:1%;border-left:1px solid #f0f0f0; border-radius:6px;float:left; background-color:#ffffff; overflow:hidden;box-shadow:0px 0 0px #edf1f3, /*左边阴影*/  
    3px 0 3px #edf1f3, /*右边阴影*/
    0 0px 0px #edf1f3, /*顶部阴影*/  
    0 3px 3px #edf1f3; /*底边阴影*/ padding-bottom:10px; list-style:none;}
#owl-demo .item dd:last-child{ margin-right:0;}
#owl-demo .item dd a{ text-decoration:none;}
#owl-demo .item dd .imgs{/*display: block;*/width: 100%; overflow:hidden;}
#owl-demo .item dd .imgs img{width:100%;-webkit-transition: all 0.8s ease-out;
-ms-transition: all 0.8s ease-out;-moz-transition: all 0.8s ease-out;-o-transition: all 0.8s ease-out;
transition: all 0.8s ease-out;}
#owl-demo .item dd .i_news_con{ padding-left:10px; padding-right:10px; border-bottom:1px solid #cccccc;  margin-top:3%; padding-bottom:10px;}
#owl-demo .item dd .i_news_con h2{ height:30px; line-height:30px; overflow:hidden; color:#262626; font-size:16px;}
#owl-demo .item dd .i_news_con em{ display:block; height:20px; line-height:20px; overflow:hidden; color:#b2b2b2; font-size:12px;}
#owl-demo .item dd .i_news_con p{ font-size:14px; color:#999999; line-height:24px; margin-top:15px; height:72px; overflow:hidden;}
#owl-demo .item dd:hover .imgs img{-webkit-transform: scale(1.1);-moz-transform: scale(1.1);-o-transform: scale(1.1);transform: scale(1.1);}
#owl-demo .item dd:hover h2{ color:#fb6708;}
#owl-demo .item dd:hover .i_news_con{ border-bottom:1px solid #fb6708;}<!--耗时1758488152.402秒-->