@charset "UTF-8";

.banner img {
    width: 100%;
}

section {
    padding-top: 0.3rem;
    background: #F2F3F7;
}

aside {
    text-align: center;
    width: 2.5rem;
    min-width: 2.5rem;
    font-family: "SourceHanSerif-Bold";
    background: #fff;
}

aside p {
    font-size: 0.28rem;
    color: #fff;
    height: 0.88rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--varColor);
}

aside ul li {
    position: relative;
    cursor: pointer;
}

aside ul li a {
    position: relative;
    height: 0.77rem;
    font-size: 0.2rem;
    font-weight: normal;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #666;
}

aside ul li.on > a {
    color: var(--varColor);
    background: rgba(0, 99, 54, 0.08);
}

aside ul li span {
    position: absolute;
    top: 0.27rem;
    right: 0.2rem;
    color: #9D9696;
    font: 0.2rem '宋体';
    font-weight: bolder;
    transition: .3s;
}

aside ul li.on span {
    color: var(--varColor);
}

aside dl {
    display: none;
}

aside dl dt a {
    color: #666;
    background: #F6F6F6
}

aside dl dt.on a {
    color: var(--varColor);
}

aside ul li.on dl {
    display: block;
}

main {
    width: calc(100% - 2.86rem);
}

.bread {
    height: 0.72rem;
    align-items: center;
    margin-bottom: 0.32rem;
    border-bottom: 0.01rem solid #ddd;
    box-sizing: border-box;
}

.bread h2 {
    font-family: "SourceHanSerif-Bold";
    font-size: 0.28rem;
    position: relative;
    display: inline-flex;
    align-items: center;
    height: 100%;
    color: var(--varColor);
}

.bread h2::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -0.02rem;
    left: 0;
    height: 0.03rem;
    background: var(--varColor);
}

.bread p, .bread p a {
    color: #666;
    font-size: 0.18rem;
}

.bread p a:first-of-type {
    padding-left: 0.3rem;
    background: url("../images/home.png") no-repeat left center;
    background-size: 0.2rem;
}

.bread p a:hover {
    color: var(--varColor);
}

.wrapper {
    padding: 0.24rem;
    background: #fff;
}

/*详情页*/
.caption {
    font-size: 0.16rem;
    text-align: center;
    padding: 0.1rem 0 0.3rem;
}

.caption h2 {
    color: var(--varColor);
    font-size: 0.5rem;
    font-family: "SourceHanSerif-Bold";
}

.caption p {
    margin-top: 0.1rem;
}

.caption p span {
    color: #666;
    margin: 0 0.1rem;
}

.content {
    font-size: 0.16rem;
    line-height: 1.75em;
    text-align: justify;
}

/*列表页*/
.list-text li {
    padding: 0.2rem;
    border-bottom: 1px dashed #ddd;
}

.list-text a {
    display: flex;
    font-size: 0.18rem;
    line-height: 1em;
    transition: all 0.5s ease;
}

.list-text a span {
    color: var(--varColor);
    margin-right: 0.2rem;
}

.list-text a p {
    flex: 1;
}

.list-text li:hover {
    background: rgba(0, 99, 54, 0.05);
}

.list-text li:hover a {
    transform: translateX(10px);
}

/*种质资源*/
.list-img {
    margin: 0 -0.12rem;
    overflow: hidden;
}

.list-img li {
    float: left;
    width: 25%;
    padding: 0 0.12rem;
    margin-top: 0.24rem;
}

.list-img li .img {
    height: 2.56rem;
    position: relative;
}

.list-img li p {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 0.45rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 0.16rem;
    background: rgba(0, 0, 0, 0.5);
    transition: .3s;
}

.list-img li .img:hover p {
    height: 100%;
    font-size: 0.2rem;
    font-weight: bold;
    background: rgba(0, 99, 54, 0.5);
}

/*分页*/
.pagebox{overflow:hidden;zoom:1;font-size:12px;text-align: center;font-family:"宋体",sans-serif; margin-top: 0.24rem; }
.pagebox span{/* float:left; */display: inline-block;height: 23px;/* line-height: 21px; */margin-right:2px;overflow:hidden;text-align:center;background:#fff;}
.pagebox span a{display: inline-block;overflow:hidden;zoom:1;_float:left;}
.pagebox span.pagebox_pre_nolink{border:1px #ddd solid;  height:21px; line-height:21px; text-align:center; color:#999; cursor:default;}
.pagebox span.pagebox_pre{color:#3568b9; height:23px;}
.pagebox span.pagebox_pre a,.pagebox span.pagebox_pre a:visited,.pagebox span.pagebox_next a,.pagebox span.pagebox_next a:visited{border:1px #b8b8b8 solid; color:#b8b8b8; text-decoration:none; text-align:center; width:53px; cursor:pointer; height:21px; line-height:21px;}
.pagebox span.pagebox_pre a:hover,.pagebox span.pagebox_pre a:active,.pagebox span.pagebox_next a:hover,.pagebox span.pagebox_next a:active{color:#363636; border:1px #363636 solid;}
.pagebox span.pagebox_num_nonce{border:1px #ab0101 solid; padding:0 8px; height:21px; line-height:21px; color:#fff; cursor:default; background:#d20001;}
.pagebox span.pagebox_num{color:#3568b9; height:23px;}
.pagebox span a, .pagebox span a:visited{border:1px #b8b8b8 solid; color:#8a8a8a; text-decoration:none; padding:0 8px; cursor:pointer; height:21px; line-height:21px;}
.pagebox span.pagebox_num a:hover,.pagebox span.pagebox_num a:active{border:1px #363636 solid;color:#363636;}
.pagebox span.pagebox_num_ellipsis{color:#393733; width:22px; background:none; line-height:23px;}
.pagebox span.pagebox_next_nolink{border:1px #ddd solid; width:53px; height:21px; line-height:21px; text-align:center; color:#999; cursor:default;}
.pagebox_jump {
    display: none;
}