

/*banner开始*/
.carousel-inner{}

.carousel-inner>.item>img{
	min-height: 160px;
    min-width: 488px;
}


.ban{}
.ban-nr{}
.ban-nr-lf{
	position: absolute;
	bottom: -70px;
    left: 18%;
	width: 31%;
	z-index: 8;
}
.ban-nr-lf img{
	width: 100%;
}

.ban-nr-rg{
	position: absolute;
	top: 8%;
    right: 21%;
}
.ban-nr-rg .ban-nr-rg-img{
	width: 98%;
}
.ban-nr-rg .ban-nr-rg-img img{
	width: 100%;
}

.ban-nr-rg .ban-nr-rg-title{
	position: absolute;
    top: 58%;
    right: 5%;
    margin: 0;
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 38px;
    color: #1066CF;
    font-family: "华康俪金黑W8";
    border-radius: 30px;
    background-color: #ffd959;
    border: 1px solid #f8cc39;
    box-shadow: 0 2px 0 #888, 0 6px 6px #888, inset 0 1px 1px #fff;
    padding: 0 30px;
    transition: all 0.66s;
}
.ban-nr-rg .ban-nr-rg-title:hover{
	box-shadow: 0 2px 0 #888, 0 6px 6px #666, inset 0 1px 1px #fff;
	padding: 0 45px;
}

.ban-nr-rg ul{
	position: absolute;
    right: 0;
    width: 85%;
	padding: 10px 25px;
	background-color: rgba(255,255,255,.7);
}
.ban-nr-rg ul li{
	display: inline-block;
	width: 48%;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	color: #111;
}

/*响应*/
@media only screen and (min-width: 1400px) {

.ban-nr-lf{
    left: 18%;
	width: 31%;
	max-width: 420px;
}

	
}

@media (max-width: 1399px) and (min-width:1200px){
.ban-nr-rg{
	position: absolute;
	top: 8%;
    right: 21%;
    width: 35%;
}
.ban-nr-rg .ban-nr-rg-img{
	width: 98%;
}
.ban-nr-rg .ban-nr-rg-img img{
	width: 100%;
}

	
	
}

@media (max-width: 1199px) and (min-width:992px){
.ban-nr-rg{
	position: absolute;
	top: 8%;
    right: 21%;
    width: 35%;
}
.ban-nr-rg .ban-nr-rg-img{
	width: 98%;
}
.ban-nr-rg .ban-nr-rg-img img{
	width: 100%;
}
.ban-nr-rg .ban-nr-rg-title{
	position: absolute;
    top: 60%;
    right: 5%;
    height: 50px;
    line-height: 50px;
    font-size: 31px;
    font-family: "华康俪金黑W8";
    border-radius: 30px;
    border: 1px solid #f8cc39;
    box-shadow: 0 2px 0 #888, 0 6px 6px #888, inset 0 1px 1px #fff;
    padding: 0 26px;
    transition: padding 0.66s, box-shadow 0.66s;
}
.ban-nr-rg .ban-nr-rg-title:hover{
	box-shadow: 0 2px 0 #888, 0 6px 6px #666, inset 0 1px 1px #fff;
	padding: 0 45px;
}

.ban-nr-rg ul{
	position: absolute;
    right: 0;
    width: 85%;
	padding: 10px 25px;
}
.ban-nr-rg ul li{
	font-size: 18px;
}
	
	
}

