@charset "utf-8";
/* CSS Document */
@import url(reset.css);
@import url(top.css);
/**************/
.main{
     background: #f9f9f9;
     font-family: "Microsoft YaHei";
     height: auto;
     overflow: hidden;
     margin-bottom: 15px;
     padding:  10px;
     width: 980px;
 }
.bt-position {
    width: 1000px;
    height: 45px;
    line-height: 45px;
    color: #000;
    margin: 0 auto;
    text-align: left;
    font-size: 13px;
    background: url(bt_position_blue.png) 15px center no-repeat;
}
.bt-position span {
    line-height: 45px;
    float: left;
    font-size: 13px;
    padding: 0 5px 0 35px;
}
.m-left{
    width: 223px;
    background: #F9F9F9;
}
.m-on{
    height: 52px;
    line-height: 52px;
    background: #00ADF7;
    text-align: center;
    font-size: 20px;
    color: #fff;
    font-weight: bold;
}
.m-left ul{
    padding: 5px;
    height: auto;
    overflow: hidden;
}
.m-left ul .m-item{
    font-size: 15px;
    line-height: 45px;
    background: url(1478660346693.png) 60px center no-repeat;
    color: #3d3d3d;
    text-align: left;
    padding-left: 75px;
    border-bottom: 1px dashed #CCC;
}
.m-left ul .on{
    background: url(1478660346698.png) 60px center no-repeat;
}
.m-left ul .on a{color: #00ADF7;}
.m-left ul li:hover{
    background: url(1478660346698.png) 60px center no-repeat;
    color: #00ADF7;
}
.m-left ul li:hover a{color: #00ADF7;}
.m-left ul a{
    color:#666;
    font-size: 16px;
    letter-spacing: 1px;
}
.bt-rig-title {
    width: 100%;
    height: 40px;
    line-height: 40px;
    border-bottom: #CCC solid 2px;
    background: url(bt_title_blue.jpg) no-repeat 0 12px;
}
.bt-rig-title span {
    line-height: 40px;
    border-bottom: #00ADF7 solid 2px;
    display: block;
    float: left;
    padding: 0 10px 0 25px;
    font-size: 16px;
    font-weight: bold;
}
.bt-rig-title em{float:right;padding:  0 10px;}
.m-right{
    width: 725px;
    border: #f1f1f1 solid 1px;
    background: #ffffff;
    overflow: hidden;
    min-height: 480px;
    padding: 0 10px 10px;
}
.m-right.noLeft{width: 958px;}
.addr{
    height: 40px;
    line-height: 40px;
    background:url(../images/dqwz.png) 5px center no-repeat #DEDEDE;
    color:#666;
    text-indent: 3em;
}
.addr a{
    margin-right: 5px;
}
.text-list li{
    height: 35px;
    line-height: 35px;
    padding: 0 0 0 25px;
    background: url(b.png) no-repeat 11px 17px;
    transition: all 0.3s ease-in 0s;
    -moz-transition: all 0.3s ease-in 0s;
    -webkit-transition: all 0.3s ease-in 0s;
    margin-right: 7px;
}
.text-list li:hover{
    margin-left:8px;
    transition: all 0.3s ease-in 0s;
    -moz-transition: all 0.3s ease-in 0s;
    -webkit-transition: all 0.3s ease-in 0s;
}
.text-list li span{
    float: right;
    color: #2E373C;
}
.m-left ul li.on{
    color:#2F6698;
}


/*新增-图片列表*/
.text_img{overflow:hidden;}
.text_img li {height: auto;padding: 10px;border-bottom: 1px solid #ddd;position: relative;overflow: hidden;}
.text_img li .pic{float:left;position:  relative;overflow:  hidden;width:  20%;display:  none;}
.text_img li .pic img{ display:  block; width:  100%; height: auto; max-height: 100px;}
.text_img li .tex{float:  right;width: 100%;font-size:  12px;color:#756464;}
.text_img li .tex>p{ display:block; overflow:hidden; position:relative; height:36px; line-height:36px;}
.text_img li .tex>p span.f_l{ display:inline-block; float:left; width:80%; overflow:hidden; white-space:nowrap; text-overflow:ellipsis; font-size:16px; color:#000;}
.text_img li .tex>p span.f_r{ display:inline-block; float:right; width:15%; text-align:right; overflow:hidden; white-space:nowrap; text-overflow:ellipsis;}
.text_img li .tex>span{line-height: 20px;max-height:  56px;position:  relative;overflow:  hidden;}
.text_img li:hover{ background:#f8f8f8;}