.location{
    overflow: hidden;
    width: 100%;
}
.location-list{
    overflow: hidden;
    width: 1080px;
    background: #fff;
    position: relative;
 
}
.location-title{
    overflow: hidden;
    display: block;
    line-height:45px;
    font-size: 14px;
    padding-left: 5px;
    background: #F2F2F2;
}
.location-title i{
    float: left;
    display: inline-block;
    color: #464646;
}
.location-title em{
    float: left;
    display: inline-block;
    color: #464646;
}
.location-title a{
    float: left;
    display: inline-block;
    color: #476b9f;
}
.details{
    overflow: hidden;
    width: 100%;
}
.details dl{
    overflow: hidden;
}
.details dt{
    overflow: hidden;
    width: 97%;
    border-bottom: 1px solid#d2d2d2;
}
.details dt a{
    overflow: hidden;
    display: inline-block;
    float: left;
    color: #d91b17;
    font-size: 14px;
    font-weight: 700;
    padding: 10px 15px;
}
.details dl dd{
    overflow: hidden;
    width:100%;
    margin-bottom:50px;
}
.details dl dd span{
    display: block;
    line-height: 32px;
    overflow: hidden;
    color:#464646;
    font-size: 14px;
    padding:0 5px;
}
.details dl dd span i{
    float: left;
    height:6px;
    width:6px;
    margin-top:14px;
    background: #476b9f;
    border-radius: 50%;
}
.details dl dd span a{
    float: left;
    padding-left:10px;
    width:900px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.details dl dd span dfn{
    float: right;
}
.release{
    overflow: hidden;
    width: 100%;
    border-bottom: 1px solid#d91b17;
}
.release h2{
    display: block;
    text-align: center;
    line-height: 54px;
    font-weight: normal;
    color:#464646;
    letter-spacing:2px;
}
.release p{
    display: block;
    text-align: center;
    color:#464646;
    font-size: 14px;
    margin-bottom: 15px;
}
.article{
    overflow: hidden;
    padding: 10px 20px;
}
.detailsBoxs_r .detailsBoxsUL ul li:hover a{
  color: #1a92ff;
  text-decoration: underline;
}
.detailsBoxs_r .detailsBoxsUL ul li:hover .Dot{
  background: #1a92ff;
}
 .detailsBoxsUL ul li {
     display: flex;
     align-items: center;
     font-size: 14px;
     padding: 8px 0;
 }
 .detailsBoxsUL ul li .Dot{
    width: 6px; height: 6px;
     border-radius: 50%; 
     background: #000;
     display: block;
}
.detailsBoxsUL ul li a{
    display: block; 
    flex: 1;
    padding:0 20px;
    overflow: hidden; 
    white-space: nowrap;
    text-overflow: ellipsis;
}
.detailsBoxsUL ul li span{
    display: block;
    color: #999999;
}

/**.article span{
    overflow: hidden;
    display: block;
    line-height: 30px;
    font-size:16px;
    text-indent: 2em;
    color: #464646;
    margin-bottom:30px;
}**/