@media (max-width: 991px) and (min-width:769px){
.ban-nr-rg{
	position: absolute;
	top: 8%;
    right: 21%;
    width: 35%;
}
.ban-nr-rg .ban-nr-rg-img{
	width: 98%;
}
.ban-nr-rg .ban-nr-rg-img img{
	width: 100%;
}
.ban-nr-rg .ban-nr-rg-title{
	top: 60%;
    right: 5%;
    height: 45px;
    line-height: 45px;
    font-size: 27px;
    border-radius: 30px;
    border: 1px solid #f8cc39;
    box-shadow: 0 2px 0 #888, 0 6px 6px #888, inset 0 1px 1px #fff;
    padding: 0 26px;
    transition: padding 0.66s, box-shadow 0.66s;
}
.ban-nr-rg .ban-nr-rg-title:hover{
	box-shadow: 0 2px 0 #888, 0 6px 6px #666, inset 0 1px 1px #fff;
	padding: 0 45px;
}

.ban-nr-rg ul{
	width: 90%;
    padding: 10px 10px;
    position: absolute;
    right: 0;
}
.ban-nr-rg ul li{
	font-size: 16px;
}
	
	
}

@media (max-width: 768px) and (min-width:501px) {
.ban-nr-lf{
    display: none;
}
.ban-nr-rg{
	position: absolute;
	top: 5%;
    right: 22%;
    width: 50%;
}
.ban-nr-rg .ban-nr-rg-img{
    width: 75%;
}
.ban-nr-rg .ban-nr-rg-title{
    top: 78%;
    right: 5%;
    height: 40px;
    line-height: 40px;
    padding: 0;
    font-size: 26px;
    border-radius: 30px;
    border: 1px solid #f8cc39;
    box-shadow: 0 2px 0 #888, 0 6px 6px #888, inset 0 1px 1px #fff;
    width: 250px;
    transition: width 0.66s, box-shadow 0.66s;
}
.ban-nr-rg .ban-nr-rg-title:hover{
	box-shadow: 0 2px 0 #888, 0 6px 6px #666, inset 0 1px 1px #fff;
	width: 280px;
}

.ban-nr-rg ul{
    display: none;
}
	
	
}

@media (max-width: 500px){

.ban-nr-lf{
    display: none;
}
.ban-nr-rg{
    position: absolute;
    top: 5%;
    right: 0;
    width: 100%;
}
.ban-nr-rg .ban-nr-rg-img{
    width: 215px;
    margin: 0 auto;
}
.ban-nr-rg .ban-nr-rg-title{
    top: 80px;
    margin-right: 10px;
    height: 40px;
    line-height: 40px;
    padding: 0;
    font-size: 26px;
    border-radius: 30px;
    border: 1px solid #f8cc39;
    box-shadow: 0 2px 0 #888, 0 6px 6px #888, inset 0 1px 1px #fff;
    width: 250px;
    transition: width 0.66s, box-shadow 0.66s;
}
.ban-nr-rg .ban-nr-rg-title:hover{
	box-shadow: 0 2px 0 #888, 0 6px 6px #666, inset 0 1px 1px #fff;
	width: 285px;
}

.ban-nr-rg ul{
    display: none;
}	
}



/*banner结束*/

/*应用开始*/
.use{
	position: relative;
}
.use-nr{
	position: relative;
	top: -20px;
	z-index: 99;
	font-size: 14px;
}
.use-nr h5{
	width: 80%;
	margin: 0 auto;
	height: 45px;
	line-height: 45px;
	background-color: rgba(16,102,207,.99);
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	text-align: center;
}
.use-nr p{
	padding-top: 10px;
	font-size: 1em;
	line-height: 22px;
}

@media (max-width: 991px) and (min-width: 768px) {
.use-nr{
	position: relative;
	top: -10px;
	z-index: 99;
	font-size: 14px;
}
.use-nr h5{
	width: 100%;
	margin: 0 auto;
	height: 40px;
	line-height: 40px;
	font-size: 17px;
}
.use-nr p{
	padding-top: 10px;
	font-size: 1em;
	line-height: 22px;
}

	
}
@media (max-width: 767px) and (min-width: 501px){
	
}

@media (max-width: 500px){
	
.use-nr{
	top: -20px;
	font-size: 14px;
}
.use-nr h5{
	width: 100%;
	margin: 0 auto;
	height: 45px;
	line-height: 45px;
	font-size: 17px;
}
.use-nr p{
	padding-top: 10px;
	font-size: 1em;
	line-height: 22px;
}	
	
}


