body {
    background: #F5F5F5;
}

.adv {
    width: 100%;
    padding-bottom: 19.8%;
    position: relative;
}

.adv img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
}

.content {
    width: 100%;
}

.whiteBg {
    background: #fff;
}

.listMain {
    padding: 10px 35px 35px 35px;
}


/* å›¾æ–‡åˆ—è¡¨ä¸»ä½“ */

.imgList-wrap {
    padding: 30px;
}

.imgList-wrap>ul {
    display: flex;
    flex-direction: column;
    gap: 36px;
    padding-top: 30px;
}


.img-list-item {
    display: flex;
    border-radius: 10px;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.15);
    padding: 0 20px;
    padding-bottom: 8px;
    align-items: center;
    transition: 0.3s;
    text-decoration: none;
    background: url(../images/imglistBg.png) no-repeat center right #F4F4F4;
}

.img-box {
    width: 295px;
    height: 210px;
    border-radius: 10px;
    flex-shrink: 0;
    overflow: hidden;
    position: relative;
    top: -12px;
}

.img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.5s;
}

.info-box {
    flex: 1;
    min-width: 0;
    padding-left: 36px;
    display: flex;
    flex-direction: column;
}

.info-time {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 16px;
    color: #8D0B0B;
}

.info-time i {
    width: 16px;
    height: 16px;
    background: url(../images/icon-time.png) no-repeat center/contain;
}

.info-tit {
    font-size: 20px;
    color: #333;
    font-weight: bold;
    line-height: 1.4;
    transition: 0.3s;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin-top: 6px;
    margin-bottom: 12px;
}

.info-desc {
    font-size: 16px;
    color: #666;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.img-list-item:hover {
    transform: translateY(-5px);
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.15);
}

.img-list-item:hover .info-tit {
    color: #8D0B0B;
}

.img-list-item:hover .img-box img {
    transform: scale(1.1);
}

.contentCon {
    display: flex;
    gap: 50px;
    align-items: flex-start;
}


/* å·¦ä¾§å¯¼èˆª */

.leftNav {
    width: 260px;
    background: #fff url(../images/leftbg.png) no-repeat right bottom/60%;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
    flex-shrink: 0;
    padding-bottom: 70px;
    position: relative;
    top: -50px;
    z-index: 1;
}

.leftNav::after {
    content: "";
    width: 100%;
    height: 36px;
    background: url(../images/left-bottom.png) no-repeat right bottom/100%;
    position: absolute;
    bottom: -36px;
    left: 0;
}

.leftNavTit {
    background: #8D0B0B;
    padding: 30px 0;
    text-align: center;
    display: flex;
    justify-content: center;
    align-content: center;
}

.leftNavTit h1 {
    font-size: 30px;
    color: #fff;
    font-weight: bold;
    position: relative;
    width: fit-content;
}

.leftNavTit h1::after {
    content: "";
    width: 100%;
    height: 4px;
    background: #fff;
    position: absolute;
    bottom: -6px;
    left: 50%;
    transform: translateX(-50%);
}

.leftNavList {
    width: 100%;
}

.leftNavList ul li {
    width: 100%;
}

.leftNavList ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px 0;
    max-height: 104px;
    font-size: 22px;
    color: #333;
    font-weight: bold;
    transition: 0.3s;
    position: relative;
    gap: 15px;
}

.leftNavList ul li a::before,
.leftNavList ul li a::after {
    content: "";
    width: 20px;
    height: 20px;
    background: url(../images/icon-triangleR.png) no-repeat center/contain;
    opacity: 0;
    transition: 0.3s;
}

.leftNavList ul li a::after {
    transform: rotate(180deg);
}

.leftNavList ul li.active a,
.leftNavList ul li a:hover {
    background: #FDF1F1;
    color: #8D0B0B;
}

.leftNavList ul li.active a::before,
.leftNavList ul li:hover a::before,
.leftNavList ul li.active a::after,
.leftNavList ul li:hover a::after {
    opacity: 1;
}


/* å³ä¾§å†…å®¹ */

.rightCon {
    flex: 1;
    min-width: 0;
}

.rightTit {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding-bottom: 15px;
    border-bottom: 1px solid #DEDEDE;
    margin: 25px 0;
}

.rightTitTxt h1 {
    font-size: 20px;
    color: #333;
    font-weight: bold;
    position: relative;
}

.rightTitTxt h1::after {
    content: "";
    width: 80px;
    height: 8px;
    background: #8D0B0B;
    position: absolute;
    bottom: -16px;
    left: 0;
}

.breadcrumb,
.breadcrumb a {
    font-size: 14px;
    color: #666;
}

.breadcrumb a:hover {
    color: #8D0B0B;
}


/* åˆ—è¡¨ä¸»ä½“ */

.listMain {
    width: 100%;
}

.listMain>ul {
    width: 100%;
}

.listMain>ul li {
    border-bottom: 1px solid #EBEBEB;
}

.listMain>ul li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px 0;
    transition: 0.3s;
    text-decoration: none;
}

.listTxt {
    display: flex;
    align-items: center;
    gap: 15px;
    flex: 1;
}

