@charset "utf-8";
/*审计资讯 开始 */
.p3 {
    padding: 0px;
    background-color: transparent;
}
.p2{
    padding-bottom: 0px;
}
.box{
    background: #f5f5f5;
    padding:20px;
}

.p01 .list-p li a,.p02 .list-p li a{
    position: relative;
    margin:0px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
   }
.p01 li .pic{
    width: 100%;
    height:160px; 
    transition: all 0.3s;
}
.p01 li:hover .pic {
    transform: scale(1.1);
}
.p01 .list-p li h4{
    height: 40px;
    line-height: 40px;
    text-align: center;
}
.list-p li img{
    width: 100%;
    min-height:auto !important;
}

.p02 .list-p li{
    padding:20px 5px 0px 5px;
}

.p02 .list-p li .pic{
    width: 170px;
    height:130px; 
    border:1px solid #ccc;
    transition: all 0.3s;
}
.p02 .list-p li h4{
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin:10px 0px 0px 0px ;
    font-weight: normal;
}
 @media (max-width: 1024px) {

.paper {
    width: 142px;
    height: 224px;
}

.jtta .tab span{
    display:none;
}
.p01 li .pic{
    height: 140px;
}
.p02 .list-p li .pic {
    width: 140px;
}
}

 @media (max-width: 768px) {
.p01 li .pic{
    height: 240px;
}

.p02 .list-p li .pic {
    width: 100%;
    height: 150px;
}
 }
 @media (max-width: 480px) {

.p01 li .pic{
    height: 120px;
}
.p02 .list-p li .pic {
    width: 100%;
    height: 100%;
}
}


.focus02,
.focus02 .pic {
    position: relative;
    width: 570px;
    height: 340px;
}

.focus02 .pic>div {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.focus02 .pic img {
    width: 100%;
    height: 100%;
}

.focus02 .pic span {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    display: block;
    padding: 10px 80px 10px 10px;
    line-height: 26px;
    font-size: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    background-color: #333;
    background-color: rgba(0, 0, 0, .5);
    color: #fff;
}

.focus02 .focus02-prev,
.focus02 .focus02-next {
    position: absolute;
    top: 50%;
    z-index: 3;
    display: block;
    width: 60px;
    height: 60px;
    margin-top: -30px;
    line-height: 60px;
    text-align: center;
    font-size: 28px;
    cursor: pointer;
    background-color: rgba(0, 0, 0, .5);
    background-size: 24px auto;
    color: #fff;
    opacity: 0;
    transition: all .3s;
}

.focus02 .focus02-prev .iconfont,
.focus02 .focus02-next .iconfont {
    font-size: 28px;
    font-weight: normal;
}

.focus02 .focus02-prev {
    transform: translate(-50px, 0);
    left: 0;
    background-image: none;
}

.focus02 .focus02-next {
    transform: translate(50px, 0);
    right: 0;
    background-image: none;
}

.focus02:hover .focus02-prev,
.focus02:hover .focus02-next {
    opacity: 1;
    transform: translate(0, 0);
}

.focus02 .navi {
     position: absolute;
     bottom: 14px;
     left: auto;
     right: 0;  
     z-index: 9;
     width: auto;
     margin-bottom: 4px\9;
     padding: 0 10px;
     text-align: right;
 }
.focus02 .navi li {
    float: left;
    width: 8px;
    height: 8px;
    margin: 0 2px;
    font: 0/0 lx;
    border: 1px solid #fff;
    color: transparent;
    border-radius: 100px;
    transition: all .3s;
}

.focus02 .navi li.on {
    background-color: #fff;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 2px;
}

.focus02 .swiper-pagination-bullet {
    border: 1px solid #fff;
    background: none;
    opacity: 1;
}

.focus02 .swiper-pagination-bullet-active {
    background-color: #fff;
}

@media (max-width: 1200px) {

    .focus02,
    .focus02 .pic {
        position: relative;
        width: 100%;
        height: auto;
    }

    .focus02 .pic>div {
        position: relative;
        overflow: hidden;
        width: 100%;
        padding: 60% 0 0;
    }

    .focus02 .pic img {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
    }

    .focus02 {
        margin-bottom: 20px;
    }

}

/* 审计资讯 结束 */