/*应用结束*/

/*关于我们开始*/
.about{
	margin-bottom: 20px;
}
.about .about-text{
	position: relative;
}
.about .about-text h3{
	font-size: 30px;
	padding-left: 30px;
	color: #1066CF;
	font-weight: bold;
	margin: 10px 0 5px;
}
.about .about-text div{
	height: 28px;
}
.about .about-text div img{
	height: 100%;
}
.about .about-text p{
	font-size: 16px;
	line-height: 27px;
	text-indent: 2em;
	padding: 15px 0;
}
.about .about-text a{
	display: block;
	width: 150px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	border-radius: 30px;
	background-color: rgba(255,217,89,.8);
	position: absolute;
	right: 25px;
    bottom: -33px;
    border: 1px solid #f8cc39;
    box-shadow: 0 2px 0 #ccc, 0 3px 1px #999, inset 0 1px 1px #fff;
    transition: width 0.66s, bottom 0.66s, box-shadow 0.66s;
}
.about .about-text a:hover{
	width: 200px;
	bottom: -28px;
	font-weight: bold;
	color: #000;
	box-shadow: 0 2px 0 #ccc, 0 4px 1px #888, inset 0 1px 1px #fff;
}

.about .about-video{}
.about .about-video video{
	width: 100%;
	height: auto;
}

@media (max-width: 991px){
.about{
	margin-bottom: 30px;
}
	
}



/*关于我们结束*/


/*不同设备性能开始*/
.equipment{}
.equ-tittle{
	overflow: hidden;
	padding: 0;
}
.equ-tittle:after{
	content: "";
	position: absolute;
	top: 62%;
	z-index: -1;
	width: 100%;
	height: 1px;
	background-color: #1066CF;
}
.equ-tittle h3{
	position: relative;
	background: url(../images/equ.png) no-repeat;
	background-position: top center;
	text-align: center;
	height: 70px;
	line-height: 70px;
	color: #fff;
	font-size: 30px;
	font-weight: bold;
}


.equ-nr{
	margin: 20px 0;
}


.eq-lis ul{
	background-color: #fff;
	position: relative;
	
}

.eq-lis ul li:first-of-type{}
.eq-lis ul li a{
	display: block;
	height: 0;
	opacity: 0;
	line-height: 25px;
	color: #FFD959;
	transition: height 0.28s, opacity 0.28s;
}
.eq-lis ul li a:hover{
	color: #fdebad;
	text-decoration: underline;
}
.eq-lis:hover ul li a,.eq-lis.on ul li a{
	height: 25px;
	opacity: 1;
}
.eq-lis ul .eq-last{
	position: absolute;
    bottom: -5px;
    width: 100%;
}
.eq-lis ul .eq-last a{
	display: block;
	padding: 5px 10px;
	font-size: 16px;
	color: #333;
	height: 35px !important;
	background-color: rgba(255,217,89,.8);
	border: 1px solid #f8cc39;
	border-radius: 5px;
    box-shadow: 0 2px 0 #ccc, 0 3px 1px #999, inset 0 1px 1px #fff;
}
.eq-lis ul .eq-last a:hover{
	color: #000;
	background-color: rgba(255,217,89,1);
	box-shadow: 0 2px 0 #ccc, 0 4px 1px #888, inset 0 1px 1px #fff;
}


.eq1 ul{
	border: 1px solid #E5E5E5;
}
.eq1 ul li:first-of-type{
	background-color: #E5E5E5;
}

.eq2 ul{
	border: 1px solid rgba(235,101,83,0.3);
}
.eq2:hover ul,.eq2.on ul{
	border-color: rgba(235,101,83,1);
}
.eq2 ul li:first-of-type{
	background-color: rgba(235,101,83,0.3);
	transition: color 0.28s, background-color 0.28s, border-color 0.28s;
}
.eq2:hover ul li:first-of-type,.eq2.on ul li:first-of-type{
	color: #fff;
	background-color: rgba(235,101,83,0.9);	
}


