.location {
    width: 100%;
    height: 85px;
    background: #ffffff;
    float: left;
    color: #c00000;
}

.location img {
    margin-top: -4px;
    margin-left: 4px;
}

.location img:first-child {
    margin-left: 27px;
}

.location a {
    margin-top: 33px;
    display: inline-block;
    color: #000000;
}
.location a {
    margin-top: 33px;
    display: inline-block;
    color: #000000;
}
.location a:last-child{
    color: #c00000;
}
/* 信息详情样式 */
.detail-item-warp {
    width: 100%;
    float: right;
    margin-top: 42px;
    background: #ffffff;
}

.content_content{
  width: 92%;
  float: left;
  margin-left: 4%;
}
.show_title{ 
  padding: 25px 0 20px 0;
  font-size: 28px;
  line-height: 30px;
  text-align: center;
}
.show_subtitle{
  width: 100%;
  height: 30px;
}
.show_left{
  float: left;
  height: 30px;
  line-height: 30px;
}
.show_right{
  float: right;
  height: 30px;
  line-height: 30px;
}
.show_subtitle span{
  color: #666;
  font-size: 14px;
}
.septum{
  height: 3px;
  border-top:1px solid #eee;
  border-bottom:1px solid #eee;
  width: 100%;
  margin: 17px 0;
}
.shou_prev,.shou_next{
  color: #333333;
  font-size: 14px;
  margin: 15px 0;
}
.shou_prev a:hover,.shou_next a:hover{
  color: red;
}
.show_show{
  min-height:220px;
}
.show_show img{
	max-width: 100%;
}