body {
    /*background-color: rgb(237, 239, 242);*/
    background-image: url('../img/bg-icon.png') ;
    background-repeat: repeat;
    background-size: 158px;
}

h1 {
    font-weight: bolder;
    font-size: 22px;
}

h2 {
    font-weight: bold;
    font-size: 18px;
}

h3 {
    font-size: 16px;
}
button {
  cursor: pointer;
  
}

button, input {
  outline: none;
  border: none;
  background-color: transparent;
}
.layui-container
{
    margin-top:1rem;
    width: 85% !important;
}

.pointer {
    cursor: pointer;
}

a:hover {
    color: rgb(196, 87, 77) !important;
}

.layui-btn-primary:hover {
    color: #FF5722;
    border-color: #FF5722;;
}


@media screen and (max-width: 768px) {
    .main > .layui-col-space30 > .layui-col-xs12 {
        padding: 15px 0;
    }
}
.img_box > .img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* border-radius: 0.2rem; */
}
.img-box {
    overflow: hidden;
}

.img-box > .img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* border-radius: 0.2rem; */
}
.img_box_myself >.img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    /* border-radius: 0.2rem; */

}
.line-clamp-5 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
}

.line-clamp-4 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}

.ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.amap-geolocation-con {
    z-index: 899 !important;
}

.layui-row {
    zoom: 1;
}

.rich-text {
    line-height: 24px;
    word-wrap: break-word;
}

/* .rich-text img {
    width: 100%;
} */

audio:focus {
  outline: none;
}

.display-ib {
  display: inline-block;
}

.v-middle {
  vertical-align: middle;
}

.self-container {
  width: 83%;
  margin: 0 auto;
  padding-top: 15px;
}

.v-top {
  vertical-align: top;
    width: 100%;
    height: 400px;
}

.ban-img{
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
}
.ban-img img{
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
}


/****视频***/

.main .park-desc .pd-body .pd-img .video1
{
    width: 100%;
    height: 370px;
    /* object-fit: cover; */
}

.self-container .img_box_knowledge{
    width: 100%;
    height: 528px;
    margin: 0 auto 20px;
}

.self-container .img_box_knowledge img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 0.2rem;
}

