@charset "utf-8";
/* Copyright 2018 by hg148b@foxmai.com 2018/8/20 */

/*-------------------------------------------------------OverWrite CSS Style-------------------------------------------------------*/
/*--OverWrite--*/
body,hr,td,th{margin:0}
body{font-size:14px;font-weight:lighter;font-family:'微软雅黑体','Microsoft YaHei','黑体',Helvetica,Arial}
img{border:0}
a:active,a:hover,a:link,a:visited{text-decoration:none}

/*--Line--*/
.hr000{border-top-width:1px;border-top-style:solid;border-top-color:#000}
.hr111{border-top-width:1px;border-top-style:solid;border-top-color:#111}
.hr222{border-top-width:1px;border-top-style:solid;border-top-color:#222}
.hr333{border-top-width:1px;border-top-style:solid;border-top-color:#333}
.hr444{border-top-width:1px;border-top-style:solid;border-top-color:#444}
.hr555{border-top-width:1px;border-top-style:solid;border-top-color:#555}
.hr666{border-top-width:1px;border-top-style:solid;border-top-color:#666}
.hr777{border-top-width:1px;border-top-style:solid;border-top-color:#777}
.hr888{border-top-width:1px;border-top-style:solid;border-top-color:#888}
.hr999{border-top-width:1px;border-top-style:solid;border-top-color:#999}
.hraaa{border-top-width:1px;border-top-style:solid;border-top-color:#aaa}
.hrbbb{border-top-width:1px;border-top-style:solid;border-top-color:#bbb}
.hrccc{border-top-width:1px;border-top-style:solid;border-top-color:#ccc}
.hrddd{border-top-width:1px;border-top-style:solid;border-top-color:#ddd}
.hreee{border-top-width:1px;border-top-style:solid;border-top-color:#eee}
.hrfff{border-top-width:1px;border-top-style:solid;border-top-color:#fff}

/*--padding--*/
.p0{padding:0}
.p5{padding:5px}
.p10{padding:10px}
.p15{padding:15px}
.p20{padding:20px}
.p25{padding:25px}
.p30{padding:30px}
.p35{padding:35px}
.p40{padding:40px}
.p45{padding:45px}
.p50{padding:50px}

/*--Padding Left&Right--*/
.p-lr0{padding-left:0;padding-right:0}
.p-lr5{padding-left:5px;padding-right:5px}
.p-lr10{padding-left:10px;padding-right:10px}
.p-lr15{padding-left:15px;padding-right:15px}
.p-lr20{padding-left:20px;padding-right:20px}
.p-lr25{padding-left:25px;padding-right:25px}
.p-lr30{padding-left:30px;padding-right:30px}
.p-lr35{padding-left:35px;padding-right:35px}
.p-lr40{padding-left:40px;padding-right:40px}
.p-lr45{padding-left:45px;padding-right:45px}
.p-lr50{padding-left:50px;padding-right:50px}

/*--Padding Top&Bottom--*/
.p-tb5{padding-top:5px;padding-bottom:5px}
.p-tb10{padding-top:10px;padding-bottom:10px}
.p-tb15{padding-top:15px;padding-bottom:15px}
.p-tb20{padding-top:20px;padding-bottom:20px}
.p-tb25{padding-top:25px;padding-bottom:25px}
.p-tb30{padding-top:30px;padding-bottom:30px}
.p-tb35{padding-top:35px;padding-bottom:35px}
.p-tb40{padding-top:40px;padding-bottom:405px}
.p-tb45{padding-top:45px;padding-bottom:45px}
.p-tb50{padding-top:50px;padding-bottom:50px}

/*--FontColor--*/
.white{color:#fff}
.black{color:#000}
.gray000{color:#000}
.gray111{color:#111}
.gray222{color:#222}
.gray333{color:#333}
.gray444{color:#444}
.gray555{color:#555}
.gray666{color:#666}
.gray777{color:#777}
.gray888{color:#888}
.gray999{color:#999}
.grayaaa{color:#aaa}
.graybbb{color:#bbb}
.grayccc{color:#ccc}
.grayddd{color:#ddd}
.grayeee{color:#eee}

/*--FontSize--*/
.font12, .size12{font-size:12px;}
.font14, .size14{font-size:14px;}
.font16, .size16{font-size:16px;}
.font24, .size24{font-size:24px;}
.font28, .size28{font-size:28px;}
.font36, .size36{font-size:36px;}
.font48, .size48{font-size:48px;}
.font56, .size56{font-size:56px;}

/*--BG--*/
.bg-white{background-color: #fff;}
.bg-black{background-color: #000;}
.bg-eee{background-color: #eee;}
.bg-ddd{background-color: #ddd;}
.bg-ccc{background-color: #ccc;}
.bg-bbb{background-color: #bbb;}
.bg-aaa{background-color: #aaa;}
.bg-999{background-color: #999;}
.bg-888{background-color: #888;}
.bg-777{background-color: #777;}
.bg-666{background-color: #666;}
.bg-555{background-color: #555;}
.bg-444{background-color: #444;}
.bg-333{background-color: #333;}
.bg-222{background-color: #222;}
.bg-111{background-color: #111;}

/*--BOLD--*/
.bold{font-weight: bold;}

/*--Stroke--*/
.stroke-lrb-ddd{
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #ddd;
	border-bottom-color: #ddd;
	border-left-color: #ddd;	
}

/*--Table Center--*/
table.table-set-center{text-align:center;}
table.table-set-center tr td,
table.table-set-center tr th,
table.table-set-center>thead>tr>td,
table.table-set-center>thody>tr>th{
	vertical-align: middle;
	text-align:center;
}
/*--JS (In JS File)--*/
.img-auto-responsive{}

/*--cursor--*/
.cursor{cursor: pointer;}
.block{ display:block;}
.m-lr-auto{
	margin-left: auto;
	margin-right: auto;
}


/*-------------------------------------------------------ZFDZ88 CSS Style-------------------------------------------------------*/
/*--Main Web Style--*/
.bg-blue{background-color:#00a0e9;}

.bg-main{
	background-color:#eaeff2;
}
/*颜色标识条*/
.color-identify{
	widows: 100%;
	height: 1px;
	background-color:#ddd;
}
.box{
	width:100%;
	padding-top: 50px;
	padding-bottom: 50px;
}
/*--xs--*/
@media (max-width:767px){
	.box{
		padding-top: 0px;
		padding-bottom: 0px;
	}
}
/*--sm--*/
@media (min-width: 768px) and (max-width: 991px) {
	.box{
		padding-top: 15px;
		padding-bottom: 15px;
	}
}
/*--md--*/
@media (min-width: 992px) and (max-width: 1199px) {
	.box{
		padding-top: 25px;
		padding-bottom: 25px;
	}
}
/*--lg--*/
@media (min-width: 1200px) {
	.box{
		padding-top: 35px;
		padding-bottom: 35px;
	}
}



/*-- Header --*/
#header {
	color: #000;
	position:relative;
	z-index:1000;
	background-color:#fff;
	background: -webkit-linear-gradient(#fff, #eee); 			/* Safari 5.1 - 6.0 */
	background: -o-linear-gradient(#fff, #eee); 					/* Opera 11.1 - 12.0 */
	background: -moz-linear-gradient(#fff, #eee); 				/* Firefox 3.6 - 15 */
	background: linear-gradient(#fff, #eee); 							/* 标准的语法 */
}
.navbar-brand{
	display: block;
	padding:0;
	margin-top: 15px;
	margin-bottom: 15px;
	margin-left: 15px;
}
.navbar-default .navbar-nav > li > a {
	color: #000;
	font-size: 14px;
}
.navbar-default .navbar-nav > li > a:hover {
	color: #fff;
	background: none;
	box-shadow: 0px 5px 5px rgba(0,0,0,0.25) inset;                    /* For Latest Opera */	
	-webkit-box-shadow: 0px 5px 5px rgba(0,0,0,0.25) inset;            /* For Chrome5+, Safari5+ */
	-moz-box-shadow: 0px 5px 5px rgba(0,0,0,0.25) inset;               /* For Firefox3.6+ */
}
.navbar-nav {
	float: right;
	background-color: transparent;
}
.navbar-default .navbar-collapse, 
.navbar-default .navbar-form {
	border: none;
	background: none;
}
.navbar-default {
	border: none;
	background: none;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus{
	color: #fff;
	background-color: #00a0e9;
	box-shadow: 0px 5px 5px rgba(0,0,0,0.25) inset;                    /* For Latest Opera */	
	-webkit-box-shadow: 0px 5px 5px rgba(0,0,0,0.25) inset;            /* For Chrome5+, Safari5+ */
	-moz-box-shadow: 0px 5px 5px rgba(0,0,0,0.25) inset;               /* For Firefox3.6+ */
}
.navbar {
	margin-bottom: 0;
}
.nav > li > a {
	padding: 10px 20px;
}
.navbar-nav > li > a {
	padding-top: 30px;
	padding-bottom: 30px;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
	color: #fff;
	background-color: #00a0e9;
}
.navbar-nav {
	margin-top: 0px;
	margin-bottom: 0px;
}
.hvr-sweep-to-bottom {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
}
.hvr-sweep-to-bottom:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background:#00a0e9;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-sweep-to-bottom:hover, 
.hvr-sweep-to-bottom:focus, 
.hvr-sweep-to-bottom:active {
	color: white;
}
.hvr-sweep-to-bottom:hover:before, 
.hvr-sweep-to-bottom:focus:before, 
.hvr-sweep-to-bottom:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}
#header li.calls{
	padding: 20px 10px;
}
/*--xs--*/
@media (max-width:767px){
	.navbar-brand img {
		height:40px;
	}
	.navbar-brand {
		height:40px;
		margin:10px 5px;
	}
	.navbar-toggle {
		margin-right: 13px;
		margin-top: 13px;
		margin-bottom: 13px;
	}
	.navbar-default .navbar-toggle {
		/*--border: none;--*/
	}
	.navbar-default .navbar-toggle .icon-bar {
		background-color: #000;
	}
	.navbar-nav {
		float: none;
		text-align: center;
		background-color: transparent;
	}
	.nav > li > a {
		padding-top: 15px;
		padding-bottom: 15px;
	}
	.navbar-default .navbar-nav .open .dropdown-menu > li > a {
		text-align:center;
		color: #ddd;
	}
	.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
		color: #fff;
	}
	.navbar-nav {
		border-top-width: 2px;
		border-top-style: solid;
		border-top-color: #103569;
	}
}
/*--sm--*/
@media (min-width: 768px) and (max-width: 991px) {
	.navbar-default .navbar-nav > li > a {
		padding-left: 10px;
		padding-right: 10px;
	}
	.navbar-brand {
		margin-left: 10px;
		margin-right: 10px;
	}
}
/*--md--*/
@media (min-width: 992px) and (max-width: 1199px) {
	.navbar-default .navbar-nav > li > a {
		padding-left: 15px;
		padding-right: 15px;
	}
}



/*--CopyRight--*/
#copy-right{
	color: #888;
	background-color: #2b3642;
	padding: 25px 0px;
	text-align: center;
}
#copy-right img{
	text-align:center
}
#copy-right a{
	color: #888;
}
#copy-right a:hover{
	color: #aaa;
}



/*--FooterMenu--*/
#footer-menu{
	color: #888;
	background-color: #2b3642;
	padding: 50px 0px;
}
#footer-menu, #footer-menu a{
	line-height: 30px;
	color: #888;
}
#footer-menu a:hover{
	color: #aaa;
}
#footer-menu img, #footer-menu button {
	margin:10px 0;
}



/*--Back-To-Top--*/
#elevator {
	width: 60px;
	height: 150px;
	position: fixed;
	right: 15px;
	bottom: 120px;
	-webkit-transition: opacity .4s ease-in-out;
	-moz-transition: opacity .4s ease-in-out;
	-o-transition: opacity .4s ease-in-out;
	opacity: 1;
	z-index: 999;
}
#elevator a {
	display: block;
}

#elevator .back-to-top{
	display: block;
	width: 60px;
	height: 50px;
	cursor: pointer;
	margin-bottom: 2px;
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #aaa;
	background-image: url(../ico/ico-back-to-top.png);
}
#elevator .contact-qq{
	display: block;
	width: 60px;
	height: 50px;
	cursor: pointer;
	margin-bottom: 2px;
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #00a0e9;
	background-image: url(../ico/ico-qq-white.png);
}
#elevator .contact-chat{
	display: block;
	width: 60px;
	height: 50px;
	cursor: pointer;
	margin-bottom: 2px;
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #00a0e9;
	background-image: url(../ico/ico-contact.png);
}
#elevator a:hover {
	background-color: #0075ab;
}
#elevator a:active {
	background-color: #00608c;
}



/*-------------------------------------------------------Index CSS Style-------------------------------------------------------*/
/*--Index-Main--*/
#index-main{
	background-color: #00a0e9;
	background-repeat: no-repeat;
	background-position: center center;
}
#index-main .title{
	color: #fff;
}
#index-main .item{
	background-color: #fff;
	margin: 25px 25px;
	border-top: solid 5px transparent;
	-webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
	-moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
	box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}
#index-main .item .description{
	color: #888;
}
/*Hover*/
#index-main .item:hover{
	border-color: #00a0e9;
	border-top-color: #005b85;
}


/*--xs--*/
@media (max-width:767px){
	#index-main .item{
		margin-left: 25px;
		margin-right: 25px;
	}
}
/*--sm--*/
@media (min-width: 768px) and (max-width: 991px) {
	#index-main .item{
		margin-left: -10px;
		margin-right: -10px;
	}
}
/*--md--*/
@media (min-width: 992px) and (max-width: 1199px) {
	#index-main .item{
		margin-left: 0px;
		margin-right: 0px;
	}
}
/*--lg--*/
@media (min-width: 1200px) {

}

















/*--FocusAD--*/
/*--xs--*/
@media (max-width:767px){
	#focus-ad .carousel-indicators {
		bottom: 0px;
	}
	#focus-ad ol, ul {
		margin-top: 0;
		margin-bottom: 0px;
	}
}



/*--Function--*/
.frame{
	padding-top: 50px;
	padding-bottom: 50px;
}
.frame .frame-title{
	text-align: center;
}
.frame .frame-title h3 {
	margin-top: 0px;
	margin-bottom: 0px;
}
.frame .frame-more{
	text-align: center;
}
.frame .frame-more a{
	color: #888;
}
.frame .frame-more a:hover{
	color: #000;
}
@media (max-width:767px){
	.frame{
		padding-top: 20px;
		padding-bottom: 20px;
	}
}
/*--sm--*/
@media (min-width: 768px) and (max-width: 991px) {
	.frame{
		padding-top: 30px;
		padding-bottom: 30px;
	}
}
/*--md--*/
@media (min-width: 992px) and (max-width: 1199px) {
	.frame{
		padding-top: 40px;
		padding-bottom: 40px;
	}
}
/*--lg--*/
@media (min-width: 1200px) {

}



/*--Function--*/
#function .item{
	text-align: center;
	padding: 25px 0;
	background-color: rgba(255,255,255,0);
	border:solid 1px rgba(255,255,255,0);
	margin-left: 5px;
	margin-right: 5px;
	overflow:hidden;
}
#function .item>div{
	padding-left: 0px;
	padding-right: 0px;
}
#function .item:hover{
	border-color: #fff;
}
#function .item .title{
	color: #000;
	display:block;
	margin-top: 25px;
	margin-bottom: 25px;
	padding-top: 25px;
	padding-bottom: 25px;
}
#function .item:hover .title{
	color: #fff;
	background-color: #00a0e9;
}
#function .item .title h3{
	margin-top: 0px;
	margin-bottom: 0px;
}
#function .item .descript{
	color: #888;
	display: block;
	padding-left: 15px;
	padding-right: 15px;
}
/*--xs--*/
@media (max-width:767px){
	#function .item{
		background-color: rgba(255,255,255,0.25);
		border:solid 1px rgba(255,255,255,0.5);
	}
	#function .item .title{
		margin-top: 5px;
		margin-bottom: 5px;
		padding-top: 10px;
		padding-bottom: 10px;
	}
	#function .item .title h3{
		font-size: 14px;
	}
	#function .item .descript{
		padding-left: 5px;
		padding-right: 5px;
	}
	#function .container>.row>div{
		padding-left: 0px;
		padding-right: 0px;
	}
}
/*--sm--*/
@media (min-width: 768px) and (max-width: 991px) {

}
/*--md--*/
@media (min-width: 992px) and (max-width: 1199px) {

}
/*--lg--*/
@media (min-width: 1200px) {

}



/*--Index-Product--*/
#index-product .product-item{
	padding-left: 1px;
	padding-right: 1px;
}
#index-product .product-item .product{
	margin-top: 1px;
	margin-bottom: 1px;
	-moz-border-radius: 5px;		/* Firefox */
  -webkit-border-radius: 5px;	/* Safari 和 Chrome */
  border-radius: 5px; 				/* Opera 10.5+, 以及使用了IE-CSS3的IE浏览器 */
}
#index-product .product-item .product .title{
	padding-top: 10px;
	padding-bottom: 10px;
}




/*--IndexAbout--*/
#index-about{
	background-color: #00a0e9;
	background-repeat: no-repeat;
	background-position: center center;
}
#index-about a.btn{
	background-color:transparent;
	border-color: #fff;
}
#index-about a.btn:hover{
	background-color: rgba(255,255,255,0.3);
}






/*--AboutUs--*/
#about-us{
	background-repeat: no-repeat;
	background-position: center center;	
}
#about-us .container{
	padding-top: 100px;
	padding-bottom: 100px;
}
#about-us .container>.row{
	background-color: rgba(255,255,255,0.75);
	padding-left: 50px;
	padding-right: 50px;
}
/*--xs--*/
@media (max-width:767px){
	#about-us .container{
		padding-top: 25px;
		padding-bottom: 25px;
	}
}
/*--sm--*/
@media (min-width: 768px) and (max-width: 991px) {
	#about-us .container{
		padding-top: 50px;
		padding-bottom: 50px;
	}
}
/*--md--*/
@media (min-width: 992px) and (max-width: 1199px) {
	#about-us .container{
		padding-top: 75px;
		padding-bottom: 75px;
	}
}
/*--lg--*/
@media (min-width: 1200px) {

}



/*-------------------------------------------------------Product CSS Style-------------------------------------------------------*/
/*--Banner--*/
#banner{
	width: 100%;
	height: 300px;
	background-color: #00a0e9;
	background-size: auto 100%;
	background-repeat: no-repeat;
	background-position: center center;
}
#banner .title{
	margin-top: 130px;
}
/*--xs--*/
@media (max-width:767px){
	#banner{
		height: 150px;
	}
	#banner .title{
		margin-top: 60px;
	}
}
/*--sm--*/
@media (min-width: 768px) and (max-width: 991px) {
	#banner{
		height: 200px;
	}
	#banner .title{
		margin-top: 80px;
	}
}
/*--md--*/
@media (min-width: 992px) and (max-width: 1199px) {
	#banner{
		height: 250px;
	}
	#banner .title{
		margin-top: 100px;
	}
}
/*--lg--*/
@media (min-width: 1200px) {

}



