.news_time {
    width: 100px;
    position: static;
    top: 0;
    left: 0;
    color: #fff;
    text-align: center;
    padding-top: 10px;
    padding-bottom:10px;
    box-sizing: border-box;
}
.news_time p{font-size:40px;color:#333;font-weight:bold;}
.news_time span{font-size:16px;color:#333}
.indexNews_item:hover .news_time {
  transform: rotateY(360deg);
  transition: all 1s;
  -ms-transition: all 1s;
}
.news_item{padding-top:35px;padding-bottom:40px;border-bottom:1px dashed #efeff0;transition:all 1s;}
.news_item:hover .news_time{transform: rotateY(360deg);transition:all 1s;}
.news_item .news_time{position:static;background:#DEE1E6}
.news_item:hover h3,
.news_item .news_time p,
.news_item .news_time span{color:#EB6300}
.news_item .news_t_con p{text-indent:0;}
.news_list .news_t_con{width:1100px;padding:10px 20px 0;box-sizing: border-box;float:left;}
.news_t_con h3 {
    color: #595757;
    font-size: 16px;
    font-weight:bold;margin-bottom:5px;
}
.news_t_con p{color:#666;max-height:50px;overflow:hidden;line-height:25px;font-size:14px;}
@media (max-width:767px){
    .ny_main{padding:30px 15px;}
    .news_item{padding:15px 0}
    .goHome{background-position:center;}
    .loc_r li{margin-left:0;border:none;}
    .loc_r li ol{display:none !important;}
    .location .loc_r a{padding:0 10px;}
    .news_item .news_time{width:60px;height:60px;}
    .news_time p{font-size:20px;}
    .news_time span{font-size:12px;}
    .news_list .news_t_con{width:calc(100% - 60px);padding-top:0;padding:0 10px}
    .news_list .news_t_con .info h6{display:none;}
    .news_t_con h3{font-size:14px;margin-bottom:5px;}
    .news_item .news_t_con p{font-size:12px;line-height:20px;max-height:40px;overflow:hidden;}
    
}
@media (max-width:1199px) and (min-width:768px){
    .news_list{padding:50px 20px;}
    .news_list .news_t_con{width:80%;}
}
