@charset "utf-8";

* {
	box-sizing: border-box;
}

div,
p,
h1 {
	margin: 0;
	padding: 0;
}

.js-silder {
	position: relative;
	min-width: 320px;
	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;
	padding: 15px;
	border-radius: 5px;
}

.list-w-title li ul li {
	padding: 15px 0 0 0;
}

.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;
}


.bannerbox .col-md-12 {
	padding: 0;
	overflow: hidden;
	background-color: #fff;
}

.homeMinheigt .socialbox {
	text-align: center;
}

.socialbox .iconfont {
	color: #f5e9ce;
	font-size: 30px;
	width: 50px;
	height: 50px;
	line-height: 50px;
}


.homeMinheigt .socialbox .iconfont {
	font-size: 34px;
}
.homeMinheigt .socialbox .iconfont img{
	width:90%;
}


.content-padding {
	margin: 0 -30px;
	overflow: hidden;
}

.content-padding .socialbox {
	overflow: hidden;
	margin: 20px 0px 15px 0px;
	position: relative;
	text-align: center;
	padding: 0;
}

.homeBGbox .col-lg-4 {
	width: 33.33333333%;
	float: left;
}

.tabs nav a span.iconfont {
	font-size: 22px;
	padding-top: 0;
}

.tabs nav {
	height: 60px;
	border-top: 1px solid #ddd;
	box-shadow: 0px 0px 5px #ccc;
}

.homeMinheigt {
	overflow: hidden;
	margin-bottom: 50px;
}

.content-padding .padTB {
	padding: 0 10px;
	overflow: hidden;
}

.homeBGbox .col-lg-2 {
	width: 50%;
	float: left;
	padding: 0px;
}

.homeMinheigt .widget {
	padding: 20px 70px;
}
/*lzz日程提炼*/

.list-w-title .rcItem {
  display: flex;
  align-items: flex-start;
  align-content: flex-start;
  align-items: center;
}

.list-w-title .iconfont {
  font-size: 24px;
  color: #4877cd;
}
.list-w-title .title {
  font-size: 16px;
  color: #000;
  font-weight: 500;
  margin-left: 5px;
  margin-right: 5px;
}

.list-w-title .panel-2{
	margin-bottom: 10px;
}

.list-w-title .listTopName .ingla {
  padding: 10px;
  background-image: linear-gradient(#d8e6ff,#fff);
  font-weight: 500;
  font-size: 14px;
}
.list-w-title .listTopName .iconfont {
  color: #4877cd;
  font-size: 14px;
  margin-right: 5px;
}

.list-w-title table tr:nth-of-type(1) td {
  font-size: 12px;
  color: #999;
}
.list-w-title table tr:nth-of-type(1) td:nth-of-type(2) {
width:60px;
}
.list-w-title table tr:nth-of-type(1) td:nth-of-type(3) {
width:50px;
text-align: center;
}
.list-w-title table tr td .btn-wu {
  font-size: 14px;
}
/*LZZ视频框架提炼*/
.panel-1 {
  border: 1px solid #e5e5e5;
  border-radius: 5px;
  overflow: hidden;
}
.panel-1 .title {
  background-image: linear-gradient(#ffe9e7,#fff);
  padding: 10px;
  font-weight: 500;
}
.panel-1 .title .iconfont {
  color: #ca2e22;
  font-size: 14px;
  margin-right: 5px;
}
.panel-body table tr:nth-of-type(1) td {
  font-size: 12px;
  color: #999;
}
.panel-body table tr:nth-of-type(1) td:nth-of-type(2){
 width: 50px;
}
.panel-body table tr:nth-of-type(1) td:nth-of-type(3){
 text-align: center;
 width: 50px;
}
.panel-body table tr:first-of-type td {
  border-top: 0;
}
.panel-1 .title .badge-2 a{color: #333;}
/*tabBar*/
.tabBar{
	display: flex;
	justify-content: space-around;
}
.tabBar a{flex-grow: 1; border-radius: 50px; margin-bottom: 20px;margin-right: 5px;}
.tabBar a:last-child{margin-right: 0px;}

@media (max-width: 768px) {
	html,
	body {
		width: 100%;
		height: 100%
	}
	.panel .panel {
	  padding: 0;
	}
	.homeMinheigt .widget {
		padding: 20px 0;
	}
	.homeMinheigt {
		overflow: hidden;
		margin-bottom: 150px;
	}

	.homeBGbox .col-lg-6 {
		width: 50%;
		float: left;
		padding: 0px;
	}

	.homeBGbox .col-lg-8 {
		width: 66.66666667%;
		float: left;
		padding: 0px;
	}

	/*头部导航入口*/
	.socialbox .text {
		padding-top: 5px;
		color: #2f75b8;
		font-weight: 400;
	}
	.socialbox .iconfont img

	/*日程*/
	.tab-content {
		padding: 0;
	}

	.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%;
		padding: 0;
	}

	/*底部导航菜单*/
	.tabs nav a span:nth-child(2) {
		vertical-align: middle;
		font-size: 1em;
		padding-top: 5px;
	}

	.list-w-title {
		margin: 0px;
		padding: 0;
		display: block;
	}

	.list-w-title li {
		width: revert;
		box-sizing: border-box;
		margin-bottom: 0px;
		margin-right: 0;
		padding: 0;
	}

	#tb_Content .col-lg-3 {
		width: 100%;

	}

	.mailbox-inbox .item {
		padding: 10px 0 0 0;
	}
}

/*首页动画飞鸟*/
    /*App*/
    @media (max-width: 750px){
        body .botBG{
            display: block;
            position: absolute;
            width: 150px;
            height: 100px;
            top: 200px;
            right: 0;
            background: url(/img/bgWen.png) no-repeat center bottom; 
            background-size: 100%; 
            animation:myfive 6s infinite;
            -moz-animation:myfive 6s infinite; /* Firefox */
            -webkit-animation:myfive 6s infinite; /* Safari and Chrome */
            -o-animation:myfive 6s infinite; /* Opera */
            animation-direction:alternate;
            -webkit-animation:myfive 6s infinite; /* Safari and Chrome */
            -webkit-animation-direction:alternate; 	/* Safari and Chrome */
        }
        @keyframes myfive
        {
        from {background: url(/img/bgWen.png) no-repeat bottom;background-size: 100%; background-position: 0px 0; }
        to {background: url(/img/bgWen.png) no-repeat  bottom;background-size: 100%; background-position: 30px 0;}
        }
        @-webkit-keyframes myfive /* Safari and Chrome */
        {
            from {background: url(/img/bgWen.png) no-repeat right bottom;background-size: 100%; background-position: 0px 0;opacity:0}
            to {background: url(/img/bgWen.png) no-repeat center bottom;background-size: 100%; background-position: 30px 0; }
        }
        @-o-keyframes myfive /* Opera */
        {
            from {background: url(/img/bgWen.png) no-repeat right bottom; background-position: 0px 0;}
            to {background: url(/img/bgWen.png) no-repeat center bottom; background-position: 30px 0;}
        }
    }
