.hide {
  display: none !important;
}
.content {
  overflow-x: auto;
  width: 100%;
  height: 100%;
  display: flex;
  background: #f0f0f0 url('../img/topBg.png') center top no-repeat;
  flex-direction: column;
  background-size: 1440px auto;
}
.content .header {
  width: 1440px;
  position: sticky;
  top: 0;
  z-index: 99;
  margin: 0 auto;
}
.content .header .headerNav {
  width: 1440px;
  min-height: 125px;
}
.content .header .headerNav .logo {
  width: 135px;
  height: 65px;
  margin: 30px 0 0 36px;
  float: left;
}
.content .header .headerNav .logo img {
  width: 100%;
  height: 100%;
}
.content .header .headerNav .navList {
  width: 925px;
  min-height: 36px;
  margin: 30px 60px 27px 58px;
  float: left;
  height: auto;
  position: relative;
  overflow: hidden;
}

.content .header .headerNav .navList.oneRow {
  margin-top: 53px;
  margin-bottom: 0px;
}
.content .header .headerNav .navList.isTwoRow{
  margin-top: 30px;
  margin-bottom: 0px;
}
.content .header .headerNav .navList.moreRow{
  margin-top:30px;
  margin-bottom: 27px;
}
.content .header .headerNav .navList.scrollNav{
  height:35px ;
  box-sizing: border-box;
  padding-right: 85px;
}
.content .header .headerNav .navList.scrollNav .showMore{
  display: block;
}
.content .header .headerNav .navList .showMore{
  width: 71px;
  height: 38px;
  background: url('../img/showMore.png') no-repeat center;
  background-size: 100% 100%;
  position: absolute;
  top: -6px;
  right: 10px;
  display: none;
}
.content .header .headerNav .navList .one {
  width: auto;
  float: left;
  height: 19px;
  margin: 0 25px 15px 0;
}
.content .header .headerNav .navList .one .name {
  cursor: pointer;
  font-size: 16px;
  color: #333333;
  line-height: 19px;
}
.content .header .headerNav .navList .one .checked {
  font-size: 18px;
  color: #3eabff;
  line-height: 22px;
  font-weight: bold;
}

.content .header .headerNav .searchBox {
  float: right;
  margin-right: 36px;
  width: 177px;
  height: 36px;
  background: #ffffff;
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.08);
  border-radius: 18px;
  margin-top: 44px;
  padding: 5px 16px 5px 42px;
  box-sizing: border-box;
  position: relative;
}
.content .header .headerNav .searchBox .searchImg {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background: url('../img/search.png') no-repeat center;
  background-size: 100%;
  cursor: pointer;
}

.content .header .headerNav .searchBox .input {
  width: 119px;
  height: 26px;
}
.content .header .headerNav .searchBox .input input {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  line-height: 26px;
  font-size: 14px;
  padding: 0;
  border: none;
}
.content .header .headerNav .searchBox .input input:focus-visible {
  outline: none;
}
.content .header .headerNav .code {
  width: 84px;
  height: 117px;
  margin: 30px 0 0 20px;
  display: none;
}

.content .header .headerNav .code img {
  width: 84px;
  height: 84px;
}
.content .header .headerNav .code .txt {
  text-align: center;
  font-size: 12px;
  color: #999999;
  line-height: 14px;
  padding-top: 5px;
}

.content .page {
  width: 100%;
  min-width: 1440px;
  margin: 0 auto;
  flex: 1;
  overflow-y: auto;
}

.content .page .box {
  margin: 0 auto;
  width: 1440px;
  position: relative;
  padding-bottom: 20px;
  padding: 0 120px 15px;
  display: flex;
  box-sizing: border-box;
  justify-content: space-between;
}
.content .page .box .leftBox {
  width: 900px;
}
.content .page .box .rightBox {
  width: 285px;
}
.content .page .box .rightBox .rightBoxOne {
  width: 285px;
  background: #ffffff;
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.08);
  margin-bottom: 15px;
}

.relatedNews {
  width: 285px;
  overflow: hidden;
}
.relatedNews .title {
  margin: 15px;
  width: 250px;
  border-left: 5px solid #3eabff;
  /*height: 25px;*/

  font-weight: bold;
  font-size: 20px;
  color: #000000;
  line-height: 25px;
  padding-left: 10px;
  box-sizing: border-box;
}
.relatedNews .list {
  width: 255px;
  margin: 0 auto;
}
.relatedNews .list .one {
  width: 100%;
  padding-bottom: 15px;
}
.relatedNews .list .one:last-child .type2 .title1:after {
  display: none;
}
.relatedNews .list .one .type1 {
  cursor: pointer;
  padding-left: 16px;
  width: 100%;
  box-sizing: border-box;
  font-size: 14px;
  color: #333333;
  line-height: 21px;
  position: relative;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* 限制显示行数 */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
}
.relatedNews .list .one .type1::before {
  width: 4px;
  height: 4px;
  border-radius: 100%;
  background-color: #333333;
  display: block;
  content: '';
  position: absolute;
  top: 8.5px;
  left: 6px;
}
.relatedNews .list .one .type2 {
  width: 100%;
  cursor: pointer;
}

.relatedNews .list .one .type2 .img {
  width: 255px;
  height: 140px;
  position: relative;
}

