#box {
  position: relative;
}
.header {
  padding: 15px 0;
  box-shadow: 0px 0px 13px 0px rgba(80, 79, 79, 0.2);
  position: fixed;
  top: 0;
  width: 100%;
  background: #fff;
  z-index: 999;
}
.header .headerBox {
  width: 85%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header .headerLeft {
  display: flex;
  align-items: center;
}
.header .headerLeft .logoStyle {
  position: relative;
  top: -5px;
  cursor: pointer;
}
.header .headerLeft .headerTitle {
  font-weight: bold;
  font-size: 30px;
  cursor: pointer;
}
.header .headerRight a {
  padding: 0 0 0 60px;
}
.header .headerRight a span {
  font-size: 16px;
}
.content {
  margin: 100px 0 160px 0;
}
.content .breadcrumb_t {
  width: 64%;
  margin: 0 auto 20px;
}
.content .breadcrumb_t .breadcrumb_item a {
  color: #666666;
}
.content .breadcrumb_t .active {
  color: #F6932F;
}
.content .breadcrumb_t .breadcrumb_divide {
  padding: 0 5px;
}
.content .item {
  position: relative;
  width: 64%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}
.content .item .item-left {
  word-break: break-word;
}
.content .item .item-left .info {
  border-bottom: 1px solid #DDDDDD;
  padding-bottom: 30px;
}
.content .item .item-left .info img {
  width: 100%;
}
.content .item .item-left .info .info-title {
  font-size: 34px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  line-height: 44px;
  margin: 0 0 1.5rem 0;
}
.content .item .item-left .info .info-date {
  font-size: 14px;
  background: #FFFFFF;
  color: #999999;
  margin-bottom: 2rem;
}
.content .item .item-left .info .info-content {
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  line-height: 42px;
}
.content .item .item-left .relevance {
  margin-top: 40px;
}
.content .item .item-left .relevance p {
  cursor: pointer;
  font-size: 15px;
}
.content .item .item-left .relevance p span {
  margin-left: 30px;
}
.content .item .item-left .relevance p span:hover {
  color: #F6932F;
}
.content .item .item-right {
  margin-left: 100px;
}
.content .item .item-right .more {
  width: 100%;
  border: 1px solid #E6E6E6;
}
.content .item .item-right .more .more-title {
  font-size: 22px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  padding: 16px;
  border-bottom: 1px solid #DDDDDD;
  padding-left: 30px;
}
.content .item .item-right .more .more-list {
  padding: 30px 30px 10px 30px;
  display: flex;
  flex-direction: column;
}
.content .item .item-right .more .more-list-title {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  font-size: 16px;
  margin-bottom: 0.5rem;
  width: 360px;
  line-height: 20px;
}
.content .item .item-right .more video {
  width: 100%;
}
.content .item .item-right .more .more-detial {
  cursor: pointer;
  margin-bottom: 34px;
}
.content .item .item-right .more .more-detial:hover {
  color: #F6932F;
}
#partEle {
  position: fixed;
  bottom: 0;
  width: 100%;
}
#partEle .footer {
  background: #4A4A4B;
  padding: 30px 15.3%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#partEle .footer .footerImg {
  width: 260px;
}
#partEle .footer .fright .fright_line1 {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  color: #F1F1F1;
  font-size: 16px;
  margin-bottom: 20px;
}
#partEle .footer .fright .fright_line1 a {
  color: #F1F1F1;
}
#partEle .footer .fright .fright_line1 .line {
  margin: 0 40px;
  color: #B5B5B5;
}
#partEle .footer .fright .fright_line2 {
  font-size: 14px;
  color: #BDBDBD;
  text-align: right;
}
#partEle .footer .fright .fright_line2 .line {
  margin: 0 5px;
}
@media screen and (min-width: 1367px) and (max-width: 1670px) {
  .footer {
    padding: 30px 10%;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1366px) {
  .header .headerLeft .myjrlogo {
    width: 185px;
  }
  .header .headerRight a {
    padding: 0 0 0 40px;
  }
  .header .headerRight a span {
    font-size: 14px;
  }
  .footer {
    padding: 30px 5%;
  }
  .footer .footerImg {
    width: 185px;
  }
  .footer .fright .fright_line1 {
    font-size: 14px;
  }
  .footer .fright .fright_line1 .line {
    margin: 0 20px;
  }
  .footer .fright .fright_line2 {
    font-size: 13px;
  }
}
