body{
    background: white;
}
[v-cloak] {
    display: none;
}
.nr{
    width: 80%;
    margin: 20px auto;
}
.pres-tit .title{
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 30px;
}
.pres-tit .xian{
    width: 45px;
    height: 4px;
    background-color: #0551a7;
    margin-bottom: 100px;
}
.cont{
    background: rgb(245,245,245);
}
.cont .content{
    width: 80%;
    display: flex;
    flex-wrap: wrap;
}
.cont .content .lt {
    width: 52%;
}
.cont .content .lt .item {
    display: block;
    width: 100%;
    position: relative;
}
.cont .content .lt .item .img {
    width: 100%;
    height: 422px;
    overflow: hidden;
}
.cont .content .lt .item .font {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    color: #fff;
    z-index: 3;
    padding: 26px 30px;
}
.cont .content .lt .item .font .tit {
    font-size: 22px;
    line-height: 1.4;
    font-weight: bold;
    margin-bottom: 10px;
    white-space: nowrap;
    overflow: hidden;
    width: 100%;
    text-overflow: ellipsis;
}
.cont .content .lt .item .font .text {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    width: 100%;
    font-size: 14px;
    line-height: 24px;
    height: 50px;
}
.cont .content .lt .item:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
    background: url('../img/bagjianbianheise.png') no-repeat;
    background-position: left bottom;
    background-size: 100%;
}
.cont .content .lt .item .img img {
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.cont .content .lt .item:hover .img img {
    -webkit-transform: scale(1.04);
    transform: scale(1.04);
}
.cont .content .gt {
    width: 48%;
    padding-left: 70px;
}
.cont .content .gt .item {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    padding: 5px 0;
    margin-bottom: 40px;
}
.cont .content .gt .item .data {
    width: 124px;
    padding-right: 30px;
    text-align: center;
    border-right: 1px solid #e6e6e6;
}

.cont .content .gt .item .data, .cont .content .gt .item .font {
    padding: 10px 0;
}
.cont .content .gt .item .data .tit {
    font-weight: bold;
    font-size: 46px;
    line-height: 1;
    font-family: "arial black";
    padding-bottom: 5px;
    position: relative;
    margin-bottom: 10px;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    color: #333;
}
.cont .content .gt .item .data .text {
    font-size: 16px;
    color: #666666;
}
.cont .content .gt .item .font {
    width: calc(100% - 124px);
    padding-left: 60px;
}
.cont .content .gt .item .font .tit {
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.4;
    margin-bottom: 10px;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    color: #333;
}
.cont .content .gt .item .font .text {
    color: #666666;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    width: 100%;
    font-size: 14px;
    line-height: 24px;
    height: 50px;
}
.cont .content .gt .item:hover .data .tit,.cont .content .gt .item:hover .font .tit {
    color: #0551a7;
}
@media (max-width: 767px){
    .nr {
        width: 100% !important;
        padding-left: 15px;
        padding-right: 15px;
        margin-left: auto;
        margin-right: auto;
    }
    .content{
        width: 100% !important;
        padding-left: 15px;
        padding-right: 15px;
        margin-left: auto;
        margin-right: auto;
    }
    .pres-tit .title {
        font-size: 24px !important;
    }
    .pres-tit .xian {
        width: 40px;
        height: 2px;
    }
    .cont .content .lt {
        width: 100%;
    }
    .cont .content .gt {
        padding-left: 0;
        width: 100%;
        margin-top: 30px;
    }
    .cont .content .gt .item {
        padding: 0;
        margin-bottom: 20px;
    }
    .cont .content .gt .item .data {
        display: none;
    }
    .cont .content .gt .item .font {
        padding-left: 0;
        width: 100%;
    }
    .cont .content   .gt .item .font .tit {
        font-size: 16px;
        margin-bottom: 4px;
    }
    .cont .content .gt .item .font .text {
        font-size: 12px;
        line-height: 22px;
        height: 46px;
    }


}