*{
	padding: 0;
	margin: 0;
}


.top_img{
	width: 100%;
	height: 200px;
}

.top_img img{
	width: 100%;
	min-width: 1024px;
	height: 200px;
	object-fit: cover;
}

.bread{
	min-width: 100%;
	border-bottom: 1px #eee solid;
	background-color: #e4e3e3;
	z-index: 300;
}

.bread_mid{
	height: 49px;
	padding: 0 40px;
	margin: 0 auto;
	max-width: 1024px;
}

.bread img{
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}

.bread_mid a{
	display: inline-block;
	margin-top: 15px;
	margin-right: 6px;
	font-size: 13px;
	text-decoration: none;
	color: #000000;
}

.notice_pro{
	width: 1024px;
	margin: 40px auto;
	display: flex;
	justify-content: space-between;
}

.notice_list{
	width: 200px;
}

.notice_list ul{
	list-style: none;
}

.notice_list li{
	border: #EEEEEE 1px solid;
	width: 190px;
	height: 50px;
	padding: 0 5px;
	transition: all 0.5s;
}

.notice_list li > *{
	display: inline-block;
	margin-top: 14px;
	text-decoration: none;
}

.list_nom:hover{
	background-color: #fe9c01;
}

.list_sp{
	background-color: #FE9C01;
}

.top {
	background-color: white;
	width: 100%;
	height: 110px;}

.top-main {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
	height: 110px;
	width: 80%;}

.top-main .logo {
	height: 100%;
	float: left;}

.logo-text {
	height: 90%;
	float: right;}
.list_sp a{
	color: #FFFFFF;
}
.list_tit{
	text-align: center;
	color: #fff;
	background-color: #bf1b13;
}

.list_nom a{
	color: #000000;
}

.list_nom:hover a{
	color: #FFFFFF;
}
.footer{
	width: 100%;
	background: #f6f2ed;}
			.footer{
	width: 100%;
	min-height: 130px;
	background: #f6f2ed;}
.footer-end{
	width: 100%;
	height: 40px;
	text-align: center;
	background: #94070a;}
.footer-end-main{
	margin: 0 auto;
	width: 500px;}
.footer-end h6{
	color: white;
	line-height: 40px;
	font-size: 13px;
	float: left;
	width: 250px;
	text-align: center;
	margin: 0 auto;}
.footer-top{
	height: 80px;
	width: 350px;
	margin: 0 auto;
	padding: 10px 0;
	}
.footer-top img{
	height: 100%;
	width: 100%;}
.notice_cont{
	transition: all 0.5s;
	width: 830px;
	min-height: 1300px;
	margin-top: -40px;
	padding: 5px 5px 60px 5px;
	box-shadow: 0 0 6px 1px #cccccc;
	z-index: 100;
        height: auto;
        zoom: 1;
        overflow: hidden;
}

.notice_tit{
	font-size: 20px;
	padding: 10px 0;
	font-weight: 500;
	color: #BF1B13;
	border-bottom: solid #BF1B13 3px;
}

.notice_txt > p{
	text-align: center;
}

.txt_tit{
	margin-top: 40px;
	color: rgb(3, 110, 165);
	margin-bottom: 20px;
	text-align: center;
}

.notice_txt span{
	font-size: 13px;
}

.txt_grey{
	color: #999;
}

.txt_red{
	color: #BF1B13;
}

.cont_txt{
	width: 700px;
	margin: 0 auto;
	margin-top: 40px;
}

.cont_txt p{
	text-indent: 2em;
	line-height: 2em;
}