@charset "utf-8";

@font-face {
    font-family: "sisong";
    src: url(../fonts/sySong.woff);
    font-weight: normal;
    font-style: normal;
}

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

li {
    list-style: none;
}

.pb_sys_full {
    line-height: 30px !important;
}

.pb_sys_style2 .p_no_d {
    border: 2px solid #aa1b20 !important;
    color: #fff;
    background-color: #aa1b20 !important;
}

a {
    text-decoration: none;
}

.cont img {
    height: auto !important;
    max-width: 100%;
    margin: 5px 0px;
}

.cont p {
    text-indent: 2em;
    line-height: 28px;
}

.cont video {
    height: auto !important;
    max-width: 100%;
}

.cont .vsbcontent_img {
    text-align: center;
}

.cont .table {
    overflow-x: auto;
    text-align: center;
    margin: 0 auto;
    width: auto;
}

.cont .table table {
    margin: 0 auto;
    width: auto;
    max-width: 895px;
}

.cont .table p {
    text-indent: 0px;
}

h2,
h3,
i,
em {
    font-style: normal;
}

html,
body {
    font-family: "微软雅黑";
}



input,
img,
a,
button {
    outline: none;
    border: 0;
}

.clear {
    clear: both;
}

.pic {
    position: relative;
    overflow: hidden;
    padding-top: 75%;
}

.pic img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: all .3s;
    object-fit: cover;
}

.pic:hover img {
    transform: scale(1.2);
}

.l1 {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.l2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.l3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.wp {
    max-width: 1400px;
    width: 100%;
    margin: 0 auto;
}




@media screen and (max-width: 1200px) {
    .wp {
        max-width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
}