@charset "UTF-8";
/* CSS Document */
body{ width:100%; margin:0; font-family:"微软雅黑"}
*{ margin: 0px; padding: 0px; outline: none; }
body .h_section_js{display: block}
ul li{ list-style:none;}
img{ border:none; }
a{ list-style:none; text-decoration:none;}
.h_Full_img{ width:100%;}
.h_width1200{ width:1200px; margin:0 auto;}
/*.h_ma_t100{ margin-top:100px;}*/
/*通用清除浮动*/
.clearfix:before,.clearfix:after{
    content:"";
    display:table;
}
.clearfix:after{clear:both;}
.clearfix{
    *zoom:1;/*IE/7/6*/
}

/*新闻样式*/
.h_new_box{ background-color:#fff; width:900px; padding:30px; margin:20px auto 10px;}
.m_new_box{border-bottom:1px solid #e6e6e6; padding-top:35px;padding-bottom:30px; overflow: hidden;}
.m_new_box .img img{ width: 200px; height: 150px; float: left; margin-right: 20px; }
.m_new_box .right{float: left; width:600px; }
.m_new_box .right .bt{width:580px; color:#333; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; font-size:24px; line-height: 30px;}
.m_new_box .right .bt:hover{ color:#8f116e; }
.m_new_box .time{color:#7d7d7d; height:70px; line-height:40px; padding-left: 20px; background: url(../../information/imgs/time.png);background-repeat: no-repeat; background-position: left 13px; }
.m_new_box p{ line-height:26px; height:52px; color:#7d7d7d; font-size:16px;}