@charset "utf-8";

/* css document */

/*筛选条件*/

.query {
	width: 1200px;
	height: auto;
	float: left;
	background: #fff;
	border: 1px solid #ccc;
}
.query .query-main {
	width: 1157px;
	height: auto;
	margin: 0 auto;
}
.query .query-main ul li {
	width: 1157px;
	border-bottom: 1px dashed #ccc;
	color: #666;
	line-height: 35px;
	float: left;
}
.query .query-main ul li a {
	color: #000;
	line-height: 20px;
	font-size: 14px;
	float: left;
	padding-right: 8px;
	padding-left: 8px;
	margin-right: 8px;
	margin-top: 3px;
}
.query .query-main ul li samp {
	width: 1090px;
	float: left;
	margin-top: 5px;
	margin-bottom: 5px;
}
.query .query-main ul li a:hover {
	color: #ffc320;
}
.query .query-main ul li a.active {
	display: block;
	height: 20px;
	line-height: 19px;
	background: #ffc320;
	color: #000;
	border-radius: 25px;
	/*margin-top: 3px;*/
}
.query .query-main ul li span {
	float: left;
	font-size: 14px;
	padding-right: 5px;
}
.query .query-main ul li>a{
	float: left;
	color: #5492ff;
	font-size: 12px;
	padding:0;
	margin:0;
	height: 31px;
	line-height: 31px;
}
.query .query-main ul li>a:hover{
	text-decoration: underline;
	color: #5492ff;
}
.query .query-main ul li>a.active{
	text-decoration: underline;
	color: #5492ff;
	background: transparent;
	line-height: 31px;
	height: 31px;
	margin-top:0;
}

