.body-outer {
    width: 100%;
    overflow: hidden;
    background: #f5f7fa;
    padding: 20px 0;
}

.body-inner {
    width: 1200px;
    margin: 0 auto;
}

.zxft-box {
    float: left;
    width: 875px;
    height: 275px;
}

.title {
    width: 100%;
    height: 55px;
    line-height: 55px;
    background: #eeeeee;
    border-left: 3px solid #478ad1;
    padding-left: 30px;
    font-size: 18px;
    color: #478ad1;
}

.right-hr {
    float: left;
    width: 5px;
    height: 280px;
    background: url("mian-leftbg.png") repeat-y right;
}

.content {
    width: 100%;
    padding: 10px;
    background: #ffffff;
    position: relative;
}

.zxft-box .content img {
    float: left;
}

.zxft-box .content ul {
    float: left;
    overflow: hidden;
    margin: 0;
    margin-left: 10px;
}

.zxft-box .content ul li {
    line-height: 30px;
    height: 30px;
    font-weight: bold;
}
.zxft-box .content ul li span {
    font-weight: normal;
    color: red;
}

.lmjs-box .content p {
    margin: 0;
    font-size: 13px;
    line-height: 20px;
}


.content-bottom {
    width: 100%;
    height: 5px;
    background: url("footbg.png") repeat-x 0 bottom;
}

.zxft-box .content {
    height: 220px;
}

.lmjs-box .content {
    height: 220px;
}

.lmjs-box {
    float: left;
    width: 295px;
    margin-left: 20px;
}

.lcft-box {
    float: left;
    width: 1195px;
    height: 578px;
    margin-top: 20px;
}

.lcft-box .content {
    height: 518px;
}

.lcft-box .content ul {
    width: 100%;
    overflow: hidden;
    margin: 0;
}

.lcft-box .content ul li {
    float: left;
    width: 20%;
    height: 150px;
    text-align: center;
    font-size: 13px;
    margin-bottom:4px;
    border-bottom:1px dashed #cccccc;
    padding: 5px;
    margin: 0 29px;
}

.lcft-box .content ul li p {
    margin: 10px 0;
}

.lcft-box .content ul li a {
    color: #333333;
}

.lcft-box .content ul li img {
    border:1px solid #cccccc;
    padding:3px;
    width: 150px;
    height: 100px;
}