.sectionNews .newssearch {
  height: 450px;
  background-position: center bottom;
  background-size: 100% auto;
  background-color: #000;
  background-repeat: no-repeat;
  padding: 100px 0 0 0;
  transition: all 5s ease;
  background-attachment: fixed; }
  @media only screen and (max-width: 1500px) {
    .sectionNews .newssearch {
      background-attachment: scroll;
      background-size: cover; } }
  .sectionNews .newssearch .in {
    display: flex;
    align-items: center;
    margin: 0 10px;
    background: #fff;
    border-radius: 5px;
    padding: 3px;
    box-sizing: border-box;
    box-shadow: 0 0 5px 0 #444; }
    .sectionNews .newssearch .in i {
      width: 40px;
      text-align: center; }
    .sectionNews .newssearch .in input {
      padding: 15px;
      flex: 1;
      box-sizing: border-box;
      border-radius: 0;
      border: 0; }
.sectionNews .newslist {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  margin-right: 10px;
  padding-bottom: 20px;
  margin-top: -300px; }
  @media only screen and (max-width: 600px) {
    .sectionNews .newslist {
      margin-right: 0;
      padding: 10px; } }
  .sectionNews .newslist .one {
    background-color: #eee;
    background-position: center top;
    background-size: cover;
    margin-top: 10px;
    flex: 1 0 30%;
    height: 500px;
    margin-left: 10px;
    box-sizing: border-box;
    position: relative;
    cursor: pointer;
    transition: background 5s ease, box-shadow 2s ease, border .5s ease;
    box-sizing: border-box;
    border: 10px solid #fff;
    box-shadow: 0 0 1px 0 #444; }
    @media only screen and (min-width: 901px) {
      .sectionNews .newslist .one:nth-child(10n+1), .sectionNews .newslist .one:nth-child(10n+7) {
        flex: 1 0 63.5%; }
      .sectionNews .newslist .one:nth-child(10n+3), .sectionNews .newslist .one:nth-child(10n+4), .sectionNews .newslist .one:nth-child(10n+5), .sectionNews .newslist .one:nth-child(10n+8), .sectionNews .newslist .one:nth-child(10n+9), .sectionNews .newslist .one:nth-child(10n+10) {
        height: 500px; } }
    @media only screen and (max-width: 900px) {
      .sectionNews .newslist .one {
        flex: 1 0 48%;
        height: 400px; } }
    @media only screen and (max-width: 600px) {
      .sectionNews .newslist .one {
        flex: 1 0 100%;
        height: 400px;
        margin-left: 0px; } }
    .sectionNews .newslist .one .inside {
      position: absolute;
      top: 0px;
      bottom: 0px;
      left: 0;
      right: 0;
      background: rgba(60, 100, 120, 0.1);
      display: flex;
      justify-content: flex-end;
      flex-direction: column;
      transition: all .5s ease;
      z-index: 1; }
      @media only screen and (max-width: 910px) {
        .sectionNews .newslist .one .inside {
          background: rgba(0, 0, 0, 0.6); } }
      .sectionNews .newslist .one .inside .name {
        color: rgba(255, 255, 255, 0.5);
        padding: 20px 10px 10px 10px;
        font-size: 22px;
        transition: all .5s ease;
        width: 100%;
        box-sizing: border-box; }
        @media only screen and (max-width: 910px) {
          .sectionNews .newslist .one .inside .name {
            color: rgba(255, 255, 255, 0.9) !important; } }
      .sectionNews .newslist .one .inside .author {
        padding: 10px 10px 10px 10px;
        font-size: 13px;
        letter-spacing: 2px;
        color: rgba(255, 255, 255, 0.3);
        width: 100%;
        transition: all 1.5s ease;
        opacity: 0;
        text-align: right;
        box-sizing: border-box;
        display: flex;
        justify-content: flex-end; }
        @media only screen and (max-width: 600px) {
          .sectionNews .newslist .one .inside .author {
            font-size: 12px;
            display: block;
            opacity: 1 !important; } }
        .sectionNews .newslist .one .inside .author .a1, .sectionNews .newslist .one .inside .author .a2, .sectionNews .newslist .one .inside .author .a3 {
          display: block;
          transform: scale(0.2); }
          @media only screen and (max-width: 600px) {
            .sectionNews .newslist .one .inside .author .a1, .sectionNews .newslist .one .inside .author .a2, .sectionNews .newslist .one .inside .author .a3 {
              transform: scale(1); } }
        .sectionNews .newslist .one .inside .author .a1 {
          transition: all 1s ease; }
        .sectionNews .newslist .one .inside .author .a2 {
          padding: 0 15px;
          transition: all 3s ease; }
          @media only screen and (max-width: 600px) {
            .sectionNews .newslist .one .inside .author .a2 {
              display: none; } }
        .sectionNews .newslist .one .inside .author .a3 {
          transition: all 2s ease; }
    .sectionNews .newslist .one:hover {
      background-position: center bottom;
      box-shadow: 0 0 15px 0 #444;
      border: 1px solid #000; }
      .sectionNews .newslist .one:hover .inside {
        background: rgba(0, 0, 0, 0.6); }
        .sectionNews .newslist .one:hover .inside .name {
          padding: 10px 10px 20px 10px;
          color: rgba(255, 255, 255, 0.9); }
        .sectionNews .newslist .one:hover .inside .author {
          opacity: 1;
          color: rgba(255, 255, 255, 0.7); }
          .sectionNews .newslist .one:hover .inside .author .a1, .sectionNews .newslist .one:hover .inside .author .a2, .sectionNews .newslist .one:hover .inside .author .a3 {
            transform: scale(1); }

.sectionNewsone .in {
  margin: 30px auto;
  box-sizing: border-box;
  border: 10px solid #fff;
  box-shadow: 0 0 1px 0 #444; }
  .sectionNewsone .in .photo {
    background: #222; }
    .sectionNewsone .in .photo img {
      margin: 0 auto; }
  .sectionNewsone .in .top {
    display: flex;
    justify-content: space-between; }
    .sectionNewsone .in .top .author_date {
      padding: 10px;
      color: #777;
      letter-spacing: 2px; }
      @media only screen and (max-width: 550px) {
        .sectionNewsone .in .top .author_date {
          font-size: 12px; } }
    .sectionNewsone .in .top .back {
      padding: 10px;
      color: #d42427;
      letter-spacing: 2px;
      text-align: right; }
      @media only screen and (max-width: 550px) {
        .sectionNewsone .in .top .back {
          display: none; } }
  .sectionNewsone .in h3 {
    font-size: 42px;
    line-height: 1.8;
    padding: 20px 0; }
    @media only screen and (max-width: 700px) {
      .sectionNewsone .in h3 {
        font-size: 28px;
        line-height: 1.4; } }
  .sectionNewsone .in .short {
    font-weight: bold;
    line-height: 1.4;
    font-size: 20px; }
    @media only screen and (max-width: 700px) {
      .sectionNewsone .in .short {
        text-align: justify;
        font-size: 18px;
        line-height: 1.2; } }
  .sectionNewsone .in .more {
    display: flex; }
    @media only screen and (max-width: 800px) {
      .sectionNewsone .in .more {
        display: block; } }
    .sectionNewsone .in .more .desc {
      padding: 20px;
      text-align: justify;
      font-size: 16px;
      flex: 1; }
      @media only screen and (max-width: 550px) {
        .sectionNewsone .in .more .desc {
          padding: 20px 0; } }
      .sectionNewsone .in .more .desc a {
        color: #d42427 !important;
        text-decoration: underline !important; }
    .sectionNewsone .in .more .bar {
      width: 300px; }
      @media only screen and (max-width: 800px) {
        .sectionNewsone .in .more .bar {
          width: 100%; } }
      .sectionNewsone .in .more .bar h4 {
        text-align: center; }
      .sectionNewsone .in .more .bar .backbtn {
        display: block;
        margin: 20px 0;
        padding: 10px;
        color: #fff;
        background: #d42427;
        letter-spacing: 2px;
        text-align: center; }

/*# sourceMappingURL=news.css.map */