.eq3 ul{
	border: 1px solid rgba(250,154,53,0.3);
}
.eq3:hover ul,.eq3.on ul{
	border-color: rgba(250,154,53,0.9);
}
.eq3 ul li:first-of-type{
	background-color: rgba(250,154,53,0.3);
	transition: color 0.28s, background-color 0.28s, border-color 0.28s;
}
.eq3:hover ul li:first-of-type,.eq3.on ul li:first-of-type{
	color: #fff;
	background-color: rgba(250,154,53,0.9);	
}


.eq4 ul{
	border: 1px solid rgba(16,197,91,0.3);
}
.eq4:hover ul,.eq4.on ul{
	border-color: rgba(16,197,91,0.9);
}
.eq4 ul li:first-of-type{
	background-color: rgba(16,197,91,0.3);
}
.eq4:hover ul li:first-of-type,.eq4.on ul li:first-of-type{
	color: #fff;
	background-color: rgba(16,197,91,0.9);	
}


.eq5 ul{
	border: 1px solid rgba(52,125,214,0.3);
}
.eq5:hover ul,.eq5.on ul{
	border-color: rgba(52,125,214,0.9);
}
.eq5 ul li:first-of-type{
	background-color: rgba(52,125,214,0.3);
}
.eq5:hover ul li:first-of-type,.eq5.on ul li:first-of-type{
	color: #fff;
	background-color: rgba(52,125,214,0.9);	
}





@media (min-width: 1200px){
.equ-nr{
	height: 450px;
}
.eq-lis{
	width: 20%;
	position: relative;
	-webkit-transition: all .28s;
    -moz-transition: all .28s;
    transition: all .28s;
    
}

.eq-lis ul{
	height: 385px;
    overflow: hidden;
    top: 0;
    -webkit-box-shadow: 0 1px 20px 0 rgba(3,3,3,0);
    box-shadow: 0 1px 20px 0 rgba(3,3,3,0);
    -webkit-transition: all .28s;
    -moz-transition: height .28s, box-shadow 0.28s, top 0.28s;
    transition: height .28s, box-shadow 0.28s, top 0.28s;
}
.eq-lis.on ul,.eq-lis:hover ul{
	height: 450px;
    top: -15px;
	-webkit-box-shadow: 0 1px 20px 0 rgba(3,3,3,.17);
    box-shadow: 0 1px 20px 0 rgba(3,3,3,.17);
    z-index: 10;
    -webkit-transform: scale(1.05,1);
    -moz-transform: scale(1.05,1);
    -ms-transform: scale(1.05,1);
    transform: scale(1.05,1);
}

.eq-lis ul li{
	font-size: 16px;
	text-align: center;
	padding: 15px 10px;
}
.eq-lis ul li:first-of-type{
	font-size: 18px;
	font-weight: bold;
	padding: 20px 10px;
}


.eq1{
	left: 0;
}
.eq1:hover ul,.eq1.on ul{
	height: 385px;
    overflow: hidden;
    top: 0;
}
.eq1 ul .eqli1{
	height: 80px;
    line-height: 50px;
}
.eq1:hover{
	width: 20%;
}

		
	
}


