*{
    padding: 0;
    margin: 0;
}
html,
body{
    background-color: #ebebeb;
}
li{
    list-style: none;
}
a{
    color: #333;
    text-decoration: none;
}
a:hover{
    color:#0f5fb8;
}
.content{
    width: 1100px;
    margin: 0 auto;
    overflow: hidden;
margin-bottom:48px;
}
.left-box{
    float:left;
    width: 720px;
    background-color: #fff;
    /* margin-top: 50px; */
    /* padding: 0 30px; */
    box-sizing: border-box;
    margin-right: 40px;
    overflow: hidden;
    padding-bottom: 48px;
}
.crumbs-nav{
    width: 100%;
    height: 48px;
    color: #999;
    font-size:14px;
    line-height: 48px;
    padding-left: 22px;
}
.leftBox-title{
    border-bottom:1px solid #c3c3c3;
    margin: 0 32px;
    padding-top: 32px;
    overflow: hidden;
    padding-bottom: 16px;
}
.enterprise-culture{
    float: left;
    font-size: 20px;
    color:#333;
   font-weight:normal
}
.city-box{
    float: right;
    font-size: 14px;
    color:#016ACD;
}
.group-name{
    float: left;
    width: 164px;
    margin: 30px 45px 0 40px;
}
.group-inCity{
    font-size: 20px;
    font-weight: bold;
}
.corporation{
    font-size: 14px;
    color: #02509A;
    overflow: hidden;
    margin-top: 30px;
}
.corporation li{
    margin-bottom: 10px;
    cursor: pointer;
}
.current{
    font-size: 14px;
    color: #333;
}
.particulars{
    float: left;
    margin: 32px 46px 0;
}
.particulars-title{
    font-size: 16px;
    color: #333;
    font-weight: bold;
}
.particulars-in{
    overflow: hidden;
    margin-bottom: 27px;
}
.groups-img{
    float:left;
    width: 300px;
    height: auto;
    margin-right: 27px;
}
.synopsis{
    font-size: 14px;
    color: #666;
    line-height: 2;
    margin-bottom: 25px;
}
.details-message{
    float: left;
width:47%;
    box-sizing: border-box;
}
.details-message li {
      /* width: 50%;
  float: left;
  height: 25px; */
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 15px;
  color: #02509A;
  position: relative;
  padding-left:25px; 
  box-sizing: border-box;
 word-break: break-all;
}
.pic-msg{
     width: 20px;
  height: 20px;
  vertical-align: middle;
  position: absolute;
  top: 2px;
  left: 0;
}
.information{
    display: inline-block;
    margin-left:9px;
    word-break: break-all;
    white-space: normal;
}
.information a{
color: #02509A;
}