@charset "UTF-8";
body {
  font-family: "microsoft yahei";
  font-size: 1rem;
  color: #333333;
  background: #f7fbfd;
  padding: 0;
  margin: 0;
}

img {
  max-width: 100%;
  border: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
ul,
li,
dl,
dt,
dd,
hr,
input,
p {
  padding: 0;
  margin: 0;
  list-style: none;
  outline: none;
}

a {
  color: inherit;
  font: inherit;
  text-decoration: none;
  outline: none;
}

a:hover {
  text-decoration: none;
  color: #0c479e;
}

a:focus {
  border: none;
  outline: none;
  text-decoration: none;
}

.clearfix {
  zoom: 1;
}

.clearfix:after {
  clear: both;
  content: "";
  display: block;
  width: 0;
  height: 0;
  visibility: hidden;
}

* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  /* Safari */
  border: none;
  outline: none;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.hid {
  overflow: hidden;
}

.wrapper {
  position: relative;
  overflow: hidden;
}

/* 鍔ㄧ敾寤惰繜 */
.animation-delay-1 {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.animation-delay-2 {
  -webkit-animation-delay: 1.25s;
  animation-delay: 1.25s;
}

.animation-delay-3 {
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
}

.sdiv {
  -webkit-transform: translateY(50px);
  -ms-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, -webkit-transform 0.5s;
  -o-transition: transform 0.5s, opacity 0.5s;
  transition: transform 0.5s, opacity 0.5s;
  transition: transform 0.5s, opacity 0.5s, -webkit-transform 0.5s;
  opacity: 0;
}

.sdiv.on {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  opacity: 1;
}

.con {
  width: auto;
  margin: 0 auto;
  padding: 0 10px;
}

@-webkit-keyframes hue {
  from {
    -webkit-filter: hue-rotate(0deg);
  }
  to {
    -webkit-filter: hue-rotate(-360deg);
  }
}

/* 鍔ㄧ敾寤惰繜缁撴潫 */
/* header */
.header {
  background: #fff;
}

.header .top {
  padding: 25px 0 15px;
  background: #0c479e;
}

.header .top .top-links {
  position: relative;
  margin-top: 25px;
}

.header .top .top-links .top-txt{
    float: left;
    margin-top: -10px;

}
.header .top .top-links .contact {
  float: right;
}

.header .top .top-links .contact a {
  color: #ffffff;
}

.header .logo {
  float: left;
}

/* 鎼滅储 */
.ss {
  float: left;
  margin-right: 15px;
  width: 160px;
  height: 24px;
  line-height: 24px;
  background: #ffffff;
  border-radius: 20px;
  padding: 0 15px;
  font-size: 14px;
}

.ss .text {
  width: 114px;
  border: none;
  background: none;
  color: #333333;
}

.ss .sub {
  width: 12px;
  height: 12px;
  margin-top: 7px;float:right;
}

/* 瀵艰埅 */
@media (min-width: 992px) {
  .navbar-collapse.collapse {
    display: block !important;
    padding: 0;
  }
}

nav.navbar.bootsnav {
  z-index: 990 !important;
  background: none;
  background-color: unset;
  min-height: 0;
  border: none;
  height: 50px;
}

nav.navbar.bootsnav ul.nav {
  float: none;
  margin-right: -60px;
}

nav.navbar.bootsnav ul.nav li {
  float: left;
  width: 16.66%;
  text-align: center;
}

nav.navbar.bootsnav ul.nav li a {
  float: left;
  width: 110px;
  line-height: 50px;
  font-size: 1.125rem;
  color: #333333;
  padding: 0;
  margin: 0;
}

nav.navbar.bootsnav ul.nav li ul.dropdown-menu {
  width: 110px;
  min-width: auto;
  border: none;
  top: 52px;
  left: 0;
  background: rgba(0, 0, 0, 0.2);
  text-align: center;
}

nav.navbar.bootsnav ul.nav li ul.dropdown-menu li {
  float: none;
  width: 100%;
  padding: 0;
}

nav.navbar.bootsnav ul.nav li ul.dropdown-menu li a {
  line-height: 24px;
  border: none;
  color: #ffffff;
  font-size: 1rem;
  font-weight: normal;
  padding: 15px 5px;
  background: none !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

nav.navbar.bootsnav ul.nav li ul.dropdown-menu li.curr a,
nav.navbar.bootsnav ul.nav li ul.dropdown-menu li:hover a {
  background: rgba(0, 0, 0, 0.3);
}

nav.navbar.bootsnav ul.nav li ul.dropdown-menu:before {
  display: none;
}

nav.navbar.bootsnav ul.nav li:nth-last-child() {
  margin: 0;
}

nav.navbar.bootsnav ul.nav li.dropdown > a.dropdown-toggle:after {
  display: none;
}

nav.navbar.bootsnav ul.nav li.cur a,
nav.navbar.bootsnav ul.nav li:hover a {
  background: #0c479e;
  border-top: 2px solid #0a70d3;
  color: #fff;
  font-weight: bold;
}

/* 娴姩瀵艰埅 */
/* 娴姩瀵艰埅缁撴潫 */
/* banner鐒︾偣鍥 */
.banner{
position: relative;
    z-index: 1;
}
.banner-slide .slick-list img {
  position: relative;
width:100%;
}

.banner-slide .slick-prev,
 .banner-slide .slick-next {
  width: 48px;
  height: 48px;
}

.banner-slide .slick-prev {
  background: url(../images/banner-arr1.png);
  background-size: 100% 100%;
    top: 50%;
    left: 3%;
    z-index: 999;
}

 .banner-slide .slick-next {
  background: url(../images/banner-arr2.png);
  background-size: 100% 100%;
    top: 50%;
    right: 3%;
    z-index: 999;
}

 .banner-slide .slick-prev:before,
 .banner-slide .slick-next:before {
  display: none;
}

.banner .banner-slide .slick-slide .banner-txt{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);}
/* banner鐒︾偣鍥剧粨鏉 */
/* 涓儴鐗堝潡 */
.row0 {
  position: relative;
  z-index: 9;
  margin-top: 20px;
}

.ksdh {
  /* background: #ffffff; */
  /* box-shadow: 0 0 20px 0 #e3e3e3; */
  /* overflow: hidden; */
}

.ksdh ul li {
  width: 25%;
  padding: 20px 10px;
  
  float: left;
  text-align: center;
}

.ksdh ul li a {
  display: block;
  position: relative;
  background: #fff;
  box-shadow: 0 0 10px 0 #efefef;
  /* box-shadow: 0 0 20px 0 #e3e3e3; */
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.ksdh ul li img {
  margin-bottom: 10px;
}
.ksdh ul li a p{
    color: #000;
    position: relative;
    width: 100%;
    left: 0;
    bottom: 0;
    /* background: rgba(8, 43, 140, 0.75); */
    padding: 1px 0;
}
.ksdh ul li:hover a {
  transform: translateY(-5px);
}

.ksdh ul li:last-child {
  border-right: none;
}

.index-tit {
  margin-bottom: 30px;
  line-height: 30px;
}

.index-tit .cn {
  font-size: 1.625rem;
  font-weight: bold;
  position: relative;
}

.index-tit .en {
  font-size: 1.125rem;
  color: #cccccc;
  padding-left: 10px;
}

.index-tit .index-more {
  float: right;
  color: #9e9e9e;
  font-size: 0.875rem;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.index-tit .index-more:hover {
  color: #0c479e;
  padding-right: 5px;
}

.c1 {
  width: 48%;
  float: left;
}

.c2 {
  width: 48%;
  float: right;
}

.row1 {
  margin-top: 60px;
}

.index-news .first a {
  display: block;
  position: relative;
  width: 100%;
  padding-bottom: 56%;
  overflow: hidden;
}

.index-news .first a img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.index-news .first a .date {
  width: 60px;
  height: 54px;
  background: url(../images/date1.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 0;
  left: 0;
  color: #ffffff;
  padding-top: 10px;
  text-align: center;
  font-size: 0.875rem;
}

.index-news .first a .date span {
  font-size: 1.5rem;
}

.index-news .first a .text {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 15px 35px;
  background: rgba(0, 0, 0, 0.5);
  color: #ffffff;
}

.index-news .first a .text .tit {
  font-size: 1.375rem;
  line-height: 24px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.index-news .first a .text .abst {
  padding-top: 10px;
  font-size: 1rem;
  line-height: 24px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.index-news .first a:hover img {
  transform: scale(1.05);
}

.index-news ul {
  overflow: hidden;
  margin-top: 15px;
}

.index-news ul li {
  line-height: 40px;
  overflow: hidden;
}

.index-news ul li .date {
  float: right;
  font-size: 1rem;
  font-weight: bold;
  color: #999999;
}

.index-news ul li a {
  width: calc(100% - 60px);
  padding-left: 17px;
  background: url(../images/li-ico.png) left center no-repeat;
  white-space: nowrap;
  float: left;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.index-news ul li a:hover {
  transform: translateX(5px);
}

.index-notice ul li {
  padding: 15px 0;
  overflow: hidden;
  border-top: 1px solid #e6e6e6;
  line-height: 24px;
}

.index-notice ul li .date {
  float: left;
  color: #555555;
  font-size: 1rem;
}

.index-notice ul li .date span {
  font-size: 1.5rem;
  font-weight: bold;
}

.index-notice ul li .source {
  float: right;
  width: 54px;
  height: 24px;
  background: #0a70d3;
  text-align: center;
  font-size: 1rem;
  color: #ffffff;
}

.index-notice ul li a {
  float: left;
  margin-left: 25px;
  width: calc(100% - 170px);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.index-notice ul li:last-child {
  border-bottom: 1px solid #e6e6e6;
}

.index-notice ul li:hover a {
  transform: translateX(5px);
}

.row2 {
  margin-top: 70px;
  padding-bottom: 65px;
}

.row2 .index-tit {
  background: url(../images/index-tit-ico1.png) left center no-repeat;
  padding-left: 60px;
  height: 50px;
  position: relative;
}

.row2 .index-tit .en {
  position: absolute;
  left: 60px;
  bottom: -5px;
  padding: 0;
}

.row2 .index-tit .index-more {
  margin-top: 7px;
}

.index-program ul li a {
  position: relative;
  display: block;
}

.index-program ul li a img {
  width: 100%;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.index-program ul li a .tit {
  position: absolute;
  bottom: -22px;
  left: 50%;
  margin-left: -130px;
  width: 260px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  color: #ffffff;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 25px;
}

.index-program ul li a:hover img {
  transform: scale(1.05);
}

.index-edu ul {
  margin: 0 -2%;
  overflow: hidden;
}

.index-edu ul li {
  width: 25%;
  float: left;
}

.index-edu ul li a {
  display: block;
  position: relative;
  margin: 0 8%;
  overflow: hidden;
}

.index-edu ul li a img {
  width: 100%;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.index-edu ul li a .tit {
  width: 207px;
  height: 50px;
  padding: 0 10px;
  line-height: 50px;
  text-align: center;
  background: url(../images/tit-bg1.png) no-repeat;
  background-size: 100% 100%;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -25px;
  margin-left: -103px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.index-edu ul li.edu2 .tit {
  background: url(../images/tit-bg2.png) no-repeat;
  background-size: 100% 100%;
}

.index-edu ul li.edu3 .tit {
  background: url(../images/tit-bg3.png) no-repeat;
  background-size: 100% 100%;
}

.index-edu ul li.edu4 .tit {
  background: url(../images/tit-bg4.png) no-repeat;
  background-size: 100% 100%;
}

.index-edu ul li:hover img {
  transform: scale(1.05);
}

.index-edu ul li:hover .tit {
  font-weight: bold;
}

.index-edu-px ul li a {
  overflow: hidden;
}

.index-edu-px ul li a p {
  text-align: center;
  line-height: 42px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.index-edu-px ul li.edu1 .tit {
  background: url(../images/jxfw-ico1.png) no-repeat;
  background-size: 100% 100%;
}

.index-edu-px ul li.edu2 .tit {
  background: url(../images/jxfw-ico2.png) no-repeat;
  background-size: 100% 100%;
}

.index-edu-px ul li.edu3 .tit {
  background: url(../images/jxfw-ico3.png) no-repeat;
  background-size: 100% 100%;
}

.index-edu-px ul li.edu4 .tit {
  background: url(../images/jxfw-ico4.png) no-repeat;
  background-size: 100% 100%;
}

.row3 {
  padding-bottom: 80px;
}

.row3 .index-tit {
  background: url(../images/index-tit-ico2.png) left center no-repeat;
  padding-left: 60px;
  height: 50px;
  position: relative;
}

.row3 .index-tit .en {
  position: absolute;
  left: 60px;
  bottom: -5px;
  padding: 0;
}

.row3 .index-tit .index-more {
  margin-top: 7px;
}

.row4 {
  padding: 60px 0;
  background: url(../images/row4-bg.png) no-repeat;
  background-size: cover;
  overflow: hidden;
}

.row4 .index-tit .cn {
  color: #fff;
}

.row4 .index-tit .index-more {
  color: #fff !important;
}

.index-resource .box {
  float: left;
  width: 23%;
  position: relative;
}

.index-resource .box .source {
  width: 80px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background: url(../images/resource-tit1.png) no-repeat;
  background-size: 100% 100%;
  color: #fff;
  font-size: 0.875rem;
}

.index-resource .box .tit {
  background: #fff;
  padding: 20px 15px 25px;
  overflow: hidden;
}

.index-resource .box .tit p {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.index-resource .box .tit .more {
  float: right;
  margin-top: 11px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.index-resource .box .tit .more:hover {
  transform: translateX(5px);
}

.index-resource .box3 {
  float: right;
  width: 23%;
}

.index-resource .box2 {
  float: left;
  width: 54%;
}

.index-resource .box2 .source {
  width: 64px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background: url(../images/resource-tit2.png) no-repeat;
  background-size: 100% 100%;
  color: #fff;
  font-size: 0.875rem;
}

.index-resource .box2 ul {
  margin: 0 10px;
}

.index-resource .box2 ul li {
  width: 50%;
  float: left;
  margin-bottom: 20px;
}

.index-resource .box2 ul li .item {
  margin: 0 10px;
  position: relative;overflow:hidden;
}

.index-resource .box2 .tit {
  background: #fff;
  padding: 10px 15px;
  overflow: hidden;
}

.index-resource .box2 .tit a {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.index-resource .box2 li img {
    width: 100%;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;}
.index-resource .box2 li:hover img {
  transform: scale(1.05);
}

.index-resource .box2 li:hover .tit {
  background: #57c6cc;
}

.index-resource .box2 li:hover a {
  color: #ffffff;
}

.index-resource .pic {
  display: block;
  overflow: hidden;
}

.index-resource .pic img {
  width: 100%;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.index-resource .pic img:hover {
  transform: scale(1.05);
}

.index-resource .source {
  position: absolute;
  left: 0;
  top: 0;
}

.row5 {
  padding: 50px 0;
  background: #e9eef6;
}

.index-tea {
  margin: 0 -19px;
}

.index-tea .item {
  background: #fff;
  box-shadow: 0 0 20px #e3e3e3;
  border-radius: 20px;
  overflow: hidden;
  padding: 35px;
  margin: 0 19px;
  position: relative;
}

.index-tea .item .pic {
  display: block;
  position: relative;
  width: 60%;
  margin: 0 auto;
  overflow: hidden;
  padding-bottom: 60%;
  border-radius: 50%;
}

.index-tea .item .pic img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.index-tea .item .tit {
  display: block;
  margin-top: 20px;
  font-size: 1.25rem;
  font-weight: bold;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.index-tea .item .info {
  font-size: 0.875rem;
  color: #666666;
  line-height: 24px;
  height: 72px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.index-tea .item:after {
  content: "";
  position: absolute;
  width: 55%;
  height: 5px;
  background: #0c479e;
  border-radius: 20px;
  bottom: 0;
  left: 23%;
}

.index-tea .slick-dots {
  bottom: -45px;
}

.index-tea .slick-dots li button:before {
    opacity: 1;
    color: #fff;
    width: 10px;
    height: 10px;
    background: #fff;
    border-radius: 50%;
    text-indent: 999px;
}

.index-tea .slick-dots li.slick-active button:before {
  background: #a4c0e9;
}

.index-tea .item:hover img {
  transform: scale(1.05);
}

.index-links ul {
  margin: 0 -10px;
  overflow: hidden;
}

.index-links ul li {
  float: left;
  margin-bottom: 10px;
  width: 25%;
}

.index-links ul li a {
  font-size: 1rem;
  margin: 0 10px;
  display: block;
  overflow: hidden;
}

.index-contact {
  background: #fff;
  box-shadow: 0 0 20px 0 #e3e3e3;
  padding: 20px 0;
  overflow: hidden;
  border-radius: 15px;
}

.index-contact ul li {
  float: left;
  width: 33.3%;
  text-align: center;
}

/* 涓儴鐗堝潡 */
/* 搴曢儴 */
.footer {
  padding: 30px 0;
  background: #0c479e;
}

.footer .foot-logo {
  float: left;
  margin-top: 30px;
}

.footer .cory {
  float: left;
  margin-top: 10px;
  margin-left: 40px;
  color: #ffffff;
  font-size: 0.875rem;
  line-height: 30px;
}

.footer .ewm {
  float: right;
}

.footer .ewm ul li {
  float: left;
  margin-left: 20px;
}

.footer .ewm ul li p {
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.875rem;
  text-align: center;
  line-height: 30px;
}

.ksdh-cj {
  margin-bottom:50px;;
  background: #fff;
  box-shadow: 0 0 20px 0 #e3e3e3;
  border-radius: 0 50px 0 50px;
  overflow: hidden;
}

.ksdh-cj ul li {
  width: 20%;
  float: left;
  text-align: center;
}

.ksdh-cj ul li a {
  display: block;
  padding: 26px 0;
  border-right: 1px solid #dddddd;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.ksdh-cj ul li a span {
  padding-left: 20px;
}

.ksdh-cj ul li:last-child a {
  border: none;
}

.ksdh-cj ul li:hover a {
  transform: translateY(-5px);
}

/* ie8鎻愮ず褰撻渶瑕佸垽鏂璉E8涓嬪吋瀹规€т笉濂介渶瑕佸崌绾ф祻瑙堝櫒 */
.ie8 {
  text-align: center;
  color: #fff;
  height: 100%;
  border: 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1234;
  margin: 0 auto;
  font-family: "microsoft yahei";
  font-size: 36px;
  background: #000000;
  font-weight: 300;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
}

/* 鍒楄〃椤 */
/* 鍒楄〃banner */
.listbanner img {
  width: 100%;
}

.listbanner .container {
  position: relative;
}

.listbanner .colum-name {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 30px 120px;
  font-size: 2.25rem;
  background: rgba(12, 71, 158, 0.8);
  color: #fff;
}

.list-page {
  overflow: hidden;
  min-height: 400px;
  margin-bottom: 60px;
}

.location {
  margin-top: 20px;
  color: #9e9e9e;
}

.location a {
  color: #9e9e9e;
}

.columlist {
  margin: 30px 0;
  overflow: hidden;
  padding: 13px 40px;
  background: #fff;
  box-shadow: 0 0 20px 0 #e3e3e3;
}

.columlist ul li {
  float: left;
}

.columlist ul li a {
  display: block;
  padding: 6px 25px;
  border-radius: 25px;
  color: #666666;
  font-size: 1.125rem;
}

.columlist ul li.curr a,
.columlist ul li:hover a {
  color: #ffffff;
  background: #0c479e;
}

.list-con ul.list-text {
  overflow: hidden;
  margin-bottom: 20px;
}

.list-con ul.list-text li {
  position: relative;
  overflow: hidden;
  padding: 10px 40px;
  background: #ffffff;
  box-shadow: 0 0 20px 0 #e3e3e3;
  margin-bottom: 12px;
}

.list-con ul.list-text li .date {
  float: left;
  width: 60px;
  height: 60px;
  border: 1px solid #dadada;
  text-align: center;
  color: #999999;
}

.list-con ul.list-text li .date .day {
  font-size: 1.5rem;
}

.list-con ul.list-text li .date .ny {
  font-size: 0.75rem;
}

.list-con ul.list-text li a {
  width: calc(100% - 90px);
  float: right;
  line-height: 60px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.list-con ul.list-text li:hover .date {
  background: #0c479e;
  border: none !important;
}

.list-con ul.list-text li:hover .day {
  color: #fff !important;
}

.list-con ul.list-text li:hover .ny {
  color: #fff !important;
}

.list-con ul.list-text li:hover a {
  color: #0c479e;
  transform: translateX(5px);
}

/* 鍒楄〃绾挎潯鍔ㄧ敾 */
.bottom-inOutSpread:before,
.bottom-inOutSpread:after,
.bottom-inOutSpread > .ui-border-element:before,
.bottom-inOutSpread > .ui-border-element:after {
  content: "";
  position: absolute;
}

.bottom-inOutSpread:after {
  border-bottom: 1px solid #0c479e;
  left: 51%;
  right: 51%;
  bottom: 0;
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-timing-function: cubic-bezier(0, 0.98, 0.51, 0.93);
  -moz-transition-timing-function: cubic-bezier(0, 0.98, 0.51, 0.93);
  -o-transition-timing-function: cubic-bezier(0, 0.98, 0.51, 0.93);
  transition-timing-function: cubic-bezier(0, 0.98, 0.51, 0.93);
  -webkit-transition-duration: 200ms;
  -moz-transition-duration: 200ms;
  -o-transition-duration: 200ms;
  transition-duration: 200ms;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}

.bottom-inOutSpread:hover:after {
  left: 0%;
  right: 0%;
}

.bottom-inOutSpread:not(:hover):after {
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}

/* 鍒楄〃绾挎潯鍔ㄧ敾缁撴潫 */
/* 姝ｆ枃椤 */
.article-con {
  overflow: hidden;
  padding: 40px 40px;
  background: #ffffff;
  box-shadow: 0 0 20px 0 #e3e3e3;
}

.article-con h1 {
  font-size: 1.5rem;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 10px;
  font-weight: bold;
  color: #444444;
}

.article-con h2 {
  font-size: 1rem;
  text-align: center;
  margin-bottom: 10px;
  font-weight: 300;
  color: #333333;
}

.article-con .article-date {
  font-size: 1rem;
  color: #666666;
  text-align: center;
  line-height: 22px;
  padding: 10px 0 20px;
  border-bottom: 1px solid #cccccc;
}

.article-con .article-date span {
  margin: 0 8px;
}

.article-con .article-text {
  font-size: 1rem;
  line-height: 3;
  color: #333333;
  margin-top: 10px;
}

.article-con .article-text p {
     font-size: 21px;
    font-family: 浠垮畫_utf-8;
    line-height: 38px;
    text-indent: 2em;
    margin-bottom: .1rem;
    text-align: justify;
}

.article-con .article-text p img,
.article-con .article-text p video {
  margin-left: -2em;
  max-width: 100%;
  height: auto !important;
}

.updown {
  margin-top: 40px;
}

.updown ul {
  padding: 0 40px;
}

.updown ul li {
  font-size: 0.9375rem;
  line-height: 30px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.updown ul li a {
  color: #999999;
}

.updown ul li a:hover {
  color: #0c479e;
}

.updown ul li:hover {
  transform: translateX(5px);
}

/* 姝ｆ枃琛ㄦ牸P涓嶇缉杩 */
.article-con .article-text table tr td p,
.article-con .article-text table tr th p {
  text-indent: 0;
  padding: 0;
}


.index-program .peixun {overflow:hidden;margin:0 -15px;}
.index-program .peixun li{float:left;width:50%;margin-bottom:15px;}
.index-program .peixun  li a{display:block;margin:0 15px;background: #fff;box-shadow: 0 0 10px 0 #efefef;overflow: hidden;padding: 15px;}
.index-program .peixun  li a p{
    float: left;
    width: calc(100% - 95px);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.index-program .peixun  li a span{float:right;}
.index-program .peixun li:hover a{background: #0a70d3;}
.index-program .peixun li:hover a p,
.index-program .peixun li:hover a span{
color:#fff;
}

.xxpx-teacher ul{overflow:hidden;margin:0 -15px;}

.xxpx-teacher ul li{width:33.3%;float:left;margin-bottom:20px;}
.xxpx-teacher ul li .item{margin:0 15px;overflow:hidden;}

.xxpx-teacher ul li a.pic{   float:left; display: block;
    position: relative;
    width:140px;
    margin: 0 auto;
    overflow: hidden;
    padding-bottom: 140px;
    border-radius: 50%;   }
.xxpx-teacher ul li a.pic img{    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;}

.xxpx-teacher ul li .text{float:right;
width:calc(100% - 160px);}
.xxpx-teacher ul li .text .tit{    display: block;
    margin:10px  0;
    font-size: 1rem;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;}
.xxpx-teacher ul li .text .abst{    font-size: 0.875rem;
    color: #666666;
    line-height: 24px;
    height: 72px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;}