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

body {
    font-family: 'Microsoft YaHei';
    /* background-color: #ffefef; */
    /* background: url(bg.jpg) no-repeat; */
    /* background: rgb(141, 0, 15) !important; */
}

a {
    text-decoration: none;
    cursor: pointer;
    color: inherit;
}

ul,
li {
    list-style: none;
}

input {
    border: 0;
    outline: none;
}

i,
em {
    font-style: normal;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.clear {
    zoom: 1;
}

.clear:after {
    display: table;
    content: '';
    clear: both;
}

.img-cont img {
    display: block;
    width: 100%;
}

.mNone {
    display: none !important;
}

.qglh_container {
    width: 100%;
    box-sizing: border-box;
    /* padding: 0 0.3rem; */
}
.qglh_yaowen_container {
    padding: 0 0.3rem;
    background: url(2025_bjlh_bg.png) no-repeat;
    background-size: 100% 100%;
    padding-bottom: .2rem;
  }
  .qglh_jjkj_container {
        padding: 0 0.3rem;
        background: url(2025_bjlh_jjkj.png) no-repeat;
        background-size: 100% 100%;
  }
  .qglh_mtbd_container {
      padding: 0 0.3rem; 
      background: url(2025_bjlh_mtbd.png) no-repeat;
      background-size: 100% 100%;
  }
.qglh_containerIn {
    width: 100%;
    box-sizing: border-box;
    padding: 0 0.3rem;
}

.qglh_banner {
    position: relative;
}

.qglh_banner .qglh_link {
    position: absolute;
    width: 30%;
    height: 30%;
    display: block;
    cursor: pointer;
    top: 0;
    z-index: 2;
    right: 0;
}

/* 涓や細瑕侀椈 */

.qglh_yaowen {
    padding-top: 0.45rem;
}

.yaowen_left {
    border-radius: 0.15rem;
    height: 3.5rem;
    overflow: hidden;
}

.swiper-container1 {
    position: relative;
}

.swiper-container1 .swiper-slide {
    position: relative;
}

.yaowen_img {
    height: 3.5rem;
}

.yaowen_img img {
    width: calc(100vw - 0.6rem);
    display: block;
    height: 100%;
    object-fit: cover;
}

.yaowen_img img:hover {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.yaowen_text {
    width: 100%;
    height: 0.8rem;
    line-height: 0.8rem;
    font-size: 0.24rem;
    color: #a00611;
    background-image: linear-gradient(-90deg, #fad397 0%, #fab668 100%);
    opacity: 0.9;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    padding: 0 1.25rem 0 0.36rem;
    box-sizing: border-box;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.swiper-pagination1 {
    width: 1.5rem;
    height: 0.8rem;
    line-height: 0.8rem;
    text-align: right;
    padding-right: 0.2rem;
    box-sizing: border-box;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 2;
}

.swiper-pagination1 .swiper-pagination-switch {
    display: inline-block;
    width: 0.12rem;
    height: 0.12rem;
    border-radius: 100%;
    margin: 0 0.1rem;
    cursor: pointer;
    background: #a00611;
    border: 2px solid #a00611;
}

.swiper-pagination1 .swiper-active-switch {
    background-color: transparent;
    position: relative;
}

.swiper-pagination1 .swiper-active-switch::before {
    content: '';
    width: 0.08rem;
    height: 0.08rem;
    background-color: #a00611;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    position: absolute;
    top: 0.02rem;
    left: 0.02rem;
}

.yaowen_prev,
.yaowen_next {
    width: 0.31rem;
    height: 0.6rem;
    background: url(https://www.ncsti.gov.cn/images/kc_2023qglh_yaowen_arrow_left.png) no-repeat;
    background-size: 100% auto;
    position: absolute;
    top: 50%;
    margin-top: -35px;
    cursor: pointer;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.yaowen_prev {
    left: 0px;
}

.yaowen_next {
    right: 0px;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}

.yaowen_right {
    /* margin-top: 0.6rem; */
    overflow: hidden;
}

.yaowen_right_title_text {
    padding: 0 0.2rem;
    box-sizing: border-box;
    margin-top: 0.1rem;
    overflow: hidden;
}

.yaowen_right_title_text div {
    width: 2rem;
    float: left;
}

.yaowen_right_title_text div img {
    display: block;
    width: 100%;
}

.more_btn {
    width: 1.46rem;
    height: 0.58rem;
    line-height: 0.58rem;
    text-align: center;
    font-size: 0.2rem;
    font-weight: bold;
    color: #ffbd71;
    background-color: transparent;
    margin: 0.2rem auto 0;
    border: 1px solid #ffbd71;
    border-radius: 1.5rem;
    -webkit-border-radius: 1.5rem;
    -moz-border-radius: 1.5rem;
    -ms-border-radius: 1.5rem;
    -o-border-radius: 1.5rem;
    border-image-slice: 1;
    cursor: pointer;
    float: none;
    display: block;
}
.jjkj_title_logo {
    width: 0.6rem;
}
.jjkj_text {
    height: 0.4rem;
    margin-left: -0.1rem;
}
.jjkj_year {
    width: 1rem;
    float: right;
    margin-top: 0.48rem;
}
.yaowen_right_list_ul {
    width: 100%;
    padding: 0 0.2rem;
    box-sizing: border-box;
    margin-top: 0.3rem;
}

.yaowen_right_list_ul li {
    width: 100%;
    padding-left: 0.24rem;
    box-sizing: border-box;
    position: relative;
    font-size: 0.24rem;
    margin-bottom: 0.14rem;
}

.yaowen_right_list_ul li a {
    color: #fff;
    width: 100%;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    height: 0.44rem;
    line-height: 0.44rem;
}

.yaowen_right_list_ul li::before {
    content: '';
    width: 4px;
    height: 4px;
    background: #fff;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -2px;
    display: block;
}

.yaowen_right_list_ul li:last-child::after {
    display: none;
}

.yaowen_right_list_ul li:hover a {
    color: #e40101;
}

.yaowen_right_list_ul li:hover::before {
    content: '';
    width: 4px;
    height: 4px;
    background-color: #f4320b;
    border: 1px solid #f4320b;
}

.qglh_jjkj {
    width: 100%;
    padding-top: 0.2rem;
    padding-bottom: .2rem;
}

.qglh_title {
    width: 100%;
    position: relative;
}

.qglh_title::before {
    content: '';
    width: calc(100% - 0.18rem);
    height: 2px;
    position: absolute;
    background-image: linear-gradient(
        90deg,
        #de4400 0%,
        #ffba04 30%,
        rgba(255, 206, 76, 0.6) 50%,
        rgba(255, 226, 148, 0.2) 70%,
        rgba(255, 240, 201, 0.1) 85%
    );
    left: 0.18rem;
    right: 0;
    bottom: 0;
    display: block;
}

.qglh_title_left {
    width: 2.85rem;
    height: 0.6rem;
    margin-left: -0.3rem;
}

.qglh_title_left img {
    display: block;
    width: 100%;
}

.qhlh_more_red {
    color: #f54a28;
    line-height: 0.54rem;
    font-size: 0.24rem;
}

.qglh_jjkj_ul {
    width: 100%;
    /* background-color: #fff3f3; */
    /* border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px; */
    /* box-shadow: 0 0 20px rgba(255, 0, 0, 0.3); */
    /* margin-top: 0.2rem; */
    padding: 0.2rem 0.1rem 0 0.18rem;
    box-sizing: border-box;
}

.qglh_jjkj_ul li {
    height: 0.6rem;
    line-height: 0.6rem;
    font-size: 0.32rem;
    padding-left: 0.18rem;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
}

.qglh_jjkj_ul li a {
    font-size: 0.24rem;
    color: #333;
    display: block;
    width: 4.9rem;
    float: left;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.qglh_jjkj_ul li span {
    float: right;
    font-size: 0.24rem;
    color: #333;
}

.qglh_jjkj_ul li::before {
    content: '';
    width: 4px;
    height: 4px;
    background: #333;
    display: block;
    position: absolute;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    left: 0;
    top: 50%;
    margin-top: -0.06rem;
    z-index: 1;
}

.qglh_dlh_img {
    margin-bottom: 0 !important;
}
.qglh_qwjd_ul {
    margin-top: 0.4rem;
    margin-left: 0.18rem;
}
.qglh_qwjd_ul li {
    position: relative;
    margin-bottom: 0.2rem;
    overflow: hidden;

    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
}
.copywriting {
    width: 100%;
    position: absolute;
    font-size: 0.32rem;
    bottom: 0px;
    color: #a00611;
    line-height: 0.4rem;
    background: #fad397;
    opacity: 0.9;
    box-sizing: border-box;
    border: 0.2rem solid transparent;

    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
/* 閮ㄩ暱閫氶亾 */

.swiper-wrapper {
    width: 9999999px;
}

/* 璇讳袱浼  */

/* .qglh_dlh {
    margin-top: 0.4rem;
}

.qglh_dlh_con {
    width: 100%;
    overflow: hidden;
    box-sizing: border-box;
    margin-top: 0.3rem;
} */

.qglh_dlh_img {
    overflow: hidden;
    margin-bottom: 0.3rem;
}

.qglh_dlh_img p {
    height: 40px;
    line-height: 40px;
    text-align: right;
}

.qglh_dlh_img p a {
    color: #f4320b;
}

.qglh_dlh_img .img {
    /* border-radius: 15px;
    box-shadow: 0 0 20px rgb(255 0 0 / 30%);
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    overflow: hidden; */
}

.qglh_dlh_img .img img {
    display: block;
    width: 100%;
    height: 100%;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.qglh_dlh_img .img img:hover {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.qglh_dlh_left {
    float: left;
}

.qglh_dlh_right {
    float: right;
}

/* 濯掍綋澹伴煶 */
.qglh_mtsy {
    margin-top: 0.15rem;
}
.qglh_mtsy_ul {
    width: 100%;
    background-color: #fff9f9;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
    box-shadow: 0 0 20px rgba(255, 0, 0, 0.3);
    margin-top: 23px;
    padding: 20px 50px 20px 46px;
    box-sizing: border-box;
}

.qglh_mtsy_ul li {
    height: 56px;
    line-height: 56px;
    font-size: 12px;
    padding-left: 20px;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
}

.qglh_mtsy_ul li a {
    font-size: 22px;
    color: #e20200;
    display: block;
    max-width: 968px;
    float: left;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.qglh_mtsy_ul li span {
    float: right;
    font-size: 20px;
    color: #e20200;
}

.qglh_mtsy_ul li::before {
    content: '';
    width: 10px;
    height: 10px;
    background: #d00101;
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -5px;
    z-index: 1;
}

/* 鑱氱劍绉戞妧 */
.qglh_lyzj {
    margin-top: 0.4rem;
}

.qglh_lyzj_con {
    margin-top: 0.3rem;
}

.qglh_lyzj_left {
    position: relative;
    box-shadow: 0 0 20px rgb(255 0 0 / 30%);
    overflow: hidden;
    margin-bottom: 0.3rem;
}

.qglh_lyzj_left img {
    width: 100%;
    display: block;
}

.qglh_lyzj_left p,
.qglh_lyzj_right_item p {
    width: 100%;
    width: 6.9rem;
    height: 0.8rem;
    line-height: 0.8rem;
    background: linear-gradient(
        90deg,
        #ff0000 0%,
        #ff4343 50%,
        rgba(255, 128, 128, 0.1) 95%,
        #ffffff 100%
    );
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    padding: 0 0.4rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 0.32rem;
    color: #fff;
    box-sizing: border-box;
}

.qglh_lyzj_right {
    overflow: hidden;
}

.qglh_lyzj_right_item {
    position: relative;
    overflow: hidden;
    margin-bottom: 0.3rem;
}

.qglh_lyzj_right_item img {
    width: 100%;
    display: block;
}

.topBG {
    background: url(./kc_2023qglh_bodyTop_bg.png) no-repeat top left;
    background-size: 653px;
}

.bottomBG {
    background: url(./kc_2023qglh_bodyBottom_bg.png) no-repeat bottom center;
    background-size: 100%;
    padding-bottom: 1.4rem;
}

.middleBG {
    background: url(./kc_2023qglh_bodyMiddle_bg.png) no-repeat bottom center;
    background-size: 100%;
    padding-bottom: 0.4rem;
}
