/* 最新动态和公告通知 */
/* title-begin */
.banner {
    background-color: #fff;
    min-height: 5rem;
    padding-top: 0.3rem;
    padding-bottom: 0.5rem;
}

.banner-box {
    width: 12rem;
    height: 100%;
    margin: 0 auto;
    padding: 0.2rem;
    box-sizing: border-box;
    overflow: hidden;
}

.newActives-box,
.announcement-box {
    width: 48%;
}

.newActives-title,
.announcement-title {
    padding-bottom: 0.25rem;
    border-bottom: 1px solid #F4EEEB;
    position: relative;
}

.newActives-title:after,
.announcement-title:after {
    position: absolute;
    content: '';
    width: 1.4rem;
    height: 9px;
    background-color: #F4EEEB;
    left: 0;
    bottom: -4px;
}

.newActives-title span,
.newActives-title a,
.announcement-title span,
.announcement-title a {
    font-size: 0.14rem;
    color: rgb(79, 79, 79);
}

.newActives-title a:hover,
.announcement-title a:hover {
    color: #000;
}

.newActives-title hr,
.announcement-title hr {
    width: 22%;
    height: 0.04rem;
    position: absolute;
    bottom: -0.11rem;
    left: 0;
    background: #989491;
}

/* title-end */
/* 列表信息 */
.newsActives-list,
.announcement-list {
    overflow: hidden;
}

.announcement-list {
    /* padding: 0.15rem 0.1rem; */
}

.newsActives-list li,
.announcement-list li {
    padding: 0.4rem 0 0.15rem;
    overflow: hidden;
    border-bottom: 2px dashed #f7f7f7;
}

.announcement-list li {
    padding: 0.3rem 0 0.15rem;
    border-bottom-color: #fff;
}

.newsActives-list-date {
    width: 15%;
    text-align: right;
    padding-right: 0.05rem;
    box-sizing: border-box;
}

.announcement-list-date {
    width: 25%;
    text-align: center;
    padding: 0.15rem;
    box-sizing: border-box;
    background: #F7F7F7;
}

.date-t {
    font-size: 0.3rem;
    color: #940000;
}

.date-ny {
    font-size: 0.14rem;
    color: #940000;
}

.newsActives-list-info {
    width: 82%;
    border-left: 2px solid #f7f7f7;
    padding: 0px 0px 5px 8px;
}

.announcement-list-info {
    width: 72%;
    padding: 0 0 0.05rem 0.08rem;
}

.info-title {
    font-size: 0.18rem;
    /* font-weight: bold; */
    color: #000;
    margin-bottom: 0.08rem;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
}

.info-intro {
    font-family: "PingFangSCRegular";
    font-size: 0.16rem;
    color: #3d3d3d;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.newsActives-list li:hover .info-title,
.announcement-list li:hover .info-title {
    color: #9B0001;
}

/* 场馆相关信息 */
.announcement-venues {
    width: 100%;
    height: 1.38rem;
    background: #F7F7F7;
    margin: 0.3rem auto;
    padding: 0.1rem 0.15rem;
    box-sizing: border-box;
}

.announcement-venues li:first-child {
    width: 65%;
    color: #555;
}

.announcement-venues li:first-child p {
    font-size: 0.14rem;
}

.announcement-venues li.right {
    margin-right: 0.5rem;
    text-align: center;
    font-weight: bold;
}
.announcement-venues p{
    margin-top: 0.1rem;
}
.announcement-venues .right p{
    margin-top: 0.1rem;
    font-family: "PingFangSCRegular";
    font-size: 0.14rem;
}
.announcement-venues-text{
    font-family: "PingFangSCRegular";
}

/* 追本薯源 */
.banner2 {
    width: 100%;
    min-height: 5rem;
    background: #F7F7F7;
}

.banner2-box {
    width: 12rem;
    margin: 0 auto;
    min-height: 5rem;
    height: 100%;
    padding: 0.6rem 0.2rem;
    box-sizing: border-box;
}

.potato-source-title h1,
.potato-clan-title h1 {
    margin-bottom: 0.02rem;
}

.potato-source-title span,
.potato-clan-title span {
    margin-top: 0.1rem;
    font-size: 0.14rem;
    /*font-weight: bold;*/
    color: rgb(79, 79, 79);
}

.potato-source-year {
    overflow: hidden;
    margin-top: 0.3rem;
}

.potato-source-year li {
    float: left;
    width: 33.33%;
    border-top: 1px solid #939393;
}

.potato-source-year li>a {
    color: #939393;
    padding: 0.15rem 0rem;
    /*border-top: 1px solid #999;*/
    display: inline-block;
    width: 100%;
    text-align: center;
}
.potato-source-year li.active>a{
    color: #940000;
}

/* .potato-source-year li:hover, */
.potato-source-year li.active {
    font-weight: bold;
    border-top: 0.02rem solid #940000;
    position: relative;
}

/* .potato-source-year li:hover::before, */
.potato-source-year li.active::before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: 8px solid #940000;
    border-color: #940000 transparent transparent transparent;
    position: absolute;
    top: 0px;
    left: 48%;
}

