
/*重要样式*/
.container div:nth-child(3){
	height: auto !important;
}
.btn-block{
	border: none;
	outline: none;
    color: #fff;
    font-size: 1em;
    text-align: left;
    position: relative;
    background: none;
    padding: 0;
}
.btn:hover{
	color: #fff;
}
.btn:focus, .btn:active:focus{
	outline: none;
	color: #fff;
	box-shadow: none;
}
/*内容样式开始*/
.info-disc-list{
	border-bottom: 1px solid #ccc;
	padding-top: 20px;
	padding-bottom: 20px;
}
.info-list-txt{
	padding-left: 24px;
	background: url(../images/info-disc-list-img.png) no-repeat left 10px;
}
.info-list-txt a{
	font-size: 1.25em;
	color: #333;
	text-decoration: none;
	cursor: pointer;
}
.info-list-txt a:hover{
	color:#E62129 ;
}
.info-list-time{
	color: #999;
	font-size: 1.25em;
	padding-left: 24px;
}
@media (min-width:992px ) {
	.info-list-time{
		text-align: right;
	}
}
.info-disc-title{
	position: absolute;
	top: 50px;
	left:0px;
	font-size: 1.85em;
}
.info-second-nav-title{
	position: absolute;
	top: 36px;
	left:0px;
	font-size: 1.85em;
}
.up-down-btn{
	position: absolute;
	top: 4px;
	right: 0px;
}
@media (max-width:991px){
	.info-second-nav-title{
		display: none;
	}
}
/*左右切换按钮样式*/
@media (min-width:992px) and (max-width:1200px) {
	#ourBusinessSlider .owl-buttons{
		top: 250px;
	}
}
@media (max-width:991px) {
	#ourBusinessSlider .owl-buttons{
		display: none;
	}
	#ourBusinessSlider.owl-theme .owl-controls .owl-page{
		display: block;
		margin: 0px 15px;
		line-height: 70px;
	}
	#ourBusinessSlider.owl-theme .owl-controls .owl-page span{
		width: 100%;
	}
	#ourBusinessSlider.owl-theme .owl-controls .owl-pagination{
		background: #fff;
		border-bottom: none;
		padding-top: 44px;
	}
	.owl-page{
		border-bottom: 1px solid #ccc;
	}
	.owl-page:last-child{
		border-bottom:none;
	}
	.info-disc-title{
	    top: -34px;
	    left: 0;
	    font-size: 1.125em;
	    z-index: 10;
	    display: block;
	    width: 100%;
	    height: 52px;
	    background: #e62129;
	    padding:15px 15px;
	    color: #fff;
	    border-radius: 4px 4px 0px 0px;
	}
}
@media (min-width:992px) {
		#ourBusinessSlider.owl-theme .owl-controls .owl-pagination {
		height: 54px!important;
	}
}