.list-main{
	float: left;
	width: 100%;
	margin-top: 15px;
}
.list-main .lectures{
	float: left;
	width:940px;
	margin-right: 15px;
}
.lectures .tab-search {
	width:938px;
	height: 48px;
	border: 1px solid #ccc;
	background: #fff;
	float: left;
	margin-bottom: 20px;
}
.tab-search .small-tab {
	float: left;
}
.tab-search .small-tab ul.tab1 {
	float: left;
	height: 48px;
	background: #f5f5f5;
}
.tab-search .small-tab ul.tab1 li {
	width: 90px;
	height: 48px;
	line-height: 48px;
	float: left;
	text-align: center;
	font-size: 14px;
	color: #222;
}
.tab-search .small-tab ul.tab1 li.line{
	float: left;
	width: 1px;
	height: 48px;
	background: #ccc;
}
.tab-search .small-tab ul.tab1 li.active {
	background: #fff;
	color: #fc583d;
}
.tab-search .small-tab ul.tab1 li:hover {
	cursor: pointer;
	color: #fc583d;
}
.tab-search .small-search {
	width: 320px;
	height: 30px;
	float: right;
	background: #036fdc;
	margin: 10px 10px 0 0;
}
.tab-search .small-tab p {
	font-size: 14px;
	color: #666;
	line-height: 50px;
	float: left;
	padding-left: 20px;
}
.tab-search .small-tab p b {
	color: #fc583d;
	font-family: arial;
}
.tab-search .small-search input {
	width: 263px;
	height: 28px;
	background: #effbff;
	text-indent: 10px;
	line-height: 26px;
	color: #666;
	float: left;
	margin: 1px;
}
.tab-search .small-search button {
	width: 55px;
	height: 28px;
	line-height: 28px;
	float: right;
	background: #036fdc;
	font-size: 14px;
	color: #fff;
	float: left;
}
.tab-search .small-search button:hover {
	background: #0268cf;
}
.list-content {
	width: 100%;
	float: left;
	margin-top: -3px;
}
.list-content ul {
	float: left;
	margin-bottom: 40px;
}
.list-content ul li {
	width: 216px;
	height: 289px;
	background: #fff;
	float: left;
	-webkit-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	transition: all 0.2s linear;
	border:1px solid #e1e1e1;
	margin: 0px 10px 20px 7px;
}
.list-content ul li .pic {
	width: 100%;
	height: 163px;
	float: left;
}
.list-content ul li .pic img {
	width: 100%;
	height: 163px;
	margin: 0 auto;
	display: block;
}
.list-content ul li .mask {
	width: 100%;
	height: 26px;
	float: left;
	background: url(../../image/listen/mask.png) repeat;
	position: relative;
	margin-top: -26px;
}
.list-content ul li .mask em {
	float: right;
	font-style: normal;
	font-family: arial;
	line-height: 26px;
	color: #fff;
	font-size: 12px;
	padding-right: 10px;
}
.list-content ul li .center {
	width: 100%;
	float: left;
}
.list-content ul li .center h5 {
	width: 195px;
	float: left;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding: 8px 0 0 10px;
}
.list-content ul li .center h5 a {
	font-size: 14px;
	color: #000;
	float: left;
	width: auto;
	max-width: 195px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.list-content ul li .center h5 a:hover {
	color: #fc583d;
}
.list-content ul li .center .bab{
	float: left;
	width: 196px;
	margin:2px 10px;
}
.list-content ul li .center .bab span{
	float: left;
	color: #999;
	font-size: 12px;
}
.list-content ul li .center .bab span.line{
	float: left;
	width: 1px;
	height:13px;
	background: #ccc;
	margin: 2px 5px;
}
.list-content ul li .center dl{
	float: left;
	width: 196px;
	margin:5px 10px 19px;
}
.list-content ul li .center dl dt{
	float: left;
	height:18px;
	width: auto;
	padding:0 3px;
	border-radius: 2px;
	line-height: 16px;
	font-size:12px;
	color: #5492ff;
	background: #d9f2ff;
	max-width: 80px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.list-content ul li .center dl dd{
	float: right;
}
.list-content ul li .center dl dd span{
	float: left;
	color: #999;
	font-size: 12px;
	margin-left: 15px;
}
.list-content ul li .center dl dd span i.yl{
	float: left;
	width: 14px;
	height: 10px;
	background: url(../../image/listen/list-icon.png) -10px -200px no-repeat;
	margin: 3px 5px 0 0;
}
.list-content ul li .center dl dd span i.zs{
	float: left;
	width: 12px;
	height: 14px;
	background: url(../../image/listen/list-icon.png) -10px -300px no-repeat;
	margin: 1px 5px 0 0;
}
.list-content ul li .bottom {
	width: 196px;
	margin:0px 10px;
	float: left;
	border-top:1px solid #ccc;
}
.list-content ul li .bottom dl{
	float: left;
	width: 100%;
	margin-top: 7px;
}
.list-content ul li .bottom dl dt{
	float: left;
	color: #999;
	font-size: 14px;
	line-height: 24px;
}
.list-content ul li .bottom dl dt img{
	float: left;
	width:24px;
	height:24px;
	border-radius: 50%;
	margin-right: 5px;
}

.list-content ul li .bottom dl dt p {
	width: 150px;
	float: left;
	color: #999;
	font-size: 14px;
	line-height: 24px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.list-content ul li .bottom dl dd.jb-icon{
	float: right;
	cursor: pointer;
	width: 15px;
	height:15px;
	background: url(../../image/listen/list-icon.png) -10px -10px no-repeat;
	margin-top: 4px;
}
.list-content ul li .bottom dl dd.jb-icon:hover{
	background: url(../../image/listen/list-icon.png) -10px -100px no-repeat;
	margin-top: 4px;
}
.list-content ul li:hover {
	-webkit-box-shadow: 0 5px 13px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0 5px 13px rgba(0, 0, 0, 0.15);
	box-shadow: 0 5px 13px rgba(0, 0, 0, 0.15);
	-webkit-transform: translate3d(0, -2px, 0);
	-moz-transform: translate3d(0, -2px, 0);
	transform: translate3d(0, -2px, 0);
	cursor: default;
}

.lectures .no-list {
	float: left;
	width: 100%;
	text-align: center;
}

.lectures .no-list p {
	text-align: center;
	color: #666;
	font-size: 16px;
	text-indent: 18px;
	width: 100%;
	margin-top: 10px;
	float: left;
}

.list-main .list-rt{
	float: right;
	width:245px;
	height:auto;
	margin-bottom: 50px;
}
.section-login {
	width:243px;
	height:auto;
	float: right;
	background: #fff;
	border:1px solid #ccc;
}
.section-login .section-login-top {
	width: 100%;
	height: 144px;
	float: left;
}
.section-login .section-login-top img {
	width:53px;
	height:53px;
	float: left;
	border-radius: 100%;
	margin:12px 7px 0 10px;
}
.section-login .section-login-top samp {
	width: 168px;
	float: left;
	font-size: 16px;
	color: #222;
	padding-top:13px;
}
.section-login .section-login-top p {
	width: 158px;
	font-size: 14px;
	color: #999;
	line-height: 21px;
	float: left;
}
.section-login .section-login-top .btn {
	width: 100%;
	float: left;
	margin-top: 15px;

}
.section-login .section-login-top .btn button {
	width: 100px;
	height: 30px;
	border-radius: 2px;
	font-size: 14px;
	line-height: 26px;
	float: left;
}
.section-login .section-login-top button.bg-green {
	background: #395f9e;
	color: #fff;
	border: 1px solid #395f9e;
	margin: 0 17px 0 13px;
}
.section-login .section-login-top button.bg-green:hover {
	background: #446aa8;
	border: 1px solid #446aa8;
}
.section-login .section-login-top button.bg-white {
	background: #fff;
	border: 1px solid #395f9e;
	color: #395f9e;
}
.section-login .section-login-top button.bg-white:hover {
	background: #446aa8;
	border: 1px solid #446aa8;
	color: #fff;
}
.section-login .section-login-top .btn-log{
	width: 100%;
	float: left;
	margin-top: 15px;
}
.section-login .section-login-top .btn-log button {
	width: 100px;
	height: 30px;
	border-radius: 2px;
	font-size: 14px;
	line-height: 26px;
	float: left;
	margin:0 5px 0 0;
}
.section-login .section-login-top .btn-log button.bg-green{
	margin: 0 17px 0 13px;
}
.section-login .section-login-bottom {
	width: 100%;
	float: left;
}
.section-login .section-login-bottom .long-line {
	width: 223px;
	height: 1px;
	background: #395f9e;
	margin-top: 3px;
	margin-left: 10px;
}
.section-login .section-login-bottom dl {
	width:70px;
	height: 20px;
	margin: 0 auto;
	margin-top: -11px;
	background: #fff;
}
.section-login .section-login-bottom dl dd {
	width: 70px;
	text-align: center;
	background: #fff;
	font-size: 14px;
	color: #395f9e;
	position: relative;
	float: left;
}

.section-login .section-login-bottom .success-tips {
	float: left;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	color: #5492FF;
	margin: 8px 9px 10px 10px;
}

.section-login .section-login-bottom .default {
	width: 100%;
	float: left;
	margin-top: 20px;
}
.section-login .section-login-bottom .default img {
	margin: 0 auto;
	display: block;
}
.section-login .section-login-bottom .default p {
	text-align: center;
	font-size: 15px;
	color: #999;
	padding-top: 20px;
}
.section-login.is-login .section-login-bottom .default {
	display: none;
}
.section-login .section-login-bottom .listen-course {
	width: 100%;
	display: none;
}
.section-login.is-login .section-login-bottom .listen-course {
	width: 100%;
	display: block;
}
.section-login .section-login-bottom .listen-course-main {
	width:100%;
	height: auto;
	margin: 0 auto;
}
.listen-course-main .listen {
	width:201px;
	margin:13px 10px 15px;
	height: 143px;
	background: #f1f1f1;
	border-radius: 3px;
	float: left;
	padding:0 10px;
}
.listen-course-main .listen p{
	float: left;
	width: 100%;
	color: #000;
	font-size: 14px;
	line-height: 23px;
	margin-top: 17px;
}
.listen-course-main .listen p b{
	font-family: arial;
	font-size: 15px;
	margin:0 3px;
}
.listen-course-main .listen dl{
	float: left;
	width: 100%;
	height: auto;
	margin-top:10px;
	background: transparent;
}
.listen-course-main .listen dl dd{
	float: left;
	width: 100%;
	text-align: left;
	background: transparent;
	color: #666;
	margin-bottom: 12px;
}
.listen-course-main .listen dl dd span{
	float: left;
}
.listen-course-main .listen dl dd samp{
	float: right;
}
.listen-course-main .listen dl dd samp b{
	font-family: arial;
	font-size: 18px;
	color: #ff4200;
	margin:0 3px;
}

.list-rt .lesson{
	width: 223px;
	height: auto;
	float: right;
	background: #fff;
	border: 1px solid #ccc;
	margin-top: 10px;
	padding:0 10px;
}
.list-rt .lesson .rt-tit{
	float: left;
	width: 100%;
}
.list-rt .lesson .rt-tit b{
	float: left;
	color: #395f9e;
	font-size: 14px;
	margin:7px 0 5px;
}
.list-rt .lesson .rt-tit a{
	float: right;
	color: #999;
	font-size: 14px;
	margin-top: 6px;
}
.list-rt .lesson .rt-tit samp{
	font-family: simsun
}
.list-rt .lesson .rt-tit a:hover{
	text-decoration: underline;
}
.list-rt .lesson .le-main{
	float: left;
	width: 100%;
}
.list-rt .lesson .le-main dl{
	float: left;
	width: 203px;
	margin:0 5px;
}
.list-rt .lesson .le-main dl dt{
	float: left;
	width: 213px;
	height:124px;
	position: relative;
	cursor: pointer;
	overflow: hidden;
	margin-bottom: 13px;
}
.list-rt .lesson .le-main dl dt img{
	float: left;
	width: 213px;
	height:124px;
	border-radius: 3px;
}
.list-rt .lesson .le-main dl dt .mask{
	float: left;
	width: 213px;
	height:25px;
	border-radius: 0 0 3px 3px;
	background: url(../../image/listen/change-bg.png) repeat;
	position: absolute;
	bottom:0;
	left:0;
}
.list-rt .lesson .le-main dl dt .mask p{
	float: left;
	width: auto;
	color: #fff;
	font-size: 14px;
	line-height: 25px;
	text-indent: 5px;
	max-width: 203px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.list-rt .lesson .le-main dl dt:hover img {
	z-index: 10;
	transform: scale(1.2,1.2);
	-webkit-transition: all .6s ease .1s;
	transition: all .6s ease .1s;
}
.list-rt .lesson .le-main dl dd samp{
	float: left;
	color: #333;
	font-size: 18px;
	margin-right: 5px;
}
.list-rt .lesson .le-main dl dd{
	float: left;
	width: 100%;
	color: #333;
	font-size: 14px;
	max-width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	line-height: 24px;
	cursor: pointer;
	margin-bottom: 8px;
}
.list-rt .lesson .le-main dl dd:hover{
	text-decoration: underline;
	color: #ff4800;
}
.list-rt .lesson .le-main dl dd:hover samp{
	color: #ff4800;
}
.le-main .default{
	margin:30px 0 50px;
}
.le-main .default{
	float: left;
	width: 100%;
	height: 100%;
	text-align: center;
}
.le-main .default .default-icon{
	margin: 0 0 15px 0;
	width: 110px;
	display: inline-block;
}
.le-main .default p{
	color: #b3b3b3;
	font-size: 18px;
	width: 100%;
}
/*数据材料类缺省*/
.le-main .default .default-icon.science{
	height:96px;
	background: url(../../image/researchAdmin/default.png) -200px -400px no-repeat;
}

.lectures #page ul.page {
	margin: 0 auto 60px;
}
