body{
	background-color: #f2f2f2;
}
.fn-clear:after {
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

.fn-left {
	float: left;
}

.fn-right {
	float: right;
}
.room-wrap{
	width: 1200px;
	margin:38px auto  0 auto;
}
.room-wrap-left{
	background: #ffffff;
	width: 200px;
	margin-right: 20px;
	float: left;
}
.room-wrap-left li{
	text-align: center;
	position: relative;
	
}
.room-wrap-left a{
	width: 100%;
	display: inline-block;
	padding:20px 0;
	color:#333333;
	font-size: 16px;
}
.room-icon1{
	display: none;
	position: absolute;
	right: 20px;
	top:20px;
	width: 10px;
	height: 18px;
	background: url(../../img/room-icon1.png) no-repeat;
	background-size: 100% 100%;
}

.room-wrap-left li.active a{
	background: #fc583d;
	color: #fff;
}
.room-wrap-left li.active .room-icon1{
	display: block;
}

.room-wrap-right{
	background: #fff;
	float: left;
	width: 980px;
	box-sizing: border-box;
	padding:0 40px;
	padding-bottom: 20px;
	position: relative;
	margin-bottom: 100px
}
.room-general-title{
	position: relative;
	text-align: center;
	padding-top: 40px;
	padding-bottom: 30px;
	font-size: 20px;
	color: #303043;
	margin-bottom: 40px;
	border-bottom: 1px solid #ededed;
	line-height: 24px;
}
.room-general-title font{
	width: 650px;
	display: inline-block;
}
.room-general-time{
	position: absolute;
	right: 0;
	bottom: 10px;
	font-size: 12px;
	color: #999999;
}
.room-back-top2{
	position: absolute;
	bottom: 20px;
	right:42px;
}
.room-back-top1{
	position: absolute;
	top: 42px;
	left: 0;
}
.room-back-top{
	display: block;
	font-size: 14px;
	color: #fc583d;
	width: 98px;
	height: 38px;
	line-height: 38px;
	border:1px solid #fc583d;

}
.room-back-top img{
	vertical-align: middle;
	position: relative;
	top:-1px;
	margin-right: 2px;
}

.room-general-text{
	font-size: 14px;
	color: #333333;
	padding-bottom: 30px;
	border-bottom: 1px solid #ededed;
	margin-bottom: 40px;
}
.room-general-text img{
	max-width: 90%;
}
.room-general-text p{
	text-indent:28px;
	margin-bottom: 30px;
	line-height: 24px;
}
.room-general-contact li{
	color:#fc583d;
	font-size: 14px;
	margin-bottom: 30px;
}
.room-general-contact li:last-child{
	margin-bottom: 0;
}

.pageCenter{
	text-align: center;
	margin:20px 0;
}

.pageCenter .layui-laypage .layui-laypage-curr .layui-laypage-em{
    background-color: #fc583d;
}
.pageCenter .layui-laypage a:hover{
	color:#fc583d;
}
/*
.pageCenter .layui-laypage a,.pageCenter .layui-laypage .layui-laypage-curr{
    font-size: 14px;
}*/
.room-policy{
	padding-top: 50px;
	
}
.room-policy li{
	border-bottom: 1px solid #ededed;
}
.room-policy li a{
	width: 100%;
	display: inline-block;
	padding:30px 0;
	font-size: 14px;
	color: #333333;
	box-sizing: border-box;
	padding-left: 20px;
	padding-right: 20px;
}



.room-policy-date{
	margin-right: 40px;
}
.room-policy-text{
	width: 730px;
}
.room-lead-wrap{
	margin-bottom: 100px;
}

.room-lead-wrap table {
    width: 900px;
    border-collapse: collapse;
    border-spacing: 0;
    font-family: normal;
}
.room-lead-wrap table td {
       border: 1px solid #999;
    line-height: 28px;
   
}
.room-lead-left{
	width: 64px;
	text-align: center;
}
.room-lead-right{
	padding:20px 30px 0 20px;
}

.room-info p{
	font-size: 14px;
	color: #303043;
	line-height: 24px;
}


.room-work li {
    /* border-bottom: 1px solid #ededed; */
    /* padding:20px 0; */
}
.room-work-img{
	width:285px;
	height: 200px;
	overflow: hidden;
	position: relative;
	border-radius: 5px;
	text-align:center;
	margin-right: 20px;
}

.room-work-img img{
  /* width: auto; */
  width: 259px;
    height: auto;
  /*  min-width: 100%;*/
    min-height: 100%;
    position: absolute;
    top: -999px;
    bottom: -999px;
    left: -999px;
    right: -999px;
    margin: auto;
}

.room-work-text{
	    width: 590px;
	 color: #666666;
	 font-size: 14px;
	 height: 211px;
	line-height: 24px;
	text-overflow: ellipsis;
	overflow: hidden;
	-webkit-line-clamp: 9;
	-webkit-box-orient: vertical;
	word-break: break-all;
	display: -webkit-box;
}
.room-work-titleWrap{
	padding-bottom:20px;
}

.room-work-title {
	height: 44px;
	line-height: 44px;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 93%;
}
.room-work-date{
	display: inline-block;
	width: 44px;
	height: 44px;
	overflow: hidden;
	text-align: center;
	border-radius: 100%;
	font-size: 14px;
	color: #999999;
	background: #f5f5f5;
	line-height: 20px;
	margin-right: 10px;
}
.gf-left{
	position: absolute;
	bottom: 192px;
}
.gf-right{
	position: absolute;
    right: 0;
    bottom: 192px;
}