﻿.main {
    width: 100%;
    min-height: 1100px;
}
.ly_main {
    background: url(../images/djly_bg.jpg) no-repeat;
    background-size: 100% auto;
}
.jd_main {
    background: url(../images/yj_bg.jpg) no-repeat;
    background-size: 100% auto;
    //background: #eff4f8;//
}
.yj_main {
    background: url(../images/yj_bg.jpg) no-repeat;
    background-size: 100% auto;
}
.nav ul {
    width: 100%;
    overflow: hidden;
    padding-top: 80px;
    color: #4f4f4f;
    font-size: 18px;
}
.nav ul li{
    float:left;
    font-size:28px;
    cursor:pointer;
    padding: 10px;
    margin:0 10px;
    text-align:center;
}
.nav ul li.active{
    border-bottom:7px solid #f6ae54;
}
.ly_title {
    text-align: center;
    margin: 70px 0 50px 0;
}
.ly_concent ul{
    overflow:hidden;
}
.ly_concent ul li{
    float:left;
    width:22%;
    margin-right:3%;
    margin-bottom:20px;
}
.ly_concent ul li img{
    width:100%;
    height:200px;
}
.ly_concent ul li p.title{
    text-align:left;
    line-height:3;
    color: #4f4f4f;
    font-size:16px;
    height:40px;
    overflow:hidden;
}
.ly_concent ul li p.price{
    font-size: 24px;
    font-weight: bolder;
    padding-top:10px;
    color: #ff8401;
    height:30px;
 }
.ly_concent ul li:nth-child(4){
    margin-right:0;
}

.djly_concent ul{
    padding-top:20px;
}
.djly_concent ul li {
    width: 100%;
    width: 100%;
    height: 350px;
    margin-top: 30px;
    padding-top:80px;
    box-sizing:border-box;
}
.djly_concent ul li:nth-child(1) {
    background: url(../images/ly_img1.jpg) no-repeat;
    background-size: cover;
}
.djly_concent ul li:nth-child(2) {
    background: url(../images/ly_img2.jpg) no-repeat;
    background-size: cover;
}
.djly_concent ul li:nth-child(3) {
    background: url(../images/ly_img3.jpg) no-repeat;
    background-size: cover;
}
.djly_concent ul li:nth-child(4) {
    background: url(../images/ly_img4.jpg) no-repeat;
    background-size: cover;
}
.djly_item {
    width: 70%;
    margin: 0 auto;
    height:190px;
    padding:30px 50px;
    box-sizing:border-box;
}
.item1 {
    background-color: rgba(192,208,199,0.5);
}
.item2{
    background-color: rgba(112,175,169,0.5);
}
.item3{
    background-color: rgba(179,144,121,0.5);
}
.item4{
    background-color: rgba(255,255,255,0.5);
}
.djly_item h3{
    text-align:center;
    font-size:30px;
     font-family:cursive;
    font-weight:bold;
    padding-bottom:5px;
    border-bottom:1px solid #333;
}
.djly_item p{
    padding-top:13px;
    line-height:1.5;
}

/*景点*/
.jd_concent ul{
    overflow:hidden;
    margin-top:30px;
}
.jd_concent ul li {
        float: left;
        width: 25%;
}
.jd_concent ul li img{
    width:100%;
    height:260px;
}
.jd_concent ul li p{
            text-align: center;
            line-height: 3;
            color: #4f4f4f;
            font-size: 16px;
            width: 250px;
            height: 45px;
}
.jd_concent ul li:nth-child(3){
    margin-right:0;
}