.potato-source-info {
    margin: 0.35rem 0;
    overflow: hidden;
    position: relative;
}

.potato-source-info .prev,
.potato-source-info .next {
    display: block;
    width: 0.3rem;
    height: 0.3rem;
    border: 1px solid #999;
    border-color: transparent transparent #999 #999;
    position: absolute;
    top: 45%;
    cursor: pointer;
}

.potato-source-info .prev:hover,
.potato-source-info .next:hover {
    border-color: transparent transparent #000 #000;
}

.potato-source-info .prev {
    left: 5%;
    transform: rotate(45deg);
}

.potato-source-info .next {
    right: 5%;
    transform: rotate(225deg);
}

.source-info-box {
    width: 100%;
    margin: 0 auto;
    height: 3.8rem;
    border: 1px solid #999;
    overflow: hidden;
    padding: 0.35rem 0.43rem;
    box-sizing: border-box;
    display: none;
}

.source-info-box .right {
    text-indent: 2em;
    width: 73%;
    line-height: 0.31rem;
}
.source-info-box img{
    width: 2.5rem;
}
.source-info-box .source-lists{
    width: 47%;
    float: left;
    margin-right: 0.32rem;
}
.source-info-box .source-lists li{
    padding: 0.1rem 0;
    margin-bottom: 0.2rem;
    border-bottom: 1px dashed #ccc;
}
.source-info-box .source-lists li:last-child{
    border-bottom: 0;
}
.source-info-box .source-lists li .clan-title{
    font-weight: bold;
    color: #000;
    margin-bottom: 0.1rem;
}
.source-info-box .source-lists li:hover{
    border-bottom-color: #940000;
}
.source-info-box .source-lists li:hover .clan-title{
    color: #9B0001;
}

.source-info-box .source-lists li .clan-intro{
    color: #999;
}
/* 传奇薯族 */
.potato-clan {
    padding: 0.2rem;
    box-sizing: border-box;
    overflow: hidden;
    margin: 0.3rem 0.2rem;
}

.potato-clan-totalList {
    width: 25%;
}

.potato-clan-lists {
    width: 72%;
    text-align: left;
}

.potato-clan-totalList {
    position: relative;
}

.potato-clan-totalList li {
    width: 100%;
    height: 0.5rem;
    line-height: 0.5rem;
    border: 1px solid #828282;
    color: #828282;
    box-sizing: border-box;
    margin-bottom: 0.18rem;
    box-shadow: 1px 1px 2px #999;
    overflow: hidden;
    cursor: pointer;
}
.potato-clan-totalList li.actives{
    border-color: #940000;
}
.potato-clan-totalList li.actives a {
    color: #A00D0D;
    /* font-weight: bold; */
}

.potato-clan-totalList li:last-child {
    margin-bottom: 0;
}

.potato-clan-totalList li>img {
    width: 0.5rem;
    position: relative;
    top: 3px;
    left: 4px;
}

.potato-clan-totalList li>a {
    position: relative;
    padding-left: 0.6rem;
    width: 100%;
    display: block;
    box-sizing: border-box;
    color: rgb(130, 130, 130);
}

.potato-clan-totalList li>a:before {
    content: "";
    display: inline-block;
    position: absolute;
    left: 0.05rem;
    top: 0.03rem;
    width: 0.42rem;
    height: 0.42rem;
    background: url(../images/icons.png);
}

