* {
    margin: 0;
    padding: 0;
    border: 0;
}

h1,h2,h3,h4,h5,h6 {
    font-weight: normal;
}

ul, li {
    list-style-type: none;
}

a {
    text-decoration: none;
    color: #333;
}

body {
    font-size: 14px;
}

.section {
    position: relative;
    width: 1200px;
    height: auto;
    margin: auto;
}

.banner {
    display: block;
    width: 100%;
}

#wrapper {
    margin-top: 40px;
}

.list-box {
    margin-top: 36px;
}

.show { display: block !important; }
.hide { display: none !important; }

.list-tit {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-bottom: 20px;
}

.list-tit span {
    position: relative;
    font-size: 30px;
    color: #010101;
}

.list-tit span::after {
    content: '';
    position: absolute;
    z-index: -1;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 22px;
    background: #ebf5ff;
}

.list-box li {
    padding: 20px 0;
    border-bottom: 1px solid #efefef;
}

.list-box li label.tag {
    border: 1px solid #ec4b4b;
    border-radius: 6px;
    text-align: center;
    display: inline-block;
    padding: 0 3px;
    color: #ec4b4b;
    margin-right: 5px;
}

.list-box li:hover {
    background: #f6f6f6;
}

.list-box li:hover h3 {
    color: #3a9cff;
}

.list-box li a {
    display: block;
    width: 100%;
    height: 100%;
}

.list-box li.li0 i {
    display: block;
    width: 100%;
    margin-top: 10px;
}

.list-box li.li1 {
    height: 162px;
}

.list-box li.li1 a {
    display: flex;
    justify-content: space-between;
}

.list-box li.li1 img {
    width: 300px;
    display: block;
    margin-right: 20px;
    object-fit: cover;
}

.list-box li.li1 span {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 880px;
    height: 100%;
}

.list-box li h3 {
    font-size: 22px;
    color: #000;
}

.list-box li.li4 {
    height: auto;
}

.list-box li.li4 i {
    display: block;
    margin-top: 10px;
}

.list-box li i {
    font-size: 16px;
    font-style: normal;
    color: #aaa;
}

.list-box li.li2 span,
.list-box li.li3 span {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.list-box li.li2 span:first-child,
.list-box li.li3 span:first-child {
    margin-bottom: 15px;
}

.list-box li.li2 img {
    width: 370px;
    height: 210px;
}

.list-box li.li3 img {
    width: 100%;
}

li.index-ll-more {
    cursor: pointer;
    width: 100%;
    height: 74px;
    line-height: 74px;
    color: #999;
    font-weight: 900;
    text-align: center;
    background: url(https://res.cqnews.net/ires/2023/9/19/2003717/img/f-jiazai-bg.png) no-repeat top center;
    background-size: 100% 100%;
}
li.index-ll-more .index-ll-icon {
    width: 16px;
    height: 17px;
    display: inline-block;
    vertical-align: middle;
    background: url(https://res.cqnews.net/ires/2023/9/19/2003717/img/f-jiazai.png) no-repeat top center;
    background-size: 100% 100%;
    margin-left: 6px;
    margin-top: -2px;
}