.line-h {
  width: 100%;
  height: 6px;
  background-color: #004098;
}
.detail {
  display: flex;
  justify-content: space-between;
  min-height: 820px;
}
.detail .l {
  width: 50%;
  margin-top: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.detail .l > img {
  width: 70%;
  border: 4px solid #004098;
  box-sizing: border-box;
  transition: all 0.5s linear;
  cursor: pointer;
}
.detail .l > img:hover{[
  border: 4px solid #0655C2;
]}
.detail .l a {
  display: inline-block;
  width: 175px;
  height: 46px;
  line-height: 46px;
  text-align: center;
  color: #fff;
  background-color: #004098;
  border-radius: 4px;
  font-size: 14px;
  margin-top: 45px;
  cursor: pointer;
  transition: all 0.5s linear;
}
.detail .l a:hover{
  background-color: #0655C2;
}
.detail .l a img {
  width: 20px;
  height: 20px;
  vertical-align: middle;
  cursor: pointer;
}
.detail .r {
  width: 50%;
  background-color: #F5F6FA;
  padding: 74px 50px 200px;
  box-sizing: border-box;
}
.detail .r .time span:nth-child(1) {
  display: inline-block;
  width: 78px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #fff;
  font-size: 12px;
  border-radius: 4px;
  margin-right: 10px;
  background-color: #004098;
}
.detail .r .time span:nth-child(2) {
  font-size: 12px;
  color: #6C6C6C;
  line-height: 30px;
}
.detail .r .title {
  font-size: 24px;
  color: #004098;
  font-weight: bold;
  line-height: 58px;
}
.detail .r .con {
  font-size: 16px;
  color: #4F4F4F;
  line-height: 38px;
}
.detail .r .shangxia{
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    margin-top: 50px;
}
.detail .r .shangxia a{
    font-size: 16px;
    color: #4F4F4F;
    line-height: 26px;
}
.detail .r .shangxia a:hover{
    color: #004098;
}
@media screen and (max-width: 768px) {
  .line-h {
    height: 2px;
  }
  .detail {
    flex-direction: column;
  }
  .detail .l {
    width: 100%;
    margin-top: 35px;
  }
  .detail .l a {
    margin-bottom: 30px;
    margin-top: 30px;
    width: 135px;
    height: 40px;
    line-height: 40px;
    font-size: 12px;
  }
  .detail .l a img {
    width: 15px;
    height: 15px;
  }
  .detail .r {
    width: 100%;
    padding: 30px 15px 100px;
  }
  .detail .r .time span:nth-child(1) {
    width: 60px;
    height: 22px;
    line-height: 22px;
  }
  .detail .r .time span:nth-child(2) {
    line-height: 22px;
  }
  .detail .r .title {
    font-size: 20px;
    line-height: 46px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .detail .r .con {
    font-size: 14px;
    line-height: 30px;
  }
}
