@charset "utf-8";
.banner{
    position: relative;
}
.banner,.banner .swiper-container,.banner .swiper-slide{
	overflow: hidden;
	width: 100%;
}
.banner .swiper-slide{
	position: relative;
}
.banner .swiper-slide img{
	width: 100%;
}
.banner .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{
	margin: 0 10px;
}
.banner .swiper-pagination-bullet {
	width: 25px;
	height: 5px;
	opacity: 1;
	border-radius: 50px;
	background-color: #9a9999;
}

.banner .swiper-pagination-bullet-active {
	background-color: #ffa900;
}
.banner .swiper-container-horizontal>.swiper-pagination-bullets,.banner .swiper-pagination-custom,.banner .swiper-pagination-fraction{
	bottom: 20px;
}
.header{
    position: absolute;
    z-index: 2;
    width: 100%;
    border-bottom: 1px solid #ebebeb33;
}
.header-nav{
    /* padding: 10px 0px; */
}
.header-nav>img{
    width: auto;
    float: left;
    margin: 10px 0px;
}
.header-nav>.nav-box{
    width: auto;
    float: right;
}
.header-nav>.nav-box>a{
    padding: 30px 20px;
    display: inline-block;
    color: white;
}
.header-nav>.nav-box>a:hover{
	color: #d09c37;background-color: #00000033;
}
.header-nav>.nav-box .active{color: #d09c37;background-color: #00000033;}
.nav-erji{
	display: none;
	position: absolute;
	background-color: #00000033;
	width: 811px;
}
.nav-erji li{
    display: inline-block;
    /* padding: 19px 20px; */
}
.nav-erji li a{
    display: block;
    padding: 19px 20px;
    color: white;
}
.nav-erji li a:hover{color: #d09c37;}
.nav-erji div{
    display: inline-block;
    width: 1px;
    height: 10px;
    background-color: white;
}
.nav-erji div:last-child{display: none;}



/*首页关于我们中心*/
.cont1-lf{
   width: 580px;
}
.cont1-lf p{
    color: #222222;
    /*margin-top: 50px;*/
    font-size: 15px;
    line-height: 40px;
    text-align: justify;
}
.cont1-rf{
    width: 500px;
}
.cont1-rf ul li{
    width: 156px;
    padding-right: 16px;
    float: left;
    height: 281px;
    overflow: hidden;
}
.cont1-rf ul li:nth-child(3){
    padding-right: 0px;
}
.cont1-rf ul li img{
    width: 100%;
}
.cont1-rf ul li img:hover {
    transform: scale(1.1);
    transition: 0.4s;
}

.cont2{
    /*background-color: #f6f6f6;*/
}
.cont2-box{}
.public-title{
    text-align: center;
    border-bottom: 1px solid #989898;
    padding: 100px 0px 10px;
    position: relative;
    width: 1200px;
    margin: 0 auto;
}
.public-title p{
    font-size: 26px;
    color: #222222;
    font-weight: bold;
    font-family: 宋体;
}
/*.public-title i{
    height: 4px;
    width: 35px;
    background-color: #ffa811;
    display: block;
    margin-top: 9px;
    position: absolute;
    left: calc(50% - 21px);
}*/
.con2-div{
    padding: 50px 0px 50px;
}
.con2-div-d1{
    width: 400px;
    float: left;
    height: 560px;
    overflow: hidden;
}
.con2-div-d1 img{
    width: 400px;
    height: 280px;
    
}
.con2-div-d1 img:hover{
    transform: scale(1.1);
    transition: 0.4s;
}
.con2-div-d2{
    width: 400px;
    float: left;
    height: 560px;
    background-color: white;
    display: flex;
}
.con2-div-d2 div{
    align-self: center;
    width: 44%;
    margin: 0 auto;
    font-size: 15px;
    line-height: 50px;
    text-align: center;
    color: #222222;
}

.cont3{background: url(../images/bg.png) no-repeat bottom;}
.cont3-box{}
.con3-div{
    /* margin: 26px 0px; */
}
.con3-dl{
    width: 200px;
    float: left;
    margin-right: 50px;
    height: 280px;
}
.con3-dl img{
    width: 198px;
    height: 198px;
    border-radius: 50%;
}
.con3-dl a:hover p{
    color: #ffa811;
}
.con3-dl p{
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    margin-top: 10px;
    color: #222222;
}
.con3-dl img {
    transition: 0.4s;
}
.con3-dl:nth-child(1) img{
    margin-top: 78px;
}
.con3-dl:nth-child(1):hover img{
    margin-top:35px;
}
.con3-dl:nth-child(2) img{
    margin-top: 129px;
}
.con3-dl:nth-child(2):hover img{
    margin-top: 85px;
}
.con3-dl:nth-child(3) img{
    margin-top: 78px;
}
.con3-dl:nth-child(3):hover img{
    margin-top: 35px;
}
.con3-dl:nth-child(4) img{
    margin-top: 129px;
}
.con3-dl:nth-child(4):hover img{
    margin-top: 85px;
}
.con3-dl:nth-child(5) img{
    margin-top: 78px;
}
.con3-dl:nth-child(5):hover img{
    margin-top: 35px;
}
.con3-dl:last-child{margin-right: 0px;}

.cont4{
    /*background-color: #f6f6f6;*/
    margin-top: 150px;
}
.cont4-box{}
.con4-p{
    text-align: center;
    font-size: 16px;
    color: #222222;
    margin: 40px 0px;
}
.con4-div{}
.con4-div ul{}
.cont4-li{
    width: 25%;
    float: left;
    position: relative;
    overflow: hidden;
}
.cont4-li img{
    width: 100%;
   /* height: 535px;*/
   max-height: 798px;
}
.cont4-li:hover>div{
	transition: all 1s ease-in-out;
	opacity: 0;
}
.cont4-li>div{
    position: absolute;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: #0000009c;
}
.cont4-li div a{
    display: block;
    text-align: center;
    height: 100%;
    color: white;
    /* box-sizing: border-box; */
}
.cont4-li div a div{
    font-size: 25px;
    border: 2px solid white;
    width: 57%;
    padding: 10px 0px;
    text-align: center;
    box-sizing: border-box;
    margin: 50% auto 0px;
}
.cont4-li div a h3{
    font-size: 36px;
    margin-top: 35px;
}
.cont4-li div a p{
    font-size: 25px;
    color: #9E9E9E;
    text-decoration:line-through;
}
/*新闻中心*/
.cont5-news{
	margin-top: 50px;
}
.cont5-news ul li{
	width: 48%;
	float: left;
	border-bottom: 1px dashed #ddd;
	padding-bottom: 35px;
	margin-bottom: 20px;
}
.cont5-news ul li:nth-child(2n+2){
    float: right;
}
.cont5-news ul li a h3:hover{
    color: #ffa811;
}
.news_time:hover{
    color: #fff;
    background: #ffa811;
}
.news_time{
	width: 60px;
	height: 60px;
    padding: 5px 0;
    box-sizing: border-box;
	line-height: 50px;
	text-align: center;
	background-color: #222;
}
.news_time b{
   font-size: 22px;
}
.news_time span{

}
.news_list{
    width: 490px;
}
.news_list h3{
    font-size: 18px;
    color: #222222;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    word-break: break-all;
    -webkit-line-clamp: 1;
}
.news_list p{
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    word-break: break-all;
    -webkit-line-clamp: 1;
    color: #4c4c4c;
}
.news_more{
    width: 180px;
    height: 40px;
    background: #eeeeee;
    line-height: 40px;
    text-align: center;
    margin: 0 auto;
    border-radius: 30px;
    margin-top: 20px;
}
.news_more a{
    font-size: 16px;
    display: block;
    color: #222222;
}
.news_more a:hover{
    background: #ffa811;
    color: #fff;
    border-radius: 30px;
}
/*在线预约*/
.cont6{
    /*background: #f6f6f6;*/
    padding-bottom: 50px;
}
.cont6-yylf{
    width: 42%;
    background: #fff;
    padding: 30px;
    border-radius: 5px;
}
.cont6-yyrf{
    width: 49%;
}

/*首页新加版块*/
/*视频展示*/




/*民宿文化街轮换展示*/
.cont9{
    position: relative;
    background: url(../images/bg2.jpg) no-repeat center;
    padding-bottom: 50px;
}
.cont9 .swiper-button-next, .cont9 .swiper-button-prev{
    background-size: 100% 100%;
    width: 50px;
    height: 50px;
    margin-top: -20px;
    overflow: hidden;
}
.cont9 .swiper-button-prev, .cont9 .swiper-container-rtl .swiper-button-next{
    background-image: url(../images/left2.png);
    left: -90px;
}
.cont9 .swiper-button-next, .cont9 .swiper-container-rtl .swiper-button-prev{
    background-image: url(../images/right2.png);
    right: -90px;
}
.cont9 a{
    display: block;
    overflow: hidden;
}
.cont9 a img{
    width: 100%;
    height: 317px;
}
/*桂岭果园轮换展示*/
.cont10{
    /*background-color: #f6f6f6;*/
    padding-bottom: 50px;
}
.cont10-div{
    padding-top: 50px;
}
.cont10-div ul li{
    
}
.cont10-div ul li img{
    width: 100%;
    height: 400px;
}
.cont10-title{
    padding: 20px;
    background: #f3f3f3;
}
.cont10-title h3{
    color: #222222;
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 10px;
}
.cont10-title p{
    color: #222222;
    font-size: 16px;
}
.cont10 .swiper-pagination-bullets .swiper-pagination-bullet-active {
    border: 1px solid #ffa811;
    background-color: #ffa811;
    margin: 0 8px;
}

.cont10 .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 8px;
}
.cont10 .swiper-pagination {
    width: 1200px;
    margin-top: 14px;
}




.erweima{
    width: 170px;
}
.erweima img{
    width: 170px;
}
.erweima p{
    font-size: 16px;
    color: #161616;
    text-align: center;
}
/*底部展示*/
.foot-box-d2-d1 dl {
    font-size: 16px;
    color: #222;
    height: 45px;
    line-height: 45px;
    padding: 13px 0px;
}
.foot-box-d2-d1 dl dt {
    width: 16%;
    float: left;
    color: #222222;
}
.foot-box-d2-d1 dl dd {
    width: 83%;
    float: left;
}
.foot-box-d2-d1 dl dd input {
    border: 1px solid #ddd !important;
    background-color: #f5deb300;
    border: 0px;
    width: 100%;
    height: 45px;
    border-radius: 5px;
    font-size: 16px;
    padding-left: 6px;
}
.foot-box-d2-d1 dl dd textarea{
    width: 100%;
    height: 100px;
    border-radius: 5px;
    background: none;
    border: 1px solid #ddd;
    padding-left: 6px;
}
.foot-box-d2-d2>input{
    display: inline-block;
    width: 83%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    border-radius: 5px;
    background-color: #ffa811;
    margin-left: 82px;
    margin-top: 10px;
}
.cont6-ditu{
    margin-top: 30px;
}
.cont6-logoboxlf img{
    margin-bottom: 27px;
}
.cont6-logoboxlf p{
    line-height: 30px;
    color: #222222;
    font-size: 16px;
}
.cont6-logoboxfr img{
    width: 170px;
}

/*底部展示*/
.footer{
    background: #000;
    /*padding: 30px 0;*/
    line-height: 70px;
    height: 70px;
}
.footer p{
    font-size: 16px;
    float: left;
    color: #dedede;
}
.footer p a{
    color: #dedede;
}

/*内页开始111111111111111111111111111111111*/
.ny_banner img{
    width: 100%;
}

/*案例展示*/
.column-con{
    /*background: #F5F5F5;*/
    background: url(../images/2.png) no-repeat center;background-size: cover;
    min-height: 650px;
}
.location .location-title{
    background: url(../images/location.png) no-repeat left center;
    padding-left: 32px;
}
.location .location-title,.location .location-title a{
    font-size: 20px;
    color: #0e0b04;
    font-weight: bold;
}
.location .column-list{
    /*width: 80%;*/
}
.location .column-list ul{
    text-align: center;
    vertical-align: center;
    /* opacity: 0; */
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
    justify-content: space-around;
}
.location .column-list ul li{
    display: block;
    float: left;
    transition: 0.4s;
    margin-left: 30px;
}
.location .column-list ul li a{
    display: block;
    font-size:16px;
    padding: 5px 10px;
    color: #0e0b04;
}
.location .column-list ul li:hover,.location .column-list ul li.active{
    background: #000;
    transition: 0.4s;
}
.location .column-list ul li:hover a,.location .column-list ul li.active a{
    color:#fff;
}
.location .column-list ul li:first-child{
    margin-left: 0;
}
.column-con .case-list dl{
    width: 285px;
    height: auto;
    background: #fff;
    float: left;
    position: relative;
    overflow: hidden;
    margin-right: 20px;
    margin-bottom: 25px;
}
.column-con .case-list dl a{
    display: block;
}
.column-con .case-list dl dt{
    width: 100%;
    height: 200px;
    overflow: hidden;
    position: relative;
}
.column-con .case-list dl dt img{
    width: 100%;
    height: 100%;
    transition: 0.4s;
}
.column-con .case-list dl:hover dt img{
    transform: scale(1.1);
    transition: 0.4s;
}
.column-con .case-list dl dd{
    position: relative;
    text-align: center;
    /*background: #fff;*/
    height: 125px;
    overflow: hidden;
    padding: 0 20px;
    padding-top: 25px;
    font-size: 16px;
    font-weight: normal;
    -webkit-transition: margin .3s;
    -moz-transition: margin .3s;
    -ms-transition: margin .3s;
    -o-transition: margin .3s;
    transition: margin .3s;
    /*overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;*/
    color:#3E3A39;
}
.column-con .case-list dl dd p{
    margin-top: 10px;
    font-size: 16px;
    color: #9b9996;
}
.column-con .case-list dl .view{
    position: absolute;
    left: 0;
    bottom: -47px;
    /*height: 21px;*/
    width: 100%;
    padding: 13px 0;
    background: #f88719;
    display: block;
    -webkit-transition: bottom .3s;
    -moz-transition: bottom .3s;
    -ms-transition: bottom .3s;
    -o-transition: bottom .3s;
    transition: bottom .3s;
}
.column-con .case-list dl .view .icon{
    display: block;
    margin: 0 auto;
    background: url(../images/index.png) -545px -62px no-repeat;
    width: 40px;
    height: 20px;
}
.column-con .case-list dl:hover .view{
    bottom:0;
}
.column-con .case-list dl:hover{
    box-shadow: 3px 3px 10px #888888;
}
.column-con .case-list dl .line-i{
    width: 100%;
    height: 200px;
    border:1px solid #fff;
    margin:0 auto;
    position: absolute;
    top:0;
    left: 0;
    /*display: none;*/
    transition: 0.4s;
}
.column-con .case-list dl:hover .line-i{
    transform: scale(0.9);
    transition: 0.4s;
}
.column-con .case-list dl:nth-child(4n){
    margin-right: 0;
}
.column-con .case-list dl dt iframe,.ivr-list .swiper-slide a .ivr-img  iframe{
    width: 100%;
    height: 100%;
}

/*新闻中心*/
.column-con .news-list dl{
    overflow: hidden;
    margin-bottom: 7px;
    color: #6A6969;
}
.column-con .news-list dl dt{
    width: 830px;
    height: 195px;
    padding: 20px;
    background: #FFF;
    overflow: hidden;
    box-sizing: border-box; 
    float: left;
}
.column-con .news-list dl dt .news-img{
    width: 260px;
    height: 100%;
    float: left;
}
.column-con .news-list dl dt .news-img img{
    width: 100%;
    height: 100%;
}
.column-con .news-list dl dt .news-title{
    width: 500px;
    float: right;
}
.column-con .news-list dl dt .news-title .news-t h5{
    height: 30px;
    line-height: 30px;
    font-weight: normal;
    font-size: 20px;
    float: left;
    width: 59%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.column-con .news-list dl dt .news-title .news-t h5 a{
    color:#3E3A39;
}
.column-con .news-list dl dt .news-title .news-t em{
    float: right;
    /*width: 24px;*/
    height: 30px;
    padding-left: 30px;
    background: url(../images/public_06.png) no-repeat left center;
    line-height: 30px;
}
.column-con .news-list dl dt .news-title .news-t i{
    float: right;
    width: auto;
    height: 30px;
    padding-left: 23px;
    background: url(../images/public_03.png) no-repeat left center;
    line-height: 30px;
    margin-right: 15px;
}
.column-con .news-list dl dt .news-title .news-des{
    line-height: 26px;
    margin: 18px 0 12px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.column-con .news-list dl dd{
    width: 365px;
    height: 195px;
    margin-left: 5px;
    padding: 20px 0;
    background: #fff;
    float: right;
    box-sizing: border-box; 
}
.column-con .news-list dl dd a{
    display: block;
    float: none;
    width: 214px;
    height: 39px;
    margin: 17px auto 0;
    line-height: 39px;
    font-size: 16px;
    text-align: center;
    position: relative;
}
.column-con .news-list dl dd a.book{
    border-color: #f88719;
    background: #f88719;
    color: #FFF;
    transition: all ease-out .3s;
}
.column-con .news-list dl dd a.btns{
    
    border: 2px solid #A5A4A4;
    transition: all ease-out .3s;
}
.column-con .news-list dl dd a i{
    position: absolute;
    top: 50%;
    left: 60%;
    width: 30px;
    height: 30px;
    margin-top: -15px;
    background: url(../images/public.png) -150px -30px no-repeat;
    transition: all ease-out .3s;
    vertical-align: middle;
    filter: alpha(opacity=0);
    opacity: 0;
}
.column-con .news-list dl dd a:hover{
    border-color: #f88719;
    background: #f88719;
    color: #FFF;
    text-indent: -20px
}
.column-con .news-list dl dd a:hover i{
    margin-left: 20px;
    filter: alpha(opacity=100);
    opacity: 1
}

/*设计师风采*/
.column-con .designer-list dl{
    width: 290px;
    height: 200px;
    margin:0 13px 40px 0;
    position: relative;
    float: left;
}
.column-con .designer-list dl:nth-child(4n){
    margin-right: 0;
}
.column-con .designer-list dl dt{
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.column-con .designer-list dl dt img{
    width: 100%;
    /*height: 200px;*/
    transition: 0.4s;
}
.column-con .designer-list dl:hover dt img{
    transform: scale(1.1);
    transition: 0.4s;
}
.column-con .designer-list dl dd{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    background: rgba(0,0,0,0.6);
    box-sizing: border-box;
    height: 25px;
    -webkit-transition: all .5s ease-in-out 0s;
    -moz-transition: all .5s ease-in-out 0s;
    transition: all .5s ease-in-out 0s;
}
.column-con .designer-list dl dd .name{
    text-align: center;
    font-size: 15px;
    color: #fff;
    line-height: 24px;
}
.column-con .designer-list dl dd .hdts{
    padding: 25px 25px 0;
    overflow: hidden;
    color: #acacac;
    font-size: 12px;
}
.column-con .designer-list dl dd .hdts h5{
    text-align: center;
    color: #fff;
    font-size: 24px;
    line-height: 32px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-top: 65px;
}
.column-con .designer-list dl dd .hdts p{
    line-height: 24px;
    margin-top: 10px;
    height: auto;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}
.column-con .designer-list dl:hover .name{
    display: none;
}
.column-con .designer-list dl:hover dd{
    height: 100%;
}

/*关于我们*/
.column-con .about{
    font-size: 15px;
    line-height: 35px;
 /*   text-indent: 2rem;*/
    color:#5f5f5f;
    padding:20px 0;
}
.column-con .about img{
    text-indent: 0 !important;
    max-width: 100%;
    margin:0 auto;
    margin-top: 15px;
    margin-bottom: 15px;
}


/*案例展示详情*/
.sjmk_xq{
    width:60%;
    height: 550px;
    margin-top:20px;
    margin-bottom: 35px;
}
.sjmk_xq .swiper-container {
    width: 100%;
    height: 300px;
    margin-left: auto;
    margin-right: auto;
    }
.sjmk_xq .swiper-slide {
    background-size: cover;
    background-position: center;
    }
.sjmk_xq .gallery-top {
    height: 80%;
    width: 100%;
}
.sjmk_xq .gallery-thumbs {
    height: 20%;
    box-sizing: border-box;
    padding: 10px 0;
}
.sjmk_xq .gallery-thumbs .swiper-slide {
    width: 25%;
    height: 100%;
    opacity: 0.4;
}
.sjmk_xq .gallery-thumbs .swiper-slide-active {
    opacity: 1;
}

.xq_c .pro_xq{
    width:435px;
    margin-top:20px;
}
.pro_xq h2{
    font-size: 24px;
    color:#000;
    margin-bottom: 15px;
}
.pro_xq h2 span{
    font-weight: bold;
}
.pro_xq .xq_link{
    color:#fff;
    background: #f88719;
    font-size:18px;
    height:40px;
    line-height: 40px;
    text-align: center;
    width: 280px;
    border-radius: 2px;
    margin-top:30px;
}

.cas_xq{
    width: 100%;
    height: auto;
    margin-top:15px;
    margin-bottom: 20px;
}
.cas_xq .cas_left{
    width: 245px;
    height: auto;
    border:1px solid #e2e2e2;
    padding-bottom: 15px;
}
.cas_left h1{
    height: 45px;
    line-height: 45px;
    padding-left: 5px;
    background: #f5f5f5;
    border-bottom: 1px solid #e2e2e2;
    margin-bottom: 10px;
    font-size: 16px;
}
.cas_left .cas_case{
    width: 95%;
    margin:0 auto;
}
.cas_left .cas_case dl{
    width: 100%;
    margin-top:15px;
}
.cas_left .cas_case dl dt{
    width: 100%;
    height: auto;
}
.cas_left .cas_case dl dt img{
    width: 100%;
    height: 100%;
}
.cas_left .cas_case dl dd{
    margin-top: 10px;
    font-size: 13px;
    height: 17px;
    overflow: hidden;
    text-align: center;
    color:#5a5a5a;
}
.cas_xq .cas_right{
    width: 915px;
    height: auto;
}
.cas_xq .tab_bar{
    width: 100%;
    border-bottom: #f88719 1px solid;
    overflow: hidden;
    margin-bottom: 15px;
}

.tab_bar h3 {
    padding: 12px 24px;
    background: #f88719;
    color: #fff;
    font-size: 17px;
    float: left;
    }
.xqnr {
    font-size: 15px;
    line-height: 30px;
    color: #3c3c3c;
    margin-bottom: 40px;
    }
.pro_xq .pro_des{
    color: #7e7e7e;
    padding: 15px;
    background: #ececec;
    margin-top: 10px;
    overflow: hidden;
    font-size: 15px;
    line-height: 28px;
    height: auto;
    margin-bottom: 15px;
}
.xqnr img{
    max-width: 100%;
    margin:10px 0;
    display: inline;
}


/*详情页*/
.xq-tit{
    margin-top:45px;
    border-bottom: 1px dashed #eaeaea;
}
.xq-tit h2{
    font-size: 25px;
    color: #333;
    line-height: 24px;
    text-align: center;
    font-weight: bold;
}
.xq-tit p{
    font-size: 14px;
    line-height: 24px;
    color: #b1b1b1;
    text-align: center;
    margin: 5px 0;
}
.xq-tit p span{
    margin: 0 10px;
}
.news-xq p{
    font-size: 14px;
    line-height: 30px;
    color: #b5b5b5;
    text-indent: 2em;
    margin-top: 8px;
}
.news-xq img{
    max-width: 100%;
    height: auto;
    margin: 20px auto;
}
.news-xq ul{
    margin-top: 20px;
    border-top: 1px solid #ccc;
    padding-top: 20px;
}
.news-xq ul li a{
    font-size: 12px;
    color: #999;
    line-height: 30px;
}
.news-xq ul li:first-child{
    margin-bottom: 10px;
    padding-left: 30px;
    background: url(../img/news/fh.png) no-repeat left center;
}
.news-fh ul li:first-child{
    padding-left: 0;
}
.news-fh ul li a:hover{
    color:#b3150d;
    text-decoration: underline;
}
.news-xq-box p{
    font-size:14px;
    color:#333;
    line-height: 32px;
}

.news-fh ul li:first-child{
    padding-left: 0;
}
.news-xq-box p{
    font-size:14px;
    color:#333;
    line-height: 32px;
}

/*分页*/
.page-box {
    margin-bottom: 30px;
    margin-top: 40px;
}
.page-box div{
    display: flex;
    display: -webkit-flex;
    justify-content: center;
}
.page-box a{
    display: block;
    padding: 6px 15px;
    font-size: 14px;
    color: #666;
    box-sizing: border-box;
    border: 1px solid #ddd;
    margin: 0 5px;
    border-radius: 3px;
}
.page-box strong{
    display: block;
    padding: 6px 15px;
    font-size: 14px;
    color: #666;
    background-color: #000;
    color: #fff;
    margin: 0 5px;
    border-radius: 3px;
}
