.section1 .articles article figure {
  position: relative; }
  .section1 .articles article figure a {
    display: block;
    width: 100%;
    height: 100%; }
  .section1 .articles article figure .desc {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    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;
    color: #fff;
    background: rgba(0, 0, 0, 0.8);
    padding: 0 30px;
    font-size: 14px;
    line-height: 2;
    z-index: 0;
    opacity: 0;
    -webkit-transition: 0.5s ease all;
    transition: 0.5s ease all; }

.section1 .articles article:hover .desc {
  opacity: 1;
  z-index: 2; }

.carousel-inner > .active {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .carousel-inner > .active .left {
    position: relative;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    overflow: hidden; }
    .carousel-inner > .active .left:hover img {
      -webkit-transform: scale(1.1);
          -ms-transform: scale(1.1);
              transform: scale(1.1); }
    .carousel-inner > .active .left img {
      -webkit-transition: 0.5s ease all;
      transition: 0.5s ease all;
      display: block;
      width: 100%;
      height: 400px; }
    .carousel-inner > .active .left .title {
      position: absolute;
      width: 100%;
      left: 0;
      right: 0;
      bottom: 0px;
      color: #fff;
      text-align: center;
      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;
      padding: 0 20px;
      padding: 10px 0;
      background: rgba(0, 0, 0, 0.8); }
  .carousel-inner > .active .right {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding-left: 30px; }
    .carousel-inner > .active .right ul li a {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between;
      color: #000;
      padding: 9px 0; }
      .carousel-inner > .active .right ul li a:hover {
        text-decoration: none;
        color: #c32c32; }
      .carousel-inner > .active .right ul li a .title {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        width: 415px;
        display: initial; }
      .carousel-inner > .active .right ul li a .date {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
            -ms-flex: 1;
                flex: 1;
        text-align: right; }

.section3 .container .row:nth-of-type(1) {
  height: 570px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  .section3 .container .row:nth-of-type(1) .title {
    color: #000;
    font-size: 28px;
    font-weight: bold;
    padding-top: 36px;
    margin-bottom: 30px;
    padding-left: 50px;
    text-align: center; }
  .section3 .container .row:nth-of-type(1) .desc {
    line-height: 1.8;
    font-size: 14px;
    padding-left: 50px; }
    .section3 .container .row:nth-of-type(1) .desc p {
      text-indent: 2em; }

.section3 .container .row:nth-of-type(2) {
  margin-top: 20px; }
  .section3 .container .row:nth-of-type(2) .text p {
    margin-top: 50px; }

.section3 .container .text img {
  margin: 0 auto; }

.section3 .container .text p {
  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;
  margin-left: 0; }

.section3 .container .text span {
  text-align: center;
  display: block; }

.friendship-link {
  padding: 20px 0;
  background: #f1f1f1; }
  .friendship-link a {
    padding: 0 4px;
    font-size: 14px;
    color: #000;
    -webkit-transition: 0.5s ease all;
    transition: 0.5s ease all; }
    .friendship-link a:hover {
      color: #c32c32;
      text-decoration: none; }

.parentf{
  display:flex;
  align-items:center;
  justify-content: center;
  margin:40px 0;
  margin-top: 60px;
}
.parentf>span{
  width:500px;
  line-height:2;
  margin-right: 30px;
}
.section3 .container .row:nth-of-type(2) .text p{
  margin-top: 0;
  margin-bottom: 0;
}