@CHARSET "UTF-8";
.cover{
	background-position: center center;
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
	display: block;
	background-size: auto 100%;
}
/*分块头部标题*/
.layui-tab-brief-index{
	margin-top: 30px
}
.layui-tab-brief-index .layui-tab-title{
	text-align: center;
	height: 82px;
}
.layui-tab-brief-index .layui-tab-title .layui-this::after{
	height: 82px;
	border-color: #0d80b8;
	border-width: 3px
}
.layui-tab-brief.layui-tab-index > .layui-tab-title .layui-this{
	color: #000;
}
.layui-tab-brief-index .layui-tab-title li h2{
	font-family : "微软雅黑";
	font-size: 30px;
	color: #333333;
}
.layui-tab-brief-index .layui-tab-title li h3{
	font-family : "Arial";
	font-size: 18px;
	color: #888888;
}
/*end*/
/*票证知识库*/
.layui-row-ticket{
	margin-top: 10px;
	text-align: center;
}
.layui-row-ticket .ticket-item{
	text-align: center;
	border: 1px solid #d2d2d2;
	display: block;
	padding: 50px 25px;
	background-color: #fff !important;
	height: 260px
}
.layui-row-ticket .ticket-item:hover{
	background-color: #42c6fd !important;
}
.layui-row-ticket .ticket-item img{
	height: 114px
}
.layui-row-ticket .ticket-item h3{
	font-size: 35px;
	font-family : "黑体";
	color: #000;
	padding: 10px 0;
}
/*end*/
/*视频课程*/
.layui-tab-card-index{
	position: relative;
}
.layui-tab-card.layui-tab-card-index {
	border: 0;
	box-shadow:0 0 0 0 rgba(0,0,0,.1)
}
.layui-tab-card-index .layui-tab-content{
	padding: 10px 0
}
.layui-tab-card-index > .layui-tab-title {
    background-color: #0068cb;
    color: #fff
}
/*列表*/
.thumbnail{
	position:relative; 
	overflow:hidden;
	cursor: pointer;
	/*height : 345px;*/
    width: 100%;
    border: 1px solid #d2d2d2;
    border-radius: 5px
}
.thumbnail .img-wrap{
	height: 191px;
	overflow: hidden;
}
.thumbnail img{
    width: 100%;
}
.thumbnail .caption-wrap{
    width: 100%;
    /*height: 160px*/
}
.thumbnail .caption h3{
    font-size: 22px;
	color: inherit;
	height: 80px;
	line-height: 40px;
	overflow: hidden;
}
.caption{padding:10px;}
.caption-wrap{/*position:absolute;height:auto;bottom:0px;*/background-color:#FFFFFF;z-index:2;color:#666!important }
.content {
position: relative;
font-size: 14px;
overflow: hidden;
text-align: left;
word-break: break-all;
word-wrap: break-word;
line-height: 30px;
height: 30px;
}
.thumbnail .caption span{
	color: #c2c2c2
}
.thumbnail .caption .des{
	height: 110px;
	font-size: 16px;
	line-height: 35px;
	color: #a2a2a2;
	letter-spacing: 1px;
	overflow: hidden;
}
/*end*/
.btn_more{
	padding-right: 20px;
	padding-left: 20px;
	background-color: #42c6fd
}
/*资讯*/
.info .thumbnail{
	margin-top: 10px;
	height : 435px;
}
.info .thumbnail .caption-wrap{
	height: 245px
}
.info .thumbnail .content {
    height: 120px;
}
.info-list-pic .thumbnail{
	height : 170px;
}
.info-list-pic .thumbnail .caption-wrap{
	height: 60px;
	text-align: center;
	filter:  alpha(opacity=50);background-color: #000; zoom: 1;
	background-color: rgb(0, 0, 0); opacity: 0.5;
	z-index: 1999999;
	position: absolute;
	top: 55px;
}
.info-list-pic .thumbnail .caption h3{
	height: 40px;
	color: #fff !important;
}
.info-list-item{
	letter-spacing: 2px;
}
.info-list-item li{
	font-size:14px;line-height:30px
}
.more{
	color: #fff !important;
	position: absolute;
	right: 20px;
	line-height: 40px;
	top : 0
}
/*end*/
.exam .thumbnail{
	height : 400px;
}
.exam .thumbnail .caption-wrap{
	height: 40px;
	text-align: center;
}