@media (max-width:1199px) and (min-width: 992px){
.equ-nr{
	height: 500px;
}
.eq-lis{
	width: 20%;
	position: relative;
	-webkit-transition: all .28s;
    -moz-transition: all .28s;
    transition: all .28s;
    
}

.eq-lis ul{
	height: 430px;
    overflow: hidden;
    top: 0;
    -webkit-box-shadow: 0 1px 20px 0 rgba(3,3,3,0);
    box-shadow: 0 1px 20px 0 rgba(3,3,3,0);
    -webkit-transition: all .28s;
    -moz-transition: height .28s, box-shadow 0.28s, top 0.28s;
    transition: height .28s, box-shadow 0.28s, top 0.28s;
}
.eq-lis.on ul,.eq-lis:hover ul{
	height: 490px;
    top: -15px;
	-webkit-box-shadow: 0 1px 20px 0 rgba(3,3,3,.17);
    box-shadow: 0 1px 20px 0 rgba(3,3,3,.17);
    z-index: 10;
    -webkit-transform: scale(1.05,1);
    -moz-transform: scale(1.05,1);
    -ms-transform: scale(1.05,1);
    transform: scale(1.05,1);
}


.eq-lis ul li{
	font-size: 16px;
	text-align: center;
	padding: 15px 10px;
}
.eq-lis ul li:first-of-type{
	font-size: 18px;
	font-weight: bold;
	padding: 20px 10px;
}


.eq1{
	left: 0;
}
.eq1:hover ul,.eq1.on ul{
	height: 430px;
    top: 0;
}
.eq1 ul .eqli1{
	height: 80px;
    line-height: 50px;
}
.eq1:hover{
	width: 20%;
}

	
}


@media (max-width: 991px) and (min-width: 768px){
.equ-nr{
	height: 550px;
}
.eq-lis{
	width: 20%;
	position: relative;
	-webkit-transition: all .28s;
    -moz-transition: all .28s;
    transition: all .28s;
    
}
.eq-lis ul{
	height: 475px;
    overflow: hidden;
    top: 0;
    -webkit-box-shadow: 0 1px 20px 0 rgba(3,3,3,0);
    box-shadow: 0 1px 20px 0 rgba(3,3,3,0);
    -webkit-transition: all .28s;
    -moz-transition: height .28s, box-shadow 0.28s, top 0.28s;
    transition: height .28s, box-shadow 0.28s, top 0.28s;
}
.eq-lis.on ul,.eq-lis:hover ul{
	height: 550px;
    top: -15px;
	-webkit-box-shadow: 0 1px 20px 0 rgba(3,3,3,.17);
    box-shadow: 0 1px 20px 0 rgba(3,3,3,.17);
    z-index: 10;
    -webkit-transform: scale(1.05,1);
    -moz-transform: scale(1.05,1);
    -ms-transform: scale(1.05,1);
    transform: scale(1.05,1);
}


.eq-lis ul li{
	font-size: 16px;
	text-align: center;
	padding: 10px;
}
.eq-lis ul li:first-of-type{
	font-size: 18px;
	font-weight: bold;
	padding: 20px 10px;
}


.eq1{
	left: 0;
}
.eq1:hover ul,.eq1.on ul{
	height: 475px;
    top: 0;
}
.eq1 ul .eqli1{
	height: 80px;
    line-height: 50px;
}
.eq1:hover{
	width: 20%;
}
	
	
}



@media (max-width: 767px){
.equ-nr{
	height: 550px;
}
.eq-lis{
	width: 20%;
	position: absolute;
	-webkit-transition: all .28s;
    -moz-transition: all .28s;
    transition: all .28s;
    z-index: 5;
    background-color: #fff;
}
.eq-lis.on,.eq-lis:hover{
	width: 29%;
	z-index: 10;
}

.eq-lis ul{
	height: 500px;
    overflow: hidden;
    top: 0;
    background-color: #fff;
    -webkit-box-shadow: 0 1px 20px 0 rgba(3,3,3,0);
    box-shadow: 0 1px 20px 0 rgba(3,3,3,0);
    -webkit-transition: all .28s;
    -moz-transition: height .28s, box-shadow 0.28s, top 0.28s;
    transition: height .28s, box-shadow 0.28s, top 0.28s;
}
.eq-lis.on ul,.eq-lis:hover ul{
	height: 570px;
    top: -15px;
	-webkit-box-shadow: 0 1px 20px 0 rgba(3,3,3,.17);
    box-shadow: 0 1px 20px 0 rgba(3,3,3,.17);
    z-index: 10;
    -webkit-transform: scale(1.05,1);
    -moz-transform: scale(1.05,1);
    -ms-transform: scale(1.05,1);
    transform: scale(1.05,1);
}




.eq-lis ul li{
	font-size: 13px;
	text-align: center;
	padding: 10px;
}
.eq-lis ul li:first-of-type{
	font-size: 16px;
	font-weight: bold;
	
	padding: 20px 10px;
}

.eq-lis ul .eq-last a {
    font-size: 13px;
}

.eq1{
	left: 0;
}
.eq1 ul li{
	height: 20%;
}
.eq1:hover ul,.eq1.on ul{
	height: 500px;
    top: 0;
}
.eq1:hover{
	width: 20%;
}

.eq2{
	left: 20%;
}



.eq3{
	left: 40%;
}


.eq4{
	right: 20%;
}



.eq5{
	right: 5px;
}

	
	
	
	
}




