
*{box-sizing: border-box;}


/* 顶部高度从新定义 */
.tqedu-head{height: 65px;}



/* 中间 */
.jt_list_section{width: 100%;}
/* 状态栏 */
.jt_list_title{width: 100%; position: relative;}
.jt_list_title img{width: 100%; display: block;}
.jt_list_title span{display: block;font-size: 48px; color:#fff; opacity: 0.3; position: absolute;top:50%; transform: translateY(-50%);display: block; width: 100%; text-align: center;text-transform: uppercase; font-weight: bold;}
.jt_list_title h3{ font-size: 34px; text-align: center; color: #fff; position: absolute; top:50%; transform: translateY(-50%); display: block; width: 100%;}
/* 列表部分 */
.jt_list_cont{ margin: 0 auto;}
/* 导航栏 */
.jt_list_nav{width: 100%; color: #666; line-height: 60px;}
.jt_list_nav a{color: #666;}
.jt_list_nav a:hover{color: #3a6dff;}
/* 列表 */
.jt_list_ul{width: 100%; padding: 40px; border-radius: 10px; background: #fff;margin-bottom: 40px;}
.jt_list_ul li{ overflow: hidden; margin-bottom: 20px; height: 150px; position: relative;}
.jt_list_ul li .jt_list_img{width: 20%; border-radius: 10px;position: absolute; height: 112px; left: 0;top: 50%;transform: translateY(-50%); overflow: hidden;}
.jt_list_ul li .jt_list_img img{width: 100%;}
.jt_list_ul li .jt_list_txt{float: right; width: 80%;padding-left: 40px;}
.jt_list_ul li .jt_list_txt a{font-size: 18px; font-weight: bold;padding-bottom: 10px; display: block; color: #333;}
.jt_list_ul li .jt_list_txt p{color: #666; height: 70px; font-size: 14px;overflow: hidden; display: -webkit-box; -webkit-line-clamp: 3;-webkit-box-orient: vertical;}
.jt_list_ul li .jt_list_label{display: flex;justify-content: space-between; padding-top: 10px;}
.jt_list_ul li .jt_list_label span{color: #999;}
.jt_list_ul li .jt_list_label span>i{padding-right: 5px;}
.jt_list_ul li .jt_list_txt a:hover{color: #3a6dff;}
/* 当显示条数过少时页面内容的最小高度 */
.jt_list_ul{min-height: 600px;}

/* 分页 */
.all-list-box{text-align: right;padding-bottom: 40px;}
.all-list-box span{font-size: 16px;margin-right:16px;display:none;}
.all-list-box a{display: inline-block;padding:10px 16px;border:1px solid #eaeaea;border-radius: 3px;color:#333;font-size: 16px; background: #fff;}
.all-list-box a:hover{background: #3a6dff;color:#eaeaea}
.all-list-box a.all-page-curr{background: #3a6dff;color:#eaeaea}
.all-list-box a.prev{color:#bcbcbc;}

/* 版心 */
.min-w{width: 1400px;}
@media screen and (max-width: 1600px) and (min-width: 1200px){
	.min-w{width: 1200px;}
}
@media screen and (max-width: 1199px){
	.min-w{width: 100%;}
	.jt_list_ul{min-height: auto;}
	.jt_list_ul{padding: 15px; margin: 20px 0;}
	.jt_list_ul li .jt_list_txt{padding: 0; width: 100%;}
	.jt_list_ul li .jt_list_txt a{font-size: 16px;}
	.jt_list_ul li{margin-bottom: 15px; height: auto;border-bottom: 1px dashed #e1e1e1; padding-bottom: 20px;}
	.jt_list_ul li .jt_list_img{display: none;}
	.jt_list_title{display: none;}
	.jt_list_nav{display: none;}

/* 手机版底部 */
.pc_none{display: block;}


/*分页*/
.all-list-box{text-align: center;}
.all-list-box a{display: none;}
.all-list-box a.prev, .all-list-box a.next{display: inline-block;width:30%;}
.all-list-box a.all-page-curr{display: inline-block;width:30%;}
.jt_list_ul li .jt_list_txt p{height: auto;}

}