/*尾部开始*/
footer{
	width: 100%;
	background: rgba(0,0,0,0.5);
	padding-top: 10px;
	height: 140px;
	background: #3f3937;
	margin-top: 40px;
}
.footerDiv_tit{
	color: #988e8b;
	font-size: 12px;
	width: 70px;
	display: inline-block;
}
.footerDiv_con1,.footerDiv_con1 a,.footerDivWei{
	color: #988e8b;
	font-size: 12px;
	text-align: right;
}
.footerDiv_con a{
	color: #988e8b;
	font-size: 12px;
	margin-right: 10px;
}
.footerDiv_con a:hover,.footerDiv_con1 a:hover{
	color: #ffc5aa;
}
.footerDiv ul li{
	margin-bottom: 6px;
}
.footerDiv_l{
	width: 480px;
}
.footerDiv_r{
	width: calc(100% - 500px);
}
.footerDiv_rIcon{
	height: 76px;
	text-align: right;
	position: relative;
}
.footerDiv_rIcon span{
	display: inline-block;
	width: 38px;
	height: 76px;
	margin-left: 20px;
	position: relative;
	cursor: pointer;
}
.weibo_icon:after{
	position: absolute;
	width: 2px;
	height: 18px;
	background: #988e8b;
	content: "";
	top: 30px;
	left: 50px;
}
.weibo_icon{
	background: url(../img/xin.png) center center no-repeat;
	background-size: 38px 38px;
}
.weixin_icon{
	background: url(../img/wei.png) center center no-repeat;
	background-size: 38px 38px;
}
.weibo_icon:hover{
	background: url(../img/xin_h.png) center center no-repeat;
	background-size: 38px 38px;
}
.weixin_icon:hover{
	background: url(../img/wei_h.png) center center no-repeat;
	background-size: 38px 38px;
}
.weixin_icon:hover .erweima_div{
	display: block;
}
.erweima_div{
	width: 76px;
	height: 76px;
	position: absolute;
	right: 48px;
	top: 0px;
	display: none;
}
.erweima_div img{
	width: 100%;
	height: 100%;
}
.footerDiv{
	width: 100%;
	padding-left: 20px;
	padding-right: 20px;
	height: 100%;
}
/*尾部结束*/
/*列表页*/
.listDiv_outer{
	position: relative;
	padding-top: 400px;
	/*640*/
}
.listDiv_bg{
	width: 100%;
	height: 800px;
	/*1024px*/
	background: url(../img/list1.png) 0 0 no-repeat;
	background-size: cover;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
}
.listDiv_bg_login{
	width: 100%;
	height: 460px;
	/*634px*/
	background: url(../img/list_login.png) center center no-repeat;
	background-size: 210px 206px;
}
.list_center_top1>div{
	position: relative;
	cursor: pointer;
}
.list_center_top1>div:hover{
	background: #da9779;
}
.list_center_top1>div.active{
	background: #ffc5aa;
}
.list_center_top1>div.before:before{
	position: absolute;
	right: 0;
	top: 70%;
	width: 1px;
	height: 40px;
	background: rgba(255,197,170,0.5);
	content: "";
	margin-top: -34px;
}
.list_center_top2{
	margin-top: 10px;
	height: 70px;
	background: rgba(0,0,0,0.6);
	color: #FFFFFF;
	font-size: 20px;
	line-height: 70px;
}
.list_center_top2>div.col-lg-10>span{
	padding-left: 40px;
	padding-right: 40px;
	float: left;
	height: 100%;
	cursor: pointer;
	position: relative;
}
.list_center_top2>div.col-lg-10>span span.glyphicon-triangle-bottom{
	position: absolute;
	top: 50px;
	left: 50%;
	margin-left: -10px;
}
.list_center_top2>div>span.active{
	background: #FFFFFF;
	color: #d49071;
}
.list_center_top2>div.col-lg-10>span:hover{
	color: #d49071;
}
.list_center_top2>div a{
	color: #FFFFFF;
}
.list_center_top2>div a:hover{
	color: #ffc5aa;
}
/*富文本样式开始*/
.text_divContent>p.titleP{
	height: 90px;
	line-height: 90px;
}
.text_divContent_con p{
	text-indent: 2em;
	font-size: 16px;
	line-height: 2;
}
/*富文本样式结束*/
.wzzx_tit{
	height: 60px;
	line-height: 60px;
}
p.wzzx_con{
	line-height: 26px;
}
.wzzx_div li a:hover{
	color: #d49071;
	text-decoration: none;
}
.wzzx_div li{
	border-bottom: 1px solid #CCCCCC;
	/*padding-bottom: 10px;*/
	padding-bottom: 20px;
}
.table>thead>tr>th{
	border-bottom: none;
	background: #efefef;
	text-align: center;
	line-height: 60px;
	height: 60px;
	padding: 0;
}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th{
	border-top: 1px solid #ccc;
	line-height: 79px;
	height: 79px;
	text-align: center;
	padding: 0;
}
.active_click{
	color: #d49071;
}
.active_click:hover{
	color: #ffc5aa;
}
.liebiao_div table{
	border-bottom: 1px solid #ccc;
}
.share_div{
	position: fixed;
	bottom: 180px;
	right: 1%;
	width: 50px;
	height: 50px;
	background: #3f3937;
	border: 1px solid #9f9c9b;
	color: #9f9c9b;
	text-align: center;
	line-height: 50px;
	font-size: 24px;
	cursor: pointer;
	opacity:0;
}
.share_div:hover{
	color: #FFFFFF;
}
.sousuoOuter{
	position: absolute;
	width: 1200px;
	left: 50%;
	margin-left: -600px;
	top: 4%;
}
.sousuoDiv{
	width: 300px;
    /*position: absolute;*/
    /*right: 7%;*/
    /*top: 4%;*/
    border: 1px solid #CCCCCC;
    background: initial;
    z-index: 1000;
    border-radius: 5px;
    padding-top: 5px;
    padding-bottom: 3px;
    padding-right: 10px;
    padding-left: 10px;
    float: right;
}
.sousuoDiv:hover{
	border-color: #fff;
}
.sousuoDiv input{
	width: calc(100% - 28px);
	background: initial;
	border: none;
	color: #FFFFFF;
	font-size: 20px;
}
.sousuoDiv input:focus{
	outline: none;
}
.sousuoDiv span{
	display: inline-block;
	width: 14px;
	color: #FFFFFF;
	cursor: pointer;
	font-size: 22px;
	top:3px;
}

