/* 资讯 */
.jishu{ width: 90%; clear: both; height: auto; margin-top: 2rem; background-color: #fff; padding: 0 5%; overflow: hidden;}
.jishu .jishu_cont{ width: 100%; display: block; text-decoration: none; height: auto; padding: 1.5rem 0; border-bottom: 1px solid #eef0f5; overflow: hidden;}
.jishu .jishu_cont .jishu_img{ float: left; display: block; overflow: hidden; margin-right: 2%; width: 38%; height: 12rem;}
.jishu .jishu_cont .jishu_img img{ width: 100%; height: 100%; display: block;}
.jishu .jishu_cont .jishu_txt{ float: left; width: 60%; height: 12rem; overflow: hidden;}
.jishu .jishu_cont .jishu_txt div{ width: 100%; height: 2.4rem; overflow: hidden; color: #333; font-size: 1.7rem;}
.jishu .jishu_cont .jishu_txt p{ margin: 2rem 0 0; width: 100%; height: 4rem; font-size: 1.4rem; color: #666; overflow: hidden;}
.jishu .jishu_cont .jishu_txt span{ display: block; width: 100%; margin-top: 1rem; height: 2rem; font-size: 1.4rem; overflow: hidden; color: #999;}