.potato-clan-totalList li.clan0>a:before {
    background-position: 5.5% 4.5%;
}

.potato-clan-totalList li.clan1>a:before {
    background-position: 5.5% 19.5%;
}

.potato-clan-totalList li.clan2>a:before {
    background-position: 5.5% 36.5%;
}

.potato-clan-totalList li.clan3>a:before {
    background-position: 5.5% 52.5%;
}

.potato-clan-totalList li.clan4>a:before {
    background-position: 5.5% 67%;
}

.potato-clan-totalList li.clan5>a:before {
    background-position: 5.5% 82%;
}

.potato-clan-totalList li.main img {
    width: 0.48rem;
    top: -1px;
    left: 2px;
}

.potato-clan-lists {
    height: 3.91rem;
    border: 2px dashed #989491;
    padding: 0.1rem;
    box-sizing: border-box;
    position: relative;
    display: none;
    border-radius: 10px;
    position: relative;
}

.potato-clan-lists:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: 0.14rem dashed #940000;
    border-color: transparent transparent transparent #940000;
    position: absolute;
    /* top: 0.1rem; */
    left: -0.3rem;
    z-index: 999;
}

#content0:before {
    top: 0.1rem;
}

#content1:before {
    top: 0.75rem;
}

#content2:before {
    top: 1.45rem;
}

#content3:before {
    top: 2.12rem;
}

#content4:before {
    top: 2.8rem;
}

#content5:before {
    top: 3.5rem;
}

.potato-clan-lists ul {
    width: 48%;
}

.potato-clan-lists ul:last-child {
    margin-left: 0.26rem;
}

.potato-clan-lists.actives {
    display: block;
}

#wild:before {
    top: 0.77rem;
}

#original:before {
    top: 1.48rem;
}

#general:before {
    top: 2.1rem;
}

#main:before {
    top: 2.8rem;
}

#rare:before {
    top: 3.48rem;
}

.potato-clan-lists li {
    border-bottom: 1px dashed #ccc;
    padding: 0.145rem 0.13rem;
    box-sizing: border-box;
}

.potato-clan-lists li:last-child {
    border-bottom: 0;
}

.potato-clan-lists li .clan-title {
    font-size: 0.16rem;
    font-family: '思源黑体bold';
    margin-bottom: 0.06rem;
}

