@charset "UTF-8";
#NewsAllcontent {
  width: 1400px;
  margin: 0 auto;
  margin-top: 3%;
  /* 
    background: url(' otherRight.png') no-repeat;
    background-size: 100% 100%;
     */
}
#NewsAllcontent .news{
    height: 100%;
    height: 100%;
    margin-right: 2%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    flex-flow: column;
}
#NewsAllcontent .news .otherLeftContent {
    height: 100%;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    padding-top: 5px;
  }
  
  #NewsAllcontent .news .otherLeftContent .leftContentItem {
    height: 18%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    border-bottom: 1px solid #eeeeeeb6;
    padding: 5px 0px;
  }
  
  #NewsAllcontent .news .otherLeftContent .leftContentItem .contentTime {
    width: 15%;
    font-size: 16px;
    font-family: DIN;
    font-weight: 400;
    color: #DA0000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 10px;
  }
  #NewsAllcontent .news .otherLeftContent .leftContentItem .Contentimg {
    /* background: url(" newsimg.png") no-repeat; */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 10px;
    width: 5%;
  }
  
  #NewsAllcontent .news .otherLeftContent .leftContentItem .contentItemAll {
    width: 80%;
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #000000;
    /* opacity: 0.6; */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  
  #NewsAllcontent .news .otherLeftContent .leftContentItem .contentItemBtn {
    width: 15%;
    background: url(" otherBtn.png") no-repeat;
    background-size: 75% 40%;
    background-position-x: right;
    background-position-y: center;
  }

  /* #NewsAllcontent .redLineTitle {
    border-bottom: 2px solid #da0000;
    height: 12%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  } */

  #NewsAllcontent .redLineTitle {
    /* background: url(" title.png") no-repeat;
    background-position: bottom;
    background-position-x: left;
    background-repeat: no-repeat;
    background-size: 100% 100%; */
    border-bottom: 2px solid #da0000;
    height: 12%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;

  }

  #NewsAllcontent .redLineTitle .redLineTitleLeft{
    /* background: url("/jxyouth/images/redBottom.png") no-repeat; */
    background-position: bottom;
    background-position-x: left;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    display: inline-block;
    background-color: #da0000;
    position: relative;
    /* padding-right: 110px; */
    height :33px;
  }
  .redLineTitleLeft::before{
    content: '';
    width: 44px;
    height: 33px;
    position: absolute;
    left: -44px;
    bottom: 0;
    background: -moz-linear-gradient(-45deg,  rgba(216,216,216,0) 0%, rgba(216,216,216,0) 50%, rgba(218,0,0,1) 51%, rgba(218,0,0,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg,  rgba(216,216,216,0) 0%,rgba(216,216,216,0) 50%,rgba(218,0,0,1) 51%,rgba(218,0,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(118deg,  rgba(216,216,216,0) 0%,rgba(216,216,216,0) 50%,rgba(218,0,0,1) 51%,rgba(218,0,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d8d8d8', endColorstr='#da0000',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
  }
  .redLineTitleLeft::after{
    content: '';
    width: 52px;
    height: 33px;
    position: absolute;
    right: -52px;
    bottom:0;
    background: url("/jxyouth/images/line.png") no-repeat;
  }

  /* #NewsAllcontent .redLineTitle .redLineTitleLeft{
    background: url("/jxyouth/images/redBottom.png") no-repeat;
    background-position: bottom;
    background-position-x: left;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    display: inline-block;
    padding-right: 50px;
  } */
  
#NewsAllcontent .redLineTitle span {
    font-size: 14px;
    font-weight: 400;
    color: #0000007e;
  }
  
#NewsAllcontent .redLineTitle span:nth-child(1) {
    font-size: 24px;
    font-family: Source Han Sans CN;
    color: #fff;
    margin-left: 31px;
  }
  #page {
    text-align: center;
    margin: 5% 0px;
  }
  .layui-laypage a{
    border: none !important;
    font-size: 15px !important;
    /* padding: 0 20px !important;   */
  }
  .layui-laypage .layui-laypage-curr em {
      color: #6CBCFF;
      font-size: 15px !important;
  }
  .layui-laypage .layui-laypage-curr .layui-laypage-em {
    background-color:#fff !important;
  }
  .layui-laypage span{
    border:none !important;
  }