/* 移动端适配 - 宽度100% */
* {
    margin: 0;
    padding: 0;
    font-family: "\5FAE\8F6F\96C5\9ED1";
    font-size: 14px;
    box-sizing: border-box;
}

html {
    background: #ffffff;
}

body {
    color: #383838;
    width: 100%;
    cursor: default;
    margin: 0 auto;
    padding: 0;
    height: auto;
    font-size: 14px;
    background: #EDF4FF;
}

ol, ul, li, dl, dd, dt {
    list-style: none;
}

.float {
    float: left;
}

.floatr {
    float: right;
}

.clear {
    clear: both;
    height: 1px;
    overflow: hidden;
}

a {
    text-decoration: none;
}

/* 头部导航 - 移动端 */
.kqyxBox {
    width: 100%;
    height: auto;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    background: url('../img/topbj.png') no-repeat;
    background-size: 100% 100%;

}

.kqyxBox .kqyxTop {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin: 10px auto;
    padding: 0 15px;
    position: relative;
}

.kqyxBox .kqyxTop img {
    width: auto;
    width: auto;
    height: 1.5rem;
}

.kqyxBox .nav {
    width: 100%;
    height: auto;
    background: none;
}

.kqyxBox .nav .nav_content {
    display: none; /* 隐藏PC端导航 */
}

/* 移动端导航 */
.kqyxBox .yd_nav {
    display: block;
    
    position: absolute;
    top: 0;
    right: 0;
}

.kqyxBox .yd_nav_content {
    display: flex;
    flex-wrap: wrap;
    align-items: self-start;
    justify-content: space-between;
    width: 100%;
}
.kqyxBox .yd_nav_content .f1{
    width: 100%;
}
.nav_btn {
   
    width: 3rem;
    height: 3rem;
    background: none;
    border: none;
}

.nav_btn img {
    width: 2rem;
    height: auto;
    display: inline-block;
}
/* 移动端轮播图 */
.banner {
    width: 100%;
    height: auto;
    position: relative;
}

.banner img {
    width: 100%;
    height: auto;
    min-height: 200px;
    background-size: cover;
}

.banner .swiper-pagination-bullet {
    width: 15px;
    height: 4px;
    background: #ffffff;
    opacity: .8;
    margin: 0 4px !important;
    border-radius: 10px;
}

.banner .swiper-pagination-bullet-active {
    width: 20px;
    height: 4px;
    background: #3070FE;
    opacity: 1;
    border-radius: 10px;
}

/* 成果视频 - 移动端 */
.achVideo {
    width: 100%;
    height: auto;
    display: flex;
    flex-flow: column;
    margin: 15px auto;
    padding: 0 15px;
}

.achVideo .achLeft,
.achVideo .achRight {
    width: 100% !important;
    margin-bottom: 20px;
}

.achVideo.no-video .achLeft {
    display: none; /* 隐藏左侧 */
}
.achVideo .achLeft .achTop,
.achVideo .achRight .achTop {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
    position: relative;
}

.achVideo .achLeft .achTop img,
.achVideo .achRight .achTop img {
    width: 50%;
    max-width: 200px;
    height: auto;
}

.achVideo .achRight .achTop a {
    font-size: 14px;
    line-height: 30px;
    position: static;
    transform: none;
    color: #383838;
}

.achVideo .achLeft .achBottom {
    width: 100%;
    border-radius: 8px;
    padding: 5px 0;
}

.achVideo .achLeft .achBottom video {
    width: 100%;
    border-radius: 8px;
}

.achVideo .achRight .achText {
    width: 100%;
    background: #FFFFFF;
    border-radius: 8px;
    padding: 12px;
}

.achVideo .achRight .achText p {
    font-size: 16px;
    line-height: 24px;
    text-indent: 2em;
    -webkit-line-clamp: 5;
}

/* 申报资料 - 移动端 */
.matBox {
    width: 100%;
    height: auto;
    display: flex;
    flex-flow: column;
    margin: 15px auto;
    padding: 0 15px;
}

.matBox .matLeft,
.matBox .matRight {
    width: 100%;
    margin-bottom: 20px;
}

.matBox .matLeft .achTop,
.matBox .matRight .achTop {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
    position: relative;
}

.matBox .matLeft .achTop img,
.matBox .matRight .achTop img {
    width: 50%;
    max-width: 200px;
    height: auto;
}

