@charset "utf-8";

/*全局元素默认设置*/

* {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	font-family: "Microsoft YaHei", "SimSun", Arial, Helvetica, sans-serif;
}

/*始终显示浏览器右侧滚动条*/
body {background-color: #FFFFFF;overflow-y: scroll;*overflow-y: auto;	/*兼容ie7*/}
img {border: none;}
a {text-decoration: none;}
li {list-style: none;}
input,button {outline: none;}
/*鼠标移入的状态*/
a:active,a:hover {outline: 0}

/*去除ie10/ie11input里面的叉叉*/
::-ms-clear,
::-ms-reveal {display: none;}

/*盒子模型*/
.box {overflow: hidden;}

.box-center {
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
	clear: both;
}

/*浮动*/
.fl {
	float: left;
}

.fr {
	float: right;
}

.cb {
	clear: both;
}

/*使用伪元素清除浮动，在加了浮动的元素上添加这个class*/
.clear {
	-ms-zoom: 1;
}
.clear:after {
	content: '';
	display: block;
	clear: both;
}

/*定位*/
.pr {
	position: relative;
}

.pa {
	position: absolute;
}

.pf {
	position: fixed;
}


/*居中*/
.text-center {
	text-align: center;
}
.center {
	margin: 0 auto;
}

/* 单行溢出省略 */
.el {
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.long-bg{
	background: #0084FF;
}
.long-color{
	color: #0084FF !important;
}
.long-radius{
	border-radius: 3px;
	overflow: hidden;
}

.head{
	background: #04A1D5;
	height: 60px;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.12);
	position: relative;
	z-index: 999;
}

.logo img{
	height:28px;
	margin-top: 18px;
	display: inline-block;
}

.nav li{
	float: left;
	height: 60px;
	line-height: 63px;
}
.nav li a{
    font-size: 15px;
    margin-left: 20px;
    font-weight: 500;
    height: 29px;
    padding: 0 10px;
    border-radius: 20px;
    line-height: 28px;
	color: #fff;
    display: inline-block;
}
.nav li:hover a{
	color: #fff;
	background: rgb(255 255 255 / 30%);
}
.nav li.active a{
	color: #04A1D5;
	background: #fff;
	/* border-bottom: 2px solid #0084FF; */
}
.soso input{
	width: 60%;
	display: inline-block;
	height: 30px;
	line-height: 30px;
	font-size: 15px;
	vertical-align: middle;
	background: #F6F6F6;
}
.soso button{
	height: 30px;
	font-size: 15px;
	line-height: 30px;
	vertical-align: middle;
	padding: 0 12px;
}

.soso{
	text-align: right;
	padding-top: 16px;
}
#nav-btn i{
    position: fixed;
    top: 20px;
    left: 13px;
    font-size: 21px;
    color: #c2c2c2;
}
#soso-btn i{
    position: fixed;
    top: 20px;
    right: 13px;
	font-weight: 600;
    font-size: 22px;
    color: #c2c2c2;
}
.banner{
	margin-top: 20px;
}
.banner img{
	height: 100%;
	width: 100%;
}
.banner p{
	position: absolute;
	bottom: 20px;
	left: 0;
	right: 0;
	padding: 6px 15px;
	background: rgba(0, 0, 0, 0.22);
	color: #FFFFFF;
}

.img{
	width: 100%;
}
hr{
	margin: 15px 0;
}
.cont-txt>div{
	height: 140px;
	position: relative;
}
.cont-txt h1{
	/* height: 50px; */
	font-size: 20px;
	font-weight: 600;
}
.cont-txt p{
	height: 46px;
	margin-top: 15px;
	line-height: 21px;
	text-align: justify;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	display: -moz-box;
	-moz-line-clamp: 2;
	-moz-box-orient: vertical;
	word-wrap: break-word;
	word-break: break-all;
	white-space: normal;    
}
.cont-txt span{
	display: inline-block;
	width: 150px;
}
.cont-img{
	display: block;
	width: 100%;
	height: 140px;
	background-size: 100% !important;
}
.cont-txt>div>div{
	position: absolute;
	bottom: 0px;
}