/*游记*/
.yj_concent{
    margin-top:35px;
}
.yj_list{
    padding:50px 0;
    border-bottom:1px solid #c0b8a2;
    overflow:hidden;
}
.yj_img {
    float: left;
    width: 30%;
}
.yj_img img{
    width:100%;
    height:250px;
}
.yj_text{
    float: right;
    width:67.5%;
    margin-top:30px;
}
.yj_text h3{
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    font-size:24px;
    padding:20px 0;
}
.yj_text time{
    line-height:2;
    color:#444;
}
.yj_text p {
    font-size: 14px;
    color: #666;
    line-height: 1.6;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

/*首页*/
.cnt_one{
    overflow:hidden;
    padding-top:80px;
}
.cnt1_left {
    float: left;
    width: 45%;
}
.cnt1_right {
    float: right;
    width: 50%;
}
.cnt1_left .swiper-container {
    width: 100%;
    height: 100%;
}

.cnt1_left .swiper-slide {
    text-align: center;
    font-size: 18px;
    position:relative;
}
.cnt1_left .swiper-slide img{
    width:100%;
    height:280px;
}
.cnt1_left .swiper-slide p{
    position:absolute;
    width:80%;
    text-align:center;
    bottom:30px;
    left:10%;
    color:#fff;
    background: rgba(0, 0, 0, 0.55);
    font-size:14px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
div.cnt1_left .swiper-container .swiper-pagination-bullet-active {
    background: #ef6e11;
}
div.cnt1_left .swiper-pagination-bullet {
    background: #ffffff;
}

.hot-news h2 {
    font-size: 18px;
    text-align: center;
    line-height: 40px;
    height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: bold;
}
.hot-news h2 a{color: #8c683d;}
.hot-news p {
    text-indent: 2rem;
    line-height: 1.5;
    border-bottom: #cecece solid 6px;
    margin-bottom: 15px;
    overflow: hidden;
    height:50px;
    padding: 10px 0 15px 0;
    font-size: 15px;
    color: #888888;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.inews-ul li{    width: 100%;
    height: 36px;
    overflow: hidden;
    background: url(../images/dot1.gif) 5px center no-repeat;
    line-height: 40px;
    font-size: 15px;
    color: #555;
}
.inews-ul li a{display:inline-block;white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
.inews-ul li em{float:right;color:#888}
.inews-ul li:last-child,.bd-notice li:last-child,.notice-bd li:last-child,.news-item:last-child,.sidebar-middle .user li:last-child{border-bottom:none}
.main .inews-ul{padding:0 10px 0 15px }
.main .inews-ul li{border-bottom:#bbb dotted 1px;height:40px;}

.cnt_two{
    margin-top:50px;
    position:relative;
}
.cnt_twobm{
    position:absolute;
    height:100px;
    width:100%;
    background:#fff;
    bottom:0;
}
.cnt_two .swiper-container {
    width: 1200px;
    margin: 0 auto;
    height: 100%;
    padding-bottom: 100px;
}

.cnt_two .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    position:relative;
}
.cnt_two .swiper-slide img{
    width:100%;
    height:530px;
}
.cnt_two .swiper_text{
    width:60%;
    left:20%;
    position:absolute;
    bottom:-100px;
}
.cnt_two .swiper_text h3{
    font-size:30px;
    color:#595959;

}
.cnt_two .swiper_text p {
        font-size: 18px;
        color: #888888;
}
.cnt_two .swiper-button-prev {
    background-image: url(../images/left.png);
    left: 8%;
    right: auto;
}
.cnt_two .swiper-button-next {
    background-image: url(../images/right.png);
    right: 8%;
    left: auto;
}
div.cnt_two .swiper-button-next, div.cnt_two .swiper-button-prev {
    position: absolute;
    top: 42%;
    width: 40px;
    height: 85px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-size: 40px 85px;
    background-position: center;
    background-repeat: no-repeat;
}
div.cnt_two .swiper-button-next:focus, div.cnt_two .swiper-button-prev:focus{
    outline: none;
}
.coverMB{
	display:none;
    width:100%;
    height:530px;
    background:rgba(0,0,0,0.5);
    position:absolute;
    left:0;
    top:0;
}
.coverMB p{
    text-align:center;	
}
.cover_text > p > span{
	padding:5px
}
.coverMB div p:nth-of-type(1){
	margin-bottom:5px;
    color:#fff;
	font-size:28px;
}
.coverMB div p:nth-of-type(2){
	font-size:22px;
	color:#c5c5c5;		
}
.cover_text{
  	width:100%;
  	position:absolute;
  	top:50%;
  	margin-top:-32px;
  	text-align:center

}
.coverMB .border_red{
    border-bottom:2px solid #e60012;
}


.cnt-three{
    margin-top: 50px;
}
.cnt-three h2{
    margin:20px 0;
    text-align: center;
    font-size: 50px;
    color:#3e3e3e;
}
.cnt-three-bd{

    width: 100%;
    /* height: 387px; */
    background: url(../images/bg-lyjs.jpg) center center no-repeat;
    background-size: 100% 100%;
}
.cnt-three-bd ul{
    
}
.cnt-three-bd li{
    float: left;
    width: 50%;
    height: 387px;
    position: relative;
}
.imgConList{
    position: relative;
}

.cnt-three-bd .info{
    position: absolute;
    right: 0;
    top:0;
    background: rgba(108,108,108,.7);
    width: 50%;
    height: 387px;
    color: #fff;

}
.cnt-three-bd .info h7{
    font-size: 20px;
    padding: 80px 30px 0 30px;
    display: inline-block;    
}
.cnt-three-bd .info p{
    padding: 10px 30px;
    line-height: 32px;
}

.cnt-three-bd .info .more{ 
    margin: 20px 0 0 30px;
    text-indent: -9999px;
    width: 87px;
    height: 24px;
    display: inline-block;       
    background: url(../images/more.png) no-repeat;
 }

.cnt-four-bd{

}
.cnt-four{ 
    margin:70px auto; 
}
.cnt-four h2{
    text-align: center;
    font-size: 43px;
    color:#282828;
    margin-bottom: 10px;
}
.cnt-four-col{     
    font-size: 25px;
    color:#282828;
}
.cnt-four-col ul{
    text-align: center;
     margin-bottom:10px;
}
.cnt-four-col ul li{
    display: inline-block;
    padding: 0 10px;
    margin:0 10px;
}
.cnt-four-col ul li.on{
    border-bottom:#f9ce00 solid 3px;
}
.cnt-four-info{
}
.cnt-four-info .title{
    float: left;
    width: 185px;
}

.cnt-four-info .title{
    width: 185px;
    height: 288px;
    position: relative;
}
.cnt-four-info .title p{
    position: absolute;
    width: 121px;
    height: 89px;
    left: 32px;
    top: 85px;
    background: rgba(0,0,0,.3);
}
.cnt-four-info .title p i{
    border:#fff solid 1px;
    width: 113px;
    height: 81px;
    color: #fff;
    font-size: 26px;
    text-align: center;
    line-height: 83px;
    display: inline-block;
    margin: 3px 0 0 3px;
}
.cnt-four-info .items{
    float: right;
    width: 1015px;
}
.cnt-four-info .items li{
    display: inline-block;
    margin-left: 15px;
    width: 318px;
    border: #eee solid 1px;
}
.cnt-four-info .items li img{
    width: 320px;
}
.cnt-four-info .items li p{   
    
}
.cnt-four-info .items li .tit{
    padding: 5px 10px;
    height: 24px; 
    line-height: 24px;
    overflow: hidden;
}
.cnt-four-info .items li .price{
    font-size: 24px;
    font-weight: bolder;
    padding: 0 10px;
    color: #ff8401;
}
.cnt-four-info .items li .price i{
    padding-left: 5px;
    font-weight: normal;
    font-size: 16px;
}

/*住宿*/
.main-zhusu{
	background:url(../images/zhusu-bg.png) center top no-repeat;
	background-size:100% auto;
}
.main-news{
	background:url(../images/bg-r.png) right top no-repeat;
}
.titleMD {
	text-align: center;
	margin-top: 52px
}
.imgContanerOnezhusu {
	width: 1200px;
	height: 425px;
	margin: 30px auto 0;
	display: flex;
	justify-content: space-around;
}
.imgContanerOnezhusu>div {
	width: 366px;
	height: 100%;
}
.imgContanerOnezhusu>div>div:nth-child(1) {
	width: 100%;
	height: 246px;
}
.imgContanerOnezhusu>div>div:nth-child(2) {
	width: 100%;
	height: 178px;
}
.imgContanerOnezhusu>div>div:nth-child(2)>p:nth-of-type(1) {
	width: 100%;
    padding-top: 20px;
	line-height: 50px;
	font-size: 24px;
	text-align: center;
}
.imgContanerOnezhusu>div>div:nth-child(2)>p:nth-of-type(2) {
	width: 100%;
	height: 100px;
	font-size: 14px;
	text-align: center;
    overflow: hidden;
}
.swiper-container {
	width: 100%;
}
.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.swiper-container img {
	width: 100%;
}

.read-more{
	font-size:18px;
	color:#333;
	text-align: right;
	line-height:100px;
	border-bottom:#c0b8a2 solid 1px;
	margin-bottom:100px;
}
/*美食*/
.main-meishi{
	background:url(../images/meishi-bg.png) center top no-repeat;
	background-size:100% auto;
	}
.titleMD {
	text-align: center;
	margin-top: 52px
}
.imgContanerOne {
	width: 1200px;
	height: 620px;
	margin: 30px auto 0
}
.imgContanerOne .leftCon {
	width: 618px;
	height: 100%;
	float: left;
	background: #000;
}
.imgContanerOne .rightCon {
	width: 552px;
	height: 100%;
	float: right;
}
.rightContT {
	width: 100%;
	height: 516px;
}
.rightContB {
	width: 100%;
	height: 104px;
	color: rgb(121,121,121);
	text-align: center;
}
.rightContBT {
	width: 100%;
	line-height: 80px;
	font-size: 35px;
}
.rightContBB {
	width: 100%;
	line-height: 23px;
	font-size: 20px;
}
.oneList {
	width: 1200px;
	margin: 0 auto;
	height: 489px;
	position: relative;
	margin-top: 55px
}
.oneList .oneListInfo {
	width: 981px;
	line-height: 286px;
	background: rgba(0,0,0,.7);
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -490px;
	margin-top: -143px;
	color: white;
	text-align: center;
	font-size: 35px;
}
.mzmwCon {
	width: 1200px;
	height: 620px;
	margin-top: 40px;
	margin: 0 auto;
	margin-top: 40px
}
.mzmwConL, .mzmwConR {
	width: 593px;
	height: 100%;
}
.mzmwConL {
	float: left;
}
.mzmwConR {
	float: right;
}
.mzmwConLT {
	width: 100%;
	height: 500px;
}
.mzmwConLB {
	width: 100%;
	height: 120px;
	text-align: center;
	color: rgb(121,121,121);
}

/*娱乐*/

.ListInfo {
	width: 1200px;
	margin: 40px auto 0;
}
.ListInfo>ul>li {
	width: 100%;
	height: 300px;
	padding:50px 0;
	border-bottom:#c0b8a2 solid 1px;	
	color: #404040;
}

.ListInfo>ul>li>div:nth-of-type(1) {
	width: 460px;
	height: 100%;
	float: left;
}
.ListInfo>ul>li>div:nth-of-type(2) {
	width: 740px;
	height: 100%;
	float: right;
}
.ListInfo>ul>li>div:nth-of-type(2)>p:nth-of-type(1) {
	margin-top: 20px;
	width: 100%;
	line-height: 60px;
	font-size: 24px;
	padding-left: 30px;
	
}
.ListInfo>ul>li>div:nth-of-type(2)>p:nth-of-type(2) {
	width: 100%;
	height: 40px;
	display: flex;
	align-items: center;
}
.ListInfo>ul>li>div:nth-of-type(2)>p:nth-of-type(2)>img {
	width: 20px;
	margin-left: 30px;
	margin-right: 10px
}
.ListInfo>ul>li>div:nth-of-type(2)>p:nth-of-type(3) {
	width: 100%;
	height: 160px;
	font-size: 15px;
	padding-left: 30px;
	box-sizing: border-box;
	line-height:26px;
	overflow:hidden
}

/*详情页*/
.content {
    width: 1200px;
    overflow: hidden;
    margin: auto;
    background-color: #ffffff;
    padding: 15px;
}
    .content h1 {
        padding: 20px 0;
        font-size: 26px;
        line-height: 32px;
        color: #404040;
        text-align: center;
        padding-bottom: 50px;
        padding-top: 50px;
    }
.content .date{
	color:#888;
	text-align:center;
	margin-bottom:30px;
}
.content p{
    margin-top:15px;
    font-size:16px;
line-height: 1.8em;letter-spacing: .1em;text-indent: 2em;margin-top: 20px
}
.cont {
    padding-top: 15px;
}
.detBox {
    width: 1200px;
    overflow: hidden;
    margin: auto;
    background-color: #ffffff;
    padding: 15px;
	}
.cumb {
    height: 20px;
    line-height: 20px;
    margin-bottom: 20px;
}
.cont h1, .cont h2, .cont h3 {
    text-align: center;
    font-size: 24px;
    color: #1f5781;
    line-height: 26px;
    margin: 15px 0;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: 400;
}
.cont .info {
    text-align: center;
    height: 20px;
    line-height: 20px;
    color: #555;
    padding-bottom: 20px;
    border-bottom: 1px solid #ececec;
    margin-bottom: 35px;
}
.cont .infoCont {
    line-height: 36px;
    font-size: 18px;
    margin-bottom: 50px;
	padding:10px;
	width:90%;
}
.cont .infoCont p {
    margin-top:15px;
    font-size:16px;
line-height: 1.8em;letter-spacing: .1em;text-indent: 2em;margin-top: 20px
}
.cont .infoCont p img{
text-align:center
}
.newslists-wrap{
   width: 100%;
   border-bottom: #c0b8a2 solid 1px;
   padding:50px 0; 
}
.newslists{
	display:flex;
	width:1200px;
	margin:50px auto;	
}
.newslists-img{
	min-width:825px;
	height:470px;
	background: url(../images/pic-border.png) center center no-repeat;
    background-size: 100% auto; 
}
.newslists-img:nth-of-type(odd){
    margin:30px -80px 30px -140px;    
}
.newslists-img:nth-of-type(even){
    margin:30px -200px 30px -20px;    
}
.newslists-img img{
	margin:-5px 0 0 150px;
	width:465px;
	height:465px;
	border-radius: 50%;
}
.newslist{
	width:590px;
}
.newslist-tit{
    color: #797979;
}
.newslist-tit span{
    font-size: 58px;
    padding-right: 10px;
    margin-right: 10px;
    border-right: #a78a74 solid 6px;
}
.newslist-tit i{
    font-size: 22px;
}
.newslist ul{
    font-size: 22px;
    padding-top: 20px;
}
.newslist ul li{ 
    width: 100%;
    padding: 15px 0;
    display: inline-block;
}
.newslist ul li a{
    float: left;
    width: 80%;
    height: 30px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.newslist ul li span{
    float: right;
    color: #888888;
}
.newslist-read-more{
    width: 1200px;
    margin:0 auto;
    text-align: right;
}
.imgCen{
    position: absolute;left: 50%;top: 40%;z-index: 9999;transform: translate(-50%,-54%);
}
