html {
    overflow-x: auto;
    overflow-y: scroll;
}

body {
    font-size: 16px;
    color: #070707;
    -webkit-font-smoothing: antialiased;
    background-color: #f7f9fc;
}

a {
    text-decoration: none;
    color: #070707;
}

li {
    list-style: none;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

body,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
input,
p,
blockquote,
th,
td,
h3,
h1,
h2,
h4 {
    font-weight: 400;
    margin: 0;
    padding: 0;
}

.wrapper {
    width: 100%;
    max-width: 1920px;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
}

.wrapper .header {
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
    background: url(./sxjw_2026lh_headerBg.jpg) no-repeat center center;
    height: 500px;
    background-size: 100% 100%;
}

.wrapper .nav {
    width: 100%;
    height: 80px;
    overflow: hidden;
    background: #fff;
}

.wrapper .nav ul {
    width: 1440px;
    display: flex;
    justify-content: center;
    margin: 0 auto;
    align-items: center;
    height: 80px;
}

.wrapper .nav ul li {
    margin: 0 40px;
}

.wrapper .nav ul li a {
    font-size: 24px;
    color: #000;
    font-weight: 600;
}

.w1400 {
    width: 1400px;
    margin: 0 auto;
}

.Part1 {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 35px auto 0;
}

.Part1 .info-box {
    width: 1400px;
    height: 640px;
    overflow: hidden;
    margin: 0 auto;
    padding: 20px;
    box-sizing: border-box;
    box-shadow: 0px 0px 35px rgba(0, 0, 0, 0.1);
}

.Part1 .info-box .xwzxjdt {
    float: left;
    width: 800px;
    height: 580px;
    overflow: hidden;
}

.Part1 .info-box .xwzxlist {
    float: right;
    width: 530px;
    height: 580px;
    overflow: hidden;
}

.Part1 .info-box .xwzxlist.left {
    float: left;
}

.Part1 .info-box .xwzxjdt.right {
    float: right;
}


/*焦点图*/

.Focus {
    width: 100%;
    height: 580px;
    position: relative;
    overflow: hidden;
    border-radius: 30px;
}

.Focus .pic,
.Focus .pic li {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.Focus .pic img {
    width: 100%;
    height: 500px;
    overflow: hidden;
}

.Focus .txt {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 65px;
}

.Focus .txt ul li {
    width: 100%;
    height: 100%;
}

.Focus .txt ul li a {
    display: block;
    width: 75%;
    height: 65px;
    line-height: 80px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 24px;
    color: #000;
    padding-left: 30px;
}

.Focus .txt>ul li:hover {
    margin-left: 5px;
    transition: all 0.3s ease-in 0s;
    -moz-transition: all 0.3s ease-in 0s;
    -webkit-transition: all 0.3s ease-in 0s;
}

.Focus .txt ul li a:hover {
    color: #3671e2;
}

.Focus .txt ul li .time {
    display: block;
    width: 145px;
    height: 50px;
    line-height: 50px;
    position: absolute;
    top: -41px;
    left: 32px;
    background: #d32c2c;
    text-align: center;
    color: #fff;
    border-radius: 15px;
    font-size: 16px;
}

.Focus .num {
    height: 12px;
    position: absolute;
    bottom: 48px;
    right: 12px;
    z-index: 2;
}

.Focus .num li {
    width: 10px;
    height: 10px;
    float: left;
    margin: 0px 6px;
    background: #a0a0a0;
    border-radius: 6px;
    opacity: 0.5;
    cursor: pointer;
}

.Focus .num li.on {
    opacity: 1;
    width: 30px;
    border-radius: 10px;
    transition: all 0.3s linear;
    background-color: #d32c2c;
}

.Focus .prev,
.Focus .next {
    display: block;
    width: 30px;
    height: 80px;
    background: url(./sxjw_2026lh_jt.png) left center no-repeat;
    position: absolute;
    top: 216px;
    cursor: pointer;
    transition: all .5s;
}

.Focus .prev {
    left: -40px;
}

.Focus .next {
    background-position: right center;
    right: -40px;
    transform: scaleX(-1);
}

.Focus:hover .prev {
    left: 0px;
}

.Focus:hover .next {
    right: 0px;
}

.Part1 .info-box .xwzxlist .ywlist {
    width: 100%;
    height: 580px;
    overflow: hidden;
}

.Part1 .info-box .xwzxlist .ywlist .hd {
    width: 100%;
    height: 50px;
    line-height: 45px;
}

.Part1 .info-box .xwzxlist .ywlist .hd ul li {
    width: 120px;
    position: relative;
}

.Part1 .info-box .xwzxlist .ywlist .hd ul li::after {
    display: block;
    content: "";
    position: absolute;
    top: 40px;
    left: 19px;
    width: 35px;
    height: 2px;
    background-color: #17991b;
    border-radius: 5px;
}

.Part1 .info-box .xwzxlist .ywlist .hd ul li a {
    color: #17991b;
    font-weight: 600;
    font-size: 18px;
}

.Part1 .info-box .xwzxlist .ywlist .bd {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.Part1 .info-box .xwzxlist .ywlist .bd ul li {
    width: 98%;
    height: 84px;
    padding: 15px;
    border: 1px solid #f0f0f0;
    margin-top: 15px;
    box-sizing: border-box;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    border-radius: 8px;
}

.Part1 .info-box .xwzxlist .ywlist .bd ul li:first-of-type {
    margin-top: 0;
}

.Part1 .info-box .xwzxlist .ywlist .bd ul li .time {
    width: 80px;
    text-align: center;
    position: relative;
    margin-right: 25px;
}

.Part1 .info-box .xwzxlist .ywlist .bd ul li .time::after {
    display: block;
    content: "";
    position: absolute;
    top: -16px;
    left: 75px;
    width: 2px;
    height: 80px;
    background-color: #f0f0f0;
    border-radius: 5px;
}

.Part1 .info-box .xwzxlist .ywlist .bd ul li .time .day {
    font-size: 24px;
    color: #d32c2c;
    font-weight: 600;
}

.Part1 .info-box .xwzxlist .ywlist .bd ul li a {
    font-size: 18px;
}

.public-title {
    width: 1400px;
    height: auto;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 25px;
    margin-top: 25px;
}

.list-box-con .list-box ul {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.list-box-con .list-box ul li {
    width: 48%;
    height: 45px;
    line-height: 45px;
}

.list-box-con .list-box ul li a {
    display: block;
    width: 100%;
    height: 100%;
    font-size: 18px;
    color: #000;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.foot {
    text-align: center;
    background: #eee;
    font-size: 14px;
    padding: 20px 0 10px;
    margin-top: 50px;
    color: #303030;
    border-bottom: 10px solid #c7301e
}

.foot a img {
    display: block;
    margin: 0 auto
}