#search_btn:hover:before{
	color: #f5bfa7;
}


/*公共样式*/
.dy_dd1{
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
.dy_dd2{
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.titleP{
	font-size: 30px;
	font-weight: bold;
}
body,html{
	overflow-x: hidden;
}
.container{
	width: 1200px!important;
}
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9{
	padding: 0;
}
.fs40{
	font-size: 3rem;
}
.fs26{
	font-size: 2rem;
}
.fs20{
	font-size: 20px;
}
.fs18{
	font-size: 18px;
}
.fs16{
	font-size: 16px;
}
.colorWhite{
	color: #FFFFFF;
}
.fontWeight{
	font-weight: bold;
}
.bgShen_orange{
	background: #d49071;
}
.bgWhite{
	background: #FFFFFF;
}
.pt10{
	padding-top: 10px;
}
.pb10{
	padding-bottom: 10px;
}
.pr20{
	padding-right: 20px;
}
.pl20{
	padding-left: 20px;
}
.cursorP{
	cursor: pointer;
}
p {
	margin: 0 0 0px;
}
ul li{
	list-style: none;
}
a{
	color: inherit;
}

.fs40_new{
	font-size:2.2rem;
}
.back_icon{
	width: 26px;
	height: 70px;
	background: url(../img/fanhui_icon.png) center center no-repeat;
	background-size: 26px 22px;
}
.back_icon:hover{
    background: url(../img/fanhui_hover_icon.png) center center no-repeat;
    background-size: 26px 22px;
}

.pl15{
	padding-left: 15px;
}
.pr15{
	padding-right: 15px;
}