@charset "UTF-8";
/*初始化css*/
body{min-width:1100px;font-family:微软雅黑;color: #333;}/*min-width的宽度根据项目页面宽度决定*/
*,*:before,*:after {box-sizing: border-box;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;}
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,
strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,
details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video,form
{margin:0;padding:0;border:0;outline:none;}
input{margin:0;padding:0;outline:none;}
li{list-style:none;}
a,ins{text-decoration:none;}
*:focus{outline:none;}
a{color:#333;}/*颜色根据通用信息列表的文字颜色决定*/
.more a{color: #999;}/*颜色根据通用更多的文字颜色决定*/
a:hover{color:#fff;}/*颜色根据psd主色调决定，比如很多都是蓝色*/
.more a:hover{color:#F00;}/*颜色根据psd主色调决定，比如很多都是蓝色*/
.fl{float:left;}
.fr{float:right;}
.cf:after{display:block;content:'';height:0;visibility:hidden;clear:both;}
.cf{zoom:1;}
.hide{display:none;}
.block{display:block;}
textarea,input{font-family:微软雅黑;}
/*命名的语义化---正常页面的几部分如下：header(top+banner+nav)	content-wrap(section1+section2+...)		footer*/
.layout{
    width: 1200px;
    margin:  0 auto;
}
.lmy_bg{
    width: 100%;
    min-height: 500px;
    background: url(sj_cont_bg.jpg) no-repeat top center;
}
.lmy_cont_wrap{
   min-height: 500px;
    padding: 30px 0;
}
.lmy_cont{
    min-height: 500px;
    background-color: #fff;  
    padding: 0 20px;
    padding-bottom: 30px;
}
.dqwz{
    height: 56px;
    line-height: 56px;
}
.currentpath{
    height: 45px;
    overflow: hidden;
    width: 100%;
    text-align: left;
   font-size: 13px;
    margin: 0px auto;
    background: url(dqwz_bg.png) no-repeat 0px 19px;
    padding-left: 25px;
}
.currentpath span {
    line-height: 56px;
    float: left;
    
   
}
.currentpath a {
    padding: 0 5px 0 0 !important;
    line-height: 56px;
    float: left;   
}


.lm_cont_wrap{
    position: relative;
    overflow: hidden;
}
/* 左侧栏目start */
.bt_menu{
    width: 300px;
    min-height: 818px;
    float: left;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    background-color: #f5f5f5;
}
.bt_menu_list {
    width: 100%;
    padding-top: 10px;
    height: auto;
    
}
.lef{
    float: left;
}
.bt_menu_title{
    width: 300px;
    height: 50px;
    text-align: center;
    background-color: #00a7bc;
}
.bt_menu_title span {
    text-align: center;
    line-height: 50px;
    font-weight: bold;
    color: #FFF;
    font-size: 17px;  
}
.bt_menu_list{
    min-height: 768px;
    padding-top: 14px;
    background-color: #f5f5f5;
}
.bt_menu_list li{
    height: 45px;
    line-height: 45px;
  
}
.bt_menu_list li a{
    display: block;
    text-indent: 47px;
    background: url(jiao_bg.png) no-repeat 26px center;
}
.bt_menu_list ul .bgcol{ background:#c7ded6;}
.bt_menu_list ul .bgcol a{background: url(jiantou_bg.png) no-repeat 26px center; color: #333;} 

.bt_menu_list li:hover{
    background:#cfdef1;

}
.bt_menu_list li:hover a{
    color: #333;
    background: url(jiantou_bg.png) no-repeat 26px center;
}
/* 右侧栏目start */
.lm_right{
    float: right;
    width: 840px;
    min-height: 818px;
    border: 1px solid #e6e6e6;
    padding:  13px 20px 0px;
}
/* .lm_right_dqlm{
    height: 53px;
    line-height: 52px;
    text-align: left;
    font-size: 17px;
    color: #333;
    border-bottom: 1px  dashed #b2b2b2;
} */
.lm_right_list{
    min-height: 778px;
}
.lm_right_list li{
    width: 799px;
    height: 45px;
    line-height: 44px;
    border-bottom:  1px dashed #b2b2b2;
    background: url(dian_bg.png) no-repeat left center;
}
.lm_right_list li a{
    width: 630px;
    font-size: 15px;
    margin-left: 10px;
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.lm_right_list li:hover a{
    color: #F00;
}
.lm_right_list li span{
    font-size: 15px;
    color: #999999;
    float: right;
}
/* END */
  .wb_r{
    width:840px;
    min-height: 500px;
    float: right;
    border:1px solid #e6e6e6;
    padding:0 20px 20px;
    overflow: hidden;
}
  .wb_r div.r_text{
    height:130px;
    width: 800px;
    margin:25px 0;
    /* border-bottom:1px solid #e6e6e6; */
    padding-bottom:25px
}
  .wb_r div .shuj_l{
    display: inline-block;
    height: 130px;
    float: left;
}
  .wb_r div .shuj_r{
    width:580px;
    height: 130px;
    display: inline-block;
    float: left;
    margin-left:30px;
}
  .wb_r div .shuj_r a{
    color: #333333;
    display: inline-block;
    height:30px;
    font-size: 17px;
    margin-top:5px;
    width: 580px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
  .wb_r div .shuj_r a:hover{
    color: #F00
}
  .wb_r div .shuj_r .p1{
    font-size: 15px;
    color: #999999;
    line-height: 30px;
}
  .wb_r div .shuj_r .p2{
      height: 60px;
      width: 570px;
    font-size: 15px;
    color: #999999;
    line-height:30px;
    /* display: inline-block; */
    overflow: hidden;
    /* white-space: nowrap; */
    text-overflow: ellipsis;
    display:-webkit-box; 

-webkit-box-orient:vertical;

-webkit-line-clamp:2;
}










.lmOn{
    background: #c4d9e6 url(jiao_h_bg.png) no-repeat 26px center;
}
.lmOn a{
   color: #333;
}
/***************自适应***************/
@media (max-width: 700px) {
    .lmy_bg{
        min-height:  auto;
        background: url(sj_cont_bg.jpg) no-repeat;
        background-size: 100%;
        -webkit-background-size: 100%;
        padding: 10px;
    }
    /* 当前位置 */
    .lmy_cont{
        min-height: auto;
        padding: 0px; 
        height: auto !important;
    }
    .lmy_cont_wrap{
        padding: 0px !important;
    }
    /* 左侧 */
    .bt_menu,.lmy_cont_wrap{
        width: 100%;
        min-height: auto;
    }
    .bt_menu_title{
        display: none;
    }
    .bt_menu_list{
        padding-top: 0px !important;
        margin-bottom: 10px;
        min-height: auto;
        height: auto !important;
    }
    .bt_menu_list li{
        float: left;
        width: 50%;
    height: auto;
    margin-left: 0px;
    margin-bottom: 10px;
    float: left;
    font-size: 13px;
    line-height: 30px !important;
    margin-top: 10px;
    }
    .bt_menu_list li a,.bt_menu_list ul .bgcol a{
        background: none !important;
    }
    .bt_menu_list li a{
        text-align: center !important;
        text-indent: 0px !important;
    }
    .lm_cont_wrap{
        overflow: inherit !important;
    }
    .bt_menu{
        position: inherit !important;
    }
    .lm_right{
        padding: 0px;
        margin-top: 10px;
        width: 100%;
        min-height: auto;
    }
    #zoom p a img {
        max-width: 100% !important;
        height: auto;
    }
    .wb_r{
        width: 100%;
        min-height: auto;
        margin-top: 10px;
    }
    .wb_r div .shuj_l{
        height: auto;
    }
    .wb_r div.r_text img{
        width: 100% !important;
        height: auto !important;
    }
    .wb_r div .shuj_r{
        width: 100%;
        margin-left: 0px;
    }
    .wb_r div .shuj_r a,.wb_r div .shuj_r .p2,.wb_r div.r_text{
        width: 100%;
    }

}