/*--SecondMenuImg--*/
#second-menu-img{
	text-align: center;
	padding-left: 15px;
	padding-right: 15px;
}
#second-menu-img>div{
	padding-left: 0;
	padding-right: 0;
}
#second-menu-img a{
	color: #000;
	background: #fff;
	border: 1px solid #ddd;	
	margin:0 0px;
	display: block;
}
#second-menu-img a:hover, #second-menu-img .active a{
	color: #fff;
	background: #00a0e9;
	border-color: #00a0e9;
}
#second-menu-img .title{
	font-size: 12px;
	margin: 0;
	line-height: 20px;
	padding: 5px 0;
}



/* ProductChannel */
.product{
	padding: 0;
	margin: 15px 0;
	background-color: #fff;
	overflow: hidden;
	-webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
	-moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
	box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}
.product .title{
	color: #000;
	display:block;
	line-height: 20px;
	padding: 25px 0;
	text-align: center;
}



/* ProductChannel */
.product-2{
	padding: 0;
	margin: 15px 0;
	background-color: #fff;
	overflow: hidden;
	-webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
	-moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
	box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}
.product-2 .title{
	color: #000;
	display:block;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 15px;
	text-align: center;
}
.product-2 .sectitle{
	font-size: 12px;
	color: #888;
	display:block;
	text-align:center;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 15px;
}
.product-2:hover{
	background-color: #00a0e9;
}
.product-2:hover .title, .product-2:hover .sectitle{
	color: #fff;
}






