.wrap {
    width: 1360px;
    margin: 0 auto;
}
.clearfix {
    zoom: 1;
}
.clearfix:after {
    content: '\20';
    display: block;
    height: 0;
    clear: both;
}
.inner-banner {
 display:none;
  height: 254px;
    width: 100%;
    overflow: hidden;
}

.inner-banner img {
  width:100%;
height:100%;
}

.inner-wrap {
min-height:540px;
  padding: 30px 0;
  background: #f8f8f8;
}

.leftbar {
  float: left;
  width: 215px;
  padding-bottom: 20px;
  background: #fff;
}

.leftbar .title {
    line-height: 40px;
    background: #d01122;
    margin-top: 1px;
    color: #fff;
    padding: 20px 20px 10px;
    font-size: 24px;
    border-bottom: 2px solid #f1ca87;
}

.leftbar .list {
  margin-bottom: 10px;
}

.leftbar .list li {
  line-height: 42px;
  border-bottom: 1px solid #e7e7e7;
}

.leftbar .list li a {
  padding-left: 20px;
  display: block;
  color: #666;
     font-size: 18px;
}

.leftbar .list li a:hover {
  color: #d01122;
}

.leftbar .list li.on {
  background: #efefef;
}

.right-con {
  float: right;
  width: 1080px;    min-height: 370px;
}

.right-con .bread {
  text-align: right;
  margin-bottom: 10px;
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
  color: #999;
  font-size: 12px;
}

.right-con .bread img {
  vertical-align: middle;
}

.right-con .bread span {
  margin: 0 7px;
}

.right-con .bread a {
  color: #999;
}

.right-con .bread img {
  vertical-align: middle;
}

.right-con .inner-tit {
  background: #fff;
  border: 5px solid #ddddde;
  padding: 20px;
  margin-bottom: 15px;
}

.right-con .inner-tit span {
  display: inline-block;
  vertical-align: middle;
}

.right-con .inner-tit .text1 {
  padding-left: 20px;
  line-height: 24px;
  font-weight: bold;
  font-size: 18px;
 
}

.right-con .inner-tit .text2 {
  font-weight: bold;
  color: #999;
}

.right-con .inner-tit .line {
  height: 22px;
  width: 1px;
  background: #dedee7;
  margin: 0 15px;
}

.right-con .main-text-list li {
  position: relative;
  padding: 20px 0;
}

.right-con .main-text-list li a {
  display: block;
}

.right-con .main-text-list li .text {
  transition: all ease-out .3s;
  padding: 10px 0;
  margin-right: 300px;
  background: #fff;
  border-left: 5px solid #cecece;
  padding: 10px;
}

.right-con .main-text-list li .text .tit {
  height: 50px;
  line-height: 25px;
  font-size: 16px;
  margin: 10px 20px;
}

.right-con .main-text-list li .text .desc {
  height: 60px;
  line-height: 20px;
  margin: 0 30px 10px 30px;
  font-size: 12px;
  color: #9b9b9b;
  text-align: justify;
  overflow: hidden;
}

.right-con .main-text-list li .line {
  position: absolute;
  right: 240px;
  height: 100%;
  width: 2px;
  top: 0;
  background: #ddd;
}

.right-con .main-text-list li .line::before {
  content: '';
  position: absolute;
  top: 18px;
  right: 100%;
  margin-right: 15px;
  width: 35px;
  height: 2px;
  background: #cecece;
}

.right-con .main-text-list li .line::after {
  content: '';
  border-radius: 50%;
  position: absolute;
  top: 12px;
  left: -7px;
  width: 15px;
  height: 15px;
  background-color: #cecece;
  z-index: 2;
}

.right-con .main-text-list li .infor {
  float: right;
  width: 240px;
}

.right-con .main-text-list li .infor .date {
  position: relative;
  font-size: 12px;
}

.right-con .main-text-list li .infor .date span {
  position: relative;
  z-index: 2;
  background: #f8f8f8;
  padding: 0 20px;
}

.right-con .main-text-list li .infor .date::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 0;
  border-bottom: 1px dotted #cecece;
  z-index: 1;
  top: 50%;
  left: 0;
}

.right-con .main-text-list li .infor .author {
  margin-left: 20px;
  margin-top: 15px;
    border-bottom: 1px solid #d6d6d6;
}

.right-con .main-text-list li .infor .author .t {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin-bottom: 0;
  padding: 3px 5px;
  border-radius: 3px;
  font-size: 12px;
  background-color: #fff;
  color: #d01122;
}

.right-con .main-text-list li .infor .author img {
  width: auto;
  height: 20px;
  padding: 3px;
  background-color: #fff;
  border-radius: 3px;
}

.right-con .main-text-list li:hover .text {
  box-shadow: 0px 35px 77px -17px rgba(0, 0, 0, 0.64);
  transform: scale(1.02);
  position: relative;
  z-index: 9;
}

.right-con .navigation {
  text-align: center;
  margin: 30px 0;
}

.right-con .navigation a {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 26px;
  margin: 0 5px;
  height: 26px;
  text-align: center;
  line-height: 26px;
  color: #fff;
  background: #18427a;
}

.main-pic-list li {
  float: left;
  width: 25%;
}

.main-pic-list li a {
  transition: all 0.3s ease-out;
  display: block;
  background: #fff;
  border-top: 1px solid #f1f1f1;
  border-left: 1px solid #f1f1f1;
}

.main-pic-list li .pic img {
  width: 100%;
  height: 180px;
}

.main-pic-list li .text {
  padding: 20px;
  border-top: 1px solid #e8e8e8;
}

.main-pic-list li .text .tit {
  height: 75px;
  line-height: 25px;
}

