@charset "utf-8";
/*新闻详情*/
.other_newsDetails {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 20px 0 0px 0;
    margin: 60px 0 70px 0;
  }
  .other_newsDetails .news_right {
    position: sticky;
    width: 467px;
    border-radius: 10px;
    top: 160px;
    background: transparent;
    border-radius: 0;
    padding: 24px 0 24px 50px;
    border-left: 1px solid #E4E3E2;
  }
  .other_newsDetails .news_right h5 {
    line-height: 24px;
    font-size: 24px;
    letter-spacing: 2px;
    padding-left: 0px;
    color: #373737;
    border-left: none;
    margin-bottom: 40px;
  }
  .other_newsDetails .news_right .yewu_list {
    width: 100%;
    display: flex;
    justify-content: left;
    align-items: flex-start;
    flex-direction: column;
  }
  .other_newsDetails .news_right .yewu_list .yewu_item {
    margin-bottom: 20px;
    width: 100%;
  }
  .other_newsDetails .news_right .yewu_list .yewu_item .yw_img {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
  }
  .other_newsDetails .news_right .yewu_list .yewu_item .yw_img img {
    display: inline-block;
    width: 100%;
    height: auto;
    webkit-transition: all 0.4s ease-in-out 0.1s;
    transition: all 0.4s ease-in-out 0.1s;
  }
  .other_newsDetails .news_right .yewu_list .yewu_item .yw_text {
    width: 100%;
    padding: 16px 0px;
    display: flex;
    justify-content: left;
    align-items: flex-start;
    flex-direction: column;
  }
  .other_newsDetails .news_right .yewu_list .yewu_item .yw_text span {
    font-size: 14px;
    line-height: 16px;
    color: #666666;
  }
  .other_newsDetails .news_right .yewu_list .yewu_item .yw_text h5 {
    display: inline-block;
    width: 100%;
    font-size: 20px;
    line-height: 30px;
    margin: 14px 0 8px 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    padding-left: 0;
    color: #333;
    font-weight: bold;
  }
  .other_newsDetails .news_right .yewu_list .yewu_item .yw_text p {
    text-align: left;
    width: 100%;
    font-size: 16px;
    color: #666666;
    line-height: 30px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    position: relative;
  }
  .other_newsDetails .news_right .yewu_list .yewu_item:hover .yw_img img {
    webkit-transition: all 0.4s ease-in-out 0.1s;
    transition: all 0.4s ease-in-out 0.1s;
    transform: scale(1.06);
  }
  .other_newsDetails .news_right .yewu_list .yewu_item:hover .yw_text h5 {
    color: #F81111;
  }
  .other_newsDetails .news_right .yewu_list .more-btn {
    width: 100%;
    text-align: center;
    background: #E5E5E5;
    color: #373737;
    font-size: 16px;
    letter-spacing: 2px;
    line-height: 56px;
    text-decoration: none;
  }
  .other_newsDetails .news_right .yewu_list .more-btn:hover {
    background: #F81111;
    color: #fff;
  }
  .other_newsDetails .news_left {
    width: calc(100% - 467px - 40px);
  }
  .other_newsDetails .m3nCon .m3nTbox h2 {
    font-size: 32px;
    line-height: 50px;
    font-weight: normal;
    padding-bottom: 0;
    letter-spacing: 2px;
  }
  .other_newsDetails .m3nCon .m3nTbox h2::after {
    content: none;
  }
  .other_newsDetails .m3nCon .m3nInfo {
    width: 100%;
    padding: 24px 0;
    display: flex;
    justify-content: left;
    align-items: center;
    border-bottom: 1px solid #F0F0F0;
    font-size: 14px;
    color: #666666;
  }
  .other_newsDetails .m3nCon .m3nInfo .publish_icon {
    width: 33%;
    display: flex;
    justify-content: left;
    align-items: center;
  }
  .other_newsDetails .m3nCon .m3nInfo .publish_icon img {
    display: inline-block;
    width: auto;
    height: auto;
    margin-right: 6px;
  }
  .other_newsDetails .m3nCon .m3nInfo .publish_icon span {
    font-size: 16px;
    color: #7D7D7D;
  }
  .other_newsDetails .m3nCon .m3nEditor {
    padding: 32px 0px 40px 0;
  }
  .other_newsDetails .m3nCon .m3nEditor img {
    width: auto;
    max-width: 100%;
  }
  .other_newsDetails .m3nCon .m3pages {
    border-top: none;
    line-height: 80px;
    height: 80px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
    background: #e5e5e5;
  }
  .other_newsDetails .m3nCon .m3pages a {
    max-width: 45%;
    padding: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    font-size: 14px;
    color: #2D3441;
    display: inline-block;
    text-decoration: none;
    cursor: pointer;
    padding-left: 20px;
    background: url(../images/other/news/jt_left.png) no-repeat center left;
    background-size: auto auto;
  }
  .other_newsDetails .m3nCon .m3pages a:last-child {
    padding-left: 0;
    padding-right: 20px;
    background: url(../images/other/news/jt_right.png) no-repeat center right;
    background-size: auto auto;
  }
  .other_newsDetails .m3nCon .m3pages a:hover {
    color: #F81111;
    background: url(../images/other/news/jt_left_b.png) no-repeat center left;
    background-size: auto auto;
  }
  .other_newsDetails .m3nCon .m3pages a:hover:last-child {
    background: url(../images/other/news/jt_right_b.png) no-repeat center right;
    background-size: auto auto;
  }