.potato-clan-lists li .clan-intro {
    width: 100%;
    font-size: 0.13rem;
    font-family: 'sans-serif';
    height: 0.35rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.clan-title:hover {
    color: #9B0001;
    font-weight: bold;
}

/* “薯”成日记 */
.potato-diary {
    margin: 0.35rem 0;
    overflow: hidden;
}

.potato-diary-box {
    width: 48%;
    height: 2rem;
    overflow: hidden;
    margin-right: 0.1rem;
    margin-bottom: 0.15rem;
}

.potato-diary-box:last-child {
    margin-right: 0;
}

.potato-diary-box img {
    display: inline-block;
    width: 50%;
    height: 100%;
    transition: transform 1s;
}

.potato-diary-box img:hover {
    transform: scale(1.03);
}

.potato-diary-box div.title {
    width: 50%;
    height: 100%;
    font-weight: bold;
    box-sizing: border-box;

}

.potato-diary-box .mask {
    width: 100%;
    height: 100%;
    padding: 0.2rem;
    background: rgba(237, 226, 228, 0.9);
    box-sizing: border-box;
}

.potato-diary-box .mask p {
    margin-bottom: 0.05rem;
}

.potato-diary-box .mask p>a {
    font-size: 0.28rem;
    font-family: '思源黑体CN';
    font-weight: 500;
    color: #000;
}

.potato-diary-box .mask p>a {
    /* color: #9B0001; */
}

.potato-diary-box div.diary-col-0 {
    background: url(../images/diary-col-0.png) no-repeat;
    background-size: 100% 100%;
}

.potato-diary-box div.diary-col-1 {
    background: url(../images/diary-col-0.png) no-repeat;
    background-size: 100% 100%;
}

.potato-diary-box div.diary-col-2 {
    background: url(../images/diary-col-0.png) no-repeat;
    background-size: 100% 100%;
}

.potato-diary-box div.diary-col-3 {
    background: url(../images/diary-col-0.png) no-repeat;
    background-size: 100% 100%;
}

.potato-diary-box div.diary-col-4 {
    background: url(../images/diary-col-0.png) no-repeat;
    background-size: 100% 100%;
}

.potato-diary-box div.diary-col-5 {
    background: url(../images/diary-col-0.png) no-repeat;
    background-size: 100% 100%;
}



.potato-diary-box .title .mask>a {
    display: inline-block;
    width: 55%;
    padding: 0.08rem;
    font-size: 0.16rem;
    font-family: "思源黑体bold";
    color: #000;
    font-weight: 500;
}

.potato-diary-box .title .mask>a:hover {
    color: rgb(155, 16, 11);
}

.center {
    line-height: 1.5rem;
}

.moreLists>a {
    width: 40% !important;
    padding: 0.1rem !important;
}

/* 悦享薯艺 */
.potato-art {
    margin-top: 0.2rem;
    padding: 0.2rem;
}

.potato-art-title {
    /* margin: 0.1rem; */
}

.potato-art-title span {
    display: inline-block;
    width: 32%;
    height: 0.5rem;
    line-height: 0.5rem;
    margin-right: 0.1rem;
    text-align: center;
    border: 1px solid #d5d5d5;
    border-radius: 0.1rem;
    color: #727272;
    font-size: 0.18rem;
    font-weight: 600;
    cursor: pointer;
}

.potato-art-title span.active {
    background: #989491;
    color: #fff;
    border: 4px solid #C9C8C6;
}

.potato-art-title span:last-child {
    margin-right: 0;
}

.potato-art-list {
    margin: 0.2rem 0;
    overflow: hidden;
}

.potato-art-list .art-img {
    display: block;
    width: 50%;
    height: 5rem;
    position: relative;
}

.potato-art-list .art-img-1 {
    width: 49%;
    margin-right: 4px;
}

.potato-art-list .art-img-2 {
    width: 30%;
    height: 2.5rem;
    margin-right: 4px;
}

.potato-art-list .art-img-3 {
    width: 20%;
    height: 2.5rem;
}

.potato-art-list .art-img-4 {
    width: 25%;
    height: 2.46rem;
    margin-top: 4px;
    margin-right: 4px;
}

.potato-art-list .art-img-5 {
    width: 25%;
    height: 2.46rem;
    margin-top: 4px;
}

.potato-art-list .art-img img {
    width: 100%;
    height: 100%;
}

.title-shadow {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: center;
    padding: 0.5rem 0 0.2rem;
    color: #fff;
    font-weight: bold;
    background: rgba(0, 0, 0, 1);
    /* box-shadow: 0px 0px 5px rgba(0,0,0,0.3); */
    background: -webkit-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
    background: -moz-linear-gradient(top, rgba(25, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    background: -o-linear-gradient(top, rgba(25, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    background: -ms-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
}

/* 富民“薯”业 */
.potato-rich {
    margin: 0.4rem 0;
    overflow: hidden;
}

.potato-rich-box {
    width: 19%;
    background: #fff;
    margin-right: 8px;
    overflow: hidden;
}

.potato-rich-box img {
    transition: transform 1s;
}

.potato-rich-box:hover img {
    transform: scale(1.03);
    /* animation: richScale 3s infinite; */
}

.potato-rich-box:last-child {
    margin-right: 0;
}

.potato-rich-box img {
    width: 100%;
}

.potato-rich-box p {
    text-align: center;
}

.rich-title {
    margin: 0.2rem;
    font-size: 0.18rem;
    font-weight: 500;
}

.rich-title2 {
    font-size: 0.16rem;
    color: #a6a6a6;
    padding: 5px;
    box-sizing: border-box;
}

.rich-online {
    margin-top: 0.3rem;
}

.rich-online span {
    display: inline-block;
    padding: 0.12rem;
    font-size: 0.126rem;
    color: #a6a6a6;
}

.rich-online span.heart {
    background: url(../images/heart.png);
    background-size: 100% 100%;
    float: right;
    position: relative;
    top: 14px;
    right: 6px;
    width: 0.15rem;
    height: 0.15rem;
    padding: 0;
}

@keyframes richScale {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.05);
    }

    100% {
        transform: scale(1);
    }
}