/* 列表页 */

.list_pic {
  width: 100%;
  margin: auto;
}

.list_pic img {
  width: 100%;
}

.sjmenu {
  display: none;
}

.list_wkbg {

  overflow: hidden;
}

.list_wk {
  padding: 70px 0px 80px;
  font-family: "Microsoft YaHei";
}

.list_lf {
  width: 255px;
  float: left;
  background: #fff1f1;
  margin-top: 9px;
}

.list_lf h1 {
  width: 215px;
  float: left;
  padding: 12px 20px;
  line-height: 50px;
  font-size: 30px;
  color: #fff;
  text-align: center;
  margin-bottom: 20px;
  background: #b82524;
  border-bottom: 3px solid #e89330;
}

.sideMenu {
  width: 235px;
  float: left;
  padding: 0px 10px;
}

.sideMenu h3 {
  width: 235px;
  float: left;
  position: relative;
  margin-top: 20px;
  padding: 10px 0px;
  background: url(../images/list_dhjt.png) no-repeat 180px #fff;
  cursor: pointer;
}

.sideMenu h3 p {
  width: 170px;
  float: left;
  padding-left: 30px;
  font-size: 20px;
  color: #333;
  line-height: 35px;
}

.sideMenu h3 p a {
  color: #333;
}

.sideMenu h3.on {
  width: 230px;
  background: url(../images/list_dhjt_dq.png) no-repeat 180px #b82524;
  border-left: 5px solid #e89330;

}

.sideMenu h3:hover {
  width: 230px;
  background: url(../images/list_dhjt_dq.png) no-repeat 180px #b82524;
  border-left: 5px solid #e89330;
}

.sideMenu h3.on p,
.sideMenu h3:hover p {
  color: #fff;
}

.sideMenu h3.on p a,
.sideMenu h3:hover p a {
  color: #fff;
}


.sideMenu ul {
  width: 235px;
  float: left;
  display: none;
  background: #fff;
  border-top: #f0f0f0 1px solid;
}

.sideMenu ul li {
  float: left;
  width: 135px;
  padding: 10px 20px 5px 65px;
  font-size: 16px;
  color: #333;
  line-height: 26px;
  cursor: pointer;
  background: url(../images/ltsanj.png) no-repeat 52px 18px;
}

.sideMenu ul li a {
  color: #333;
}

.sideMenu ul li:nth-of-type(1) {
  margin-top: 10px;
}

.sideMenu ul li:nth-last-of-type(1) {
  margin-bottom: 10px;
}


.sideMenu ul li.san_on,
.sideMenu ul li:hover {
  font-weight: bold;
  background: url(../images/ltsanj2.png) no-repeat 52px 18px;
}

.sideMenu ul li.san_on a,
.sideMenu ul li:hover a{ color: #94080a;} 

.ltlf_pic {
  width: 100%;
  float: left;
}


.list_rg {
  float: right;
  width: calc(100% - 313px);
}

.list_rdh {
  width: 100%;
  float: left;
  border-bottom: #b82524 2px solid;
}

.list_rdh h1 {
  float: left;
  font-size: 28px;
  color: #222;
  padding-bottom: 15px;
  position: relative;
}

.list_rdh h1::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0px;
  width: 100%;
  height: 2px;
  background: #b82524;
}

.list_rdh span {
  float: right;
  font-size: 14px;
  color: #888;
  line-height: 24px;
  margin-top: 18px;
  background: url(../images/ic_home.png) no-repeat left 5px;
  padding-left: 20px;
}

.list_rdh span a {
  color: #888;
}

.list_rdh span a:hover {
  color: #940940;
}

/* 列表页教师 */
.list_js {
  min-height: 500px;
}

.list_js ul {
  padding: 48px 0px 0px;
  overflow: hidden;
  margin: 0px -20px;
}

.list_js li {
  width: 50%;
  float: left;
}

.list_js li .ltjs_nr {
  margin: 0px 20px 40px;
  background: #fff;
  border: #e2e2e2 1px solid;
  overflow: hidden;
  cursor: pointer;
}

.list_js li .ltjs_tp {
  width: 150px;
  float: left;
}

.list_js li .ltjs_tp span {
  padding-bottom: 140%;
  position: relative;
  display: block;
  overflow: hidden;
}