.list-rig{
	border: 1px solid #E9E9E9;
	padding: 15px;
	margin-bottom: 18px;
}
.right-box hr:last-child {
	display: none !important;
}
.list-rig h1{
	color: #0084FF;
	font-size: 18px;
	height: 36px;
	border-bottom: 1px solid #E9E9E9;
	margin-bottom: 15px;
}
.list-rig h1 span{
	font-size: 14px;
	color: #737383;
	margin-left: 20px;
}
.list-rig li{
	margin-top: 10px;
}
.list-rig li span{
	width: 6%;
	display: inline-block;
	vertical-align: top;
	font-weight: 600;
	color: #bdbdbd;
}
.list-rig li a{
	width: 94%;
	display: inline-block;
}
.ad img{
	width: 100%;
}
.link-title{
	color: #0084FF;
	font-size: 18px;
	height: 36px;
	border-bottom: 1px solid #E9E9E9;
	margin-top: 20px;
}
.link-cont{
	margin: 0 -10px;
}
.link-cont li{
	float: left;
	margin: 10px;
	margin-top: 10px;
	margin-bottom: 0;
}
.link-cont li a{
	color: #ada9a9;
}
.footer{
	margin-top: 40px;
	background: #2D3236;
	padding: 30px 15px;
}
.footer img{
	margin-top: 7px;
}
.footer p{
	margin: 5px;
	color: #8e8a8a;
}
.footer span{
	margin-right:10px;
}
.footer a{
	color: #8e8a8a;
}
.crumbs{
	padding: 15px 0;
}
.list-title{
	text-align: justify;
	margin-top: 5px;
}
.des{
	background: #FCFCFC;
	border: 1px solid #E9E9E9;
	padding: 10px;
	text-align: justify;
	margin-bottom: 15px;
}
.search{
	margin-bottom: 20px;
}
.search h1{
	color: #0084FF;
	font-size: 18px;
	height: 36px;
	    margin-top: 17px;
	border-bottom: 1px solid #E9E9E9;
}
.layui-tab-content{
	padding: 15px 0;
}
.layui-tab-brief>.layui-tab-title .layui-this {
    color: #1e9fff;
}
.layui-tab-brief>.layui-tab-more li.layui-this:after, .layui-tab-brief>.layui-tab-title .layui-this:after {
    border: none;
    border-radius: 0;
    border-bottom: 2px solid #1e9fff;
}
.show-butile{
	margin: 10px 0;
}
.show-butile span{
	margin-right: 20px;
}
.show-title{
	text-align: justify;
}

/* 分页效果 */
.page{
	text-align: center;
	margin-top: 50px;
}
.page a{
	display: inline-block;
	height: 36px;
	min-width: 36px;
	line-height: 36px;
	padding: 0 6px;
	border-radius: 3px;
	text-align: center;
	background: #EFEFEF;
	margin-left: 10px;
	border: 1px solid #EFEFEF;
}
.page-num-current{
	background: #0084FF !important;
	border: 1px solid #0084FF;
	color: #FFFFFF;
}
.page-status{
	display: none;
}
.show-con *{
	max-width: 100%;
	text-align: justify;
	line-height: 1.8em;
}
.show-con img{
	max-width: 100% !important;
    height: auto !important;	
}
.xxBtn,.damei,.Dongtai{
    display: inline-block;
    text-align: center;
    background: #e9e9e9;
    border-radius: 3px;
    padding: 8px;
    color: #0185ff !important;
    width: 100%;
}

