/* CSS news*/
html{background:#FFF;color:#000;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,form,input,textarea,p{margin:0;padding:0;}img{border:0;}ol,ul{list-style:none;}

.news_item{width: 1200px;margin:0 auto; margin-top:35px;}
.news_item li{padding:20px;height: 120px;background: #fff;margin-bottom: 20px;position: relative;transition: all .4s;border-bottom: solid 1px #eae6e6;}
.news_item li:hover{-moz-box-shadow:0px 1px 5px #666666; -webkit-box-shadow:0px 1px 5px #666666; box-shadow:0px 1px 5px #666666;}
.news_item li:after{width: 0;height: 3px;background: #0f94dc;content: "";position: absolute;right: 50%;bottom:-1px;transition: all .5s;}
.news_item li:before{width: 0;height: 3px;background: #0f94dc;content: "";position: absolute;left: 50%;bottom:-1px;transition: all .5s;}
.news_item li:hover:after{width: 50%;}
.news_item li:hover:before{width: 50%;}
.news_item li .news_item_time{width: 100px;height: 100px;padding:10px; background: #0f94dc; text-align: center;float: right;}
.news_item li .news_item_time p{line-height: 30px;color: #fff;font-size: 14px;padding-top: 20px;}
.news_item li .news_item_time p span{font-size: 60px;}
.news_item li .news_item_detail{width: 960px;height: 130px;float: left;margin-left: 40px;}
.news_item li .news_item_detail h1{color: #222121;font-size: 18px;font-weight: normal;}
.news_item li .news_item_detail h2{color: #6b6a6a;height: 30px;margin-top: 5px;padding-bottom: 5px;font-weight: normal; line-height: 30px; font-size: 14px;border-bottom: dashed 1px #eeeeee;}
.news_item li .news_item_detail h2 i{padding-right: 5px;}
.news_item li .news_item_detail p{color: #6b6a6a;font-size: 14px;line-height: 28px;padding-top: 5px;}
.news_item li .news_item_pic{width: 173px;height: 130px;float: left;overflow: hidden;}
.news_item li .news_item_pic img{ width:173px; height: 130px; transition:0.5s;}
.news_item li:hover .news_item_pic img{transform:scale(1.05,1.05);}


