body{
    max-width: 100% !important;
}
.top-header{
    height: auto;
    width: 100%;
    background-image: linear-gradient(to bottom, #f2edea , #fff);
    padding-top: 1.5rem;
}
.bread{
    margin-top: 0;
    margin-left: 0;
    padding-bottom: 0;
    color: #897C78 !important;
    font-size: .15rem;
    padding-left: 1rem;
}
.bread a{
    color: #897C78 !important; 
}
.bread a:hover{
    color: #4e2b07 !important
}
.cur{
    color: #897C78 !important; 
}
main{
    width: 58.5%;
    margin: 0.7rem auto 0;
    position: relative
}

.news_line{
    width: 100%;
    background: #a29e9d;
    height: 2px;
    margin: .51rem 0 .58rem 0
}

h1{
    margin-top: .63rem;
    margin-bottom: 0;
    font-size: .33rem;
    color: #111;
    font-weight: 300
}
.publish_time{
    color: #111;
    font-size: .21rem;
    font-weight: 300;
    margin-top: .33rem
}
.brief{
    margin-top: .39rem;
    color: #111;
    font-weight: 300;
    font-size: .17rem;
    line-height: .4rem
}
.bottom-box{
    margin-top: .89rem;
    height: 1.23rem;
    background: #f6f6f6;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 .34rem;
}
#news_prev{
    display: flex;
    align-items: center;
    color: #444
}
#news_prev img{
    transform: rotate(180deg);
    width: .41rem;
	height: .07rem;
    margin-right: .24rem
}

#news_next{
    display: flex;
    align-items: center;
    color: #444
}
#news_next img{
     width: .41rem;
	height: .07rem;
    margin-left: .24rem
}
.goList{
    display: flex;
    align-items: center;
    flex-direction: column;
    flex: 1
}
.goList img{
    width: .37rem;
    height: .37rem;
    opacity: .2;
    transition: all .3s
}
.goList div{
    color: #444;
    font-size: .14rem;
    opacity: .2;
    transition: all .3s;
    margin-top: .18rem
}
.goList:hover img{
    opacity: 1
}
.goList:hover div{
    opacity: 1
}

.more-news{
    width: 80%;
    margin: 1.08rem auto 1.2rem
}
.more-mews-title{
    text-align: center;
    font-size: .23rem;
    color: #444
}
.oula-news-list{
    padding: 0;
    margin-top: .8rem
}
.share-box{
    position: absolute;
    top: 2.4rem;
    left: -0.83rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.share-img{
    width: .26rem;
    height: .27rem;
}
.share-title{
    margin-top: .1rem;
    color: #000;
    font-size: .14rem;
}
.wb-box{
    width: .45rem;
    height: .45rem;
    margin-top: .2rem;
    cursor: pointer
}
.wb-box img{
    width: 100%;
    height: 100%;
}
.wb-box img:nth-of-type(1){
    display: block
}
.wb-box img:nth-last-of-type(1){
    display: none
}
.wb-box:hover img:nth-of-type(1){
    display: none
}
.wb-box:hover img:nth-last-of-type(1){
    display: block
}



.wx-box{
    width: .45rem;
    height: .45rem;
    margin-top: .2rem;
    cursor: pointer;
    position: relative
}
.wx-box img{
    width: 100%;
    height: 100%;
}
.wx-box img:nth-of-type(1){
    display: block
}
.wx-box img:nth-last-of-type(1){
    display: none
}
.wx-box:hover img:nth-of-type(1){
    display: none
}
.wx-box:hover img:nth-last-of-type(1){
    display: block
}
#share_qrcode{
    width: 1rem;
    height: 1rem;
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 120%;
    transform: translate(-50%, 0);
    display: none
}
.qr_active{
    display: block !important;
}


.qq-box{
    width: .45rem;
    height: .45rem;
    margin-top: .2rem;
    cursor: pointer
}
.qq-box img{
    width: 100%;
    height: 100%;
}
.qq-box img:nth-of-type(1){
    display: block
}
.qq-box img:nth-last-of-type(1){
    display: none
}
.qq-box:hover img:nth-of-type(1){
    display: none
}
.qq-box:hover img:nth-last-of-type(1){
    display: block
}


.line{
    width: .36rem;
	height: 2px;
	background-color: #b7b7b7;
	opacity: 0.5;
    margin-top: .2rem
}

.dl-box{
    width: .45rem;
    height: .45rem;
    margin-top: .2rem;
    cursor: pointer
}
.dl-box img{
    width: 100%;
    height: 100%;
}
.dl-box img:nth-of-type(1){
    display: block
}
.dl-box img:nth-last-of-type(1){
    display: none
}
.dl-box:hover img:nth-of-type(1){
    display: none
}
.dl-box:hover img:nth-last-of-type(1){
    display: block
}
.art-img img{
    width: 100%;
    margin: 20px 0
}