.listTxt i {
    width: 20px;
    height: 20px;
    background: url(../images/list-icon.png) no-repeat center/contain;
    flex-shrink: 0;
}

.listTxt p {
    font-size: 18px;
    color: #333;
    font-weight: bold;
    transition: 0.3s;
    line-height: 1.4;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.listMain>ul li .date {
    font-size: 16px;
    color: #666;
    flex-shrink: 0;
}


/* é€‰ä¸­çŠ¶æ€ */

.listMain>ul li:hover .listTxt i {
    background: url(../images/list-iconOn.png) no-repeat center/contain;
}

.listMain>ul li:hover a {
    padding: 30px 20px;
}

.listMain>ul li:hover .listTxt p {
    color: #8D0B0B;
    font-weight: bold;
}

.listMain>ul li a:hover {
    background: linear-gradient( to right, #FFDEDE 0%, #FFFFFF 100%);
}

.listMain>ul li a:hover .listTxt p {
    color: #8D0B0B;
}


/* åˆ†é¡µ */

.pagination {
    margin-top: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.pagination a,.pagination li span {
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #F5F5F5;
    background: #F5F5F5;
    border-radius: 4px;
    color: #333;
    font-size: 14px;
    transition: 0.3s;
}
.pagination li:last-child span{width:auto;background:none;border:none}
.pagination li.active span,
.pagination li:hover a {
    background: #8D0B0B;
    color: #fff;
    border-color: #8D0B0B;
}

.pageJump {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 12px;
    color: #666;
}

.pageJump input {
    width: 40px;
    height: 30px;
    border: 1px solid #EEEEEE;
    border-radius: 4px;
    text-align: center;
    outline: none;
}

.pageInfo {
    font-size: 12px;
    color: #666;
}

.formBox {
    padding: 20px 30px;
    background: #fff;
}

.clarification {
    background: #FFEFEF;
    width: 100%;
    padding: 14px 16px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.clarification i {
    flex-shrink: 0;
    display: block;
    margin-right: 20px;
    margin-bottom: -30px;
}

.clarification .claric {
    padding-right: 60px;
}

.clarification .claric h6 {
    color: #AE0C2A;
    font-size: 22px;
    font-weight: 500;
    line-height: 2em;
}

.clarification .claric p {
    color: #666;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.6em;
}

.formCon {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 30px 0
}

.formItem {
    width: 53%;
    margin-bottom: 30px;
}

.formItem input {
    width: 100%;
    border-radius: 6px;
    border: 1px solid #D1D1D1;
    height: 50px;
    background: url(../images/icon-user.png) no-repeat 20px center;
    padding-left: 60px;
    padding-right: 20px;
    overflow: hidden;
}

.formItem+.formItem input {
    background-image: url(../images/icon-postcard.png);
}

.formItem+.formItem+.formItem input {
    background-image: url(../images/icon-safe.png);
}

.formItem input:focus {
    outline-color: #AE0C2A;
    outline-offset: -1px;
    outline-style: solid;
    transition: all 0.3s ease-in-out;
}

.subCheck {
    width: 53%;
    border-radius: 6px;
    background-color: #AE0C2A;
    color: #fff;
    text-align: center;
    line-height: 50px;
    font-size: 20px;
    box-shadow: 0px 0px 7px 0px rgba(236, 88, 116, 0.65);
    cursor: pointer;
}

.subCheck:active,
.subCheck:hover {
    background-color: #CC092D;
}

.codeCheck {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}

.codeCheck p {
    margin-left: 14px;
}


/* article */

.articleBox {
    width: 100%;
    background: #fff;
    padding: 20px 50px;
}

.articleTit {
    width: 100%;
    border-bottom: 1px dashed #FFB2B2;
    padding: 22px 10px 18px 10px;
}

.articleTit h1 {
    text-align: center;
    font-weight: bold;
    font-size: 24px;
    color: #333;
    margin-bottom: 10px;
}

.articleTit .author {
    width: 100%;
    display: flex;
    justify-content: center;
}

.articleTit .author span {
    font-size: 16px;
    color: #333333;
    padding: 0 20px;
}

.articleTit .author span a {
    color: #9F212D;
}

.articleCon {
    width: 100%;
    margin-top: 40px;
}
.articleCon p{font-size: 16px;margin:10px 0;color: #333;}
.xmtjArt{margin:40px 0;}
.xmtjArt img {max-width: 100%}
.paperCheck {
    border-top: 1px dashed #FFB2B2;
    padding: 30px 0;
    display: grid;
    grid-template-columns: calc(50% - 20px) calc(50% - 20px);
    column-gap: 40px;
    margin-top: 40px;
}

.paperCheck a {
    width: 100%;
}

.paperCheck a p {
    font-size: 14px;
    color: #333333;
    background: url(../images/icon-left.png) no-repeat left center;
    padding-left: 20px;
    margin-bottom: 6px;
}

.paperCheck a:nth-child(2) {
    text-align: right;
}

.paperCheck a:nth-child(2) p {
    background-image: url(../images/icon-right.png);
    background-position: right center;
    padding-right: 20px;
}

.paperCheck a span {
    font-size: 16px;
    color: #9F212D;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: block;
    width: 100%;
}
