.banner{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    left: 0;
    top: 0;
}
.banner img{
    width: 100%;
}
.anli_menu{
    padding: 30px 0;
}

/*list*/
.list{
   margin-top: 70px;
}
.list .content{
    overflow: hidden;
}
.list .item{
    width: 450px;
    height: 420px;
    float: left;
    margin-right: 25px;
    display: flex;
    flex-flow: column;
    margin-bottom: 57px;
}
.list .item img{
    width: 450px;
    height: 350px;
}
.list .item:nth-child(3n){
    margin-right: 0;
}
.list .item .txtMsg{
    width: 100%;
    height:70px;
    display: flex;
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    background: #fff;
    padding: 0 10px;
    box-sizing: border-box;
}
.list .item .txtMsg h2{
    font-size: 18px;
    color: #333333;
    font-weight: normal;
    width: 360px;
    line-height: 70px;
    height: 70px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.list .item .txtMsg div{
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #fbaa16;
    text-align: center;
    line-height: 36px;
}
.list .item .txtMsg div .iconfont{
    color: #fff;
    font-size: 32px;
}
.list .item:hover .txtMsg{
    background: #fbaa16;
}
.list .item:hover .txtMsg h2{
    color: #fff;
}

/*article*/
.abody{
    margin-top: 60px;
}
.abody .article_top{
    width: 100%;
    display: flex;
    flex-flow: column;
    align-items: center;
    position: relative;
    border-bottom: 1px dashed #e5e5e5;
    padding-bottom: 50px;
}
.abody .article_top h1{
    font-size: 30px;
    color: #333333;
    font-weight: normal;
    margin-bottom: 40px;
}
.abody .article_top .othermsg{
    display: flex;
    flex-flow: row;
    justify-content: center;
    align-items: center;
}
.abody .article_top .othermsg div{
    margin-right: 70px;
}
.abody .article_top .othermsg div:last-child{
    margin-right: 0;
}
.abody .article_top .othermsg .flagname{
    padding:0 16px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    background: #eeeeee;
    border-radius: 14px;
    font-size: 16px;
    color: #777777;
}
.abody .article_top .qrcode{
    position: absolute;
    right: 0;
    top: 0;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
}
.abody .article_top .qrcode img{
    width: 120px;
    height:120px;
    border: 3px solid #fbaa16;
    margin-bottom: 5px;
}
.abody .article{
    font-size: 14px;
    color: #555555;
    line-height: 30px;
    padding: 40px 0;
    border-bottom: 1px dashed #e5e5e5;
}
.abody .prevnext{
    display: flex;
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    margin: 70px 0 100px;
}
.abody .prevnext a,.abody .prevnext p{
    font-size: 18px;
    color: #555555;
}
.abody .prevnext a:hover{
    color: #f5ae19;
}
@media (max-width: 1410px){
    .list .item{
        width: 360px;
        height: 334px;
    }
    .list .item img {
        width: 360px;
        height: 263px;
    }
    .list .item .txtMsg h2{
        width: calc(100% - 40px)
    }
    .abody .article img{
        max-width: 100%;
    }
}
@media (max-width: 1199px){
    .list {
        margin-top: 50px;
    }
    .list .item{
        width: 296px;
        height: auto;
        margin-bottom: 40px;
    }
    .list .item img {
        width: 100%;
        height: 215px;
    }
    .pagesize{
        margin: 30px 0 90px;
    }
    .list .item .txtMsg{
        height: 60px;
    }
    .list .item .txtMsg h2{
        height: 100%;
        line-height: 60px;
        font-size: 16px;
    }
    .list .item .txtMsg div{
        width: 32px;
        height: 32px;
        line-height: 32px;
    }
    .abody .article_top h1{
        font-size: 24px;
    }
}
@media (max-width: 991px){
    .list {
        margin-top: 20px;
    }
    .list .item{
        width: 224px;
        margin-right: 16px;
        margin-bottom: 24px;
    }
    .list .item img{
        height: 163px;
    }
    .list .item .txtMsg{
        height: 48px;
    }
    .list .item .txtMsg h2{
        font-size: 14px;
        height: 48px;
        line-height: 48px;
    }
    .list .item .txtMsg div{
        width: 24px;
        height: 24px;
        line-height:  24px;
    }
    .list .item .txtMsg div .iconfont{
        font-size: 24px;
    }
    .abody .article_top .qrcode{
        display: none;
    }
    .abody .article_top .othermsg div {
        margin-right: 30px;
    }
}
@media (max-width: 767px){
    .anli_menu{
        padding: 3% 0;
    }
    .list .item{
        width: 219px;
    }
    .list .item img{
        height: 160px;
    }
    .abody .article_top{
        padding-bottom: 24px;
    }
    .abody {
        margin-top: 30px;
    }
}
@media (max-width: 749px){
    .list .item{
        width: 2.92rem;
        margin-right: .21rem;
        margin-bottom: .24rem;
    }
    .list .item img{
        height: 2.13rem;
    }
    .list .item .txtMsg {
        height: 40px;
    }
    .list .item .txtMsg h2{
        height: 100%;
        line-height: 40px;
    }

}
@media (max-width: 719px){

}
@media (max-width: 639px){
    .list .item{
        width: 48%;
        margin-right: 4%;
        margin-bottom: 4%;
    }
    .list .item:nth-child(3n){
        margin-right: 4%;
    }
    .list .item:nth-child(2n){
        margin-right: 0;
    }
    .list .item img{
        height: 3.21rem;
    }
    .abody .article_top h1{
        font-size: 22px;
        margin-bottom: 30px;
    }
    .abody .article_top .othermsg{
        display: block;
        overflow: hidden;
    }
    .abody .article_top .othermsg div {
        margin-right: 10px;
        float: left;
    }
    .abody .prevnext{
        margin: 5% 0 10%;
    }
    .abody .prevnext a,.abody .prevnext p{
        font-size: 14px;
    }
}
@media (max-width: 414px){
    .list .item .txtMsg div{
        display: none;
    }
    .list .item .txtMsg h2{
        width: 100%;
    }
    .abody .article_top h1{
        font-size: 18px;
    }
}
@media (max-width: 375px){
    .abody .prevnext{
        flex-flow: column;
    }
}