@import url(app.css);
@import url(blocks.css);
* {
	border-radius: 0
}

body {
	color: #333;
	font-size: 13px;
	line-height: 1.6
}

body.header-fixed-space {
	padding-top: 94px
}

body.header-fixed-space-v2 {
	padding-top: 135px
}

@media(max-width:991px) {
	body.header-fixed-space,
	body.header-fixed-space-v2 {
		padding-top: 0
	}
}

p,
li,
li a,
label {
	color: #555
}

a {
	color: #b7111f;
	text-decoration: none
}

a,
a:focus,
a:hover,
a:active,
button,
button:hover {
	outline: 0!important
}

a:focus {
	text-decoration: none
}

a:hover {
	color: #b7111f;
	text-decoration: underline
}

.wrapper {
	background: #fff
}

.boxed-layout {
	padding: 0;
	box-shadow: 0 0 5px #ccc;
	margin-left: auto!important;
	margin-right: auto!important;
}

select::-ms-expand {
	display: none
}

ul,
ol,
dl {
	list-style-type: none
}

.box {
	margin: 0 auto
}

.bcon {
	margin: 30px auto
}

.bcon h1 {
	padding: 0 10px
}

.bcon h1 b {
	font: bold 14px/40px '瀹嬩綋';
	border-bottom: 2px solid #f1f1f1;
	padding: 0 8px;
	margin-top: -1px;
	display: inline-block
}

.list_lh {
	height: 150px;
	border: 1px solid #555;
	overflow: hidden
}

.list_lh ul {
	margin: 0;
	padding: 0
}

.list_lh li {
	padding: 5px 20px;
	height: 74px
}

.list_lh li.lieven {
	background: #1b1f31
}

.list_lh li p {
	height: 24px;
	line-height: 24px
}

.list_lh li p a {
	float: left
}

.list_lh li p em {
	width: 80px;
	font: normal 12px/24px Arial;
	color: rgba(255, 255, 255, 0.3);
	float: right;
	display: inline-block
}

.list_lh li p span {
	color: #999;
	float: right
}

.list_lh li p a.btn_lh {
	background: #b7111f;
	height: 17px;
	line-height: 17px;
	color: #fff;
	padding: 0 5px;
	margin-top: 4px;
	display: inline-block;
	float: right;
	border-radius: 2px
}

.a_pink {
	color: #aa8d68
}

.a_white {
	color: rgba(255, 255, 255, 0.5) !important
}

.a_yellow {
	color: #f1c40f
}

.btn_lh:hover {
	color: #fff;
	text-decoration: none
}
.img_wz{
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.img_wz img{
    display:inline!important;
    width:100%!important;
    height:auto!important;
}