@charset "utf-8";
/* common */
html * {
    outline: 0;
    -webkit-text-size-adjust: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-font-smoothing: antialiased;
    -webkit-appearance: none;
    /*overflow-x: hidden;*/
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, form, fieldset, legend, input, button, textarea, p, th, td {
    margin: 0; padding: 0;
}
fieldset,
img {
    border: 0;
}
address,
cite,
dfn,
em,
var {
    font-style: normal;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
}
ol,
ul {
    list-style: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 14px;
}
caption,
th {
    text-align: left;
    font-weight: normal;
}

/* 通用功能 */
input,
label {
    vertical-align: middle;
}
.fl {
    float: left;
    _display: inline;
}
.fr {
    float: right;
    _display: inline;
}
.clearfix:after {
    content: '\20';
    display: block;
    height: 0;
    clear: both;
}
.clearfix,
.nav,
.content,
.grid,
.row,
.h {
    *zoom: 1;
}
.grid {
    width: 1440px;
    margin: 0 auto;

}
.clear {
    clear: both;
    height: 0;
    font: 0/0 Arial;
    visibility: hidden;
}
.hide {
    display: none;
}
body,
button,
input,
select,
textarea {
    font-family: PingFangSC, -apple-system, BlinkMacSystemFont, Helvetica Neue, PingFang SC, Microsoft YaHei, Source Han Sans SC, Noto Sans CJK SC, SimHei, sans-serif;
    font-size: 16px;
    line-height: 1.5em;
    color: #333;
}
body{
    background: #F2F7FD;
    overflow-x: hidden;
}
a {
    color: #333;
    text-decoration: none;
}
a:hover {
    color: #8D2023;
    text-decoration: none;
}
a:active {
    outline: none;
}
input::-webkit-input-placeholder {
    color: #BEBEBE;
}
input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #BEBEBE;
}
input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #BEBEBE;
}
input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #BEBEBE;
}

/* webkit滚动条 */

/*::-webkit-scrollbar {*/
/*    width: 6px;*/
/*    height: 6px;*/
/*}*/

/*::-webkit-scrollbar-thumb {*/
/*    background-color: #bbb;*/
/*}*/

/*::-webkit-scrollbar-thumb:hover {*/
/*    background-color: #aaa;*/
/*}*/

/*::-webkit-scrollbar-track-piece {*/
/*    background-color: #ddd;*/
/*}*/

i {
    font-style: normal
}
input::-webkit-input-placeholder {
    color: #BEBEBE;
}
input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #BEBEBE;
}
input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #BEBEBE;
}
input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #BEBEBE;
}
.cont_box{
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    height: 1080px;
    background: url("lwj_bg.png") top center no-repeat;
    background-size: cover;
    padding-top: 280px;
    overflow: hidden;
    padding-left: 60px;
    position: relative;
}
.jj_pic_box{
    width: 550px;
    height: 550px;
    background: url("pic_bg.png") center no-repeat;
    background-size: cover;
    padding: 30px 40px 0 30px;
    transform: rotate(-5deg);
    float: left;
}
.jj_pic_box img{
    width: 100%;
    max-height: 330px;
    object-fit: cover;
}
.jj_pic_box span{
    display: block;
    width: 100%;
    margin-top: 40px;
    line-height: 60px;
    color: #8D2023;
    font-size: 40px;
    font-weight: 600;
    text-align: center;
}
.jj_box{
    width: 527px;
    height: 572px;
    margin-left: 75px;
    float: left;
}
.jj_tit{
    width: 100%;
    height: 56px;
    font-size: 40px;
    font-weight: 600;
    color: #3D3D3D;
    line-height: 56px;
    margin-bottom: 24px;
}
.jj_cont{
    width: 100%;
    height: 486px;
    overflow-y: auto;
    font-size: 18px;
    line-height: 32px;
    color: #3D3D3D;
    position: relative;
}
.jj_cont::-webkit-scrollbar {
    width: 8px;
    height: 100px;
}
/*滑动轨道*/
.jj_cont::-webkit-scrollbar-track-piece {
    background-color: transparent;
    background-image: url("dian.png");
    background-repeat: repeat-y;
    -webkit-border-radius: 6px;
}
/*竖向滚动条*/
.jj_cont::-webkit-scrollbar-thumb:vertical {
    /*height: 5px;*/
    background-color: #BF2424;
    -webkit-border-radius: 0;
}
.list_box{
    width: auto;
    height: 572px;
    /*min-width: 2440px;*/
    position: absolute;
    left: 1300px;
    top: 280px;
    background: url("gd_bg.png") no-repeat;
    background-size: 100% 100%;
    padding-left: 80px;
    display: flex;
    transition: 0.3s linear;
}
.list_tit{
    padding: 160px 0;
    width: 232px;
    height: 572px;
    background: url("xl.png") right 317px no-repeat;
}
.list_tit_top1{
    display: block;
    width: 180px;
    line-height: 90px;
    font-size: 90px;
    color: #3D3D3D;
    margin-bottom: 22px;
}
.list_tit_top2{
    display: block;
    width: 180px;
    line-height: 90px;
    font-size: 90px;
    color: #3D3D3D;
    text-align: right;
}
.list_tit_top3{
    display: block;
    width: 160px;
    line-height: 50px;
    font-size: 38px;
    color: #3D3D3D;
    text-align: right;
}
.list{
    margin-left: 120px;
}
.list ul{
    display: flex;
}
.list ul>div>div{
    display: flex;
}
.list li{
    float: left;
    width: 360px;
    margin-right: 80px;
    height: 412px;
    padding-top: 60px;
}
.list li:last-child{
    margin-right: 120px;
}
/*.list li:nth-child(odd){*/
/*    padding-top: 60px;*/
/*}*/
/*.list li:nth-child(even){*/
/*    padding-top: 100px;*/
/*}*/
.list li span{
    display: block;
    width: 100%;
    height: 42px;
    padding: 0 60px;
    line-height: 42px;
    font-size: 30px;
    color: #3D3D3D;
    text-align: center;
    background-image: url(right.png), url(left.png);
    background-position: left center, right center;
    background-repeat: no-repeat;
    margin-bottom: 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.list li img{
    width: 360px;
    height: 270px;
    object-fit: cover;
}
.list li p{
    margin-top: 20px;
    width: 100%;
    font-size: 18px;
    color: #3D3D3D;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.list li button{
    display: block;
    width: 120px;
    height: 40px;
    background: #942224;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    margin: 10px auto 0;
    border: none;
    border-radius: 20px;
    cursor: pointer;
}


/*主体内容*/