.main-pic-list li .text .author {
  text-align: right;
}

.main-pic-list li:hover a {
  box-shadow: 0px 35px 77px -17px rgba(0, 0, 0, 0.64);
  transform: scale(1.08);
  position: relative;
  z-index: 9;
  cursor: pointer;
}

.group-list {
  background: #fff;
  padding: 30px;
}

.group-list dl {
  margin-bottom: 20px;
}

.group-list dl dt {
  padding: 10px 15px;
  text-decoration: none;
  font-size: 16px;
  border-left: 5px solid #009e3b;
  background: #fbfbfb;
  cursor: pointer;
}

.group-list dl dd {
  padding: 15px 0;
}

.group-list dl dd a {
  width: 32%;
  float: left;
  text-align: center;
  margin-bottom: 5px;
  padding: 5px;
}

.group-list dl dd a:hover {
  color: #009e3b;
  text-decoration: underline;
}

.teacher-list li {
/* height:206px; */
  float: left;
  width: 25%;
}

.teacher-list li a {
  transition: all 0.3s ease-out;
  display: block;
  background: #fff;
  margin: 10px;
}

.teacher-list li .pic img {
  width: 100%;
  height: 180px;
}

.teacher-list li .text {
  padding:15px;
  border-top: 1px solid #e8e8e8;
}

.teacher-list li .text .tit {
  line-height: 24px;
}

.teacher-list li:hover a {
  box-shadow: 0px 35px 77px -17px rgba(0, 0, 0, 0.64);
  transform: scale(1.02);
  position: relative;
  z-index: 9;
  cursor: pointer;
}

.detail {
  position: relative;
  padding: 40px 50px 0px;
  background-color: #fff;
}

.detail .tit {
  /* width: 70%; */
  margin-bottom: 15px;
  line-height: 1.5;
  color: #4a4a4a;
  font-size: 23px;
  text-align: left;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
}

.detail .infor {
  font-size: 12px;
}

.detail .infor span {
  margin-right: 20px;
}

.detail .author {
  margin-top: 5px;
  position: relative;
  height: 30px;
  padding-bottom: 15px;
  margin-bottom: 15px;
  color: #4a4a4a;
  font-family: 'SongTi SC';
  font-size: 12px;
  border-bottom: 1px solid #d6d6d6;
  text-align: center;
}

.detail .author img {
  position: relative;
  z-index: 1;
  height: 20px;
  border-radius: 3px;
  width: auto;
  margin-bottom: 0;
}

.detail .con {
  line-height: 30px;
}

.detail .con img {
  max-width: 100%;
}

.detail .more {
  margin-top: 30px;
  padding: 15px 30px;
  background-color: #efefef;
  font-size: 16px;
}

.detail .more .c1 {
  float: left;
  width: 19%;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-right: 1px solid #cecece;
}

.detail .more .c1 img {
  vertical-align: middle;
  margin-right: 10px;
}

.detail .more .c2 {
  float: left;
  width: 80%;
  height: 40px;
  line-height: 40px;
}

.detail .more .c2 a {
  display: block;
  padding: 0 20px;
}

.zuzhim{    color: #fff;
    background: #d01122;
    padding: 8px 10px;
    margin-bottom: 10px;}
.zuzhi a{    display: inline-block;
    width:320px;
    /*height: 40px;*/
    line-height: 40px;
    padding-left: 5px;}
.zuzhi a:hover{color: #fff;
    background: #d01122;}

#vsb_content p {font-size:17px!important;line-height:36px!important; font-family:"微软雅黑"!important;color:#333!important}
#vsb_content font {font-size:17px!important;line-height:36px!important; font-family:"微软雅黑"!important;color:#333!important}
#vsb_content span {font-size:17px!important;line-height:36px!important; font-family:"微软雅黑"!important;color:#333!important}
#vsb_content_2 p {font-size:17px!important;line-height:36px!important; font-family:"微软雅黑"!important;color:#333!important}
#vsb_content_2 font {font-size:17px!important;line-height:36px!important; font-family:"微软雅黑"!important;color:#333!important}
#vsb_content_2 span {font-size:17px!important;line-height:36px!important; font-family:"微软雅黑"!important;color:#333!important}
#vsb_content table p{text-indent:0em !important; }
#vsb_content img{display:block;margin:3px auto;}
#vsb_content p {font-size:17px!important;}
#vsb_content font {font-size:17px!important;}
#vsb_content span {font-size:17px!important;}
#vsb_content_2 p {font-size:17px!important;}
#vsb_content_2 font {font-size:17px!important;}
#vsb_content_2 span {font-size:17px!important;}


.leftbar .list .sanji_d a{font-size: 13px;
     color: #de5c5c;
     padding-left: 30px;
   }



/*视频列表*/
.n_tutu ul li{float: left;width: 33.333333%;margin-bottom: 1.5rem; }

.n_tutu ul li a {display: block;transition: .6s;}
.n_tutu ul li .img { width: 100%; position: relative; padding-bottom: 65%;overflow: hidden;}
.n_tutu ul li .img img {position: absolute;top: 0; right: 0; bottom: 0;left: 0;width: 100%;height: 100%;}
.n_tutu ul li .con {padding: 1rem 1.5rem;background:#f7e6cc;}
.n_tutu ul li .con h5 { font-size: 1.125rem;line-height: 1.75rem;height: 3.5rem;transition: .36s;}
.overfloat-dot-2 {overflow: hidden;text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;}


.banner,.fullSlide,.fullSlide .bd li a{height:150px;width:100%;}
.fullSlide .bd li,.fullSlide .bd ul{width: 1080px !important;height:150px;}
.fullSlide .bd li{background-size: contain;}
