@charset "utf-8";
*{
    margin: 0;
    padding: 0px;
}
body{
    min-width: 1200px;
    /* background: #fff4e1; */
}

.tophead{
    padding: 10px 0px;
    width: 100%;
    background: #fff;
}
.tophead .search-box{
    margin-top: 10px;
}

.container{
    width: 1200px;
    margin: 0 auto;
	overflow: hidden;
}

.xzc-banner{
	width: 100%;
	height: auto;
	margin: 0 auto;
}
.xzc-banner img{
	width: 100%;
	height: 100%;
}

.xzc-tt{
	position: relative;
	height: 91px;
	background: url(../images/icon_bt.png) no-repeat center;
	color: #254885;
	font-size: 36px;
	font-weight: 700;
}

.xzc-tt p{
	width: 100%;
	position: absolute;
	text-align: center;
	bottom: 12px;
}
.xzc-tt p a{color: #254885;}


/* 头条 */
.home-tt{text-align: left; text-indent: 2em;}
.home-tt h3{font-size: 1.5em;line-height: 1.2;margin-bottom: 10px;max-width: 100%;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;}
.home-tt h3 a{color: #333;}
.mes{font-size: 14px; color: #999; line-height: 30px;max-width: 100%;display: -webkit-box;overflow: hidden;text-overflow: ellipsis;-webkit-line-clamp:2;-webkit-box-orient: vertical; }
.home-tt h3 img {position: absolute; left: 5px; top:27px;}

/* 图片新闻 */
.home-tpxw{position:relative; overflow:hidden;}
.home-tpxw .owl-nav>div{display: none;}
.home-tpxw .imgbox{height: 360px;}
.home-tpxw .imgbox img{display: block;min-width: 100%;min-height: 100%;}
.home-tpxw .txt{position: absolute;left:0;right:0;bottom:0;padding: 0 130px 0 20px;height: 45px;line-height: 45px;color:#fff;background: rgba(0,0,0,.6);}
.home-tpxw .owl-dots{position: absolute; right:13px;bottom:17px; z-index: 1;}
.home-tpxw .owl-dot{float: left; width: 9px;height: 9px;background: #fff;opacity:1;margin: 0 7px;border-radius: 50%;}
.home-tpxw .owl-dot.active{opacity: 1; background: #bd1a2d;}

/* 川警故事 */
.js-slideZtzl {position: relative;}
.js-slideZtzl a{background: #f5f5f5; height: 314px; box-sizing: border-box; display: block;}
.js-slideZtzl .item{display: block;max-height: 314px;overflow: hidden; background: #f5f5f5;}
.js-slideZtzl .item img{display: block;max-height: 100%;}
.js-slideZtzl .owl-item img{height: 189px;}
.js-slideZtzl .owl-nav>div{display: block;}
.js-slideZtzl  h4 {display: block;padding: 10px 20px;line-height: 30px;height: 55px;-webkit-line-clamp: 3;-webkit-box-orient: vertical;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;word-break: break-all;letter-spacing: normal;text-align: left;width:90%;font-size:18px; font-weight: 400;}

/* 一线风采 */
.home-zjdd a{ width:98%; float: left; margin-left: 5px;}
.home-zjdd .imgbox{height:162px; width:50%;float: left; }
.home-zjdd .imgbox img{width: 100%; height: 100%;}
.home-zjdd .txtbox{ background: #e8dfd2;height:162px;float: left; font-size: 18px; color: #000; width: 50%;}
.home-zjdd .owl-dot{display: none;}
.home-zjdd .txtbox h1{font-size: 16px;display: block; width: 90%; margin: 0 auto; line-height: 40px; text-align: center; font-weight: normal;margin-top: 10px;color: #333; font-weight: 700;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;}
.home-zjdd .txtbox p{font-size: 16px;display:  block; width: 90%; margin: 0 auto; line-height: 32px; text-indent: 2em;display: -webkit-box;overflow: hidden;text-overflow: ellipsis;-webkit-line-clamp:3;-webkit-box-orient: vertical;color: #636363;}



/* 轮播左右按钮 */
/* .owl-nav>div{
  position: absolute;top: 50%;display: block;width: 43px;height: 43px;margin-top: -25px;
  background: url(../images/icon_left.png) no-repeat center ;background-size: 100% 100%;
  z-index: 999;cursor: pointer;
}
.owl-nav .owl-prev{left:17px;}
.owl-nav .owl-next{right:17px;background-image: url(../images/icon_right.png);} */
/* .owl-nav>div:hover{background-color: rgba(0, 0, 0, 0.6);} */
/* .owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled{display: block;} */

/* 轮播左右按钮 */
.owl-nav>*{
  position: absolute;top: 50%;display: block;width: 43px;height: 43px;margin-top: -25px;
  background: url(../images/icon_left.png) no-repeat center !important;background-size: 100% 100% !important;
  z-index: 1;cursor: pointer;
}
.owl-nav .owl-prev{left: 0;}
.owl-nav .owl-next{right: 0;background-image: url(../images/icon_right.png) !important;}
/* .owl-nav>*:hover{background-color: rgba(0, 0, 0, 0.6) !important;} */