@media (max-width:768px){
    .top-header{
    height: auto;
    width: 100%;
    background-image: linear-gradient(to bottom, #f2edea , #fff);
    padding-top: 1.5rem;
    display: none;
}
.bread{
    margin-top: 0;
    margin-left: 0;
    padding-bottom: 0;
    color: #897C78 !important;
    font-size: .19rem;
    padding-left: 1rem;
}
.bread a{
    color: #897C78 !important; 
}
.bread a:hover{
    color: #4e2b07 !important
}
.cur{
    color: #897C78 !important; 
}
main{
    width: 84%;
    margin: 2rem auto 0;
    position: relative;
}
.art-img img{
    width: 100%;
}
.news_line{
    width: 100%;
    background: #a29e9d;
    height: 1px;
    margin: 0.32rem 0 0.69rem 0;
}

h1{
    margin-top: 0.63rem;
    margin-bottom: 0;
    font-size: .39rem;
    color: #111;
    font-weight: 300;
}
.publish_time{
    color: #111;
    font-size: .23rem;
    font-weight: 300;
    margin-top: 0.33rem;
}
.brief{
    margin-top: .39rem;
    color: #111;
    font-weight: 300;
    font-size: .17rem;
    line-height: .4rem
}
.bottom-box{
    margin-top: 1rem;
    height: 1.08rem;
    background: #f6f6f6;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 0.3rem;
}
#news_prev{
    display: flex;
    align-items: center;
    color: #444
}
#news_prev img{
    transform: rotate(180deg);
    width: 0.32rem;
    height: 0.06rem;
    margin-right: 0.15rem;
}
#news_prev span{
        font-size: .15rem;
}
#news_next{
    display: flex;
    align-items: center;
    color: #444
}
#news_next img{
    width: 0.32rem;
    height: 0.06rem;
    margin-left: .15rem
}
#news_next span{
    font-size: .15rem
}
.goList{
    display: flex;
    align-items: center;
    flex-direction: column;
    flex: 1
}
.goList img{
    width: 0.29rem;
    height: 0.29rem;
    opacity: .2;
}
.goList div{
    color: #444;
    font-size: .14rem;
    opacity: .2;
    margin-top: .18rem;
    display: none
}
.more-news{
    width: 84%;
    margin: 1.1rem auto 0.7rem;
}
.more-mews-title{
    text-align: center;
    font-size: .31rem;
    color: #444
}
.oula-news-list{
    padding: 0;
    margin-top: .8rem
}
.share-box{
    position: absolute;
    top: 2.4rem;
    left: -0.83rem;
    display: none;
    flex-direction: column;
    align-items: center;
}
.share-img{
    width: .26rem;
    height: .27rem;
}
.share-title{
    margin-top: .1rem;
    color: #000;
    font-size: .14rem;
}
.wb-box{
    width: .45rem;
    height: .45rem;
    margin-top: .2rem;
    cursor: pointer
}
.wb-box img{
    width: 100%;
    height: 100%;
}
.wb-box img:nth-of-type(1){
    display: block
}
.wb-box img:nth-last-of-type(1){
    display: none
}
.wb-box:hover img:nth-of-type(1){
    display: none
}
.wb-box:hover img:nth-last-of-type(1){
    display: block
}



.wx-box{
    width: .45rem;
    height: .45rem;
    margin-top: .2rem;
    cursor: pointer;
    position: relative
}
.wx-box img{
    width: 100%;
    height: 100%;
}
.wx-box img:nth-of-type(1){
    display: block
}
.wx-box img:nth-last-of-type(1){
    display: none
}
.wx-box:hover img:nth-of-type(1){
    display: none
}
.wx-box:hover img:nth-last-of-type(1){
    display: block
}
#share_qrcode{
    width: 1rem;
    height: 1rem;
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 120%;
    transform: translate(-50%, 0);
    display: none
}
.qr_active{
    display: block !important;
}


.qq-box{
    width: .45rem;
    height: .45rem;
    margin-top: .2rem;
    cursor: pointer
}
.qq-box img{
    width: 100%;
    height: 100%;
}
.qq-box img:nth-of-type(1){
    display: block
}
.qq-box img:nth-last-of-type(1){
    display: none
}
.qq-box:hover img:nth-of-type(1){
    display: none
}
.qq-box:hover img:nth-last-of-type(1){
    display: block
}


.line{
    width: .36rem;
	height: 2px;
	background-color: #b7b7b7;
	opacity: 0.5;
    margin-top: .2rem
}

.dl-box{
    width: .45rem;
    height: .45rem;
    margin-top: .2rem;
    cursor: pointer
}
.dl-box img{
    width: 100%;
    height: 100%;
}
.dl-box img:nth-of-type(1){
    display: block
}
.dl-box img:nth-last-of-type(1){
    display: none
}
.dl-box:hover img:nth-of-type(1){
    display: none
}
.dl-box:hover img:nth-last-of-type(1){
    display: block
}

}