.matBox .matLeft .achTop a,
.matBox .matRight .achTop a {
    font-size: 14px;
    line-height: 30px;
    position: static;
    transform: none;
    color: #383838;
}

.matBox .matLeft .matBottom {
    width: 100%;
    
}

.matBox .matLeft .matBottom .matSmall {
    padding: 12px;
    margin-bottom: 8px;
    display: flex;
    justify-content: space-between;
    background: #ffffff;
    border-radius: 12px;
    align-items: center;
}

.matBox .matLeft .matBottom .matSmall p:nth-child(1) {
    font-size: 16px;
    line-height: 24px;
}

.matBox .matLeft .matBottom .matSmall p:nth-child(2) {
    font-size: 14px;
    line-height: 24px;
}

.matBox .matLeft .matBottom .matSmall a {
    background: #E0EEFF;
    border-radius: 8px;
    box-shadow: 0 5px 18px rgba(45, 100, 203, .04);
    font-size: 14px;
    line-height: 35px;
    border: none;
    color: #006EEF;
    padding: 0 15px;
}

.matBox .matRight .matBottom {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    padding: 12px;
}

.matBox .matRight .matSmall {
    width: calc(50% - 5px);
    line-height: 40px;
    border-right: none;
    margin-left: 0 !important;
}

.matBox .matRight .matSmall:nth-child(odd) {
    border-right: 1px dashed #707070;
    padding-right: 10px;
}
.matBox .matRight .matSmall img{
     width: 15px;
    height: 15px;
    margin-right: 10px;
    object-fit: contain;
}

