.articleContent {
  background: url(../images/d43057d114966f04ba6da19e9b699e42.jpg) center top no-repeat;
  background-size: cover; }
  .articleContent .conj {
    padding-bottom: 80px; }
  .articleContent .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    .articleContent .container .img {
      margin-left: 200px; }
    .articleContent .container .img, .articleContent .container .text {
      padding-top: 80px; }
    .articleContent .container .text {
      padding-left: 115px;
      width: 740px;
      min-width: 0; }
      .articleContent .container .text .title {
        font-size: 40px;
        color: #fff;
        font-weight: bold; }
      .articleContent .container .text .desc {
        font-size: 14px;
        color: #cfcfcf;
        margin-top: 10px;
        padding-bottom: 20px;
        position: relative; }
        .articleContent .container .text .desc::after {
          position: absolute;
          content: '';
          left: 0;
          bottom: 0;
          width: 30px;
          height: 2px;
          background: #fff; }
      .articleContent .container .text .h {
        font-size: 24px;
        color: #fff;
        margin: 35px 0; }
      .articleContent .container .text .desc2 {
        font-size: 14px;
        color: #cfcfcf;
        line-height: 2;
        margin-bottom: 40px; }
      .articleContent .container .text .position .tit {
        font-size: 18px;
        color: #fff;
        margin-bottom: 10px; }
      .articleContent .container .text .position ul li {
        font-size: 14px;
        color: #cfcfcf;
        line-height: 2.4; }
      .articleContent .container .text .position .returnbtn {
        margin-top: 50px; }
        .articleContent .container .text .position .returnbtn a {
          padding-top: 20px;
          padding-bottom: 20px;
          background: #0056c1;
          font-size: 14px;
          display: inline-block;
          width: 160px;
          color: #fff;
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -webkit-align-items: center;
              -ms-flex-align: center;
                  align-items: center;
          -webkit-box-pack: center;
          -webkit-justify-content: center;
              -ms-flex-pack: center;
                  justify-content: center;
          border-radius: 50px; }

@media (max-width: 1199px) {
  .articleContent .container .img {
    margin-left: 0; }
  .articleContent .container .text {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding-left: 50px; } }

@media (max-width: 991px) {
  .articleContent .container .img {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1; } }

@media (max-width: 767px) {
  .articleContent .conj {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
  .articleContent .container .img {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
  .articleContent .container .img, .articleContent .container .text {
    padding-top: 40px; }
  .articleContent .container .text {
    width: 100%; }
  .articleContent .container .text {
    padding-left: 0; } }

@media (max-width: 575px) {
  .articleContent .container .text .title {
    font-size: 26px; }
  .articleContent .container .text .h {
    margin: 10px 0; }
  .articleContent .container .text .position .returnbtn a {
    width: 120px;
    padding: 10px 0; }
  .articleContent .container .text .position .returnbtn {
    margin-top: 20px; }
  .articleContent .conj {
    padding-bottom: 40px; }
  .articleContent .container .text .title {
    font-size: 22px; }
  .articleContent .container .text .h {
    font-size: 18px; } }

