﻿.notice_banner{
	height: 600px;
	width: 100%;
	background: url(https://www.bihain-gs.com/static/home/web1/images/notice_banner.png) no-repeat center center;
	background-size: cover;
}
.news_bread{
	height: 60px;
	background: #4f5f7f;
	margin-top: -30px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.news_bread_box{
	min-width: 289px;
	height: 60px;
	background: #303030;
	border-right: 6px solid #FFB40A;
	overflow: hidden;
	padding: 0 12px;
}
.news_bread_item{
	height: 36px;
	
	display: block;
	float: left;
	position: relative;
	padding-left: 32px;
	top:12px;
}
.news_bread_item span{
	display: block;
	font-size: 14px;
	color: #FFFFFF;
	line-height: 18px;
}
.news_bread_item span:last-child{
	font-size: 12px;
	line-height: 24px;
}
.news_bread_item::before{
	content: '';
	width: 4px;
	height: 36px;
	background: #FFFFFF;
	display: block;
	position: absolute;
	left: 16px;
	top:0;
	bottom: 0;
	margin: auto;
}
.news_bread_loding{
	overflow: hidden;
	float: left;
	display: flex;
	margin: 0 25px;
	height: 100%;
	align-items: center;
}
.news_bread_loding span{
	width: 6px;
	height: 6px;
	background: #FFFFFF;
	margin: 0 3px;
	border-radius: 50%;
}
.news_bread_loding span:nth-child(1){opacity: 0.3;}
.news_bread_loding span:nth-child(2){opacity: 0.7;}

/* 详情内容 start */
/* .detail_box {
    background-color: pink;
} */

.top_title_box {
    /*margin-top: -50px;*/
    padding-bottom: 13px;
    border-bottom: 1px solid #D5D5D5;
}
.title_line {
    width: 35px;
    height: 4px;
    background: #ab7800;
}
.title_name {
    width: 1000px;
    font-size: 18px;
    color: #343434;
    margin-top: 20px;
}
.title_bottom {
    margin-top: 15px;
    display: flex;
    justify-content: space-between;
}
.title_bottom span {
    color: #666666;
    font-size: 14px;
    display: block;
}
.title_bottom span:first-child {
    /*width: 1000px;*/
    font-size: 12px;
}
.detail_content_box {
    margin-top: 50px;
    padding-bottom: 40px;
    border-bottom: 1px solid #D5D5D5;
}
.img_title_box {
    text-align: center;
    font-size: 15px;;
    color: #353535;
}
.img_title_box div {
    margin-bottom: 24px;
}
.img_title_box img {
    width: 420px;
    height: 230px;
    margin: 0 auto 44px;
}
.detail_content_box p {
    font-size: 14px;
    color: #7E7E7E;
    line-height: 24px;
    text-indent: 2em;
    margin-bottom: 50px;
}
.small_title_box {
    text-align: center;
    font-size: 15px;;
    color: #757575;
    padding: 36px 0;
}
.small_title_box span:first-child {
    color: #333333;
}
.small_title_box span:nth-child(2) {
    margin: 0 10px;
}
.detail_bottom_page {
    padding: 50px 0 70px;
    display: flex;
    justify-content: space-between;
}
.detail_bottom_page a {
    font-size: 14px;
    color: #666666;
}

/* 详情内容 end */

@media screen and (max-width: 750px) {
    .news_bread{
        padding: 0 10px;
    }
    .news_bread_box{
        width: 100%;
    }
    .title_name{
        width: 100%;
    }
}