.s2{margin:20px 0;}
.wp{width: 1200px;
    margin: 0px auto;}
.eclip {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;}
.l2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;}

.pic {
    /*padding-top: 75%;*/
    position: relative;
    overflow: hidden;}
.pic .a{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    transition: all 0.3s ease-in;}
.title001.center {
    text-align: center;}
.title001 {
    position: relative;
    margin-bottom: 25px;}
.title001 .tit{
    display: inline-block;
    position: relative;}
.title001 .tit:after{
    position: absolute;
    content: '';
    left: 50%;
    top: -.24rem;
    margin-left: -83px;
    bottom: 12px;
    width: 166px;
    height: 56px;
    background: url(../images/tit001.png) no-repeat 50%;
    background-size: 100% 100%;}
.title001 .tit h2{
    font-size: 36px;
    color: #005faf;
    line-height: 48px;
    font-family: 'songti',sans-serif;}
.title001 .tit p{
    font-size: 14px;
    color: #999999;
    line-height: 18px;
    text-align: center;}
.title001 .mores{
    position: absolute;
    right: 0;
    bottom: 20px;
    transition: .5s;}
.title001 .mores a{
    display: block;
   width: 60px;
    height: 31px;}
.title001 .mores:hover{
    right: -10px;}
.title001 .mores a img{
    display: block;
    width: 100%;}
.mt_list{
    position: absolute;
    right: 50px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 99;}
.mt_list ul{
    display: flex;
    align-items: center;
    justify-content: center;}
.mt_list li{
    width: 60px;
    position: relative;
    margin: 0 15px;}
.mt_list li a{
    display: block;
    width: 60px;
    height: 60px;}
.mt_list li img{
    display: block;
    width: 100%;
    height: 100%;}
.mt_list li .code{
    width: 100px;
    height: 100px;
    position: absolute;
    left: 50%;
    top: 40px;
    transform: translateX(-50%);
    transition: .5s;
    background: #fff;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
    border-radius: 5px;
    opacity: 0;
    visibility: hidden;
    padding: 5px ;}
.mt_list li .code:after{
    position: absolute;
    left: 50%;
    content: '';
    top: 0;
    transform: translate(-50%,-100%);
    border: 0.05rem solid #fff;
    border-color: transparent transparent #fff;}
.mt_list li:hover .code{
    opacity: 1;
    visibility: visible;}
.list3w a{
    display: block;
    position: relative;}
.list3w .txt{
    padding: 74px 27px 50px;
    background: #f8f8f8;}

.list3w .txt h2{
    font-size: 18px;
    line-height: 32px;
    color: #333;
    font-weight: 600;
    height: 64px;
    margin-bottom: 14px;}
.list3w .txt.lin1 h2{
    margin-bottom: 2px;
    height: auto;}
.list3w .txt p{
    font-size: 14px;
    color: #999999;
    line-height: 26px;
    -webkit-line-clamp: 3;
    height: 78px;
    margin-bottom: 26px;}
.list3w .txt.lin1 p{
    margin-bottom: 52px;}
.list3w .txt time{
    display: block;
    font-size: 20px;
    color: #999999;
    line-height: 24px;
    font-family: Impact;}
.list3w .txt .tag{
    position: absolute;
    left: 19px;
    top: -45px;
    font-size: 24px;
    color: #fff;
    font-weight: 600;
    line-height: 72px;
    padding-left: 92px;
    padding-right: 22px;
    background: url(../images/s2-img04.png) no-repeat left center;
    background-size: 100% 100%;}
.list3w .txt img{
    position: absolute;
    width: 97px;
    height: 96px;
    left: -12px;
    top: -13px;}
.list3w a .img_hz{
    position: absolute;
    left: -20px;
    right: -20px;
    top: 0;
    bottom:0;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    transition: .5s;}
.list3w a .img_hz .pic{
    padding-top: 330px;}
.list3w a .img_hz .pic p{
    font-size: 18px;
    color: #fff;
    line-height: 20px;
    padding:0 20px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 16px;
    z-index: 3;}
.list3w a .img_hz .pic:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: url(../images/s2-img07.png) repeat-x bottom center;}
.list3w .swiper-container{
    padding-top: 30px;}
.list3w a:hover .img_hz{
    opacity: 1;
    visibility: visible;
    z-index: 3;
    transform: translateY(-60px);}
.list3w a:hover .txt{
    opacity: 0;
    visibility: hidden;}

.list3w .paga{
    font-size:0;
    position:static;
    margin-top:20px;}
.list3w .paga span{
    width:10px;
    height:10px;
    margin:0 10px;
    background: #005faf no-repeat 50%/100%;
    opacity:1;
    vertical-align:middle;}

.list3w .paga span.swiper-pagination-bullet-active{
    width:32px;
    height:32px;
    background-color:transparent;
    background-image:url(../images/img1-1.png);}