body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, th, td { margin:0; padding:0; }
fieldset, img { border:0; }
:focus { outline:0; }
address, caption, cite, code, dfn, em, strong, th, var, optgroup { font-style:normal; font-weight:400; }
abbr, acronym { border:0; font-variant:normal; }
ol, ul { list-style:none; }
table { border-collapse:collapse; border-spacing:0; margin:0 auto; }
caption, th { text-align:left; }
sup, sub { font-size:100%; vertical-align:baseline; }
blockquote, q { quotes:none; }
blockquote:before, blockquote:after, q:before, q:after { content:none; }
.clear { clear:both; }
img { border:0;outline:0;}
a {
    text-decoration: none;
    color: inherit;
}

a:hover {
    color: #af0c0f;
}

body {
    font-family: "Microsoft YaHei";
    color: #1a1a1a;
}

.clear {
    zoom: 1;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

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

.mobileNone {
    display: none!important;
}


body {
    max-width: 480px;
    margin: 0 auto;
}
.gsxh_bg{
    background: url("sk_gsxh2025_bg_m.jpg");
}
.gsxh_container{
    padding: 0 0.25rem;
}

/* 头部 */
.gsxh_top{
    border-top: 0.04rem solid #f3c9b8;
    background: url("sk_gsxh2025_top1_m.jpg") no-repeat center bottom;
    background-size: 100% auto;
    height: 3.82rem;
    position: relative;
}
.gsxh_top_banner{
    height: 1.65rem;
    background: url("sk_gsxh2025_top3_m.jpg") no-repeat center center;
    background-size: 100% auto;
    position: absolute;
    width: 100%;
    top: -0.04rem;
    left: 0;
}
.gsxh_logo{
    margin-top: 1.9rem;
}
.gsxh_logo .imgs{
    width: 6.19rem;
    height: auto;
    display: block;
}

/* 导航 */
.gsxh_nav_w{
    background-color: #af0c0f;
    height: 0.76rem;
    padding: 0 0.53rem 0 0.2rem;
    position: relative;
}
.gsxh_nav_w .gsxh_container{
    padding: 0;
}
.gsxh_nav_s{
    font-size: 0;
    white-space: nowrap;
    overflow-x: scroll;
    padding-top: 0.09rem;
    position: relative;
    top: -0.09rem;
}
.gsxh_nav_s li{
    display: inline-block;
    line-height: 0.76rem;
    font-size: 0.3rem;
    text-align: center;
    margin-right: 0.07rem;
}
.gsxh_nav_s li:last-child{
    margin-right: 0;
}
.gsxh_nav_s li a{
    color: #ffffff;
    position: relative;
    display: block;
    transition: all .3s;
    padding: 0 0.29rem;
    background: no-repeat center center;
    background-size: 100%;
}
.gsxh_nav_s li a::after{
    content: " ";
    width: 0.07rem;
    height: 0.09rem;
    background: url("sk_gsxh2025_nav1.png") no-repeat center center;
    position: absolute;
    left: 100%;
    bottom: 100%;
    /* transition: all .3s; */
    opacity: 0;
}
.gsxh_nav_s li a::before{ 
    position: absolute;
    left: 0;
    bottom: 0;
    content: " ";
    width: 100%;
    height: 0.83rem;
    background:#efd8b7 no-repeat center center;
    background-size: 100% 100%;
    background-image: url("sk_gsxh2025_nav.png");
    opacity: 0;
    transition: all .3s;
}

.gsxh_nav_s li.on a::after{
    opacity: 1;
}
.gsxh_nav_s li:hover a::after{
    opacity: 1;
}
.gsxh_nav_s li.on a::before{
    opacity: 1;
}
.gsxh_nav_s li:hover a::before{
    opacity: 1;
}
.gsxh_nav_s li:hover a{
    color: #af0c0f;
    background-image: url("sk_gsxh2025_nav.png");
    font-weight: bold;
}
.gsxh_nav_s li.on a{
    color: #af0c0f;
    font-weight: bold;
    background-image: url("sk_gsxh2025_nav.png");
}
.gsxh_nav_s li span{
    position: relative;
    z-index: 2;
    display: block;
}

.gsxh_nav_mico{
    width: 0.29rem;
    height: 0.22rem;
    background: url("sk_gsxh2025_m1.png") no-repeat center center;
    background-size: 100% 100%;
    position: absolute;
    right: 0.25rem;
    top: 0.27rem;
}

.gsxh_nav_mw{
    position: absolute;
    left: 0;
    top: -0.07rem;
    width: 100%;
    border-top: 0.04rem solid #af0c0f;
    background-color: #fafaf6;
    z-index: 5;
    display: none;
}
.gsxh_nav_mw_ul{
	padding:0 0.25rem;
}
.gsxh_nav_mw_ul ul li{
	border-bottom: 1px solid #e8d2d3;
	padding: 0 0.23rem;
}
.gsxh_nav_mw_ul ul li .title{
	font-size: 0.32rem;
	line-height:0.35rem;
	position: relative;
	padding: 0.37rem 0 0.38rem;
}
.gsxh_nav_mw_ul ul li .title .icos{
	position: absolute;
	right: 0;
	top: 50%;
	width: 0.23rem;
	height: 0.13rem;
	margin-top: -0.07rem;
	background: url("sk_gsxh2025_m3.png") no-repeat center center;
	background-size: 100% 100%;
	transition: all 0.5s;
	transform: rotate(-90deg);
}
.gsxh_nav_mw_ul ul li.on .title .icos{
	transform: rotate(0deg);
}
.gsxh_nav_mw_ul ul li .ts.on{
    color: #af0c0f;
}
.gsxh_nav_mw_ul ul li .text{
	margin-top: 0;
	padding: 0 0.11rem 0.27rem;
}
.gsxh_nav_mw_ul ul li .text a{
	display: block;
	font-size: 0.3rem;
	line-height: 0.61rem;
}
.gsxh_nav_mw_ul ul li .text a.on{
    color: #af0c0f;
}
.icos_nav_close{
	width: 0.25rem;
	height: 0.25rem;
	background: url("sk_gsxh2025_m2.png") no-repeat center center;
	background-size: 100% 100%;
}


/* 头条 */
.gsxh_ywdt_yw{
    margin-top: 0.2rem;
    background: url("sk_gsxh2025_z1_m.png") no-repeat center center;
    padding: 0.28rem 0.25rem;
    background-size: 100% 100%;
}
.gsxh_ywdt_yw a {
    text-align: center;
    display: block;
    font-size: 0.3rem;
    /* font-weight: bold; */
    color: #af0c0f;
    font-weight: 600;
    letter-spacing: 0.03rem;
}
.gsxh_ywdt_yw img{
    display: block;
    margin: 0 auto;
    max-width: 100%;
    height: auto;
}

/* 轮播 */
.gsxh_ywdt_left{
    float: none;
}
.gsxh_ywdt_swiper{
    width: 7rem;
    height: 4.3rem;
    float: none;
    position: relative;
    margin-top: 0.18rem;
}
.gsxh_ywdt_swiper_li{
    width: 7rem;
    height: 4.3rem;
    position: relative;
}
.gsxh_ywdt_swiper_li a{
    display: block;
}
.gsxh_ywdt_swiper_li .imgs{
    width: 7rem;
    height: 4.3rem;
}
.gsxh_ywdt_swiper_li .texts{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    font-size: 0.28rem;
    /* font-weight: bold; */
    line-height: 0.7rem;
    height: 0.7rem;
    padding: 0 1.55rem 0 0.21rem;
    box-sizing: border-box;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.gsxh_ywdt_pagination{
    position: absolute;
    right: 0.22rem;
    bottom: 0.3rem;
    z-index: 2;
}
.gsxh_ywdt_pagination .swiper-pagination-switch{
    width: 0.1rem;
    height: 0.1rem;
    background-color: rgba(255, 255, 255, 0.7);
    border-radius: 0.1rem;
    float: left;
    margin: 0 0.05rem;
    transition: all 0.3s;
    cursor: pointer;
}
.gsxh_ywdt_pagination .swiper-active-switch{
    background-color: #af0c0f;
    width: 0.3rem;
}
/* 标题 */
.gsxh_index_title{
    width: 100%;
    height: 1.19rem;
    line-height: 1.19rem;
    background: url("sk_gsxh2025_z5_m.png") no-repeat left bottom;
    background-size: 100% auto;
}
.gsxh_index_title .texts{
    font-size: 0.42rem;
    font-weight: bold;
    padding-left: 0.71rem;
    background: url("sk_gsxh2025_ico_yw.png") no-repeat left center;
    background-size: 0.49rem 0.49rem;
    float: none;
}
.gsxh_index_title .mores{
    display: none;
}

/* 要闻动态 */
.gsxh_ywdt_right{
    margin-top: 0.2rem;
    float: none;
}

.gsxh_index_news1 {
    background: url("sk_gsxh2025_z6.png") repeat-x left bottom;
    background-size: 100% auto;
    padding-bottom: 0.32rem;
    margin-top: 0.31rem;
}
.gsxh_index_news1 .t1 {
    line-height: 0.49rem;
    font-size: 0.32rem;
    font-weight: bold;
    overflow: hidden;
    display: block;
}
.gsxh_index_news1 .t2 {
    line-height: 0.46rem;
    font-size: 0.26rem;
    text-align: justify;
    color: #666666;
    overflow: hidden;
    margin-top: 0.13rem;
    display: block;
}
.gsxh_index_news1 .t2 a {
    color: #cda15b;
    transition: all 0.3s;
}
.gsxh_index_news1 .t2 a:hover{
    color: #af0c0f;
}

.gsxh_index_news2 {
    padding-top: 0.33rem;
}
.gsxh_index_news2 li {
    clear: both;
    overflow: hidden;
    background: url("sk_gsxh2025_z4_m.png") no-repeat left center;
    background-size: 0.11rem auto;
    background-position: 0 0.16rem;
    margin-bottom: 0.23rem;
}
.gsxh_index_news2 li .kj {
    padding-left: 0.25rem;
    box-sizing: border-box;
    font-size: 0.3rem;
    line-height: 0.45rem;
    display: block;
}
.gsxh_ywdt_right .gsxh_index_news2{
    padding-bottom: 0.19rem;
}

/* 更多 */
.gsxh_index_mmores .mores{
    width: 4.98rem;
    line-height: 0.86rem;
    border: 0.02rem solid #cda15b;
    display: block;
    border-radius: 0.06rem;
    margin: 0 auto;
    font-size: 0.3rem;
    color: #cda15b;
    text-align: center;
    background-color: rgba(249, 249, 249, 0.73);
}
.gsxh_index_mmores .mores .sp{
    display: inline-block;
    padding-right: 0.46rem;
    background: url("sk_gsxh2025_z3.png") no-repeat right center;
    background-size: 0.31rem auto;
}

/*  */
.gsxh_ywdt_jy{
    margin-top: 0.8rem;
}
.gsxh_ywdt_jy .imgs{
    float: none;
    margin-bottom: 0.3rem;
    display: block;
}
.gsxh_ywdt_jy .imgs:last-child{
    margin-bottom: 0;
}
.gsxh_ywdt_jy .imgs img{
    display: block;
    width: 100%; 
}

.gsxh_news_kj{
    width: 100%;
    background-color: #ffffff;
    padding: 0.14rem 0.3rem 0.68rem;
    box-sizing: border-box;
    box-shadow: 0px 0px 0.3rem 0px rgba(235, 223, 206, 0.32);
    margin-top: 0.8rem;
}
.gsxh_news_kj .gsxh_index_title{
    background-image: url("sk_gsxh2025_z8_m.png");
}
/* 学术交流 */
.gsxh_index_title .icos_xsjl{
    background-image: url("sk_gsxh2025_ico_xs.png");
}
.gsxh_index_news3{
    margin-top: 0.34rem;
}
.gsxh_index_news3 .imgs_l img{ 
    width: 2.78rem;
    height: 1.7rem;
    display: block;
}
.gsxh_index_news3 .titles_r{
    width: 3.23rem;
}
.gsxh_index_news3 .titles_r .t1 {
    line-height: 0.46rem;
    font-size: 0.28rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    text-align: justify;
}
.gsxh_index_news3 .titles_r .t2 {
    display: none;
}
.gsxh_index_news3 .titles_r .t2 a {
    color: #a20a0d;
    transition: all 0.3s;
}
.gsxh_index_news3 .titles_r .t2 a:hover{
    color: #cda15b;
}


.gsxh_index_news4 {
    margin-top: 0;
}
.gsxh_index_news4 li {
    font-size: 0.3rem;
    line-height: 0.46rem;
    clear: both;
    overflow: hidden;
    background: url("sk_gsxh2025_z7.png") repeat-x left bottom;
    background-size: 100% auto;
    padding: 0.32rem 0;
}
.gsxh_index_news4 li .kj {
    box-sizing: border-box;
    padding-left: 0.24rem;
    display: block;
    overflow: hidden;
    background: url("sk_gsxh2025_z4_m.png") no-repeat left center;
    background-size: 0.11rem auto;
    background-position: 0 0.16rem;
}
.gsxh_index_news4 li:last-child{
    background: none;
}
.gsxh_xsjl .gsxh_index_news4{
    padding-bottom: 0.14rem;
}


/* 通知公告 */
.gsxh_index_title .icos_tzgg{
    background-image: url("sk_gsxh2025_ico_tz.png");
}
.gsxh_index_news5{
    margin-top: 0.33rem;
}
.gsxh_index_news5 li{
    margin-bottom: 0.3rem;
    position: relative;
    padding-left: 1.33rem;
}
.gsxh_index_news5 li .dates{
    position: absolute;
    top: 0.1rem;
    left: 0;
    padding-right: 0.25rem;
    text-align: center;
    font-family: "arial";
    color: #88050c;
    border-right: 1px solid #d7bebe;
}
.gsxh_index_news5 li .dates .dd{ 
    font-style: normal;
    display: block;
    font-size: 0.48rem;
    font-weight: bold;
    line-height: 0.48rem;
}
.gsxh_index_news5 li .dates .yy{ 
    display: block;
    font-size: 0.22rem;
    line-height: 0.22rem;
    margin-top: 0.06rem;
}
.gsxh_index_news5 li .texts{
    min-height: 0.92rem;
    line-height: 0.46rem;
    font-size: 0.3rem;
    display: flex;
    align-items: center;
    text-align: justify;
}
.gsxh_tzgg .gsxh_index_news5{
    padding-bottom: 0.12rem;
}

.gsxh_cgtj_gsnh .gsxh_index_news4{
    padding-bottom: 0.12rem;
}

/* 成果推荐 */
.gsxh_index_title .icos_cgtj{
    background-image: url("sk_gsxh2025_ico_cg.png");
}

/* 国史年会 */
.gsxh_index_title .icos_gsnh{
    background-image: url("sk_gsxh2025_ico_gs.png");
}

/* 底部 */
.gsxh_footer{
    border-top: 0.1rem solid #a20a0d;
    margin-top: 1.28rem;
    background-color: #f2f2f0;
    padding-bottom: 0.68rem;
}
.gsxh_footer_link{
    margin-top: 0.37rem;
    font-size: 0.26rem;
    line-height: 0.5rem;
    padding-bottom: 0.32rem;
}
.gsxh_footer_link .titles{
    font-weight: bold;
}
.gsxh_footer_link .links{
    margin-top: 0.04rem;
}
.gsxh_footer_link .links li{
    float: left;
    margin-right: 0.58rem;
}
.gsxh_footer_link .links li:last-child{
    margin-right: 0;
}
.gsxh_footer_bq{
    display: flex;
    justify-content: center;
    padding: 0.26rem 0 0;
    border-top: 1px solid #d7c4c4;
}
.gsxh_footer_bqs .sydw{
    float: none;
    margin-top: 0.18rem;
    text-align: center;
    font-size: 0;
}
.gsxh_footer_bqs .sydw img{
    display: inline-block;
    width: 0.53rem;
}
.gsxh_footer_bqs .banq{
    font-size: 0.24rem;
    line-height: 0.56rem;
    float: none;
}
.gsxh_footer_bqs .banq span{ 
    display: inline-block;
    margin-right: 0.4rem;
}
.gsxh_footer_bqs .banq span:last-child{
    margin-right: 0;
}
.gsxh_footer_bqs .banq span:nth-child(2){
    margin-right: 0;
}


/* 位置导航 */
.gsxh_weiz{
    font-size: 0.26rem;
    line-height: 0.46rem;
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
}

.gsxh_list_s{
    border: 1px solid #e9e1d9;
    background-color: #ffffff;
    padding: 0.14rem 0.3rem 0;
    float: none;
}
.gsxh_list_titles{
    line-height: 1.19rem;
    text-align: center;
    font-size: 0.42rem;
    background: url("sk_gsxh2025_z18.png") no-repeat center bottom;
    background-size: auto 0.09rem;
}

.gsxh_list_news1 {
    margin-top: 0.2rem;
}
.gsxh_list_news1 li {
    font-size: 0.3rem;
    line-height: 0.46rem;
    clear: both;
    overflow: hidden;
    background: url("sk_gsxh2025_z7.png") repeat-x left bottom;
    background-size: 100% auto;
    padding: 0.32rem 0;
}
.gsxh_list_news1 li .kj {
    box-sizing: border-box;
    padding-left: 0.24rem;
    display: block;
    overflow: hidden;
    background: url("sk_gsxh2025_z4_m.png") no-repeat left center;
    background-size: 0.11rem auto;
    background-position: 0 0.16rem;
}
.gsxh_list_news1 li .dates{
    font-size: 0.26rem;
    line-height: 1;
    color: #707070;
    text-align: right;
    display: block;
    padding-top: 0.1rem;
}

/* 分页 */
.gsxh_page_w{
    text-align: center;
    font-size: 0;
    padding: 0.5rem 0;
}
.gsxh_page{
    display: inline-block;
}
.gsxh_page a,
.gsxh_page span {
    font-size: 0.26rem;
    height: 0.5rem;
    line-height: 0.5rem;
    display: inline-block;
}
.gsxh_page a {
    padding: 0 0.16rem;
    background: #ffffff;
    border: 1px solid #eadada;
    min-width: 0.5rem;
    box-sizing: border-box;
    border-radius: 0.02rem;
    margin: 0 0.06rem 0.06rem;
}
.gsxh_page a:hover,
.gsxh_page a.on {
    background: #a20a0d;
    color: #ffffff;
    border: 1px solid #a20a0d;
}
.gsxh_page span {
    padding: 0 0.04rem;
}
.gsxh_page .gsxh_text {
    position: relative;
    top: 0;
    width: 0.58rem;
    height: 0.5rem;
    line-height: 0.46rem;
    border: 1px solid #eadada;
    border-radius: 0.02rem;
    font-size: 0.26rem;
    text-align: center;
    outline: none;
    box-sizing: border-box;
    margin-left: 0.025rem;
}
.gsxh_page .gsxh_btn {
    width: 46px;
    height: 0.5rem;
    line-height: 0.5rem;
    border: 0;
    border-radius: 0.02rem;
    color: #ffffff;
    font-size: 0.26rem;
    text-align: center;
    outline: none;
    cursor: pointer;
    background: #a20a0d;
}

.gsxh_list_s .gsxh_index_mmores{
    padding-top: 0.8rem;
    padding-bottom: 0.8rem;
}

/* 下级详情页 */
.gsxh_article_s{
    border: 1px solid #e9e1d9;
    background-color: #ffffff;
    padding: 0.34rem 0.3rem 0;
}
.gsxh_article_s .titles{
    font-size: 0.42rem;
    line-height: 0.62rem;
    text-align: center;
}
.gsxh_article_ly{
    margin-top: 0.16rem;
    border-bottom: 1px solid #af0c0f;
    padding: 0.18rem 0;
    text-align: center;
    font-size: 0;
}
.gsxh_article_ly ul{
    float: none;
}
.gsxh_article_ly li{
    font-size: 0.26rem;
    color: #707070;
    line-height: 0.46rem;
    padding-left: 0.4rem;
    background: no-repeat left center;
    background-size: 0.3rem auto;
    margin-right: 0.2rem;
    float: none;
    display: inline-block;
}
.gsxh_article_ly li:last-child{
    margin-right: 0;
}
.gsxh_article_ly li.source{
    background-image: url("sk_gsxh2025_z10.png");
}
.gsxh_article_ly li.date{
    background-image: url("sk_gsxh2025_z11.png");
}

.gsxh_article_cn{
    font-size: 0.28rem;
    line-height: 0.46rem;
    margin-top: 0.3rem;
    padding-bottom: 0.4rem;
}
.gsxh_article_cn p{
    margin-bottom: 0.1rem;
}
.gsxh_article_cn img{
    max-width: 80%;
}

/* 学会介绍 */
.gsxh_list_about{
    font-size: 0.28rem;
    line-height: 0.46rem;
    margin-top: 0.3rem;
    padding-bottom: 0.4rem;
}
.gsxh_list_about p{
    margin-bottom: 0.1rem;
}
.gsxh_list_about img{
    max-width: 80%;
}


/* 学会领导 */
.gsxh_list_leader{
    margin-top: 0.32rem;
    padding-bottom: 0.6rem;
}
.gsxh_list_leader li{
    margin-bottom: 0.32rem;
}
.gsxh_list_leader li .kjs{
    text-align: center;
    font-size: 0;
}
.gsxh_list_leader li .imgs_w{
    padding: 0.08rem;
    border: 1px solid #eadfe0;
    margin: 0 auto;
    display: inline-block;
}
.gsxh_list_leader li .imgs_w img{
    width: 1.9rem;
    height: 2.6rem;
}
.gsxh_list_leader li .texts .tsa{
    font-size: 0.32rem;
    line-height: 0.52rem;
    margin-top: 0.14rem;
}
.gsxh_list_leader li .texts .psa{
    font-size: 0.24rem;
    line-height: 0.32rem;
    color: #333333;
}
.gsxh_list_leader .uls_three li{
    width: 48%;
    float: left;
    padding: 0 1%;
}
.gsxh_list_leader ul:last-child li{
    margin-bottom: 0;
}

