/*铁岭概况*/
.info-show{background: url(/uiFramework/commonResource/image/2023011411211618292.png) center no-repeat;padding:20px 0 50px;padding-right:90px;}
.info-show .info-article{width:663px;padding-left:50px;padding-top:40px;}
.info-show .info-article h3{font-size:18px;}
.info-show .info-article h3::after{content:'';display:block;width:25px;height:3px;background-color:#0455a6;margin-top:10px;}
.info-show .info-article p{line-height:32px;padding-top:20px;}
.info-show .info-map img{display:block;margin-top:20px;}

.info-pic-show {text-align:justify;margin:30px 0;}
.info-pic-show li{display:inline-block;width: 285px;overflow: hidden;}
.info-pic-show li.end{display:inline-block;width:100%;}
.info-pic-show li img{display:block;width: 100%;}
.info-pic-show li span{line-height:54px;text-align:center;display:block;border-bottom:2px solid #ddd;background: #fff;z-index: 9;position: relative;}
.info-pic-show li:hover span{border-bottom:2px solid #0455a6;}
.info-pic-show li:hover img{transform: scale(1.1)}

/*旅游资源*/
.lvyou-show{overflow:hidden;margin:30px 0;}
.lvyou-show li{float:left;width:193px;height: 191px;overflow: hidden;}
.lvyou-show img{display:block;width:193px;height:100%;object-fit:cover;float:left;}
.lvyou-show p{width:0;overflow:hidden;}
.lvyou-show li.active1{width: 619px;background-color: #f9fafd;}
.lvyou-show li.active1 p{display:block;width: auto;padding: 20px 35px 0;line-height: 28px;}
.lvyou-show li.active1 p span{display:block;font-weight:bold;font-size: 18px;margin-bottom: 8px;}

.lishi-show {overflow: hidden;margin:30px 0;clear:both;background-color: #f9fafd;}
.lishi-show img{float: left;margin-right:50px;}
.lishi-show p{line-height: 32px;padding: 50px 40px 0;text-align: justify;}
.lishi-show p a{color:#005292;}


.bottom-columns{overflow: hidden;margin: 30px 0 80px;}
.bottom-columns li{float: left;width:23%;margin-right: 2%;height: 180px;margin-bottom: 20px;position:relative;overflow:hidden;}
.bottom-columns li span{position:absolute;bottom:-52px;display:block;width:100%;text-align:center;line-height:52px;color:#fff;background: linear-gradient(to bottom,transparent,rgb(83 83 83 / 77%));}
.bottom-columns li img{display: block;width:100%;height: 100%;object-fit: cover;}
.bottom-columns li.li1{float: right;width:50%;margin-right:0;height:380px;}
.bottom-columns li.active span{bottom:0;}


@media only screen and (max-width:768px){
    /*铁岭概况*/
    .info-show{padding:15px 0 20px;padding-right:0px;}
    .info-show .info-article{width:100%;padding-left:0px;padding-top:0px;}
    .info-show .info-article h3{display:none;}
    .info-show .info-article p{padding-top:0px;}

    .info-pic-show{margin-bottom:0;}
    .info-pic-show li{width:45%;margin-bottom: 20px;}
    .info-pic-show li span{line-height:38px;}
    .info-pic-show li.end{margin-bottom:0;}

    /*旅游资源*/
    .lvyou-show{margin:15px 0;}
    .lvyou-show li{float:none;width:100%;height: auto;margin-bottom:20px;background-color: #f9fafd;}
    .lvyou-show img{width:100%;height:auto;float:none;}
    .lvyou-show p{width:100% !important;box-sizing:border-box;}
    .lvyou-show li.active1{width: 100%;}
    .lvyou-show li p{padding: 15px 15px 20px !important;line-height: 28px;}
    .lvyou-show li p span{display:block;font-weight:bold;font-size: 18px;margin-bottom: 8px;}


    /*历史沿革*/
    .lishi-show {margin:15px 0;}
    .lishi-show img{float: none;margin-right:0px;width:100%;}
    .lishi-show p{padding: 15px 15px 20px;}

    .bottom-columns{margin: 20px 0 30px;text-align:justify;}
    .bottom-columns::after{content:'';display:inline-block;width:100%;}
    .bottom-columns li{display:inline-block;float:none;width:48%;margin-right: 0%;height: auto;}
    .bottom-columns li span{bottom:0;}
    .bottom-columns li.li1{float: none;width:100%;margin-right:0;height:auto;}
}