* {
    color: #231815;
    font-family: "宋体", "宋体";
}

body {
    background-color: #fff;
    max-width: 1920px;
    margin: 0 auto;
}

h1 {
    font-size: 39px;
    font-weight: bold;
}

h2 {
    font-size: 39px;
    line-height: 1.3em;
    padding-left: 10px !important;
    color: #eb3c50;
    border-left: solid 6px #eb3c50;
    margin-bottom: 50px !important;
    font-weight: bolder !important;
    position: relative;
}

.bg--circle {
    background-image: url(./bgcircle.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.layui-icon::before {
    color: #eb3c50;
}

.pic {
    width: 100%;
    height: 100%;
    background-color: #eee;
    object-fit: cover;
}

.d-flex-row-center {
    display: flex !important;
    justify-content: center;
    align-items: center;
}

.d-flex-col-between {
    display: flex !important;
    flex-direction: column;
    justify-content: space-between;
}

.my-30 {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
}

.my-50 {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
}

.py-50 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}

.color-dangerous {
    color: #eb3c50;
}



.btn-outline {
    padding: 10px 20px;
    font-size: 100%;
    font-weight: bold;
    color: #eb3c50;
    background: #fff;
    border: 3px solid #eb3c50;
    border-radius: 10px;
    letter-spacing: 1.9px;
    white-space: nowrap;
    width: 150px;
    text-align: center;
}

.btn-outline:hover {
    color: #bd1a2d;
}

.header_banner {
    background-image: url(./bg_banner.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
    background-color: #eb3c50;
    position: relative;
    overflow: hidden;
    height: 519px;
}

.top-bar {
    height: 124px;
    background-color: white;
    display: flex;
    align-items: center;
    border-bottom: #eb3c50 6px solid;
}

.logo img {
    height: 85px;
}

.sc-huabiao {
    background: no-repeat center url(./sc_huabiao.png);
    width: 411px;
    height: 460px;
    position: absolute;
    right: -50px;
    bottom: 0;
}

.nav {
    border-bottom: 1px solid #eb3c50;
}

.nav-links {
    display: flex;
    justify-content: space-between;
}

.nav a:first-child {
    border-left: #eb3c50 1px dotted;
}

.nav a {
    display: block;
    border-right: #eb3c50 1px dotted;
    height: 68px;
    line-height: 68px;
    font-weight: 600;
    color: #eb3c50;
    transition: all 0.3s;
    flex: 1;
    text-align: center;
    font-size: 20px;
}

.nav a:hover {
    background-color: #eb3c50;
    color: #fff;
    font-size: 1.3em;
}

.lh-topnews h1 {
    font-family: 黑体, Verdana, Geneva, Tahoma, sans-serif;
    font-weight: bold;
}

ul.schedule li {
    transition: all 0.3s;
}

ul.schedule li a {
    display: block;
    padding: 15px 25px;
    font-weight: 600;
}

ul.schedule li:hover {
    transform: scale(1.01);
    -moz-box-shadow: 2px 2px 5px #eb3c50;
    -webkit-box-shadow: 2px 2px 5px #eb3c50;
    box-shadow: 2px 2px 5px #eb3c50;
}

ul.schedule li:nth-child(odd) {
    background-color: #F5F2F2;
}

.schedule-date {
    padding-right: 30px;
}

.article-list li a {
    display: flex;
    justify-content: space-between;
    padding: 10px;
    transition: all 0.3s;
}

.article-list li a:hover {
    transform: scale(1.01);
    -moz-box-shadow: 2px 2px 5px #eb3c50;
    -webkit-box-shadow: 2px 2px 5px #eb3c50;
    box-shadow: 2px 2px 5px #eb3c50;
    padding-left: 20px;
}

.article-list .article-list_title {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    flex: 1;
    padding-right: 15px;
}

.article-list li a .article-list_date {
    color: #666;
}

.reports {
    padding-left: 30px;
    height: 400px;
}



.interview {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.interview-card {
    width: 45%;
    margin: 20px 0;
    transition: all 0.3s;
}

.interview-card:hover h3 {
    transition: all 0.3s;
    transform: scale(1.01);
    -moz-box-shadow: 2px 2px 5px #eb3c50;
    -webkit-box-shadow: 2px 2px 5px #eb3c50;
    box-shadow: 2px 2px 5px #eb3c50;
}

.interview-card h3 {
    align-items: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.interview_icon {
    background-color: #eb3c50;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    display: inline-block;
    color: #fff;
    font-weight: bolder;
    margin-right: 5px;
}

.interview-card .interview-info {
    background-color: #eee;
    padding: 15px;
}

.interview-card .interview-info::before {
    content: '答';
    background-color: #bd1a2d;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-weight: bolder;
    margin-right: 15px;
}

.interview-card p {
    padding: 15px 0;
}

.footer {
    background-color: #eee;
}

.footer_info {
    height: 200px;
    display: flex;
    align-items: center;
}

@media all and (max-width:768px) {
    h2 {
        border-left: none;
        text-align: center;
        position: relative;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    h2::after {
        content: '';
        height: 6px;
        width: 60px;
        background-color: #eb3c50;
        position: absolute;
        bottom: -10px;
    }

    .header_banner {
        height: 300px;
        background-size: cover;
    }

    .logo img {
        height: auto;
        width: 100%;
    }

    .sc-huabiao {
        display: none;
    }

    .nav-links {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .nav a {
        display: flex;
        justify-content: center;
        align-items: center;
        border-right: none;
        height: 68px;
        font-weight: 600;
        color: #eb3c50;
        font-size: 20px;
        flex: none;
        min-width: 100px;
    }

    .nav a:first-child {
        border-left: none;
    }

    .reports {
        padding-top: 30px;
        padding-left: 0;
        height: 400px;
    }

    .interview-card {
        width: 100%;
        margin: 20px 0;
    }

    .footer_info {
        justify-content: center;
    }
}