.list_js li .ltjs_tp span img {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.list_js li .ltjs_tp span img:hover {
  transform: scale(1.1);
}

.list_js li .ltjs_text {
  width: calc(100% - 180px);
  float: right;
  background: url(../images/ico_js_jt.png) no-repeat right bottom;
}

.list_js li .ltjs_text h3 {
  font-size: 20px;
  color: #333;
  line-height: 36px;
  height: 36px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: bold;
  margin: 20px 0px 10px;
  position: relative;
}

.list_js li .ltjs_text h3::after{
  content: "";
  position: absolute;
  width: 24px;
  height: 3px;
  bottom: 0px;
  left: 0;
  background: #b82524;
}

.list_js li .ltjs_text dl {
  margin-right: 30px;
  overflow: hidden;
  margin-bottom: 20px;
  
}

.list_js li .ltjs_text dl dd {
  width: 100%;
  float: left;
  font-size: 14px;
  color: #666;
  line-height: 26px;
  margin-bottom: 10px;
}

.list_js li .ltjs_text dl dd b {
  font-size: 16px;
  color: #333;
}

/*
.list_js li .ltjs_text dl dd:nth-of-type(1) {
  font-size: 16px;
  color: #333;
  height: 26px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
*/
.list_js li .ltjs_text dl dd:nth-of-type(1) {
  height: 100px;
  line-height: 25px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}


.list_js li:hover .ltjs_nr {
  box-shadow: 4px 0px 21px 0px rgba(0, 0, 0, 0.16);
}

.list_js li:hover .ltjs_text{
  background: url(../images/ico_js_jtdq.png) no-repeat right bottom;
}

.list_js li .ltjs_nr:hover{
  background: #fff1f1;
}

/*list-pt*/

.list_lb{min-height:500px;
}
.list_lb ul{
    padding: 17px 0px 40px;
    overflow: hidden;
}
.list_lb li{ 
   width:100%; 
   float:left;
   border-bottom: #e1e1e1 1px solid;
   }

.list_lb li .date{
    float: left;
    margin-left: 10px;
    width: 95px;
    font-size: 14px;
    color: #888;
    line-height: 26px;
    position: relative;
    line-height: 58px;
}
.list_lb li .date::after{
    content: "";
    position: absolute;
    width:1px;
    height: 16px;
    right: 0;
    top:21px;
    background: #e1e1e1;
}
.list_lb li a{
  font-size: 16px;
  color: #333;
  width: calc(100% - 135px);
  padding-left: 20px;
  float: left;
  height: 58px;
  line-height: 58px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  transition: .5s;
}

.list_lb li:hover a{
    color: #940940;  
    text-indent: 10px;
}




/* listtp  */
.listpic {
	width: 100%;
	float: left;
	min-height: 450px;
	margin-top: 45px;
}

.listpic ul li {
	width: 100%;
	float: left;
	margin-bottom: 30px;
	background: url() no-repeat bottom right #f1f8ff;
}

.listpic ul li a {
	display: block;
	overflow: hidden;
	padding: 15px 25px 15px 135px;
}

.listpic ul li .ltpic_tp {
	width: 145px;
	float: left;
	margin-right: 45px;
}

.listpic ul li .ltpic_tp span {
	width: 100%;
	display: block;
	padding-bottom: 140%;
	position: relative;
	overflow: hidden;
}

.listpic ul li .ltpic_tp span img {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	transition: all 0.4s;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.listpic ul li .ltpic_tp span img:hover {
	transform: scale(1.1);
}


.listpic ul li .ltpic_wz {
	overflow: hidden;
	display: block;
}

.listpic ul li .ltpic_wz h2 {
	width: 100%;
	float: left;
	font-size: 18px;
	color: #005eae;
	line-height: 30px;
	margin: 25px 0px 8px;
}

.listpic ul li .ltpic_wz h2 b {
	margin-left: 20px;
}

.listpic ul li .ltpic_wz i {
	float: left;
	width: 24px;
	height: 2px;
	background: #005eae;
}

.listpic ul li .ltpic_wz p {
	width: 100%;
	float: left;
	font-size: 16px;
	color: #444;
	margin-top: 15px;
	line-height: 30px;
}

.listpic ul li .ltpic_wz dl {
	width: 100%;
	float: left;
}

.listpic ul li .ltpic_wz dl dd {
	width: 100%;
	float: left;
	font-size: 16px;
	color: #444;
	line-height: 30px;
}

.listpic ul li .ltpic_wz dl dd span {
	color: #005eae;
}

/*  conner   */
.contt_box {
	min-height: 450px;
}

.contt_tit {
	width: 100%;
	float: left;
	padding-bottom: 20px;
	border-bottom: #e1e1e1 1px solid;
	text-align: center;
	margin-top: 35px;
}

.contt_tit h1 {
	width: 100%;
	float: left;
	font-size: 24px;
	color: #111;
	margin-bottom: 10px;
	
}

.contt_tit h2 {
	width: 100%;
	float: left;
	font-size: 18px;
	color: #333;
	line-height: 30px;
	margin-bottom: 10px;
	font-weight: normal;
}

.contt_tit h5{ 
  font-size:14px; 
  color:#818181;
  font-weight: initial;
}

.contt_tit span {
	width: 100%;
	font-size: 14px;
	color: #777;
}

.contt_zhwen {
	width: 100%;
	float: left;
	margin: 20px 0px 30px;
	font-size: 16px;
	color: #444;
	line-height: 35px;
}

.contt_zhwen .share{display: none;}

.contt_zhwen p {
	text-indent: 2em;
}

.contt_zhwen p img {
	max-width: 80%;
	text-indent: 0em;
        margin-left: -2em;
	height: auto !important;
}

.contt_zhwen table{

    display: flex;
    width: 100%;
    overflow: auto;
    white-space: nowrap;
    max-width: 100%;
}
.contt_zhwen p td{ text-indent:0em;}
.contt_zhwen p iframe{max-width:90%;}
.contt_zhwen p video{max-width:90%; margin-left: -2rem;}

.contt_sxp {
	width: 100%;
	float: left;
	border-top: #e1e1e1 1px solid;
	padding-top: 30px;
}

.contt_sxp ul {
	width: 100%;
	float: left;
}

.contt_sxp ul li {
	width: 100%;
	float: left;
	font-size: 16px;
	color: #444;
	line-height: 35px;
}

.contt_sxp ul li a {
	color: #444;
}

.contt_sxp ul li:hover {
	color: #b82524;
}

.contt_sxp ul li:hover a {
	color: #b82524;
}



.danpzw {
	width: 100%;
	float: left;
	font-size: 16px;
	color: #333;
	line-height: 32px;
	padding: 30px 0px;
	min-height: 450px;
}

.danpzw p img {
	max-width: 80%;
	text-indent: 0em;
	height: auto !important;
}

.danpzw p iframe {
	max-width: 80%;
}