/*NEWS DETAIL*/
.new_detail-mod3 {
  --style-color: #dc714f;
}
.new_detail-mod3 .title{
  font-weight: bold;
  color: var(--style-color);
  text-align: center;
}
.new_detail-mod3 .tag-list{
  display: flex;
  justify-content: space-evenly;
  max-width: 600px;
  margin: 0 auto;
  margin-bottom: 4rem;
}
.new_detail-mod3 .tag-list>li{
  display: flex;
  align-items: center;
  color: #333;
}
.new_detail-mod3 .tag-list>li>img{
  margin-right: 5px;
}
.new_detail-mod3 .tag-list>li>i{
  margin-top: -3px;
  margin-right: 8px;
  font-size: 20px;
  color: var(--style-color);
}
.new_detail-mod3 .tag-list>li>i.fa-eye{
  font-size: 24px;
}
.new_detail-mod3 .new-info{
  line-height: 2;
  font-size: 16px;
}
.new_detail-mod3 .new-info p{
  margin-bottom: 20px;
}
.new_detail-mod3 .new-nav{
  margin-top: 30px;
  padding: 30px 20px;
  border-radius: 10px;
  background: linear-gradient(to bottom, #eec5b8 0%, #fafafa 40%);
}
.new_detail-mod3 .nav-list{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  border-bottom: 1px solid #ccc;
}
.new_detail-mod3 .nav-list>li{
  font-size: 18px;
  height: 100%;
  display: none;
  align-items: center;
  position: relative;
  padding-bottom: 15px;
  margin-right: 20px;
}
.new_detail-mod3 .nav-list>li:first-child{
  display: flex;
}
.new_detail-mod3 .nav-list>li.active>a{
  font-weight: bold;
}
.new_detail-mod3 .nav-list>li.active::after{
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  height: 4px;
  width: 50px;
  border-bottom: 4px solid var(--style-color);
}
.new_detail-mod3 .content-list{
  padding-left: 0;
  padding-top: 5px;
  max-height: 860px;
  overflow: auto;
  list-style: none;
}
.new_detail-mod3 .content-list>li{
  font-size: 20px;
  padding: 18px 0;
}
.new_detail-mod3 .content-list>li>a{
  display: flex;
}
.new_detail-mod3 .content-list .date{
  font-size: 16px;
  color: #666;
}
.new_detail-mod3 .content-list .txt{
  max-height: 54px;
}
.new_detail-mod3 .content-list>li:hover .txt{
  color: var(--style-color);
}
.new_detail-mod3 .content-list .img{
  width: 165px;
  height: 110px;
  flex-shrink: 0;
  margin-right: 20px;
  overflow: hidden;
  position: relative;
}
.new_detail-mod3 .content-list .img img{
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.new_detail-mod3 .content-list .info-group{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.new_detail-mod3 .new-nav .tab-pane{
  display: none;
}
@media (min-width:768px){
  .new_detail-mod3 .new-nav{
    margin-top: 0;
    padding: 30px 45px;
  }
}
@media (min-width:1200px){
  .new_detail-mod3 .content-list .img{
    margin-right: 25px;
  }
}

/*COMMENT*/
.comment-mod1 {
  --style-color: #dc714f;
}
/* 评论区域样式 */
.comment-mod1 pre{
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
.comment-mod1 .flex-text-wrap{
  width: 100%;
  position: relative;
  *zoom: 1;
}
.comment-mod1 textarea,
.comment-mod1 .flex-text-wrap{
  outline: 0;
  margin: 0;
  border: none;
  padding: 0;
  *padding-bottom: 0!important;
}
.comment-mod1 .flex-text-wrap textarea,
.comment-mod1 .flex-text-wrap pre{
  *white-space: pre;
  *word-wrap: break-word;
  white-space: pre-wrap;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.comment-mod1 .flex-text-wrap textarea{
  overflow: hidden;
  top: 0;
  left: 0;
  resize: none;
  /* IE7 box-sizing fudge factor */
  *height: 94%;
  *width: 94%;
}
.comment-mod1 .flex-text-wrap pre{
  display: none;
  visibility: hidden;
}
.comment-mod1 .flex-text-wrap,
.comment-mod1 textarea{
  margin-bottom: 25px;
}
.comment-mod1 textarea,
.comment-mod1 .flex-text-wrap pre{
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 100%;
  line-height: 1.7;
  padding: 10px 15px;
  border: 1px solid #eee;
  width: 100%;
  -webkit-appearance: none;
  background: #eee;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-transition-duration: 300ms;
  -moz-transition-duration: 300ms;
  -o-transition-duration: 300ms;
  -ms-transition-duration: 300ms;
  transition-duration: 300ms;
  -webkit-transition-easing: ease-in-out;
  -moz-transition-easing: ease-in-out;
  -o-transition-easing: ease-in-out;
  -ms-transition-easing: ease-in-out;
  transition-easing: ease-in-out;
  -webkit-transition-property: border-color, -webkit-box-shadow;
  -webkit-transition-property: border-color, box-shadow;
  -moz-transition-property: border-color, -moz-box-shadow;
  -moz-transition-property: border-color, box-shadow;
  -o-transition-property: border-color, box-shadow;
  -ms-transition-property: border-color, box-shadow;
  transition-property: border-color, box-shadow;
}
.comment-mod1 .fork-link{
  width: 140px;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
}
.comment-mod1 .comment-size-name{
  display: block;
  font-weight: bold;
  color: var(--style-color);
  margin-bottom: 1rem;
}
/*清除浮动*/
.comment-mod1 .clearfix:before,
.comment-mod1 .clearfix:after{
  content: " ";
  display: table;
}
.comment-mod1 .clearfix:after{
  clear: both;
}
.comment-mod1 .clearfix{
  zoom: 1;
}
/*浮动*/
.comment-mod1 .pull-right{
  float: right !important;
}
.comment-mod1 .pull-left{
  float: left !important;
}
/*----------------------------------------------------------------------------------------------------------*/
.comment-mod1 .content{
  float: left;
}
.comment-mod1 .flex-text-wrap,pre{
  margin: 0 !important;
}
.comment-mod1.commentAll{
  padding: 20px;
  background-color: #fff;
}
.comment-mod1 .comm-tit{
  font-weight: bold;
}
.comment-mod1 .comm-tit a{
  color: var(--style-color);
}
.comment-mod1 .plBtn{
  width: 200px;
  height: 50px;
  line-height: 48px;
  background-color: var(--style-color);
  border: 2px solid var(--style-color);
  text-align: center;
  display: block;
  color: #fff;
  border-radius: 25px;
  margin:0 auto;
  margin-top: 20px;
}
.comment-mod1 .plBtn:hover{
  background-color: var(--style-color);
  color: #fff;
}

/*----------评论区域 begin----------*/
.comment-mod1 .comment-show{
  margin-top: 50px;
}
.comment-mod1 .comment-show-con{
  width: 100%;
  border-top: 1px solid #e5e5e5;
  padding: 10px 0;
}
.comment-mod1 .reviewArea .form-control{
  height: 50px;
  background-color: #eee;
  border-color: #eee;
  box-shadow: none;
}
.comment-mod1 .comment-show-con-img{
  width: 48px;
  height: 48px;
  overflow: hidden;
  margin-top: 5px;
}
.comment-mod1 .comment-show-con-list{
  width: 85%;
}
.comment-mod1 .pl-text{
  width: 100%;
  margin-top: 7px;
  word-wrap: break-word;
  overflow: hidden;
}
.comment-mod1 .date-dz{
  width: 100%;
  float: left;
  margin-top: 1rem;
}   
.comment-mod1 .hf-list-con{
  float: left;
  width: 100%;
  margin-top: 7px;
}
.comment-mod1 .my-pl-con{
  width: 100%;
  font-size: 18px;
  color: #333;
}
.comment-mod1 .date-dz-left{
  font-size: 12px;
  color: #8b8b8b;
  display: block;
  padding-top: 18px;
}
.comment-mod1 .comment-pl-block{
  margin-top: 0;
}
.comment-mod1 .date-dz-right{
  display: block;
  position: relative;
  overflow: hidden;
  width: 100px;
  height: 30px;
  line-height: 26px;
  background-color: var(--style-color);
  border: 2px solid var(--style-color);
  border-radius: 15px;
  color: #fff;
}
.comment-mod1 .removeBlock{
  float: left;
  font-size: 12px;
  color: #8b8b8b;
  margin-right: 24px;
  display: block;
  opacity: 0;
}
.comment-mod1 .pl-hf{
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  color: inherit !important;
}
.comment-mod1 .date-dz-pl,
.comment-mod1 .date-dz-line,
.comment-mod1 .date-dz-z{
  color: #333;
}
.comment-mod1 .date-dz-line{
  display: block;
  padding: 0 20px;
}
.comment-mod1 .date-dz-z-click-red{
  width: 17px;
  height: 17px;
  display: block;
  float: left;
  background-image: url(https://www.goldapple-alu.com/images/icon-all_01.png);
  background-repeat: no-repeat;
  background-position: -6px -198px;
  margin-right: 5px;
}
.comment-mod1 .z-num{
  font-style: normal;
}
.comment-mod1 .date-dz-z-click{
  color: #b83b44;
}
.comment-mod1 .red{
  background-position: -6px -119px !important;
}
.comment-mod1 .hf-pl{
  width: 70px;
  height: 30px;
  line-height: 30px;
  border: 2px solid var(--style-color);
  text-align: center;
  display: block;
  float: left;
  font-size: 12px;
  color: #333;
  border-radius: 6px;
  margin-right: 2px;
}
.comment-mod1 .hf-pl:hover,
.comment-mod1 .pl-hf:hover{
  background-color: var(--style-color);
  color: #fff;
}
.comment-mod1 .hf-con{
  width: 100%;
  margin-top: 24px;
}
.comment-mod1 .hf-input{
  font-size: 18px;
}
.comment-mod1 .all-pl-con{
  width: 96%;
  padding: 2% 0;
  float: left;
  margin: 0 2%;
}
.comment-mod1 .atName{
  font-size: 18px;
  color: var(--sub-color);
}
.comment-mod1 .hfpl-text{
  margin-top: 0;
}
.comment-mod1 .date-dz:hover .removeBlock{
  opacity: 1;
}
.comment-mod1 .hf-list-con .all-pl-con{
  border-top: 1px solid #d9d9d9;
  padding-bottom: 12px;
  padding-left: 2rem;
}