﻿.main {
  background: url(/Content/Areas/Common/images/common/tab_bg.png) no-repeat top center;
}

.inner {
  width: 1200px;
  margin: 0 auto;
}

.left_bg,
.banner {
  display: none;
}

.title_top {
  width: 100%;
  position: relative;
}

h1.tab_title>a.active {
  color: #333;
  font-size: 26px;
}

h1.tab_title>a {
  font-size: 20px;
  color: #666;
  margin-right: 30px;
}

.tab_title .mores,
.jiaoxue_title .mores {
  position: absolute;
  right: 0;
  top: 6px;
}

h1.tab_title .mores a.selected {
  display: block;
}

h1.tab_title .mores a {
  font-size: 16px;
  color: #999;
  display: none;
}

h1.tab_title .mores a img,
.jiaoxue_title .mores img {
  margin-left: 10px;
  vertical-align: inherit;
}

.banner_middle {
  display: block;
  margin: 0 auto;
}

.tab_left {
  width: 800px;
  float: left;
  padding-top: 40px;
  padding-bottom: 60px;
}

.tab_main {
  width: 100%;
  background: #fff;
  box-shadow: 3px 1px 20px 0px rgba(0, 0, 0, 0.1);
  padding: 20px;
  box-sizing: border-box;
  margin-top: 20px;
}

ul.ul_top .img_box {
  display: block;
  width: 100%;
  height: 100%;
}

ul.ul_top li {
  width: 374px;
  height: 214px;
}

ul.ul_top {
  overflow: hidden;
}

ul.ul_top .img_box img {
  width: 100%;
  min-height: 214px;
}

ul.ul_top li.Li_Odd {
  float: left;
}

ul.ul_top li.Li_Even {
  float: right;
}

ul.ul_bot .List_right {
  float: right;
  width: 630px;
}

ul.ul_bot .List_right .title_type {
  font-size: 20px;
  margin-bottom: 10px;
  display: block;
  margin-top: 10px;
}

ul.ul_bot .List_right p {
  font-size: 14px;
  color: #888;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

ul.ul_bot .List_right p .detail {
  display: none;
}

ul.ul_bot .span-date {
  font-size: 16px;
  text-align: center;
  float: left;
  width: 85px;
}

ul.ul_bot .span-date b {
  font-size: 45px;
  display: block;
}

.article_main {
  display: none;
}

.article_main.selected {
  display: block;
}

ul.ul_bot li {
  border-bottom: 1px solid #F1F0F2;
  padding: 13px 0;
  position: relative;
}

ul.ul_bot li:hover::after {
  width: 100%;
  background: #94280F;
}

ul.ul_bot li::after {
  display: block;
  content: '';
  width: 0;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: transparent;
  transition: all 0.5s;
}

ul.ul_bot li:nth-last-child(1) {
  border-bottom: none;
}

ul.ul_bot {
  background: url(/Content/Areas/Common/images/zhuanyeban/jiaoxueLine.png) no-repeat left 25px;
  padding-left: 30px;
}

.tab_right {
  width: 388px;
  float: right;
  padding-top: 40px;
  padding-bottom: 60px;
}

h1.jiaoxue_title>a {
  font-size: 26px;
}

h1.jiaoxue_title .mores a {
  font-size: 16px;
  color: #999;
}

ul.tab_right_ul li a {
  width: 100%;
  height: 108px;
  background: #FFFFFF;
  box-shadow: 3px 1px 20px 0px rgba(0, 0, 0, 0.1);
  display: block;
  box-sizing: border-box;
  font-size: 18px;
  padding: 30px 20px;
}

ul.tab_right_ul li {
  margin-bottom: 12px;
}

ul.tab_right_ul {
  margin-top: 20px;
}

.main2 {
  background: url(/Content/Areas/Common/images/zhuanyeban/jiaoxueBg2.png) no-repeat top center;
  padding: 60px 0;
}

ul.jiaoxue_bot li a {
  width: 100%;
  height: 100%;
  display: block;
  font-size: 25px;
  color: #fff;
  text-align: center;
  padding-top: 54px;
}

ul.jiaoxue_bot li {
  width: 400px;
  height: 266px;
  float: left;
}

ul.jiaoxue_bot li:nth-child(1) {
  background: #C3AD99;
}

ul.jiaoxue_bot li:nth-child(2) {
  background: #988476;
}

ul.jiaoxue_bot li:nth-child(5) {
  background: #40628E;
}

ul.jiaoxue_bot li:nth-child(6) {
  background: #B62828;
}

ul.jiaoxue_bot li a span {
  display: block;
  margin-top: 16px;
}

ul.jiaoxue_bot li a img {
  transition: transform .6s ease-in-out;
}

ul.jiaoxue_bot li:hover img {
  transform: rotateY(360deg);
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
 .inner {
 width: 1000px;
}
  .main{
 margin:0 auto;
  }
  ul.jiaoxue_bot li {
 width: 33.3%;
 height: 266px;
}
  .banner_middle {
 width:100%;
}
  .tab_left {
 width: 60%;
}
  ul.ul_bot .List_right {
 width: 80%;
}
  .tab_right {
 width: 38%;
}
}
@media screen and (max-width:768px) {
  .main_zhuanyeban {
   padding: 0;
  }
  .inner {
   width: 100%;
  }
  .banner_middle {
   width: 100%;
  }
  .tab_left {
   width: 100%;
   float: none;
   padding-top: 15px;
   padding-bottom: 15px;
  }
  h1.tab_title>a.active {
   font-size: 20px;
  }
  .tab_main {
   width: 100%;
   padding: 15px;
   margin-top: 15px;
  }
  ul.ul_top li.Li_Odd {
   float: none;
  }
  ul.ul_top li {
   width: auto;
   height: 214px;
   overflow: hidden;
   margin-bottom: 15px;
  }
  ul.ul_top .img_box img {
   width: 100%;
   min-height: 214px;
   display: block;
   height: 100%;
  }
  ul.ul_top li.Li_Even {
   float: none;
  }
  ul.ul_bot .span-date {
   font-size: 14px;
   width: 20%;
  }
  ul.ul_bot .List_right {
   float: right;
   width: 80%;
   padding-left: 15px;
   box-sizing: border-box;
  }
  ul.ul_bot .List_right p {
   line-height: 18px;
  }
  .tab_right {
   width: 100%;
   float: none;
   padding-top: 0;
   padding-bottom: 15px;
  }
  h1.jiaoxue_title>a {
   font-size: 20px;
  }
  ul.tab_right_ul li a {
   width: 100%;
   height: auto;
   padding: 15px;
  }
  .main2 {
   padding: 15px;
  }
  ul.jiaoxue_bot li {
   width: 50%;
   height: auto;
   float: left;
  }
  ul.jiaoxue_bot li a {
   font-size: 20px;
   padding-top: 25px;
   padding-bottom: 25px;
  }
  ul.jiaoxue_bot li a img {
   width: 60px;
  }
  ul.ul_bot {
 background: none;
 padding-left: 0;
}
  ul.ul_bot .span-date b {
 font-size: 28px;
}
  ul.ul_bot .List_right .title_type {
 font-size: 16px;
 margin-top: 0;
}
} 