body {
    font-family: "microsoft Yahei";
}

.clearfix {
    zoom: 1;
}

.clearfix:after {
    content: "020";
    height: 0px;
    display: block;
    overflow: hidden;
    clear: both;
}

.content {
    background: url(bg.png) no-repeat center top;
}

.zhuti {
    width: 75rem;
    margin: 0 auto;
}


/* ---当前位置--- */

.bt-place {
    line-height: 3.6875rem;
    margin-bottom: 0;
    background: none;
    font-family: "Microsoft YaHei";
    font-weight: 400;
    font-size: .875rem;
    color: #999;
    opacity: 1;
}

.bt-breadcrumb {
    background: url(bt-currentPosition.png) no-repeat center left;
    padding: 0 0 0 1.375rem;
}

.bt-breadcrumb a {
    font-family: "Microsoft YaHei";
    font-size: .875rem;
    color: #999;
    opacity: 1;
}

.bt-breadcrumb a:last-child {
    color: #3a83e9;
}

.bt-breadcrumb span {
    margin: 0 .0625rem;
}


/* 内容 */

.lmy-box {
    width: 100%;
    background: #fff;
    box-shadow: 0 0 16px #e7edf5;
    padding: 20px;
    min-height: 450px;
    /* position: relative; */
}

.lmy-lb {
    width: 280px;
    /* position: absolute;
    top: 20px;
    left: 20px;
    bottom: 20px; */
    box-shadow: 0 0 12px #b0cdf329;
}

.lmy-lb-title {
    width: 100%;
    height: 60px;
    line-height: 60px;
    background: #3a83e9;
    text-align: center;
    font-size: 18px;
    color: #fff;
    font-weight: bold;
}

.lmy-lb-sec {
    width: 100%;
}

.lmy-lb-sec ul li {
    width: 100%;
    line-height: 50px;
    text-align: center;
    font-size: 18px;
    color: #333;
}

.lmy-lb-sec ul {
    padding-top: 10px;
    padding-bottom: 20px;
}

.lmy-lb-sec ul li a {
    color: #333;
    width: 240px;
    display: block;
    border-bottom: 1px solid #eeeeee;
    margin: 0 auto;
}

.lmy-lb-sec ul li.hover {
    border-left: 6px solid #3A83E9;
    background: linear-gradient(90.00deg, #f5f5f5 0%, #fff 100%);
}

.lmy-lb-sec ul li.hover a {
    border-bottom: none;
}

.lmy-lb-sec ul li:last-child a {
    border-bottom: none;
}

.lmy-list {
    width: 850px;
    background: #fff;
    border: 1px solid #eee;
    padding: 0 20px 20px 20px;
    min-height: 500px;
}

.reply {
    border: 1px solid #e6e6e6;
    margin-top: 20px;
}

.replyListTitle {
    background: #f2f2f2;
}

.replyListTitle span {
    float: left;
    font-size: 16px;
    height: 45px;
    line-height: 45px;
    padding: 0 15px;
    border-left: 1px solid #e6e6e6;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.replyListTitle span:first-child {
    width: 516px;
    border-left: none;
}

.replyListTitle span:nth-child(2) {
    width: 145px;
}

.replyListTitle span:nth-child(3) {
    width: 145px;
}

.replyList li {
    border-top: 1px solid #e6e6e6;
}

.replyList li span,
.replyList li a {
    float: left;
    font-size: 16px;
    height: 45px;
    line-height: 45px;
    padding: 0 15px;
    border-left: 1px solid #e6e6e6;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.replyList li a:first-child {
    border-left: none;
    width: 516px;
}

.replyList li span:nth-child(2) {
    width: 145px;
}

.replyList li span:nth-child(3) {
    width: 145px;
}

#deptdataPage {
    border-top: 1px solid #e6e6e6;
    padding-left: 20px;
}

.layui-laypage a,
.layui-laypage span {
    margin-bottom: 0;
}

.layui-laypage .layui-laypage-curr .layui-laypage-em {
    top: 0;
    left: 0;
}