/* Product(COM)Channel */
.product-com{
	padding: 0;
	margin: 15px 0;
	background-color: #fff;
	overflow: hidden;
	-webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
	-moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
	box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}
.product-com:hover{
	background-color: #00A0E9;
}
.product-com .title{
	color: #000;
	display:block;
	line-height: 20px;
	padding: 25px 0;
	text-align: center;
}
.product-com:hover .title{
	color: #fff;
}



/*--Pages--*/
#pages li a{
	color:#888;
}
#pages li a:hover{
	color:#000;
}
#pages li.active a{
	color:#fff;
}






/*-------------------------------------------------------Article CSS Style-------------------------------------------------------*/
/*--SecondMenuText--*/
#second-menu-text ul li a.btn{
	margin-top: 3px;
	margin-bottom: 3px;
}
#second-menu-text ul li{
	padding-left: 0px;
	padding-right: 0px;
}
#second-menu-text ul li.active a.btn{
	color: #fff;
	background-color: #00a0e9;
	border-color: #00a0e9;
}



/*--ArticleChannel--*/
.news-item{
	border: solid 1px #fff;
	background-color: rgba(255,255,255,0.5);
	padding: 15px 5px;
	margin-left: -10px;
	margin-right: -10px;
	margin-top: 5px;
	margin-bottom: 5px;
	-webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
	-moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
	box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}
.news-item:hover{
	border-color: #00a0e9;
	background-color: #00a0e9;
}
.news-item a{
	color: #000;
}
.news-item .text{
	padding-top: 12px;
	padding-bottom: 12px;
}
.news-item .text .title{
	color: #000;
	font-size:16px;
}
.news-item .text .description{
	font-size: 12px;
	color: #888;
	padding-top: 15px;
	padding-bottom: 15px;
}
.news-item .text .time, .news-item .text .more{
	font-size: 12px;
	color: #888;
}
.news-item:hover .text .title,
.news-item:hover .text .description,
.news-item:hover .text .time,
.news-item:hover .text .more{
	color: #fff;
}
/*--xs--*/
@media (max-width:767px){
	.news-item .text{
		padding-top: 0px;
		padding-bottom: 0px;
	}
}
/*--sm--*/
@media (min-width: 768px) and (max-width: 991px) {
	.news-item .text{
		padding-top: 0px;
		padding-bottom: 0px;
	}
}
/*--md--*/
@media (min-width: 992px) and (max-width: 1199px) {
	.news-item .text{
		padding-top: 0px;
		padding-bottom: 0px;
	}
}
