@charset "utf-8";
.nyMain{
    padding: 0.5rem 0;
    min-height: 800px;
}
.nyMain .aLeft{
    width: 66.43%;
}
.nyMain .aRight{
    width: 31.43%;
    /* padding: 0.3rem; */
    /* border-radius: 0.1rem; */
    /* box-shadow: 0 0 0.1rem rgba(51, 51, 51, 0.1); */
    /* background: linear-gradient(#f7f9ff ,#fff); */
}
.nyMain .aRight .item{
    
padding: 0.3rem;
    
border-radius: 0.1rem;
    
box-shadow: 0 0 0.1rem rgba(51, 51, 51, 0.1);
    
background: linear-gradient(#f7f9ff ,#fff);
}
.tit h2{
    display: inline-block;
    font-size: 0.36rem;
    line-height: 1.2em;
    color: #333333;
    font-weight: 600;
    vertical-align: middle;
}
.tit .position{
    display: inline-block;
    vertical-align: middle;
    font-size: 0.14rem;
    color: #999;
    margin-left: 0.65rem;
    line-height: 1.5em;
}
.tit .position >*{
    display: inline-block;
    vertical-align: middle;
}
.tit .position span{
    margin: 0 0.05rem;
}
.tit .position img {
    width: 0.12rem;
    height: 0.16rem;
}
.tit .position a:hover,
.tit .position a.active{
    color: #183f98;
}
.tit{
    padding-bottom: 0.2rem;
    border-bottom: 1px solid #e8e8e8;
}
/*list*/
.list li a{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0.19rem 0;
    transition: .3s;
}
.list li a .time{
    width: 0.8rem;
    background: #f4f7ff;
    border-radius: 0.05rem;
    color: #183f98;
    text-align: center;
    padding: 0.11rem 0.05rem;
}
.list li a .time span{
    display: block;
    font-size: 0.3rem;
    line-height: 1.2em;
}
.list li a .time em{
    display: block;
    line-height: 1.5em;
}
.list li a .txt{
    width: calc(100% - 1.1rem);
    margin-left: 0.3rem;
}
.list li a .txt h4{
    font-size: 0.18rem;
    line-height: 1.5em;
    color: #333;
    font-weight: 600;
    transition: .3s;
    margin-bottom: 0.1rem;
}
.list li a .txt p{
    font-size: 0.14rem;
    line-height: 1.57em;
    color: #999;
    height: 0.44rem;
}
.list li a:hover h4{
    color: #183f98;
}
.list li a:hover{
    padding: 0.19rem 0.3rem;
    box-shadow: 0 0 0.1rem rgba(51, 51, 51, 0.10);
}
.list li a:hover .time {
    background: #183f98;
    color: #fff;
}
.list{
    margin-top: 0.35rem;
}
/**/
.pagination {
    text-align: center;
    font-size: 0;
    padding-top: 0.19rem;
}

.pagination a {
    display: inline-block;
    border: 1px solid #dcdcdc;
    padding: 0 0.12rem;
    height: 0.35rem;
    font-size: 0.14rem;
    line-height: 0.35rem;
    text-align: center;
    color: #666;
    margin: 0 7px;
}

.pagination a.active {
    background: #183f98;
    color: #fff;
    border: 1px solid #183f98;
}

.pagination a:hover {
    background: #183f98;
    color: #fff;
    border: 1px solid #183f98;
}

.pagination span {
    display: inline-block;
    font-size: 0.14rem;
}

.pagination1{
    text-align: center;
    padding-top: 0.4rem;
    font-size:0.16rem;
}
.pagination1 span{
    margin:0 10px;
}
.pagination1 a{
   margin:0 10px; 
}


.aRight .tit2{
    font-size: 0.24rem;
    color: #333333;
    line-height: 1.5em;
    font-weight: 600;
    margin-bottom: 0.2rem;
}
.aRight .list02 li{
    position: relative;
    line-height: 0.44rem;
}
.aRight .list02 li a{
    padding-left: 0.3rem;
    color: #333333;
}
.aRight .list02 li span{
    position: absolute;
    left: 0;
    top: 50%;
    min-width: 0.18rem;
    color: #999999;
    font-size: 0.14rem;
    height: 0.18rem;
    line-height: 0.18rem;
    transform: translateY(-50%);
    text-align: center;
    background: #ede9e4;
}
.aRight .list02 li:first-child span{
    background: #e11011;
    color: #fff;
}
.aRight .list02 li:nth-child(2) span{
    background: #f67655;
    color: #fff;
}
.aRight .list02 li:nth-child(3) span{
    background: #fdb137;
    color: #fff;
}
.aRight .list02 li:hover a{
    color: #183f98;
}
.aRight .list03 a{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.aRight .list03 a .cover_img{
    width: 36.84%;
    height: 1rem;
    border-radius: 0.05rem;
}
.aRight .list03 a .txt{
    width: calc(100% - 36.84%);
    padding-left: 0.2rem;
}
.aRight .list03 a .txt p{
    color: #333;
    line-height: 1.75em;
    height: 0.56rem;
    margin-bottom: 0.18rem;
}
.aRight .list03 a .txt .time{
    display: block;
    font-size: 0.14rem;
    color: #999;
    line-height: 1;
}
.aRight .list03 li{
    margin-bottom: 0.4rem;
}
.aRight .list03{
    margin-top: 0.34rem;
}
.aRight .list03 a:hover .aline_r{
    background-size: 100% 1px;
    color: #183f98;
}
.aRight .item02{
    margin-top: 0.3rem;
    display: none;
}
/*detail*/
/*detail*/

.detail .dtl-tit h4{
    font-size: 0.3rem;
    line-height: 1.8em;
    color: #111111;
    text-align: center;
    font-weight: bold;
}
.detail .dtl-tit p{
    overflow: hidden;
    margin-top: 0.24rem;
}
.detail .dtl-tit p span{
    display: inline-block;
    vertical-align: middle;
    font-size: 0.14rem;
    color: #666666;
    line-height: 0.4rem;
    margin-right: 0.3rem;
}
.detail .dtl-tit p span.zt{
    float: right;
    margin-right: 0;
}
.detail .dtl-tit p span.zt a:hover{
    color: #183f98;
}
.detail .dtl-tit{
    padding-top: 0.23rem;
    margin-bottom: 0.26rem;
    border-bottom: 1px solid #ddd;
}
.dtl-txt p{
    font-size: 0.18rem;
    line-height: 1.8em;
    color: #111;
    text-indent: 2em;
    margin-top: 0.16rem;
}
.dtl-txt img{
    display: block;
    width: auto;
    max-width: 90%;
    margin: 0.26rem auto;
    height:auto;
}
.dtl-txt video{
    display: block;
    width: auto;
    max-width: 90%;
    margin: 0.26rem auto;
    height:auto;
}

/*pic-list*/
.pic-list .a-list a{
    display: block;
    width: 29.75%;
    margin: 0.17rem 0;
}
.pic-list .a-list a .pic{
    padding-top: 69.69%;
}
.pic-list .a-list a .txt p{
    font-size: 0.18rem;
    line-height: 1.7em;
    color: #111111;
    max-height: 0.64rem;
}
.pic-list .a-list a .txt{
    background: #fff;
    padding: 0.15rem 0.29rem;
}
.pic-list .a-list{
    margin-top: 0.16rem;
}
.pic-list .a-list a:hover .txt p{
    font-weight: 600;
    color: #183f98;
}
/*list-txt*/
/*pic-list*/

.list-txt li {
    padding: 0.36rem 0;
    border-top: 0.01rem dashed #c6c6c6;
}
.list-txt li:first-child{
    border: none;
}
.list-txt li a{
    display: block;
    overflow: hidden;
    font-size: 0;
}
.list-txt li a .cover_img {
    display: inline-block;
    vertical-align: middle;
    width: 2.3rem;
    height: 1.6rem;
    padding-top: unset;
}
.list-txt li a .txt{
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 2.54rem);
    margin-left: 0.23rem;
}
.list-txt li a .txt h4{
    font-size: 0.18rem;
    color: #333333;
    line-height: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.list-txt li a .txt p{
    font-size: 0.14rem;
    color: #999999;
    line-height: 0.24rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 0.48rem;
    margin-top: 0.21rem;
}
.list-txt li a .txt span{
    display: block;
    font-size: 0.14rem;
    color: #999999;
    line-height: 0.16rem;
    padding-left: 0.26rem;
    background: url('../images/s5-img01.png') no-repeat left center;
    background-size: 0.12rem;
    margin-top: 0.25rem;
}
.list-txt li:hover a .txt h4 {
    color: #183f98;
}
@media screen and (max-width: 1060px){
    .nyMain{
        margin-top: 0.65rem;
    }
    .nyMain .aRight,
    .nyMain .aLeft{
        width: 100%;
    }
    .nyMain .aRight{
        margin-top: 0.4rem;
        padding: 0.3rem ;
    }
    .aRight .list03 a .cover_img{
        height: 19.67vw;
    }
    .list li a .time{
        width: 1rem;
    }
    .list li a .txt{
        width: calc(100% - 1.2rem);
        margin-left: 0.2rem;
    }
    .detail .dtl-tit h4{
        font-size: 0.25rem;
    }
}
@media screen and (max-width: 900px){
    .list-txt .a-list a{
        width: 31%;
    }
    .list-txt li a .cover_img{
        width: 3.2rem;
        height: 2.2rem;
    }
    .list-txt li a .txt{
        width: calc(100% - 3.43rem);
    }
}
@media screen and (max-width: 640px){
    .tit h2{
        display: block;
        font-size: 0.3rem;
        margin-bottom: 0.2rem;
    }
    .tit .position{
        display: block;
        margin-left: 0;
    }
    .list{
        margin-top: 0.19rem;
    }
    .nyMain{
        padding: 0.3rem 0;
    }
    .aRight .list03 li{
        margin-bottom: 0.25rem;
    }
    .detail .dtl-tit p span.zt {
        float: none;
    }
    .list-txt .a-list a{
        width: 49%;
    }
    .list-txt li a .cover_img{
        display: block;
        width: auto;
        height: auto;
        padding-top: 69.56%;
    }
    .list-txt li a .txt{
        display: block;
        width: auto;
        margin-left: auto;
        padding: 0.2rem 0.1rem;
    }
    .list-txt li a .txt h4{
        font-size: 0.22rem;
    }
    .list-txt li a .txt p{
        font-size: 0.16rem;
        line-height: 1.5em;
        height: 0.48rem;
        margin-top: 0.12rem;
    }
    .list-txt li a .txt span{
        margin-top: 0.15rem;
    }
    .list-txt li{
        padding: 0.15rem 0;
    }
}
@media screen and (max-width: 375px){
    .pic-list .a-list a{
        width: 100%;
    }
}


/*组图页面*/
.groupPic .slidePic .cover_img{
    
    height:6.82rem;
}
.groupPic .slidePic img:hover{
    transform: scale(1.05);
}
.groupPic .slidePics .pic{
    padding-top:66.66%;
}
.groupPic .slidePics{
    margin-top: 0.4rem;
    padding: 0 0.2rem;
}
.groupPic .slidePics .cover_img{
    
    height:0.93rem;
}
.groupPic .slidePics .swiper-slide{
    border: 0.03rem solid #e4e4e4;
}
.groupPic .slidePics .swiper-slide-thumb-active{
    border-color: #183f98;
}
.groupPic .slidePics .prev,
.groupPic .slidePics .next{
    width: 0.14rem;
    height: 0.25rem;
    margin-top: 0;
    transform: translateY(-50%);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 0.14rem 0.25rem;
}
.groupPic .slidePics .prev{
    left: 0;
    background-image: url("../images/s5-img03.png");
}
.groupPic .slidePics .next{
    right: 0;
    background-image: url("../images/s5-img02.png");
}
.groupPic .slidePic{
    margin-top: 0.5rem;

}
.groupPic .page h4{
    font-size: 0.24rem;
    color: #333;
    line-height: 1.5em;
    font-weight: 600;
    margin-bottom: 0.1rem;
}
.groupPic .page ul li{
    font-size: 0.18rem;
    line-height: 2.5em;
    color: #333;
    padding-left: 0.15rem;
    position: relative;
}
.groupPic .page ul li:before{
    position: absolute;
    content: '';
    left: 0;
    top: 50%;
    width: 0.06rem ;
    height: 0.06rem ;
    background: #183f98;
    border-radius: 50%;
    transform: translateY(-50%);
}

.groupPic .page{
    margin-top: 0.3rem;
}
@media screen and (max-width: 900px){
    .groupPic .slidePic{
        margin-top: 0.25rem;
    }
    .groupPic .slidePics{
        margin-top: 0.2rem;
    }
    .groupPic .page{
        margin-top: 0.2rem;
    }
}
@media screen and (max-width:640px){
    .groupPic .slidePic .cover_img{
        height:55vw;
    }
}