.relatedNews .list .one .type2 .img .bg {
  width: 100%;
  height: 100%;
}
.relatedNews .list .one .type2 .img .duration {
  font-size: 14px;
  color: #ffffff;
  line-height: 17px;
  position: absolute;
  bottom: 5px;
  right: 5px;
}
.relatedNews .list .one .type2 .img .playIcon {
  width: 24px;
  height: 24px;
  position: absolute;
  bottom: 5px;
  left: 5px;
}
.relatedNews .list .one .type2 .img .zbType {
  width: 56px;
  height: 24px;
  position: absolute;
  top: 5px;
  right: 5px;
}
.relatedNews .list .one .type2 .img .zbType img {
  width: 100%;
  height: 100%;
}
.relatedNews .list .one .type2 .title1 {
  width: 100%;
  font-size: 14px;
  color: #333333;
  line-height: 21px;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* 限制显示行数 */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 15px 0 0 0;
  word-break: break-all;
}
.relatedNews .list .one .type2 .title1:after {
  height: 1px;
  margin-top: 15px;
  display: block;
  background-color: #eeeeee;
  content: '';
  width: 100%;
}
.topicNews .more {
  border-top: 1px solid #eeeeee;
  width: 255px;
  margin: 0 auto;
  text-align: center;
  line-height: 14px;
  padding: 15px 0;
  display: flex;
  justify-content: center;
  cursor: pointer;
}
.topicNews .more img {
  width: 10px;
  height: 10px;
  margin: 2px 5px;
}

.hotNewsBox {
  width: 285px;
}
.hotNewsBox .title {
  width: 255px;
  margin: 0 auto;
  border-bottom: 1px solid #eeeeee;
  font-size: 20px;
  color: #333333;
  line-height: 25px;
  font-weight: bold;
  text-align: center;
  padding: 15px 0;
}
.hotNewsBox .title .img {
  width: 20px;
  height: 24px;
  margin-right: 10px;
}

.hotNewsBox .list {
  padding: 15px;
  width: 100%;
  box-sizing: border-box;
}
.hotNewsBox .list .one {
  min-height: 18px;
  width: 100%;
  overflow: hidden;
  padding-bottom: 15px;
}

.hotNewsBox .list .one:nth-last-child(1) {
  padding-bottom: 0;
}
.hotNewsBox .list .one .bq {
  width: 17px;
  height: 18px;
  float: left;
  margin: 0 20px 0 1px;
  font-size: 15px;
  color: #ff2235;
  line-height: 18px;
  font-weight: bold;
  background: no-repeat center center;
  background-size: 100% 100%;
  text-align: center;
}
.hotNewsBox .list .one:nth-child(1) .bq {
  background-image: url('../img/num1.png');
}

.hotNewsBox .list .one:nth-child(2) .bq {
  background-image: url('../img/num2.png');
}

.hotNewsBox .list .one:nth-child(3) .bq {
  background-image: url('../img/num3.png');
}
.hotNewsBox .list .one .cont {
  width: 215px;
  line-height: 21px;
  float: left;
  font-size: 14px;
  color: #333333;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* 限制显示行数 */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
  word-break: break-all;
}

.content .page .box .leftBox .detail {
  padding-top: 40px;
  width: 900px;
  background: #ffffff;
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.08);
}
.content .page .box .leftBox .commentBox {
  width: 900px;
  background: #ffffff;
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.08);
  margin-top: 15px;
}
.content .page .box .leftBox .commentBox .title {
  font-size: 36px;
  color: #333333;
  line-height: 44px;
  padding: 40px 0 0 40px;
  font-weight: bold;
}
.content .page .box .leftBox .commentBox .list {
  padding: 20px 40px 40px 40px;
  width: 100%;
  box-sizing: border-box;
}
.content .page .box .leftBox .commentBox .list .one {
  width: 820px;
  padding-top: 30px;
}
.content .page .box .leftBox .commentBox .list .one:nth-child(1) {
  padding-top: 0;
}
.content .page .box .leftBox .commentBox .list .one .cont {
  width: 100%;
  display: flex;
}
.content .page .box .leftBox .commentBox .list .one .cont .avator {
  width: 46px;
  height: 46px;
  border-radius: 100%;
  overflow: hidden;
}
.content .page .box .leftBox .commentBox .list .one .cont .avator img {
  width: 100%;
  height: 100%;
}

.content .page .box .leftBox .commentBox .list .one .cont .info {
  width: 774px;
  padding-left: 20px;
}

.content .page .box .leftBox .commentBox .list .one .cont .info .infoBox {
  display: flex;
  width: 100%;
  padding-top: 5px;
}
.content .page .box .leftBox .commentBox .list .one .cont .info .infoBox .name {
  font-size: 16px;
  color: #333333;
  line-height: 22px;
  max-width: 600px;
  word-break: break-all;
}
.content .page .box .leftBox .commentBox .list .one .cont .info .infoBox .level {
  width: 66px;
  height: 22px;
  margin-left: 10px;
}
.content .page .box .leftBox .commentBox .list .one .cont .info .infoBox .level img {
  width: 100%;
  height: 100%;
}
.content .page .box .leftBox .commentBox .list .one .cont .info .infoBox .province {
  margin-left: 10px;
  font-size: 12px;
  color: #666666;
  line-height: 22px;
}
.content .page .box .leftBox .commentBox .list .one .cont .info .txt {
  width: 100%;
  font-size: 16px;
  color: #333333;
  line-height: 28px;
  padding-top: 10px;
  word-break: break-all;
}
.content .page .box .leftBox .commentBox .list .one .cont .info .date {
  width: 100%;
  font-size: 12px;
  color: #666666;
  line-height: 14px;
  padding-top: 10px;
}
.content .page .box .leftBox .commentBox .list .one .childBox {
  width: 100%;
  padding-left: 66px;
  padding-top: 20px;
  box-sizing: border-box;
}

.content .page .box .leftBox .commentBox .list .one .childBox .info {
  width: 688px;
}
