.p1{
    width: 43.125rem;
    height: 26.375rem;
    position: relative;
    background-color: #FFFFFF;
    margin: 1.25rem auto;
    border-radius: 1rem;
}

.p1 .articles{
    display: none;
}

.p1 .img{
    width: 100%;
    height: 26.375rem;
}

.p1 .img .container{
    width: 140.8125rem;
    height: 26.375rem;
    margin-left: -0.125rem;
}

.p1 .img .container a{
    display: inline-block;
    float: left;
    margin-left: 0.0625rem;
}

.p1 .img .container a img{
    width: 43.125rem;
    height: 26.375rem;
}

.p1 .bottom{
    position: absolute;
    width: 43.125rem;
    height: 6.25rem;
    background: url("../image/background.png");
    left: 0;
    bottom: 0;
    padding: 0 1.25rem;
}

.p1 .bottom .title{
    width: 34rem;
    height: 6.25rem;
    line-height: 6.25rem;
    float: left;
}

.p1 .bottom .title a{
    font-size: 2rem;
    color: #FFFFFF;
    font-weight: bold;
    text-decoration: none;
}

.p1 .bottom .mark{
    width: 5.5rem;
    height: 6.25rem;
    line-height: 6.25rem;
    float: right;
    text-align: right;
}

.p1 .bottom .mark span{
    display: inline-block;
    width: 0.5rem;
    height: 0.5rem;
    margin-right: 0.4rem;
    border-radius: 2px;
    background-color: #FFFFFF;
}

.p1 .bottom .mark span.active{
    background-color: #0853ae;
}

.p2{
    width: 43.125rem;
    height: 3.75rem;
    margin: 2rem auto;
    overflow-x: scroll;
}

.p2 a{
    display: inline-block;
    float: left;
    color: #7b7b7b;
    font-size: 1.75rem;
    line-height: 3.75rem;
    padding: 0 2.25rem;
}

.p2 .p2-container{
    width: 130rem;
    height: 3.75rem;
}

.p3{
    width: 43.125rem;
    margin-top: 1.25rem;
}

.p3 .element{
    height: 12.5rem;
    padding: 1.25rem 1.5rem;
    background-color: #FFFFFF;
    margin-bottom: 1.25rem;
    border-radius: 0.75rem;
}

.p3 .element .right{
    width: 17.7rem;
    height: 10rem;
    float: right;
}

.p3 .element .right a img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.p3 .element .left{
    width: 21rem;
    float: left;
}

.p3 .element .title{
    width: 100%;
    height: 6.5rem;
    line-height: 3.25rem;
    font-size: 2.125rem;
    margin-bottom: 1.5rem;
}

.p3 .element .title a{
    text-decoration: none;
    color: #202020;
}

.p3 .element .info{
    height: 2rem;
    padding: 0 0.5rem;
    float: left;
    border: 1px solid #02548e;
    font-size: 1.125rem;
    line-height: 1.875rem;
    text-align: center;
    color: #02548e;
    border-radius: 3px;
}

.p3 .element .date{
    height: 2rem;
    float: right;
    line-height: 2rem;
    text-align: right;
    color: #999999;
    font-size: 1.375rem;
}

.foot{
    padding: 0 0 1.375rem;
    font-size: 1.125rem;
    margin-top: 0.75rem;
}

.foot .pc{
    font-size: 1.5rem;
    line-height: 3.5rem;
    text-align: center;
}

.foot .pc a{
    color: #2478b9;
}

.foot .pc a img{
    margin-right: 0.5rem;
    vertical-align: middle;
}

.foot p{
    margin: 0;
    line-height: 2.25rem;
    text-align: center;
    color: #666666;
}