.matBox .matRight .matSmall span {
    font-size: 14px;
    color: #383838;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* 媒体聚焦 - 移动端 */
.mediaBox {
    width: 100%;
    display: flex;
    flex-flow: column;
    margin: 15px auto;
    padding: 0 15px;
}

.mediaBox .mediaTop {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
    position: relative;
}

.mediaBox .mediaTop img {
    width: 50%;
    max-width: 180px;
    height: auto;
}

.mediaBox .mediaTop a {
    font-size: 14px;
    line-height: 30px;
    position: static;
    transform: none;
    color: #383838;
}

.mediaBox .mediaBottom {
    width: 100%;
    background: #ffffff;
    border-radius: 8px;
    display: flex;
    flex-flow: column;
    padding: 12px;
    gap: 15px;
}

.mediaBox .mediaBottom a {
    width: 100%;
    display: flex;
    gap: 12px;
}

.mediaBox .mediaBottom a img {
    width: 120px;
    height: 80px;
    object-fit: cover;
    border-radius: 4px;
}


.mediaBox .mediaBottom a .mediaSmall p:nth-child(1) {
    font-size: 16px;
    line-height: 22px;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: #383838;
}

.mediaBox .mediaBottom a .mediaSmall p:nth-child(2) {
    font-size: 14px;
    line-height: 30px;
    color: #848588;
}

/* 成果展示 - 移动端 */
.resultsBox {
    width: 100%;
    display: flex;
    flex-flow: column;
    margin: 15px auto;
    padding: 0 15px;
}

.resultsBox .resultsTop {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
    position: relative;
}

.resultsBox .resultsTop img {
    width: 50%;
    max-width: 180px;
    height: auto;
}

.resultsBox .resultsTop a {
    font-size: 14px;
    line-height: 30px;
    position: static;
    transform: none;
    color: #383838;
}

.dcxyBox {
    width: 100% !important;
    padding: 10px !important;
    margin: 0 !important;
    margin: 0 auto;
    overflow: hidden;
}

.dcxyBox .swiper-slide {
    width: 100% !important;
    height: 18rem !important;
}

.dcxyBox .swiper-slide a,
.dcxyBox .swiper-slide a img {
    width: 100%;
    height: 18rem;
}

.dcxyBox .swiper-button-next,
.dcxyBox .swiper-button-prev {
    margin: 0 -20px;
}

/* 底部 - 移动端 */
.footerBox {
    width: 100%;
    background: #2f61ef;
    padding: 20px 15px;
}

.footerBox .footSmall {
    width: 100%;
    display: flex;
    flex-flow: column;
    align-items: center;
    text-align: center;
    gap: 15px;
}

.footerBox .footSmall img {
    width: auto;
    max-width: 150px;
    height: auto;
    max-height: 50px;
}

.footerBox .footSmall p {
    font-size: 14px;
    line-height: 24px;
    color: #ffffff;
}

/* 详情页 - 移动端 */
.tzggBox1 {
    width: 100%;
    height: auto;
    min-height: 3rem;
    background: #2f61ef;
    border-top: 1px solid #ffffff;
    padding: 0 10px;
}

.tzggBox1 .dhlBox {
    width: 100%;
    line-height: 3rem;
    color: #ffffff;
    flex-wrap: wrap;
}

.tzggBox1 .dhlBox a {
    font-size: 14px;
    margin: 0 5px;
    color: #ffffff;
}

.tzggBox1 .dhlBox img {
    width: 20px;
    height: 25px;
}

.mainBox {
    width: 100%;
    display: flex;
    flex-flow: column;
    margin: 15px auto;
    padding: 0 15px;
}

.mainBox .mainLeft {
    width: 100%;
    margin-bottom: 20px;
}

.mainBox .mainLeft p {
    line-height: 50px;
    font-size: 20px;
    border-radius: 8px 8px 0 0;
}

.mainBox .mainLeft span {
    line-height: 45px;
    font-size: 18px;
}

.mainBox .mainRight {
    width: 100%;
}

.gkBoxBig .gkTitle {
    line-height: 40px;
    font-size: 24px;
}

.gkBoxBig .fbsjTime {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 0 10px;
    background: #ffffff;
    margin: 5px 0;
}

.gkBoxBig .fbsjTime p {
    margin: 5px 0;
}

.gkBoxBig .gkwb p {
    font-size: 16px;
    line-height: 28px;
}
.gkBoxBig .gkwb p img {
    width: 100%;
    margin: 10px 0;
}
.mainLeft{
    display: none;
}
/* 列表 */
.mainRight{
    width: 100%;
    display: flex;
    flex-flow: column;
}
.mainBox .mainRight .gjzcBox .bgBox{
    width: 100%;
    display: flex;
    flex-flow: column;
    padding:0 1rem 1rem 1rem;
    background: #fafafa;
}
 .mainRight .gjzcBox .bgBox li{
    width: 100%;
    display: flex;
    padding-top: 1rem;
}
 .mainRight .gjzcBox .bgBox li a{
    width: 100%;
    display: flex;
    text-decoration: none;
}
 .mainRight .gjzcBox .bgBox img{
    width: 10rem;
    height: 7rem;
}
 .mainRight .gjzcBox .bgBox .dl_xiao{
    width: calc(100% - 11rem);
    display: flex;
    flex-flow: column;
    justify-content: space-evenly;
    margin-left: 1rem;
}
 .gjzcBox .bgBox .dl_xiao .jyBox{
    width: 100%;
    text-decoration: none;
    color: #999;
    font-size: 0.9rem;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    white-space: normal;
}   
 .mainRight .gjzcBox .bgBox .bgBoxLeft{
    width: 100%;
    font-size: 1rem;
    color: #000;
    white-space: nowrap; 
    overflow: hidden; 
    text-overflow: ellipsis;
}
 .mainRight .gjzcBox .bgBox .bgTime{
    font-size: 0.8rem;
    color: #666;
}
.dbqhBox{
    width: 100%;
    display: flex;
    display: flex;
    justify-content: center;
    margin: 1rem 0;
}
.dbqhBox div{
    border: 0.1rem solid #e1e1e1;
    padding: 0.5rem;
}
.dbqhBox div:hover{
    background: #e1e1e1;
}

/* 图片列表 */
.photoRight{
    width: 100%;
    height: auto;
    display: flex;
    flex-flow: column;
}
.photoRight1{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.photoRight1 .photoRightBox{
    width: 100%;
    height: 16rem;
    display: flex;
    flex-flow: column;
    align-items: center;
    margin-bottom: 1rem;
    border-radius: 0.2rem;
    text-decoration: none;
    color: #000;
    border-radius: 0.2rem;
    box-shadow: 0 0 1.2rem 0.2rem #f1f1f1;
    background: #ffffff;
    padding: 10px;
}
.photoRight1 .photoRightBox div{
    width:100%;
    line-height: 3rem;
    font-size: 1rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding:0 0.5rem;
}
.photoRight1 .photoRightBox img{
    width: 100%;
    height: 12rem;
}