@media screen and (max-width:767px){
  /*新闻详情*/
  .other_newsDetails {
    flex-direction: column;
    padding: 0.65rem 0 0rem 0;
    margin: 0.9rem 0 1.2rem 0;
  }
  .other_newsDetails .news_right {
    width: 100%;
    margin-top: 0.9rem;
    position: unset;
    top: unset;
    background: transparent;
    border-radius: 0;
    padding: 0.6rem 0 0 0;
    border-left: none;
  }
  .other_newsDetails .news_right h5 {
    line-height: 1.2rem;
    font-size: 1rem;
    letter-spacing: 0.025rem;
    padding-left: 0px;
    margin-bottom: 0.9rem;
  }
  .other_newsDetails .news_right .yewu_list .yewu_item {
    margin-bottom: 0.8rem;
  }
  .other_newsDetails .news_right .yewu_list .yewu_item .yw_text {
    padding: 0.6rem 0px;
  }
  .other_newsDetails .news_right .yewu_list .yewu_item .yw_text span {
    font-size: 0.6rem;
    line-height: 0.7rem;
  }
  .other_newsDetails .news_right .yewu_list .yewu_item .yw_text h5 {
    font-size: 0.75rem;
    line-height: 1.1rem;
    margin: 0.4rem 0;
    height: unset;
    padding-left: 0;
    color: #333;
    font-weight: bold;
  }
  .other_newsDetails .news_right .yewu_list .yewu_item .yw_text p {
    -webkit-line-clamp: 4;
  }
  .other_newsDetails .news_right .yewu_list .more-btn {
    font-size: 0.65rem;
    letter-spacing: 0.025rem;
    line-height: 2rem;
  }
  .other_newsDetails .news_left {
    width: calc(100%);
  }
  .other_newsDetails .m3nCon .m3nTbox h2 {
    font-size: 0.9rem;
    line-height: 1.2rem;
    font-weight: normal;
    padding-bottom: 0;
    letter-spacing: 0.025rem;
  }
  .other_newsDetails .m3nCon .m3nTbox h2::after {
    content: none;
  }
  .other_newsDetails .m3nCon .m3nInfo {
    width: 100%;
    padding: 0.8rem 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 0.025rem solid #F0F0F0;
    font-size: 0.6rem;
    color: #666666;
  }
  .other_newsDetails .m3nCon .m3nInfo .publish_icon {
    width: unset;
  }
  .other_newsDetails .m3nCon .m3nInfo .publish_icon img {
    display: inline-block;
    height: auto;
    width: 1rem;
    margin-right: 0.2rem;
  }
  .other_newsDetails .m3nCon .m3nInfo .publish_icon span {
    font-size: 0.6rem;
  }
  .other_newsDetails .m3nCon .m3nEditor {
    padding: 0.8rem 0;
  }
  .other_newsDetails .m3nCon .m3pages {
    border-top: none;
    line-height: 1rem;
    height: unset;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    padding: 0.5rem 0.6rem;
    background: #e5e5e5;
  }
  .other_newsDetails .m3nCon .m3pages a {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    text-overflow: unset;
    white-space: unset;
    font-size: 0.6rem;
    line-height: 1rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    margin: 0.25rem 0;
    background-image: none !important;
    padding: 0;
  }
  .other_newsDetails .m3nCon .m3pages a:last-child {
    background-image: none !important;
    padding: 0;
  }
}