/* 覆盖bootstrap面包屑的样式 data- 代表自定义css*/
.data-breadcrumb {
    background-color: #fff !important;
    border-radius: 0px !important;
    border-bottom: 1px solid #eeeeee;
    margin-bottom: 0px !important;
    padding-left: 0px !important;
}

.data-breadcrumb li a {
    color: #7e7e7e;
    text-decoration: none;
}

.data-breadcrumb .active {
    color: #b01f24 !important;
	width:39%
}

.data-breadcrumb > li + li:before {
    color: #CCCCCC;
    content: ">" !important;
    padding: 0 5px;
}

.data-page-header {
    border-bottom: 1px solid #aaaaaa !important;
}

.data-page-header h4 {
    color: #333333;
    font-size: 18px;
	margin: 0 30px;
}

.data-page-header p {
    text-align: center;
    color: #333333;
    font-size: 14px;
    margin-top: 8px;
}

.border-bottom {
    border-bottom: 1px solid #aaaaaa;
    margin-top: 20px;
}

/* 新闻 */
.otherNews {
    margin: 20px 14% 0;
}

.otherNews p a {
    text-decoration: none !important;
    color: #444;
}

.otherNews p a:hover {
    color: #b01f24;
}

.text_center {
    line-height: 30px;
    text-indent: 36px;
}

@media screen and (max-width: 750px) {
    .share {
        text-align: left
    }
	.otherNews {
		margin: 20px 2% 0;
	}
	.contss img{
		height:auto!important;
	}
	.contss .fu_text img{
		height:auto!important;
	}
}

@media screen and (min-width: 750px) {
    .share {
        text-align: right
    }
}

.container-bg {
    position: relative;
    bottom: 0;
    z-index: -1;
}
