@charset "utf-8";
:root{
    --themes_color: #a22928;
    --font_color: #fff;
}
.p2{
    width: 1300px;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
    margin-top: 50px;
}
.p2_item{
    width: 630px;
    height: auto;
    overflow: hidden;
    float: left;
}
.p2_item:nth-of-type(2n){
    float: right;
}
.bigImg{
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 40px;
    display: block;
}
.bigImg_img{
    width: 100%;
    height: 402px;
    overflow: hidden;
}
.bigImg_text{
    width: 100%;
    height: 60px;
    margin-top: 6px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.bigImg:hover .bigImg_text{
    color: var(--themes_color);
    font-weight: bold;
}
.lists_title_des{
    margin-top: 10px;
}
.more{
    width: 140px;
    height: 40px;
    border: 1px solid var(--themes_color);
    color: var(--themes_color);
    border-radius: 20px;
    line-height: 40px;
    margin: 0 auto;
    margin-top: 50px;
    display: block;
    text-align: center;
    display: block;
}
.more:hover{
    background-color: var(--themes_color);
    color: #fff;
    border-color: #fff;
}
/*******************************/
/*******************************/
/*******************************/
/*******************************/
/*******************************/
/*******************************/
/*******************************/

@media screen and (orientation:portrait){
    .p2{
        width: 100%;
        height: auto;
        margin-top: 0;
        padding:  0 0.2rem;
        box-sizing: border-box;
    }
    .p2_item{
        width: 100%;
        float: none;
        margin-top: 0.5rem;
    }
    .p2_item:last-of-type{
        float: none;
    }
    .p2_item:nth-of-type(2n){
        float: none;
    }
    .bigImg{
        margin-top: 0.4rem;
    }
    .bigImg_img{
        height: 4.33rem;
    }
    .bigImg_text{
        width: 100%;
        height: auto;
        margin-top: 0.1rem;
    }
    .bigImg:hover .bigImg_text{
        color: #333;
        font-weight: normal;
    }
    .lists_title_des{
        margin-top: 0.3rem;
    }
    .more{
        width: 2.6rem;
        height: 0.6rem;
        border-radius: 0.3rem;
        line-height: 0.6rem;
        margin-top: 0.6rem;
    }
    .more:hover{
        color: var(--themes_color);
        border-color: var(--themes_color);
    }
}
	