.content2 {
    margin-top: 45px;
    padding-bottom: 20px;
    background: #f4f5f7;
    padding-top: 1px;
margin-bottom:40px;
}
.content2 .center
{
    margin-top:50px;
}
@media screen and (max-width: 1400px) {
    .center {
        padding-left: 10px;
        padding-right: 10px
    }
}
.center {
    max-width: 1400px;
    margin: 0 auto
}
.tit h3 {
    display: inline-block;
    font-size: 30px;
    font-weight: bold;
    color: #16397b
}
.tit a {
    display: inline
}
.tit span {
    float: right;
    font-size: 14px;
    color: #666666;
    margin-top: 16px
}

.tit span:hover {
    color: #16397b
}
.s2-c {
  margin-top: 45px;
}

.s2-c ul {
  margin: 0 -19px;
}

.s2-c ul li a {
  display: block;
  margin: 0 19px;
  background: rgba(255, 255, 255, 0.4);
  transition: all 0.5s;
  position: relative;
}

.s2-c ul li a .pic {
  padding-top: 71.73%;
position: relative;
    overflow: hidden;
}
.s2-c ul li a .pic .a
{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-position: 50% !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    transition: all 0.3s ease-in;
}
.s2-c ul li a .s2-ctx {
  padding: 20px 20px 30px;
}

.s2-c ul li a span {
  display: block;
  font-family: Arial;
  font-size:16px;
  line-height: 30px;
  background: url(../images/time1.png) no-repeat left center;
  background-size: 16px 18px;
  padding-left: 26px;
  color: #333;
}

.s2-c ul li a h3 {
  font-size: 18px;
  line-height: 26px;
  height: 52px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-top: 15px;
  transition: all 0.3s;
color:#333;
}

.s2-c ul li:hover a {
  background: #fff;
  box-shadow: 3px 0 8px rgba(0, 0, 0, 0.1);
}

.s2-c ul li:hover a span {
  color: #a1141a;
  background: url(../images/time2.png) no-repeat left center;
  background-size: 16px 18px;
}

.s2-c ul li:hover a h3 {
  color: #a1141a;
}

.s2-c .slick-prev,
.s2-c .slick-next {
  font-size: 0;
    line-height: 0;
    position: absolute;
    top: 55%;
    display: block;
    width: 50px;
    height: 50px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
    z-index: 99;
  transition: all 0.5s;
}

.s2-c .slick-prev {
  left: 10px;
  background-image: url(../images/s2-prev.png);
  background-repeat: no-repeat;
  background-size: 50% 50%;
}

.s2-c .slick-next {
  right: -15px;
  background-image: url(../images/s2-next.png);
  background-repeat: no-repeat;
  background-size: 50% 50%;
}

.s2-c .slick-prev:hover,
.s2-c .slick-next:hover {
  transform: translateY(-50%) scale(1.05);
}
.content2 .infontc16-13-tit{
    position: relative;
    text-align: center;
}

.content2 .infontc16-13-tit h2 {
    display: inline-block;
    text-align: left;
    float: none;
}

.content2 .infontc16-13-tit h2 p {
    color: #3D3D3D;
}
.content2 .infontc16-13-tit .more{
    position: absolute;
    right: 10px;
    bottom: 10px;
    background: url(../images/s1-more.png) no-repeat center left;
    transition: all .6s;
}

.content2 .infontc16-13-tit .more:hover {
    right: 15px;
}

.content2 .infontc16-13-tit .more a {
    color: #3D3D3D;
    background: url(../images/more-other.png) no-repeat right center;
}

.content2 .infontc16-13-tit .more:hover a{
    color: #ba2d35;
}

.content2 .infontc16-13-tit h2 span{
    color: #ba2d35;
}

.content2 .infontc16-13-tit h2 span::after {
    background: #ba2d35;
}