/******************右下角弹框公示公告*********************/
.layui-fixbar li{
    background-color: #ff5a00 !important;
}
.public_notes{
    display: flex;
    position: fixed;
    justify-content: center;
    align-items: center;
    width: 15%;
    flex-wrap: wrap;
    bottom: 1rem;
    left: 0px;
    background-color: rgba(255,255,255,1);
    border-radius: 10px;
    padding: 20px;
    z-index: 9999999;
}
.public_notes .line1{
    display: flex;
    width: 100%;
    justify-content: flex-end;
    align-items: center;
}
.public_notes .line1 img {
    width: 20px;
    height: 20px;
    position: absolute;
    margin-top: 11px;
    background-color: white;
}
.public_notes .line2 {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.public_notes .line2 .line2-1{
    display: flex;
    width: 100%;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: nowrap;
    padding: 10px 0;
}

.public_notes .line2 .line2-1 .icon-zh{
    display: flex;
    width: 40px;
    height: 20px;
    justify-content: start;
    align-items: center;
    margin-right: 9px;
    display: inline-block;
}

.public_notes .line2 .line2-1 .icon-en{
    display: flex;
    height: 30px;
    justify-content: start;
    align-items: center;
}
.public_notes .line2 .line2-1 .title{
    display: flex;
    width: 62%;
    justify-content: start;
    align-items: center;
    font-size: 1rem;
    font-weight: bold;

     /* 多余内容省略号处理-单行 */
     overflow: hidden;
     text-overflow: ellipsis;
     white-space: nowrap;
}

.public_notes .line2 .desc{
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    line-height: 20px;
    /* 多余内容省略号处理-多行 */
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box; 
    -webkit-box-orient: vertical; 
    -webkit-line-clamp: 15; 
    overflow: hidden;
}
.public_notes .line2 .desc .con{
    padding-top: 5px;
}
.public_notes .line3{
    display: flex;
    width: 100%;
    justify-content: flex-end;
    align-items: center;
    padding-top: 10px;
}
.public_notes .line3 .detail{
    font-size: 14px;
    font-weight: bold;

}
.public_notes .line3 .detail a{
    padding: 5px;
}

/***************右侧弹框*****************/
.my-layer {
    display: flex;
   
    justify-content: center;
    align-items: center;
    position: fixed;
    right: -100px;
    top: 35%;
    z-index: 10000000;
    width: 120px;
    flex-wrap: nowrap;
}
.my-layer:hover{
    width: 120px;
    right: 25px;
    transition:all 0.2s ease-in-out 0;
    -webkit-transition: all 0.2s ease-out 0s;
}
.my-layer .line{
    
    display: flex;
    justify-content: center;
    align-items: center;
}
.my-layer .line:hover{
    width: 120px;
    right: 25px;
    transition:all 0.2s ease-in-out 0;
    -webkit-transition: all 0.2s ease-out 0s;
}
.my-layer .line img{
    width: 40px;
    height: 40px;
}
.my-layer .layer{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;

}
.my-layer .layer .it {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(255,255,255,0.8);
    margin-bottom: 10px;
    padding: 10px;
    cursor: pointer;
    width: 100px;
    border-radius: 4px;
    box-shadow: 0 0 10px rgba(0,0,0,0.15);
}
.my-layer .layer .it:hover{
    background-color: #ff5c03;
    color: white;
}
.my-layer .layer .it a{
    display: flex;
    justify-content: center;
    align-items: center;
    color: inherit;
}
.my-layer .layer .it a .txt{
    font-size: 1rem;
    padding: 10px;
    line-height: 1rem;
    font-weight: bold;
    color: #796f6f;
}


/*********************搜索结果页******************************/
.result-body {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
}
.result-body .rbody{
    display: flex;
    width: 90%;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    background-color: #dedede7d;
}
.result-body .rbody .header{
    display: flex;
    width: 100%;
    justify-content: start;
    align-items: center;
    flex-wrap: nowrap;
    background-color: #bd5045;
    margin-top: 10px;
}
.result-body .rbody .header a {
    display: flex;
    width: 30%;
    justify-content: start;
    align-items: center;
}

.result-body .rbody .header a .txt{
    font-size: 1.2rem;
    color: white;
    padding: 20px;
    font-weight: bold;
}
.result-body .rbody .header a .key {
    font-size: 1rem;
    color: white;
    padding: 20px;
    font-weight: bold;
}

.result-body .rbody .result {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 10px;
}
.result-body .rbody .result .item {
    display: flex;
    width: 100%;
    justify-content: start;
    align-items: center;
    margin-bottom: 10px;
    padding: 15px;
    background-color: white;
    border-radius: 3px;
}

.result-body .rbody .result .item .column1{
    display: flex;
    width: 12%;
    justify-content: center;
    align-items: center;
}
.result-body .rbody .result .item .column1 a {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
}
.result-body .rbody .result .item .column1 a img{
    width: 200px;
    height: 145px;
}

.result-body .rbody .result .item .column2{
    display: flex;
    width: 80%;
    justify-content: start;
    align-items: center;
    padding-left: 20px;
    flex-wrap: wrap;
}

.result-body .rbody .result .item .column2 .line2-1{
    display: flex;
    width: 100%;
    justify-content: start;
    align-items: center;
}

.result-body .rbody .result .item .column2 .line2-1 .title{
    display: flex;
    width: 100%;
    justify-content: start;
    align-items: center;
}
.result-body .rbody .result .item .column2 .line2-1 .title a{
    display: flex;
    width: 100%;
    justify-content: start;
    align-items: center;
}
.result-body .rbody .result .item .column2 .line2-1 .title a .txt{
    font-size: 1.2rem;
    font-weight: bold;
    padding: 10px 0px 10px 0px;
}

.result-body .rbody .result .item .column2 .line2-2{
    display: flex;
    width: 100%;
    justify-content: start;
    align-items: center;
    
    background-color:#eeeeee;
} 
.result-body .rbody .result .item .column2 .line2-2 .txt{
    font-size: 18px;
    padding: 10px 0px 10px 10px;
}

.result-body .rbody .result .item .column2 .line2-3{
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
}

.result-body .rbody .result .item .column2 .line2-3 .line{
    display: flex;
    width: 4px;
    justify-content: start;
    height: 50px;
    background-color: #bd504585;
    align-items: center;
}

.result-body .rbody .result .column2 .line2-3 .desc{
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
}

.result-body .rbody .result .column2 .line2-3 .desc a {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
}
.result-body .rbody .result .column2 .line2-3 .desc a .content {
    font-size: 20px;
    margin: 10px 0px 10px 10px;
    
}

.result-body .rbody .pages{
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    padding: 10px 0px 20px 0px;
}

.result-body .rbody .pages div {
    font-size: 18px;
}

.pages a,
			.pages span {
				display: inline-block;
				padding: 2px 5px;
				margin: 0 1px;
				border: 1px solid #f0f0f0;
				-webkit-border-radius: 3px;
				-moz-border-radius: 3px;
				border-radius: 3px;
			}
			
			.pages a,
			.pages li {
				display: inline-block;
				list-style: none;
				text-decoration: none;
				color: #58A0D3;
			}
			
			.pages a.first,
			.pages a.prev,
			.pages a.next,
			.pages a.end {
				margin: 0;
			}
			
			.pages a:hover {
				border-color: #50A8E6;
			}
			
			.pages span.current {
				background: #50A8E6;
				color: #FFF;
				font-weight: 700;
				border-color: #50A8E6;
			}
/*****************20210608*******************************/

/* 公园动态 */
.nav-menus{
display:flex;
justify-content: flex-start;
align-items: center;
border-bottom: 1px solid #c5c5c5;
}
.nav-menus .nav-menus-1{
font-size: 16px;
font-weight: bold;
letter-spacing: 1px;
/* padding: 0 20px; */
margin-right: 10px;
}
.nav-menus .nav-menus-1{
    display: flex;
    justify-content: center;
    align-items: center;
}
.nav-menus .nav-menus-1 .nav-it{
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    font-size: 18px;
    padding: 10px 22px;
    cursor: pointer;
    color: rgb(0, 0, 0);
}
.nav-menus .nav-menus-1 .nav-it:focus{
    /* background-color: white;
    color: #bd5045; */
    border-bottom: 2px solid #bd5045;
}            


/*************************************************************************/