.top{
    display: none;
    background: rgb(1, 133, 255);
    color: rgb(255, 255, 255);
    width: 43px;
    height: 44px;
    line-height: 52px;
    font-size: 32px;
    position: fixed;
    border-radius: 3px;
    right: 11px;
    cursor: pointer;
    text-align: center;
    bottom: 167px;
}
.top:hover{
	opacity: 0.8;
	color: #FFFFFF;
}
.list-box img{
	height: 143px;
}
.list-info{
	height: 75px;
	position: relative;
}
.list-info .list-title{
	overflow: hidden;
	  text-overflow: ellipsis;
	  display: -webkit-box;
	  -webkit-line-clamp: 2;
	  -webkit-box-orient: vertical;
	  display: -moz-box;
	  -moz-line-clamp: 2;
	  -moz-box-orient: vertical;
	  word-wrap: break-word;
	  word-break: break-all;
	  white-space: normal;    
	  font-size: 15px;
}
.list-info div{
	position: absolute;
	bottom: 10px;
	width: 100%;
	font-size: 13px;
}
.right-box{
	
}
.right-box .cont-txt h2 {
	color: #131313;
    overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	display: -moz-box;
	-moz-line-clamp: 2;
	-moz-box-orient: vertical;
	word-wrap: break-word;
	word-break: break-all;
	white-space: normal;    
	font-size: 15px;
}
.right-box .cont-img {
    height: 78px;
}
.right-box .cont-txt>div {
    height: 75px;
}
.link-img {
	height: 60px;
	display: block;
	/* background: #007DDB; */
	text-align: center;
}
.link-img img{
	display: inline-block;
	/* height: 100%; */
	width: 100%;
}
.footer-bar{
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	height: 48px;
	background: #FFFFFF;
	border-top: 1px solid #e0e0e0;
}
.footer-bar-cont{
	display: block;
	text-align: center;
}
.footer-bar-cont img{
    display: inline-block;
    height: 22px;
    border: 1px solid;
    margin-top: 5px;
	border: none;
}
.footer-bar-cont p{
	display: block;
	text-align: center;
	font-size: 13px;
}
.footer-bar-cont.active p{
	color: #04A1D5;
}
.show-tuijian img{
	height: 140px;
}
/* 手机 */
@media screen and (max-width: 768px) {
	.head{
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
	}
    .logo{
		text-align: center;
		float: none;
	}
	.nav{
		display: none;
		background: #FFFFFF;
		margin-top: 16px;
		padding-bottom: 15px;
		box-shadow: 0 2px 4px rgba(0, 0, 0, 0.12);
	}
	.soso{
		display: none;
		background: #FFFFFF;
		margin-top: 62px;
		position: fixed;
		top: 0px;
		height: 50px;
		box-shadow: 0 2px 4px rgba(0, 0, 0, 0.12);
		left: 10px;
		right: 10px;
	}
	.soso input{
		position: absolute;
		width: 76%;
		top: 10px;
		left: 10px;
	}
	.soso button{
		position: absolute;
		top: 10px;
		right: 10px;
	}
	.cont-txt h1 {
	    height: 64px;
	    font-size: 15px;
	    font-weight: 600;
	    text-align: justify;
	}
	.cont-txt span {
	    display: inline-block;
	}
	.cont-txt p{
		display: none;
	}
	.cont-img {
	    height: 85px;
	}
	.cont-txt>div {
	    height: 85px;
	}
	#test2{
		margin-top: 15px;
		margin-bottom: 15px;
	}
	.layui-col-space30>* {
	    padding: 10px;
	}
	.layui-col-space20>* {
	    padding: 6px;
	}
	.layui-col-space20{
		margin: -6px;
	}
	.link-title{
		margin-top: 16px;
	}
	.content{
		margin-top: 60px;
	}
	.list-box img {
	    height: 103px;
	}
	.footer {
	    margin-bottom: 30px;
		text-align: center;
	}
	.footer img {
		margin-bottom: 15px;
		height: 26px;
	}
	.footer p {
		font-size: 13px;
	}
	.show-title {
	    font-size: 22px;
	}
	.nav li a {
		font-size: 15px;
		margin-left: 10px;
		font-weight: 500;
		height: 29px;
		padding: 0 10px;
		border-radius: 20px;
		line-height: 28px;
		color: #000;
		display: inline-block;
	}
	.nav li {
		float: left;
		height: 44px;
		line-height: 63px;
	}
}
/* 平板 */
@media screen and (min-width: 768px) {
	.head{
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
	}
	.logo{
		text-align: center;
		float: none;
	}
	.nav{
		display: none;
		margin-top: 16px;
		box-shadow: 0 2px 4px rgba(0, 0, 0, 0.12);
	}
	.soso{
		display: none;
		background: #FFFFFF;
		margin-top: 62px;
		position: fixed;
		top: 0px;
		height: 50px;
		box-shadow: 0 2px 4px rgba(0, 0, 0, 0.12);
		left: 10px;
		right: 10px;
	}
	.soso input{
		position: absolute;
		width: 76%;
		top: 10px;
		left: 10px;
	}
	.soso button{
		position: absolute;
		top: 10px;
		right: 10px;
	}
	.content{
		margin-top: 60px;
	}
	#test1{
		height: 280px !important;
	}
	
}
/* 中型桌面 */
@media screen and (min-width: 992px) {
	.head{
		position: relative;
	}
	.logo{
		text-align: left;
		float: left;
	}
	.nav{
		display: inline-block;
		position: relative;
		margin: 0;
		box-shadow: none;
		margin-left: 20px;
	}
	.soso{
		display: inline-block;
		margin: 0;
		position: relative;
		box-shadow: none;
		height: 60px;
		width: 100%;
		padding-right: 10px;
	}
	.soso input{
		position: relative;
		top: 0;
		left: 0;
	}
	.soso button{
		position: relative;
		top: 0;
		left: 0;
	}
	.content{
		margin-top: 0;
	}
	#test1{
		height: 350px !important;
	}
	.show-tuijian img {
		height: 118px;
	}
}
/* 大型桌面 */
@media screen and (min-width: 1200px) {
	#test1{
		height: 400px !important;
	}
	.show-tuijian img {
		height: 140px;
	}
}
