﻿.ldxx_body{


}
.bule_font a{
font-size:18px;	
font-weight:bold;
}
.ldxx_body_left{
    width: 25%;
    float: left;
    border: 1px #e5e5e5 solid;
  min-height: 736px;
    margin-top: 15px;
}
.ldxx_body_right{
    width: 73%;
    float: right;    margin-top: 15px;

}
.zfld_title{
    padding: 10px;
    width: 100%;
    height:auto;
    float: left;
}
.zfld_title_icon{
    width: 50px;
    height: 50px;
    float: left;
    position: absolute;
    background-image: url("../images/ldico.png");
    background-repeat: no-repeat;
    background-position: left;
}
.zfld_title_name{
    font-size: 18px;
    font-weight: bold;
    color: #0f7ac0;
    float: right;
    line-height: 50px;
    width: 85%;
}
.line90{
    width: 100%;
    height: 1px;
    background-color: #e5e5e5;
    float: left;
}
.ld_photo{
    text-align: center;
    border: 1px #eae1e1 solid;
    width: 48%;
    margin: 0 auto;
    margin-top: 65px;
    height: 178px;
    padding: 5px;
    overflow: hidden;
}
.ld_photo img{
    width: 124px;
    height: 165px;
}
.ld_name{
    width: 100%;
    float: left;
}
.ld_name p{
    text-align: center;
    line-height: 30px;
}
.fld{
    float: left;
    width:100%;
    padding: 10px;
}
.fld_p1{
    width: 100%;
    height: 35px;
}
.fld_p1_b1{
    width: 5px;
    height: 25px;
    background-color: #107fdd;
    position: absolute;
    float: left;
}
.fld_p1_b2{
    margin-left: 15px;
    font-size: 18px;
}
.fld_p2{
    height: 45px;
    /* line-height: 45px; */
    text-align: center;
    margin-top: 10px;
    font-size: 16px;
    background-color: #f5f5f5; /* font-weight: bold; */

text-align: left;}
.fld_p3{
    height: 45px;
    line-height: 45px;
    text-align: center;
    margin-top: 5px;
    font-size: 18px;
    font-weight: bold;    background-color: #f5f5f5;

}
.ldxx_body_right {
    width: 73%;
    float: right;
    margin-top:0px;
}
.common_body {
    /* margin-top: 20px; */
    float: left;
    width: 100%;
    border-bottom:none;
min-height:640px;
}
.xuline{
    float: left;
    margin: 5px 0px;

}
.fld_p2 span{
    padding: 0px 10px;
}
.fld_p3 span{
    padding: 0px 10px;

}
/*当前位置*/
.com_list_title {
    width: 100%;
    float: left;
    padding-bottom: 10px;
    border-bottom: 1px silver solid;
}
.loc_icon {
    width: 15px;
    height: 18px;
    position: absolute;
    background-image: url(../images/loc_icon.png);
    background-repeat: no-repeat;
    background-position-y: 4px;
}
.loc_loc {
    margin-left: 20px;
}

.com_list {
    /* height: 700px; */
    background-color: white;
    padding: 15px;
}
.xuline {
    width: 100%;
    height: 1px;
    border-bottom: 1px silver dashed;
    margin: 15px 0px;
    float: left;
}
/*列表*/
.common_body ul li {
    background: url(../images/desc_icon.png) no-repeat 0 center;
    line-height: 32px;
    padding-left: 15px;
    margin-left: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    white-space: nowrap;
}
.com_body_title {
    width: 100%;
    float: left;
    line-height: 40px;
    margin-top: 15px;
    background-color: #f4f4f4;
}
.title_comon {
    background: #0f7ac0;
    color: white;
    padding: 8px 30px;
    font-size: 18px;
    font-weight: bold;
}
.font_time {
    float: right;
    color: #b2b2b2;
}
.common_body ul li a:hover {
    padding-left: 10px;
    transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
}
.common_body ul li a {
    transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    /* display: inline-block; */
    /* float: left; */
}
/*结束*/
@media screen and (max-width: 900px) {
    .ldxx_body_left {
        width: 100%;
    }
    .ldxx_body_right {
        width: 100%;
    }
    .ld_photo {
        text-align: center;
        border: 1px #eae1e1 solid;
        width: 140px;
    }
    .com_list {
        width: 100%;
    }
.common_body{
height:auto;
}
}