.xx-top {
    background: url("../images/top_pic.jpg") center 0 no-repeat;
    background-size: cover;
    height:650px;

}

.xx-logo a {
    display: inline-block;
    width: 170px;
    height: 50px;
    margin:40px;

}
.xx-wrap,.xx-logo {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}

.xx-wrap {
    margin-top: 55px;
}
.xx-wrap h3 {
    font-size: 36px;
    font-weight: bold;
    color: #c80102;
    text-align: center;
    position: relative;
    line-height: 1;
}
.xx-wrap h3 span {
    display: inline-block;
    width: 280px;
    background: #fff;
    position: relative;
    z-index: 2;
}
.xx-wrap h3 a {
    color: inherit;
}
.xx-wrap h3::before,.xx-wrap h3::after {
    content: "";
    position: absolute;
    left:50%;
    top:10px;
    transform: translateX(-50%);
    width: 360px;
    height: 1px;
    background: #ff9a16;
}
.xx-wrap h3::after {
    width: 500px;
    background: #e60012;
    top:25px;
}

.xx-pic {
    width: 425px;
    height: 310px;
    box-shadow: 20px -20px 0 #ffcf91;;
}
.xx-pic img {
    height: 100%;
    width: 100%;
    object-fit:cover;
}

.xx-txt {
    width: 710px;
    margin-top: -20px;
}
.xx-cont {
    margin-top: 55px;

}
.xx-txt h4 {
    font-size: 24px;
   
    line-height: 1.6;
    margin-bottom: 15px;
}
.xx-txt em {
    color: #888;
    display: block;
}
.xx-cont a:hover p {
    color: #333;
}
.xx-txt p {
    font-size: 18px;
    line-height: 2;
    margin-top: 20px;
}
.xx-cont a {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.xx-wrap ul {
    margin: 20px 0;
    overflow: hidden;
}
.xx-wrap ul li {
    width: 560px;
    float: left;
    position: relative;
    padding-left: 15px;
    line-height: 1;
    margin-top: 30px;
}
.xx-wrap ul li:nth-of-type(2n) {
    margin-left: 40px;
}
.xx-wrap ul li a {
    font-size: 20px;
 
}
.xx-wrap ul li span {
    display: block;
    height: 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow:ellipsis;
}
.xx-wrap ul li::before {
    content: "";
    position: absolute;
    left:0;
    top:6px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #e60012;
}
.xx-wrap ul li em {
    display: block;
    color: #888;

    margin-top: 15px;
}


@media screen and (max-width: 1200px) {
    .xx-top {width:1200px;}
}