.detail_title {
    line-height: 30px;
    text-align: left;
    color: #595757;
    margin: 30px 0 15px;
    font-size: 18px;
    font-weight: bold;
}
.project_box {
    border-bottom: 1px solid #ddd;
    margin-bottom: 15px;
}
.project_box p {
    font-size: 12px;
    color: #746969;
    margin: 14px 0 10px 0;
}
.social-share {
    margin-bottom: 15px;
}
.social-share .icon-douban, .social-share .icon-linkedin, .social-share .icon-facebook, .social-share .icon-twitter, .social-share .icon-google {
    display: none !important;
}
img{max-width:100%}
.location{height:76px;background:#DFDFE5;margin:0 auto ;max-width:1920px;}
.location a{line-height:72px;padding:0 20px;font-size:18px;display:block;height:100%;}
.loc_r li.on a,.loc_r li:hover a{color:#FFB003}
.loc_r li{margin-left:20px;border-bottom:4px solid transparent;margin-top:0;position:relative;}
.loc_r li:hover ol{display:block;}
.loc_r li ol{position:absolute;top:76px;width:100%;background:#f5f5f5;left:0;z-index:9;display:none;}
.loc_r li ol li a{display:block;line-height:40px;text-align:center;padding:0;color:#666 !important;}
.loc_r li ol a:hover{background:#eee;}
.loc_r li li{margin-left:0;border: none;}
.loc_r li.on,.loc_r li:hover{border-color:#FFB003;}
.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:#DFDFE5;    width: 100px;
    position: static;
    top: 0;
    left: 0;
    color: #fff;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    box-sizing: border-box;}
.news_item:hover h3,
.news_item .news_time p,
.news_item .news_time span{color:#FFB003}
.news_item .news_t_con p{text-indent:0;}
.news_list .news_t_con{width:1100px;padding:10px 20px 0;box-sizing: border-box;}
.news_t_con h3 {
    color: #595757;
    font-size: 16px;
    font-weight:bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.news_t_con p{color:#898989}
.goHome{background:url(../images/home.png) no-repeat right center;background-size:20px;}
.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;
}
@media (max-width:767px){
    .news_item{padding:15px 10px}
    .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;}
    .location{height:50px;}
    .location .loc_r a{line-height:50px;padding:0 5px;font-size:14px;}
}