/** * Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/) * http://cssreset.com */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
.index .top-wrapper {
  height: 50px;
  width: 100%;
  min-width: 1200px;
  border-bottom: 1px solid #e6e6e6;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.08);
}
.index .top-wrapper .top {
  height: 50px;
  line-height: 50px;
  width: 1200px;
  margin: 0 auto;
}
.index .top-wrapper .top .left,
.index .top-wrapper .top .right {
  width: 600px;
  display: block;
  float: left;
  overflow: hidden;
}
.index .top-wrapper .top .left {
  font-size: 14px;
  color: #333;
}
.index .top-wrapper .top .right .item {
  float: right;
  display: inline-block;
  padding: 0px 10px;
  border: 1px solid #ccc;
  line-height: 24px;
  margin: 12px auto 12px 10px;
  border-radius: 4px;
  font-size: 14px;
  color: #ccc;
  text-decoration: none;
}
.index .top-wrapper .top .right .item:hover {
  background: #009246;
  color: #fff;
  border-color: #009246;
}
.index .logo-wrapper {
  height: 90px;
  width: 1200px;
  margin: 0 auto;
}
.index .logo-wrapper .left {
  float: left;
}
.index .logo-wrapper .left img {
  width: 430px;
  height: 70px;
  display: block;
  overflow: hidden;
  margin: 10px 0;
}
.index .logo-wrapper .right {
  float: right;
}
.index .logo-wrapper .right img {
  width: 260px;
  height: 70px;
  margin: 10px 0;
  float: right;
}
.index .nav-wrapper {
  width: 100%;
  height: 56px;
  background: #009246;
  color: #fff;
  min-width: 1200px;
}
.index .nav-wrapper .nav {
  width: 1200px;
  margin: 0 auto;
  background: #009246;
}
.index .nav-wrapper .nav .item {
  display: block;
  float: left;
  position: relative;
}
.index .nav-wrapper .nav .item a {
  line-height: 56px;
  display: block;
  width: 120px;
  text-decoration: none;
  color: #fff;
  text-align: center;
}
.index .nav-wrapper .nav .item:hover,
.index .nav-wrapper .nav .item:hover .divider {
  background: #00b054 !important;
}
.index .nav-wrapper .nav .item .divider {
  position: absolute;
  height: 28px;
  width: 1px;
  background: #04753a;
  right: 0;
  top: 14px;
}
.index .nav-wrapper .nav .item .options {
  z-index: 99;
  position: absolute;
  top: 56px;
  left: 0;
  background: #00b054;
  border: 1px solid #009246;
  border-top: none;
  border-bottom: none;
  display: none;
}
.index .nav-wrapper .nav .item .options .option {
  height: 40px;
  width: 170px;
  border-bottom: 1px solid #009246;
}
.index .nav-wrapper .nav .item .options .option a {
  display: block;
  height: 40px;
  line-height: 40px;
  width: 150px;
  text-align: left;
  padding: 0 10px;
}
.index .nav-wrapper .nav .item .options .option a:hover {
  background: #00d667;
}
.index .banner-swiper .swiper-slide {
  height: 554px;
  overflow: hidden;
  background-position: center;
  background-repeat: no-repeat;
}
.index .banner-swiper .banner-pagination {
  position: absolute;
  z-index: 20;
  bottom: 10px;
  width: 100%;
  text-align: center;
}
.index .banner-swiper .banner-pagination .swiper-pagination-switch {
  display: inline-block;
  width: 42px;
  height: 6px;
  background: #fff;
  margin: 0 5px;
  opacity: 0.8;
  cursor: pointer;
}
.index .banner-swiper .banner-pagination .swiper-active-switch {
  background: #ce2b37;
}
.index .advantage {
  width: 1200px;
  height: 260px;
  margin: 0 auto;
}
.index .advantage .item {
  display: block;
  float: left;
  width: 160px;
  margin-right: 48px;
  text-align: center;
  font-size: 14px;
  color: #707070;
}
.index .advantage .item:last-child{
  margin-right: 0px;
}
.swiper-wrapper .swiper-slide a:last-child{
  margin-right: 0px;
}
.index .advantage .item img {
  width: 160px;
  height: 160px;
  display: block;
  overflow: hidden;
  margin: 30px 0 10px 0;
}
.index .advantage .item span {
  line-height: 20px;
}
.index .con-wrapper {
  width: 1200px;
  margin: 0 auto;
}
.index .con-wrapper .title {
  height: 116px;
  line-height: 116px;
  font-size: 40px;
  color: #2c2c2c;
  font-weight: bold;
  text-align: center;
}
.index .con-wrapper .title b {
  color: #009246;
}
.index .con-wrapper .title span {
  font-weight: normal;
  font-size: 24px;
  color: #6e6e6e;
}
.index .course-swiper {
  height: 370px;
}
.index .course-swiper .swiper-slide {
  height: 360px;
  overflow: hidden;
  background-position: center;
  background-repeat: no-repeat;
}
.index .course-swiper .course-pagination {
  position: absolute;
  z-index: 20;
  bottom: 20px;
  width: 100%;
  text-align: center;
}
.index .course-swiper .course-pagination .swiper-pagination-switch {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background: #d7d7d7;
  margin: 0 5px;
  opacity: 0.8;
  cursor: pointer;
}
.index .course-swiper .course-pagination .swiper-active-switch {
  background: #ce2b37;
}
.index .course-swiper .item {
  display: block;
  float: left;
  width: 282px;
  margin-right: 24px;
  text-align: center;
  text-decoration: none;
  position: relative;
}
.index .course-swiper .item .add {
  width: 51px;
  height: 51px;
  display: none;
  position: absolute;
  top: 80px;
  left: 115px;
}
.index .course-swiper .item img {
  width: 282px;
  height: 212px;
  display: block;
  overflow: hidden;
}
.index .course-swiper .item .name {
  font-size: 18px;
  color: #333;
  line-height: 40px;
}
.index .course-swiper .item .intro {
  color: #707070;
  font-size: 14px;
  line-height: 24px;
  height: 72px;
  overflow: hidden;
}
.index .teacher-swiper {
  height: 500px;
}
.index .teacher-swiper .swiper-slide {
  height: 500px;
  overflow: hidden;
  background-position: center;
  background-repeat: no-repeat;
}
.index .teacher-swiper .course-pagination {
  position: absolute;
  z-index: 20;
  bottom: 20px;
  width: 100%;
  text-align: center;
}
.index .teacher-swiper .course-pagination .swiper-pagination-switch {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background: #d7d7d7;
  margin: 0 5px;
  opacity: 0.8;
  cursor: pointer;
}
.index .teacher-swiper .course-pagination .swiper-active-switch {
  background: #ce2b37;
}
.index .teacher-swiper .item {
  display: block;
  float: left;
  width: 282px;
  margin-right: 24px;
  text-align: center;
  text-decoration: none;
  position: relative;
}
.index .teacher-swiper .item .add {
  width: 51px;
  height: 51px;
  display: none;
  position: absolute;
  top: 159px;
  left: 115px;
}
.index .teacher-swiper .item img {
  width: 282px;
  height: 370px;
  display: block;
  overflow: hidden;
}
.index .teacher-swiper .item .name {
  font-size: 18px;
  color: #333;
  line-height: 40px;
}
.index .teacher-swiper .item .intro {
  color: #707070;
  font-size: 14px;
  line-height: 24px;
  height: 72px;
  overflow: hidden;
}
.index .classify-wrapper .classify {
  text-align: center;
  margin-bottom: 10px;
}
.index .classify-wrapper .classify .item {
  width: 186px;
  height: 44px;
  display: inline-block;
  margin: 0 10px;
  text-align: center;
  line-height: 44px;
  font-size: 20px;
  cursor: pointer;
}
.index .classify-wrapper .options {
  width: 1200px;
  display: none;
  min-height: 324px;
}
.index .classify-wrapper .options .option {
  display: block;
  float: left;
  width: 220px;
  height: 135px;
  border: 1px solid #e7e7e7;
  margin: 25px 22.5px 0 0;
  overflow:hidden;
}
.index .classify-wrapper .options .option:nth-child(5n){ margin-right: 0px;}
.index .case-wrapper .options .option:nth-child(5n){ margin-right: 0px;}
.index .classify-wrapper .options .option img {
  display: block;
  overflow: hidden;
}
.index .info-wrapper .info-swiper {
  height: 340px;
}
.index .info-wrapper .info-swiper .swiper-slide {
  height: 340px;
  overflow: hidden;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
.index .info-wrapper .info-swiper .swiper-slide img {
  width: 560px;
  height: 340px;
  display: block;
  overflow: hidden;
}
.index .info-wrapper .info-swiper .swiper-slide .sub-title {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 540px;
  height: 50px;
  line-height: 50px;
  color: #fff;
  padding: 0 10px;
  overflow: hidden;
  background: url('../images/info-title-bg.png');
}
.index .info-wrapper .info-swiper .info-pagination {
  position: absolute;
  z-index: 20;
  right: 10px;
  bottom: 18px;
  width: 100%;
  text-align: right;
}
.index .info-wrapper .info-swiper .info-pagination .swiper-pagination-switch {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 4px;
  background: #d7d7d7;
  margin: 0 3px;
  opacity: 0.8;
  cursor: pointer;
}
.index .info-wrapper .info-swiper .info-pagination .swiper-active-switch {
  background: #ce2b37;
}
.index .info-wrapper .left {
  width: 560px;
  height: 340px;
  float: left;
}
.index .info-wrapper .right {
  width: 620px;
  height: 340px;
  overflow: hidden;
  float: right;
}
.index .info-wrapper .right .item {
  display: block;
  text-decoration: none;
  line-height: 37px;
  height: 37px;
  overflow: hidden;
  width: 620px;
}
.index .info-wrapper .right .item:hover .txt {
  text-decoration: underline;
}
.index .info-wrapper .right .item .txt {
  width: 540px;
  white-space: nowrap;
  overflow: hidden;
  float: left;
  font-size: 14px;
  color: #999;
  text-overflow: ellipsis;
}
.index .info-wrapper .right .item .time {
  float: right;
  width: 80px;
  font-size: 14px;
  color: #ccc;
  text-align: right;
}
.index .case-wrapper .classify {
  text-align: center;
  margin-bottom: 10px;
}
.index .case-wrapper .classify .item {
  width: 186px;
  height: 44px;
  display: inline-block;
  margin: 0 10px;
  text-align: center;
  line-height: 44px;
  font-size: 20px;
  cursor: pointer;
}
.index .case-wrapper .options {
  width: 1200px;
  display: none;
  min-height: 588px;
}
.index .case-wrapper .options .option {
  display: block;
  float: left;
  width: 222px;
  margin: 25px 22.5px 0 0;
  text-align: center;
  text-decoration: none;
  color: #333;
}
.index .case-wrapper .options .option img {
  width: 220px;
  height: 220px;
  display: block;
  overflow: hidden;
  border: 1px solid #e7e7e7;
}
.index .case-wrapper .options .option .sub-tit {
  width: 220px;
  white-space: nowrap;
  overflow: hidden;
  line-height: 28px;
  font-size: 16px;
}
.index .case-wrapper .options .option .school-name {
  color: #999;
  font-size: 14px;
  margin-top: 5px;
  width: 220px;
  white-space: nowrap;
  overflow: hidden;
}
.index .form-wrapper {
  margin-top: 55px;
  background: url('../images/form-bg.jpg') center no-repeat;
  height: 476px;
  width: 100%;
}
.index .form-wrapper .title {
  color: #fff;
}
.index .form-wrapper .title span {
  color: #fff;
}
.index .form-wrapper .form-con {
  width: 1200px;
  margin: 0 auto;
}
.index .form-wrapper .form-con .input-items {
  width: 1200px;
}
.index .form-wrapper .form-con .input-items .item {
  display: inline-block;
  color: #fff;
  height: 48px;
  margin-right: 60px;
}
.index .form-wrapper .form-con .input-items .item input {
  display: inline-block;
  width: 150px;
  height: 46px;
  background: #fff;
  border: 1px solid #c9c9c9;
  padding: 0 10px;
  font-size: 14px;
}
.index .form-wrapper .form-con .input-items .item img {
  display: inline-block;
  margin-left: 10px;
  width: 100px;
  height: 48px;
  vertical-align: bottom;
}
.index .form-wrapper .form-con .input-items > span {
  color: #fff;
  display: inline-block;
  vertical-align: top;
}
.index .form-wrapper .form-con .input-items .area {
  display: inline-block;
  width: 1020px;
  height: 110px;
  background: #fff;
  border: 1px solid #c9c9c9;
}
.index .form-wrapper .form-con .submit {
  width: 186px;
  height: 54px;
  color: #fff;
  cursor: pointer;
  background: #009246;
  margin: 30px auto 0 auto;
  text-align: center;
  line-height: 54px;
}
.index .form-wrapper .form-con .submit:hover {
  background: #00ad54;
}
.index .form-wrapper .form-con .submit:active {
  background: #007a3b;
}
.index .other-countries {
  width: 1200px;
  margin: 20px auto 40px auto;
}
.index .other-countries .left {
  float: left;
  width: 895px;
}
.index .other-countries .left .title-wrapper .title {
  width: 420px;
  float: left;
  display: block;
  font-size: 40px;
  padding: 20px 0;
  font-weight: bold;
  color: #2c2c2c;
}
.index .other-countries .left .title-wrapper .title b {
  color: #009246;
}
.index .other-countries .left .title-wrapper .title span {
  font-weight: normal;
  font-size: 24px;
  color: #6e6e6e;
}
.index .other-countries .left .countries {
  float: left;
  width: 470px;
  display: block;
  padding-top: 36px;
  color: #333;
}
.index .other-countries .left .countries .item {
  cursor: pointer;
  display: block;
  float: left;
  border-right: 1px solid #333;
  padding: 0 10px;
}
.index .other-countries .left .countries .item:hover {
  color: #ce2b37;
  font-size: 16px;
}
.index .other-countries .left .countries .item.active {
  color: #ce2b37;
}
.index .other-countries .left .other-wrapper .other-swiper {
  height: 300px;
}
.index .other-countries .left .other-wrapper .other-swiper .swiper-slide {
  height: 300px;
  overflow: hidden;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
.index .other-countries .left .other-wrapper .other-swiper .swiper-slide img {
  width: 400px;
  height: 300px;
  display: block;
  overflow: hidden;
}
.index .other-countries .left .other-wrapper .other-swiper .swiper-slide .sub-title {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 380px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  padding: 0 10px;
  font-size: 13px;
  overflow: hidden;
  background: url('../images/info-title-bg.png');
}
.index .other-countries .left .other-wrapper .other-swiper .other-pagination {
  position: absolute;
  z-index: 20;
  right: 10px;
  bottom: 14px;
  width: 100%;
  text-align: right;
}
.index .other-countries .left .other-wrapper .other-swiper .other-pagination .swiper-pagination-switch {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 4px;
  background: #d7d7d7;
  margin: 0 3px;
  opacity: 0.8;
  cursor: pointer;
}
.index .other-countries .left .other-wrapper .other-swiper .other-pagination .swiper-active-switch {
  background: #ce2b37;
}
.index .other-countries .left .other-wrapper .other-left {
  width: 400px;
  height: 300px;
  float: left;
}
.index .other-countries .left .other-wrapper .other-right {
  width: 470px;
  height: 300px;
  overflow: hidden;
  float: right;
  display: none;
}
.index .other-countries .left .other-wrapper .other-right .item {
  display: block;
  text-decoration: none;
  line-height: 33px;
  height: 33px;
  overflow: hidden;
  width: 470px;
}
.index .other-countries .left .other-wrapper .other-right .item:hover .txt {
  text-decoration: underline;
}
.index .other-countries .left .other-wrapper .other-right .item .txt {
  width: 390px;
  white-space: nowrap;
  overflow: hidden;
  float: left;
  font-size: 14px;
  color: #999;
  text-overflow: ellipsis;
}
.index .other-countries .left .other-wrapper .other-right .item .time {
  float: right;
  width: 80px;
  font-size: 14px;
  color: #ccc;
  text-align: right;
}
.index .other-countries .right {
  float: right;
  width: 260px;
  height: 370px;
  background: url('../images/environment-bg.jpg') bottom center no-repeat;
}
.index .other-countries .right .environment-swiper {
  height: 295px;
  width: 220px;
  margin: 0 auto;
  position: relative;
}
.index .other-countries .right .environment-swiper .environment-button-next {
  width: 30px;
  height: 44px;
  background: url('../images/next.png');
  top: 132px;
  right: 0;
  position: absolute;
  cursor: pointer;
}
.index .other-countries .right .environment-swiper .environment-button-prev {
  width: 30px;
  height: 44px;
  background: url('../images/prev.png');
  top: 132px;
  left: 0;
  position: absolute;
  cursor: pointer;
}
.index .other-countries .right .environment-swiper .swiper-slide {
  height: 295px;
  overflow: hidden;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
.index .other-countries .right .environment-swiper .swiper-slide img {
  width: 220px;
  height: 295px;
  display: block;
  overflow: hidden;
}
.index .other-countries .right .environment-swiper .swiper-slide span {
  display: block;
  position: absolute;
  height: 48px;
  width: 220px;
  color: #fff;
  font-size: 14px;
  line-height: 48px;
  overflow: hidden;
  bottom: 0;
  left: 0;
  text-align: center;
}
.index .other-countries .right .environment-swiper .course-pagination {
  position: absolute;
  z-index: 20;
  bottom: 20px;
  width: 100%;
  text-align: center;
}
.index .other-countries .right .environment-swiper .course-pagination .swiper-pagination-switch {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background: #d7d7d7;
  margin: 0 5px;
  opacity: 0.8;
  cursor: pointer;
}
.index .other-countries .right .environment-swiper .course-pagination .swiper-active-switch {
  background: #ce2b37;
}
.index .consult-wrapper {
  height: 80px;
  width: 1200px;
  margin: 0 auto 35px auto;
  background: url('../images/tel-bg.jpg') #57b098 no-repeat;
  line-height: 80px;
  position: relative;
}
.index .consult-wrapper .tel {
  color: #fff;
  font-size: 28px;
  margin-left: 200px;
  line-height: 80px;
  display: inline-block;
}
.index .consult-wrapper .tel span {
  line-height: 80px;
  font-size: 38px;
  vertical-align: middle;
}
.index .consult-wrapper .txt {
  display: inline-block;
  font-size: 18px;
  color: #f5f5f5;
  margin-left: 20px;
}
.index .consult-wrapper .contact {
  top: 20px;
  right: 20px;
  position: absolute;
  cursor: pointer;
  border-radius: 3px;
  width: 130px;
  height: 40px;
  line-height: 40px;
  color: #ce2b37;
  padding-left: 45px;
  font-size: 14px;
  background: url('../images/qq.png') no-repeat #fff 10px 8px;
}
.index .consult-wrapper .contact:hover {
  text-decoration: underline;
}
.index .footer-wrapper {
  width: 100%;
  background: #f0f0f0;
  min-width: 1200px;
}
.index .footer-wrapper .footer {
  width: 1200px;
  margin: 0 auto;
  min-height: 100px;
  padding: 40px 0;
}
.index .footer-wrapper .items {
  display: block;
  float: left;
  width: 150px;
}
.index .footer-wrapper .items .main-item {
  display: block;
  width: 150px;
  text-decoration: none;
  color: #000;
  font-weight: bold;
  font-size: 15px;
  margin-bottom: 15px;
}
.index .footer-wrapper .items .item {
  display: block;
  width: 150px;
  text-decoration: none;
  color: #333;
  margin-bottom: 12px;
  font-size: 13px;
}
.index .copyright {
  padding: 15px 0;
  width: 1200px;
  margin: 0 auto;
  text-align: center;
}
.index .copyright .txt {
  line-height: 28px;
  font-size: 14px;
  color: #888;
}
.index .head-banner {
  width: 100%;
  min-width: 1200px;
  height: 300px;
  margin-top: 147px;
  background: url('../images/banner-bg.jpg') center center no-repeat;
}
.index .inside-wrapper {
  width: 1200px;
  margin: 0 auto;
}
.index .inside-wrapper .main-name {
  width: 240px;
  height: 100px;
  margin-top: -100px;
  text-align: center;
  line-height: 100px;
  color: #fff;
  font-weight: bold;
  font-size: 26px;
  clear: both;
  background: url('../images/main-name.png') center center repeat;
}
.index .inside-wrapper .inside-content .left {
  float: left;
  width: 240px;
}
.index .inside-wrapper .inside-content .left .items {
  background: #f0f0f0;
  margin-bottom: 40px;
}
.index .inside-wrapper .inside-content .left .items .item {
  display: block;
  width: 220px;
  line-height: 24px;
  padding: 16px 10px;
  color: #333333;
  text-decoration: none;
  text-align: center;
  font-size: 20px;
  border-bottom: 1px solid #e2e2e2;
}
.index .inside-wrapper .inside-content .left .items .item:hover {
  background: #fff;
  color: #2c8155;
}
.index .inside-wrapper .inside-content .left .news-options {
  margin-bottom: 40px;
}
.index .inside-wrapper .inside-content .left .news-options .title {
  font-size: 26px;
  font-weight: bold;
  color: #fff;
  width: 240px;
  background: #2c8155;
  text-align: center;
  line-height: 32px;
  padding: 14px 0;
}
.index .inside-wrapper .inside-content .left .news-options .option {
  background: url('../images/dot.png') 4px 8px no-repeat #f0f0f0;
  width: 208px;
  padding: 8px 8px 8px 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color: #707070;
  text-decoration: none;
  font-size: 14px;
  line-height: 22px;
}
.index .inside-wrapper .inside-content .left .news-options .option:hover {
  text-decoration: underline;
}
.index .inside-wrapper .inside-content .right {
  width: 930px;
  float: right;
  padding-bottom: 40px;
}
.index .inside-wrapper .inside-content .right .title {
  height: 56px;
  border-bottom: 1px solid #eee;
  line-height: 56px;
}
.index .inside-wrapper .inside-content .right .title .name {
  float: left;
  color: #2c8155;
  font-size: 24px;
  font-weight: bold;
}
.index .inside-wrapper .inside-content .right .title .place {
  float: right;
  font-size: 14px;
  color: #555;
}
.index .inside-wrapper .inside-content .right .items .item {
  margin-top: 30px;
}
.index .inside-wrapper .inside-content .right .items .item img {
  width: 337px;
  display: block;
  overflow: hidden;
  float: left;
}
.index .inside-wrapper .inside-content .right .items .item .info {
  width: 500px;
  float: right;
}
.index .inside-wrapper .inside-content .right .items .item .info .main-tit {
  font-size: 22px;
  color: #333;
  line-height: 36px;
}
.index .inside-wrapper .inside-content .right .items .item .info .time {
  color: #bbb;
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 4px;
}
.index .inside-wrapper .inside-content .right .items .item .info .intro {
  font-size: 16px;
  color: #706f6f;
  line-height: 28px;
  height: 56px;
  overflow: hidden;
}
.index .inside-wrapper .inside-content .right .items .item .info .more {
  margin-top: 20px;
  display: block;
  width: 120px;
  height: 36px;
  text-align: center;
  line-height: 36px;
  border: 1px solid #626262;
  color: #626262;
  text-decoration: none;
}
.index .inside-wrapper .inside-content .right .items .item .info .more:hover {
  background: #2c8155;
  color: #fff;
}
.index .inside-wrapper .inside-content .right .pic-items a:nth-child(4n) { margin-right: 0;}
.index .inside-wrapper .inside-content .right .pic-items .item {
  display: block;
  float: left;
  width: 215px;
  overflow: hidden;
  text-decoration: none;
  margin: 40px 23px 0 0;
}
.index .inside-wrapper .inside-content .right .pic-items .item .teacher-name {
  color: #333;
  font-size: 18px;
  text-align: center;
  line-height: 24px;
  height: 24px;
  overflow: hidden;
}
.index .inside-wrapper .inside-content .right .pic-items .item .intro {
  text-align: center;
  font-size: 14px;
  color: #707070;
  line-height: 20px;
  height: 40px;
  overflow: hidden;
}
.index .inside-wrapper .inside-content .right .article-wrapper .article-tit {
  text-align: center;
  color: #333;
  font-size: 20px;
  line-height: 24px;
  padding: 30px 0;
}
.index .inside-wrapper .inside-content .right .article-wrapper .article-con {
  line-height: 22px;
  font-size: 14px;
}
.index .page {
  width: 100%;
  text-align: center;
  padding: 40px 0 20px 0;
}
.index .page a {
  display: inline-block;
  color: #444;
  text-decoration: none;
  border: 1px solid #999;
  padding: 6px 10px;
  font-size: 14px;
}
.index .page a:hover {
  background: #009246;
  color: #fff;
}
.index .page span {
  display: inline-block;
  color: #444;
  border: 1px solid #999;
  padding: 6px 10px;
  font-size: 14px;
}
.clearfix {
  clear: both;
  width: 0;
  height: 0;
  padding: 0;
  margin: 0;
}