/*不同设备性能结束*/


/*生产线流程图开始*/
.beltline{}
.beltline img{
	display: block;
	width: 100%;
}


/*生产线流程图结束*/


/*制粉工艺流程开始*/
.proudct{
	margin: 20px 0;
}
.pro-tittle{
	overflow: hidden;
	margin-bottom: 8px;
}
.pro-tittle h3{
	font-size: 30px;
    padding-left: 30px;
    color: #1066CF;
    font-weight: bold;
    margin: 10px 0 5px;
}
.pro-tittle div{
	height: 24px;
}
.pro-tittle div img{
	height: 100%;
}

.pro-img{}

.banner{
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
	padding: 0 20px;
}

.banner .img{
}
.banner .img li{
	display: none;
}
.banner .img li.ab{
	display: block !important;
}
.banner .img li img{
	width: 100%;
	max-width: 461px;
}

.banner .num{
	width: 100%;
	text-align: center;
}
.banner .num li{
	display: inline-block;
	width: 10px;
	height: 10px;
	background-color: #aaa;
	cursor: pointer;
}
.banner .num li.at{
	background-color: #1066CF;
}

.banner .num li img{
	width: 100%;
}

.banner .btn_l,.banner .btn_r{
	position: absolute;
	top: 30%;
	font-size: 50px;
	color: #999;
}
.banner .btn_l:hover,.banner .btn_r:hover{
	color: #555;
}
.banner .btn_l:active,.banner .btn_r:active{
	box-shadow: none;
}
.banner .btn_l:focus,.banner .btn_r:focus{
	outline: none;
}


.banner .btn_l{
	left: -20px;
}
.banner .btn_r{
	right: -20px;
}





.pro-text{}
.pro-text li{}
.pro-text li h4{
	color: #1066CF;
	font-size: 26px;
	font-weight: bold;
}
.pro-text li h4 small{
	color: #1066CF;
	font-weight: bold;
}
.pro-text li p{
	font-size: 18px;
    line-height: 30px;
    margin: 8px 0;
}





/*制粉工艺流程结束*/

/*在线咨询开始*/
.Consultation{
	background-color: rgba(16,102,207,0.9);
	padding: 15px 0;
	overflow: hidden;
}
.con-lf{
	padding: 10px 0 10px 15px;
}
.con-lf span{
	font-size: 18px;
	color: #fff;
	font-weight: bold;
}
.con-lf span b{
	font-size: 22px;
	color: #ffd959;
}
.con-lf p{
	font-size: 30px;
	color: #fff;
}
.con-lf p b{
	margin: 0 10px;
}


.con-rg{
	position: relative;
	
}
.con-rg:before{
	content: "";
	position: absolute;
	left: 0;
    top: -16px;
    width: 1000px;
    height: 180px;
	background-color: #ffd959;
	z-index: 10;
    -webkit-background-size: cover;
    -ms-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    transform: skewX(25deg);
    -ms-transform: skewX(25deg);
    -moz-transform: skewX(25deg);
    -webkit-transform: skewX(25deg);
    -o-transform: skewX(25deg);
}
.con-rg a{
	position: absolute;
	z-index: 11;
	color: #fff;
	top: 30px;
	left: 40px;
	border-radius: 15px;
	font-size: 22px;
	font-weight: bold;
	padding: 8px 30px;
	background-color: rgba(16,102,207,.8);
	box-shadow: 0 2px 0 #555, 0 4px 1px #666, inset 0 1px 1px #fff;
	transition: all 0.66s;
}
.con-rg a:hover{
	border-radius: 30px;
	padding: 8px 50px;
	background-color: rgba(16,102,207,1);
	box-shadow: 0 2px 0 #555, 0 4px 1px #444, inset 0 1px 1px #fff;
}

