@charset "utf-8";

/*通用样式*/
body {
	font-family: "微软雅黑";
	background-color: #fff;
}

* {
	margin: 0px;
	padding: 0px;
}

ul,
li,
p,
h1,
h2,
h3,
h4,
h5,
h6,
dl,
dt,
dd {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

img {
	border: 0;
}

a,
a:hover,
a:active {
	outline: none;
}

a {
	color: #333;
}

a:hover {
	color: #bb2323;
}

.block_30 {
	width: 100%;
	height: 30px;
	clear: both;
}

.block_25 {
	width: 100%;
	height: 25px;
	clear: both;
}


/*当前位置*/
.old_type .position {
	width: 100%;
	height: 72px;
	background-color: #EDEDED;
}

.old_type .position_con {
	width: 1200px;
	    height: 72px;
	    margin: 0px auto;
	    background: url(position.png) 25px 28px no-repeat;
	    padding-left: 0px;
	    background-size: 25px;
	    line-height: 72px;
	    font-size: 36px;
}

/*主体内容*/
.content {
	width: 1200px;
	height: auto;
	margin: 0 auto;
}

.col_tit {
	width: 100%;
	height: 50px;
	background: url(col_bg.png) no-repeat 21px 18px;
	background-color: #BB2323;
	font-size: 17px;
	color: #fff;
	font-weight: bold;
	line-height: 50px;
	padding-left: 53px;
}

.t_col {
	width: 100%;
	height: auto;
}

.t_col ul li {
	width: 100%;
	height: 40px;
	background-color: #F7F7F7;
	border-bottom: 1px solid #EDEDED;
	padding-left: 56px;
}

.t_col ul li a {
	font-size: 17px;
	line-height: 39px;
	display: block;
}

.t_col ul li:hover {
	background-color: #E7AAAA;
}


.old_type .ldhd_title {
	width: 100%;
	height: 72px;
	border-bottom: 1px solid #CCCCCC;
	font-size: 40px;
}

.old_type .ldhd_title>div {
	height: 72px;
	padding: 0 5px;
	border-bottom: 2px solid #BB2323;
	line-height: 72px;
	float: left;
}
.old_type .bm_list table tr td{
	float: left;
}
.old_type .ldhd_list .bm_list li {
    width: 400px;
    height: 72px !important;
    line-height: 72px !important;
    float: left;
	max-width: 400px;
	font-size: 36px;
	    white-space: nowrap;
	    text-overflow: ellipsis;
	    overflow: hidden;
	    word-break: break-all;
}
.ld_hd {
	width: 100%;
	height: auto;
}

.ldhd_title a.ld_more {
	float: right;
	font-size: 15px;
	line-height: 38px;
	color: #999;
	padding-right: 10px;
}

.ldhd_title a.ld_more:hover {
	color: #BB2323;
}

.ldhd_list {
	width: 100%;
	height: auto;
	padding-top: 10px;
}

.ldhd_list ul li {
	width: 100%;
	height: 35px;
	line-height: 35px;
	font-size: 15px;
	padding-right: 10px;
}

.old_type .ldhd_list ul li img {
	float: left;
	margin-top: 33px;
	    width: 10px;
	    margin-right: 10px;
}

.ldhd_list ul li span {
	font-size: 15px;
	line-height: 35px;
	float: right;
	color: #999;
}
.mobile_type .position_con {
    width: 100%;
    height: 10vw;
    margin: 0 auto;
    background: url(position.png) no-repeat 25px 15px;
    padding-left: 2vw;
    line-height: 10vw;
    font-size: 4vw;
}
.mobile_type .content{
	width: 100%;
}
.mobile_type .bm_list{
	float: left;
}
.mobile_type .ldhd_list .bm_list li {
    width: 50vw;
    height: 8vw;
    line-height: 8vw;
    float: left;
}
.mobile_type .ldhd_title{
	height: 10vw;
}
.mobile_type .ldhd_title>div {
    height: 10vw;
    padding: 0 5px;
    border-bottom: 2px solid #BB2323;
    line-height: 10vw;
    float: left;
}
.mobile_type .bm_list td{
	float: left;
}
.mobile_type .bm_list td a{
	float: left;
	    max-width: 40vw;
	    white-space: nowrap;
	    text-overflow: ellipsis;
	    display: inline-block;
	    overflow: hidden;
	    word-break: break-all;
}