/* 页面自定义css样式 */

body {
    min-width: 1200px;
}

.clearfix:after {
    display: block;
    content: '';
    height: 0;
    visibility: hidden;
    clear: both;
}

.clearfix {
    zoom: 1;
}


/* 通用头部 */


/* 导航 */

.bt-place {
    width: 100%;
    height: 56px;
    line-height: 16px;
    margin-bottom: 0;
    background: none;
    font-family: "Microsoft YaHei";
    font-weight: 400;
    font-size: 14px;
    color: #999;
    opacity: 1;
    position: relative;
    padding: 17px 0;
    background: #F3F8FC;
}

.bt-breadcrumb {
    background: url(bt-currentPosition.png) no-repeat center left;
    padding: 0 0 0 20px;
}

.bt-breadcrumb a {
    font-family: "Microsoft YaHei";
    font-size: 14px;
    color: #999;
    opacity: 1;
}

.bt-breadcrumb span {
    background: url(breadcrumb.png) no-repeat center;
    width: 7px;
    height: 14px;
    display: inline-block;
    margin: 0 7px 0 12px;
}


/* 内容部分 */

.container {
    background: #F3F8FC;
    padding-bottom: 40px;
}

.lmy-box {
    width: 100%;
    box-shadow: 0 2px 10px 0 #2c73d633;
    border-radius: 4px;
    padding: 22px 30px 30px 30px;
}

.lmy-list-ul li {
    font-size: 18px;
    line-height: 50px;
    background: url(bt-listPic.png) no-repeat left 21px;
    padding-left: 19px;
    border-bottom: 1px solid #EEEEEE;
    color: #333333;
}

.lmy-list-ul li a {
    width: 85%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    float: left;
}

.lmy-list-ul li span {
    padding-left: 1em;
    color: #999999;
    font-weight: 400;
    padding-right: 35px;
}