@media (max-width: 767px){
.Consultation{
	padding: 0;
}
.con-lf span {
    font-size: 16px;
}
.con-lf p {
    font-size: 22px;
}
.con-rg{
	position: relative;
	background-color: #ffd959;
	padding: 25px 0;
}
.con-rg:before{
	content: "";
	display: none;
}
.con-rg a{
	position: static;
	color: #fff;
	display: block;
    width: 42%;
    min-width: 150px;
    margin: 0 auto;
    text-align: center;
	border-radius: 15px;
	font-size: 20px;
	font-weight: bold;
	background-color: rgba(16,102,207,.8);
	transition: all 0.66s;
}
.con-rg a:hover{
	border-radius: 30px;
	width: 80%;
	background-color: rgba(16,102,207,1);
}	
		
	
}


/*在线咨询结束*/


/*立磨资讯开始*/
.News{
	margin: 20px 0;
}
.new-tittle{
	margin-bottom: 15px;
}
.new-tittle h3{
	font-size: 30px;
    padding-left: 30px;
    color: #1066CF;
    font-weight: bold;
    margin: 10px 0 5px;
}
.new-tittle div{
	height: 24px;
}
.new-tittle div img{
	height: 100%;
}


.new-lis{
	margin-top: 10px;
}
.new-lis .img-holder{}
.new-lis .img-holder a{
	display: block;
}
.new-lis .img-holder a img{
	display: block;
}
.new-lis .img-holder a:hover img{
	opacity: .8;
}

.new-lis h4{}
.new-lis h4 a{
	font-size: 24px;
	color: #333;
}


.new-lis .list-group{
	padding-left: 0;
    margin-bottom: 2px;
}
.new-lis .list-group a{
	padding: 6px 0px 6px 6px;
    text-align: left;
    position: relative;
    display: block;
    background-color: #fff;
    border: 1px solid transparent;
}
.new-lis .list-group a:hover{
    text-decoration: none;
    background-color: #f3f7f9;
}
.new-lis .list-group a:hover h5{
	color: #1066CF;
}
.new-lis .list-group a span{
	width: 32%;
    font-size: 14px;
    float: right;
    text-align: right;
    margin-top: 0px;
    font-weight: normal;
    background-color: inherit;
    color: #555;
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-weight: 400;
    line-height: 1;
    vertical-align: middle;
    border-radius: 10px;
}
.new-lis .list-group a h5{
	text-shadow: inherit;
    width: 68%;
    float: left;
    font-size: 15px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin: 0;
}



.new-lis p{}
.new-lis p a{
	display: inline-block;
    padding: 10px 18px;
    margin: 15px 7px 7px;
    font-size: 13px;
    font-weight: 600;
    white-space: nowrap;
    background-color: rgba(16,102,207,.8);
    border-radius: 4px;
    min-width: 90px;
    text-align: center;
    text-transform: uppercase;/*让文中所有英文大写*/
    letter-spacing: .03em;/*字体间距*/
    color: #fff;
    -webkit-transition: all 0.66s;
    -moz-transition: all 0.66s;
    -ms-transition: all 0.66s;
    -o-transition: all 0.66s;
    transition: all 0.66s;
}
.new-lis p a:hover{
	background-color: rgba(16,102,207,1);
	padding: 10px 35px;
	border-radius: 20px;
}
.new-lis p a i{}





/*立磨资讯结束*/







