@charset "utf-8";

*{
	box-sizing: border-box;
}

div,p,h1{
	margin: 0;
	padding: 0;
}

img{
	border: 0;
	display: block;
	vertical-align: middle;
}

.js-silder{
	position: relative;	
	min-width: 320px;
	margin-bottom: 10px;
	overflow: hidden;
}
.silder-scroll{
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.silder-main{
	position: relative;
	width: 100%;
	overflow: hidden;
}
.silder-main .silder-main-img{
	position: absolute;
	top: 0;              /* 图片初始下边距 */
	left: 0%;             /* 图片初始左边距 */
	width: 100%;
	min-height: 120px;
}
.silder-main .silder-main-img img{
	width: 100%;
}
.js-silder-ctrl{
	width: 100%;             /* 圆点导航位置 */
	text-align: center;
	position: absolute;
	bottom: 10px;
}

.silder-ctrl-prev,
.silder-ctrl-next{             /* 左右切换按钮样式 */
	position: absolute;
	top: 21%;
	width: 5%;
	height: 100%;
	vertical-align: middle;
	cursor: pointer;
	color: #fff;
	font-family: "宋体";
	font-size: 52px;
	font-weight: 60;
	text-shadow: #666 2px 2px 5px;
}
.silder-ctrl-prev{
	left: 10px;               /* 左切换按钮边距 */
	text-align: left;
}
.silder-ctrl-next{
	right: 10px;              /* 右切换按钮边距 */
	text-align: right;
}
.silder-ctrl-prev>span,
.silder-ctrl-next>span{
	position: absolute;
	top: 50%;
	margin-top: -40px;
}
.silder-ctrl-prev>span{
	left: 0;
}
.silder-ctrl-next>span{
	right: 0;
}
.silder-ctrl-con{
	display: inline-block;
	width: 4%;                         /* 小圆点大小 */
	padding: 10px 0;
	margin: 0 10px;                    /* 小圆点间距 */
	cursor: pointer;
}
.silder-ctrl-con>span{
	display: block;
	line-height: 0;
	text-indent: -9999px;
	overflow: hidden;
	padding: 5px 0;
	cursor: pointer;
	background-color: #e4e4e4;         /* 小圆点颜色（未选中） */
}
.silder-ctrl-con.active>span{
	background-color: #1564d5;         /* 小圆点颜色（选中） */
}
.list-w-title li {
	flex-basis: 25%;
	box-sizing: border-box;
	background-color: #fff;
	border-radius: 5px;
	margin-bottom: 15px;
	margin-right: 15px;
}
.list-w-title li .info{
	margin-top: 10px;
	clear: both;
}
.list-w-title li .info p:nth-child(1){
	font-size: 16px;
	color: #000;
}
.list-w-title li .info p{
	color: #999;
	line-height: 24px;
}
.list-w-title img{
	width: 100%;
}
.text-operate span{
	float: left;
	margin-right: 10px;
	font-size: 12px;
}

.sortClass{
	padding:0 0 0 20px;
	overflow: hidden;
}
.sortClass span{
	float: left;
	padding:5px 20px;
	line-height: 21px;
	color: #fff;
	font-size: 14px;
	border-radius: 20px;
	margin-right: 20px;
}
.sortClass span.shoucangCl{
	background-color: #f64545;
}
.sortClass span.dianzanCl{
	background-color: #32b16c;
}
.sortClass span.msgCl{
	background-color: #f8b551;
}
.sortClass span.lookCl{
	background-color: #078bd7;
}
.text-operate{
	border-top: 1px solid #ddd;
	padding-top: 10px;
	margin-top: 10px;
	overflow: hidden;
}
.text-operate .iconfont{
	font-size:18px;
	color: #666;
	margin-right: 2px;
}
.search{
	padding: 10px 15px 15px;
}
.dataRi{
	background-color: #272f46;
	height: 70px;
	display: flex;
	margin: 0;
	padding: 0;
}
.dahuiSearch{ margin: 20px 40px;}
.dahuiSearch p{
	display: flex;
}
.dahuiSearch p.time{ 
	color: #2ab101;
	font-size: 24px;
	padding-bottom: 20px;
}
.dahuiSearch p.time2{ 
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 20px;
}
.dahuiSearch p.danwei{ 
	color: #999;
	font-size: 18px;
	padding-bottom: 20px;
	line-height: 26px;
}
.bannerbox .col-md-12{padding: 0; overflow: hidden; background-color: #fff;}
.dataRi li{flex-basis: 50%; text-align: center; line-height: 70px;}
.dataRi li:hover{background-color: #35405f;}
.dataRi li a{ font-size: 16px;}
.dataRi li a:hover{ color: #fff}
.dataRi .current  a{color: #fff;font-size: 18px;}

.socialbox{text-align: center; margin-bottom: 0px;}
.socialbox .iconfont{
	 text-align: center;
	 font-size: 30px;
	 display: inline-block;
	 color: #fff;
	border-radius: 60px;
	width: 68px;
	height: 68px;
	background: #2973b8;
	line-height: 68px;
	box-shadow: 0 1px 2px rgba(125,125,125,0.5);
	}
.homeBGbox .col-lg-4 {width: 33.33333333%;float: left;}
.widget .text{ font-size: 14px; color: #333; margin-top: 6px;}
.homeMinheigt{ min-height: 300px; margin: 20px 34px; }
.tabs nav a span.iconfont{ font-size: 22px;}

@media (min-width: 768px){
.homeMinheigt{ overflow: hidden; margin:30px 150px}
}
@media (max-width: 768px){
	.homeMinheigt{min-height: 380px; margin:10px 40px 0 40px;}

	.homeBGbox .col-lg-4 {
		width: 33.33333333%;
		float: left;
		padding: 0px;
	}
	/*头部导航入口*/
	.socialbox .text{
		font-size: 14px;
	}
	.js-silder-ctrl {
		bottom: 6px;
	}
	.silder-ctrl-prev,.silder-ctrl-next{
		width: 10%;
		font-size: 26px;
		margin-top: -25px;
	}
	.silder-ctrl-con{
		width: 10px;
		height: 10px;
		padding: 0;
		margin: 0 5px;
	}
	.silder-ctrl-con>span{
		display: block;
		width: 100%;
		height: 100%;
		border-radius: 50%;
		padding: 0;
	}
	/*导航入口样式*/
	
	.name .col-lg-3{
		width: 100%;
	}
	.label{
		white-space:break-spaces;
	}
	#listsoon_nr .col-lg-3{
		width: 100%;
	}

	.socialbox {
		overflow: hidden;
		padding: 10px 0px 12px 0px;
		position: relative;
		text-align: center;
	}
	.iconfont {
		font-family: "iconfont" !important;
		font-size: 20px;
		font-style: normal;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
	}

	.tabs nav{
		height: 60px;		
	}

	.list-w-title {
		margin: 0px;
		padding: 0;
		display: block;
	  }
	  .list-w-title li{
		  width: revert;
		  box-sizing: border-box;
		  margin-bottom:10px;
			margin-right: 0;
	  }

	  #tb_Content .col-lg-3{
		  width: 100%;

	  }
	  .mailbox-inbox .item{
		  padding: 10px 0 0 0;
	  }
}