* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  transition: all 0.3s;
}

*:focus {
  outline: none;
}

ul,
li,
dl,
dt,
dd,
p,
h1,
h2,
h4,
h3,
h5,
h6 {
  list-style: none;
  padding: 0;
  margin: 0;
  font-weight: normal;
}

em,
i {
  font-style: normal;
}

a {
  color: #333;
  outline: none;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

a:hover {
  color: #a5333c;
  text-decoration: none;
}

input::-ms-clear,
input::-ms-reveal {
  display: none;
}

img {
  border: 0;
}

input,
textarea {
  border: 0;
  resize: none;
  outline: none;
  font-family: 'Microsoft YaHei', 'Helvetica Neue', Helvetica, 'PingFang SC',
    'Hiragino Sans GB', Arial, sans-serif;
}

input::placeholder {
  color: #7a9afe;
}

input::-moz-placeholder,
input::-ms-placeholder textarea::-moz-placeholder {
  color: #7a9afe;
}

.clearfix:after {
  clear: both;
  display: block;
  visibility: hidden;
  height: 0;
  line-height: 0;
  content: '';
}

.clearfix {
  zoom: 1;
}

body {
  font-family: 'Microsoft YaHei', 'Helvetica Neue', Helvetica, 'PingFang SC',
    'Hiragino Sans GB', Arial, sans-serif;
  color: #333;
  background-color: #fff;
  font-size: 12px;
  min-width: 1200px;
}

.font12 {
  font-size: 12px;
}

.font14 {
  font-size: 14px;
}

.font16 {
  font-size: 16px;
}

.font18 {
  font-size: 18px;
}

.font20 {
  font-size: 20px;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.gray3 {
  color: #333;
}

.gray6 {
  color: #666;
}

.gray8 {
  color: #888;
}

.gray9 {
  color: #999;
}

.mt20 {
  margin-top: 20px;
}

.mt50 {
  margin-top: 50px;
}

/*  */
.page-head {
  position: sticky;
  top: 0;
  background: #08502e;
  background-size: cover;
  z-index: 100;
}

.head-top {
  width: 100%;
  height: 88px;
  padding: 20px 0;
  border-bottom: 1px solid #0f6c40;
}

.main-inner {
  width: 1200px;
  margin: 0 auto;
}

.logobox {
  height: 100%;
}

.logobox > a {
  display: block;
  height: 100%;
}

.logobox img {
  display: block;
  height: 100%;
}

.header-nav .head-right {
  display: none;
}

.head-right {
  line-height: 34px;
  padding: 7px 0;
  color: #fff;
  font-size: 16px;
}

.head-right a {
  color: #fff;
  font-size: 16px;
}

.head-right a:hover {
  text-decoration: underline;
}

.head-search {
  float: left;
  width: 214px;
  height: 34px;
  line-height: 34px;
  padding: 0 44px 0 15px;
  margin-right: 25px;
  background-color: #fff;
  border-radius: 34px;
  position: relative;
}

.head-search input {
  display: block;
  width: 100%;
  height: 34px;
  line-height: 34px;
  border: none;
  background: none;
  font-size: 14px;
  color: #333;
}

.head-search i {
  position: absolute;
  right: 20px;
  top: 7px;
  width: 20px;
  height: 20px;
  background: url(../images/search-icon.png) no-repeat;
  background-size: cover;
  cursor: pointer;
}

.navbar-toggle.collapsed {
  display: none;
  float: right;
  padding: 0;
  margin: 8px 0 0;
  background-image: none;
  background-color: none;
  border-radius: 4px;
}

.navbar-toggle.collapsed .icon-bar {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 3px;
  border: 2px solid #fff;
}

.navbar-toggle.collapsed .icon-bar + .icon-bar {
  margin-top: 2px;
}

.navbar-nav {
  display: block;
}

.navbar-nav > li {
  float: left;
  width: 7.69%;
  position: relative;
}

.navbar-nav > li > a {
  display: block;
  height: 76px;
  text-align: center;
  line-height: 76px;
  font-size: 18px;
  color: #fff;
  text-transform: uppercase;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.dropdown-menu {
  position: absolute;
  top: 90%;
  left: 0;
  z-index: 1000;
  height: 0;
  overflow: hidden;
  min-width: 100%;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #06361f;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.dropdown-menu > li > a {
  display: block;
  line-height: 36px;
  font-size: 15px;
  color: #fff;
  white-space: nowrap;
  text-align: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.dropdown-menu > li > a:hover {
  color: #fff;
  background: #08502e;
}

.navbar-nav > li:hover > a,
.navbar-nav > li.active > a {
  background: #06361f;
}

.navbar-nav > li:hover .dropdown-menu {
  height: auto;
  padding-bottom: 10px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-duration: 0.35s;
  -o-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-property: height, visibility;
  -o-transition-property: height, visibility;
  transition-property: height, visibility;
}

.btnclose {
  font-size: 30px;
  color: #333;
}

/* 轮播图 */
.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}

.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}

.carousel-inner > .item a,
.carousel-inner > .item img {
  display: block;
  width: 100%;
  height: auto;
}

.student-slide-box .carousel-inner,
.student-slide-box a.carousel-control {
  display: none;
}

.student-slide-box:hover div.carousel-control {
  display: block;
  width: 38px;
}

.student-carousel {
  position: relative;
  overflow: hidden;
}

.carousel-inner-list {
  position: relative;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  -moz-transition: -moz-transform 0.6s ease-in-out;
  -o-transition: -o-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  -moz-perspective: 1000px;
  perspective: 1000px;
}

.carousel-inner-list li {
  float: left;
  width: 370px;
  margin-right: 47px;
}

.carousel-inner-list li:last-child {
  margin-right: 0;
}

.carousel-inner-list li a,
.carousel-inner-list li a img {
  display: block;
}

.carousel-inner-list li a:hover .carousel-inner-title {
  color: #600007;
}

.carousel-inner-title {
  font-size: 16px;
  color: #333;
  height: 60px;
  padding: 10px 12px;
  border-left: 3px solid #600007;
  white-space: initial;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -moz-transition: -moz-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    perspective: 1000px;
  }

  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }

  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }

  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}

.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}

.carousel-inner > .active {
  left: 0;
}

.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}

.carousel-inner > .next {
  left: 100%;
}

.carousel-inner > .prev {
  left: -100%;
}

.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}

.carousel-inner > .active.left {
  left: -100%;
}

.carousel-inner > .active.right {
  left: 100%;
}

.carousel-control {
  position: absolute;
  top: 50%;
  width: 0;
  height: 38px;
  line-height: 38px;
  text-align: center;
  margin-top: -19px;
  background-color: #1a774b;
  background-image: url(../images/arrow.png);
  background-repeat: no-repeat;
  cursor: pointer;
  transition: all 0.3s;
}

.slid-banner:hover .carousel-control {
  display: block;
  width: 38px;
}

.carousel-control.left {
  left: 0;
  background-position: 9px 11px;
}

.carousel-control.right {
  right: 0;
  background-position: -46px 11px;
}

.carousel-control:hover,
.carousel-control:focus {
  background-color: #06361f;
}

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  width: 1200px;
  z-index: 15;
  left: 50%;
  margin-left: -600px;
  padding-left: 0;
  list-style: none;
  text-align: center;
}

.carousel-indicators li {
  display: inline-block;
  /* display: inline; */
  zoom: 1;
  width: 25px;
  height: 7px;
  border-radius: 7px;
  background-color: #fff;
  margin: 0 3px;
  cursor: pointer;
  transition: all 0.2s ease-in;
}

.carousel-indicators .active {
  width: 44px;
  background-color: #248255;
}

/* 轮播图  end*/
/* banner */

/* 主体内容 */
.page-main-box {
  padding: 70px 0;
}

.page-main-box.no-padding {
  padding-top: 0;
}

.page-main-box.bg {
  background: url(../images/panel_bg.jpg) no-repeat center;
  background-size: 100% 100%;
}

.page-main {
  width: 1200px;
  margin: 0 auto;
}

.page-main-box.bg .main-title::before,
.page-main-box.bg .main-title::after {
  background: #fff;
}

.page-main-box.bg .main-title h2 {
  color: #fff;
}

.page-main-box.bg .main-title h2 a {
  color: #fff;
}

.main-title {
  width: 538px;
  height: 34px;
  margin: 0 auto;
  position: relative;
}

.main-title::before {
  content: '';
  width: 182px;
  height: 1px;
  background: #e1e1e1;
  position: absolute;
  left: 0;
  top: 50%;
}

.main-title::after {
  content: '';
  width: 182px;
  height: 1px;
  background: #e1e1e1;
  position: absolute;
  right: 0;
  top: 50%;
}

.main-title h2 {
  font-size: 34px;
  line-height: 1;
  color: #333;
  padding: 0 18px;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  z-index: 10;
}

.main-title h2 a {
  font-size: 34px;
  color: #333;
}

.main-title h2 a:hover {
  text-decoration: underline;
}

.main-tabs {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  height: 76px;
  margin: 36px 0 24px;
}

.main-tabs li {
  width: 194px;
  margin: 0 13px;
}

.main-tabs li a {
  display: block;
  width: 100%;
  height: 52px;
  line-height: 52px;
  font-size: 20px;
  color: #fff;
  text-align: center;
  background: #1d7e50;
  transition: all 0.2s linear;
  position: relative;
}

.main-tabs li.active a {
  height: 76px;
  line-height: 76px;
  background: #08502e;
}

.main-tabs li.active a::before {
  content: '';
  position: absolute;
  left: 0;
  top: 18px;
  width: 25px;
  height: 37px;
  background: url(../images/main-title-icon1.png) no-repeat;
  background-size: contain;
}

.main-tabs li.active a::after {
  content: '';
  position: absolute;
  right: 10px;
  bottom: 0;
  width: 20px;
  height: 19px;
  background: url(../images/main-title-icon2.png) no-repeat;
  background-size: contain;
}

.main-tabs-panel {
  position: relative;
  height: 500px;
  overflow: hidden;
}

.main-tabs-panel .panel-body {
  position: absolute;
  left: 0;
  width: 100%;
  opacity: 0;
  transform: translate3d(100px, 0, 0);
}

.main-tabs-panel .panel-body.active {
  z-index: 10;
  animation: slidein 0.5s ease-in forwards;
}

.zszp-list {
  height: 280px;
  margin-top: 64px;
  overflow: hidden;
}

.zszp-list li {
  float: left;
  width: 278px;
  height: 280px;
  margin: 0 10px;
  position: relative;
  transform: translate3d(0, 20px, 0);
  opacity: 0;
}

.zszp-list li.show {
  animation: slideUp 0.3s ease-in-out forwards;
}

/* .zszp-list li:not(:last-child) {
  margin-right: 28px;
} */
.zszp-list li a {
  display: block;
  width: 100%;
  height: 100%;
  color: #333;
  font-size: 20px;
  padding: 88px 10px 0;
  background: #fff;
  position: relative;
}

.zszp-list li.active a::after,
.zszp-list li:hover a::after {
  content: '';
  position: absolute;
  right: 10px;
  bottom: 10px;
  width: 15px;
  height: 15px;
  background: url(../images/zszp-icon.png) no-repeat;
  background-size: contain;
}

.zszp-date {
  position: absolute;
  left: -8px;
  top: -8px;
  color: #fff;
  padding: 14px 18px 5px;
  background: #08502e;
}

.zszp-date p:first-child {
  font-size: 30px;
  line-height: 1;
}

.zszp-date p:last-child {
  font-size: 18px;
}

.tzgg-list {
  display: flex;
  flex-wrap: wrap;
}

.tzgg-list li {
  width: calc(33.3% - 10px);
  margin-right: 15px;
  margin-top: 68px;
  position: relative;
  height: 180px;
  cursor: pointer;
}

.tzgg-list li a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  font-size: 20px;
  color: #333;
  padding: 70px 28px 0;
  background: #ebebeb;
}

.tzgg-list li a > p:nth-child(2) {
  color: #248255;
  font-size: 18px;
  margin-top: 10px;
}

.tzgg-list li a:hover,
.tzgg-list li.active a {
  color: #fff;
  background: #08502e;
}

.tzgg-list li a:hover > p,
.tzgg-list li.active a > p {
  color: #fff;
}

.tzgg-list li:nth-child(3n) {
  margin-right: 0;
}





.tzgg-listej {
  display: flex;
  flex-wrap: wrap;
}

.tzgg-listej li {
  width: calc(49%);
  margin-right: 15px;
  margin-top: 68px;
  position: relative;
  height: 180px;
  cursor: pointer;
}

.tzgg-listej li a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  font-size: 18px;
  color: #333;
  padding: 70px 28px 0;
  background: #ebebeb;
}

.tzgg-listej li a > p:nth-child(2) {
  color: #248255;
  font-size: 16px;
  margin-top: 10px;
}

.tzgg-listej li a:hover,
.tzgg-listej li.active a {
  color: #fff;
  background: #08502e;
}

.tzgg-listej li a:hover > p,
.tzgg-listej li.active a > p {
  color: #fff;
}

.tzgg-listej li:nth-child(2n) {
  margin-right: 0;
}



.tzgg-date {
  position: absolute;
  left: 50%;
  top: -51px;
  transform: translateX(-50%);
  border-radius: 50%;
  width: 102px;
  height: 102px;
  background: #3cb77c;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  color: #fff;
  overflow: hidden;
}

.pimg .tzgg-date {
  border: 2px solid #507760;
}

.tzgg-date p:first-child {
  font-size: 30px;
}

.tzgg-date img {
  display: block;
  width: 100%;
}

.xsyg-list {
  display: flex;
  flex-wrap: wrap;
}

.xsyg-list li {
  width: calc(33.3% - 10px);
  margin-right: 15px;
  margin-top: 50px;
  position: relative;
  height: 180px;
  cursor: pointer;
}

.xsyg-list li a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  font-size: 20px;
  color: #333;
  padding: 42px 0 0;
  background: #ebebeb;
}

.xsyg-list li a p {
  padding: 0 20px;
}

.xsyg-list li a .xsyg-tips {
  color: #248255;
  font-size: 16px;
  margin-top: 10px;
  padding-top: 16px;
  border-top: 1px solid #d3d3d3;
}

.xsyg-list li a:hover,
.xsyg-list li.active a {
  color: #fff;
  background: #08502e;
}

.xsyg-list li a:hover .xsyg-tips,
.xsyg-list li.active a .xsyg-tips {
  color: #248255;
}

.xsyg-list li:nth-child(3n) {
  margin-right: 0;
}

.xsyg-date {
  position: absolute;
  left: 0;
  top: -30px;
  width: 114px;
  height: 60px;
  text-align: center;
  line-height: 60px;
  background: #08502e;
  font-size: 30px;
  color: #fff;
  overflow: hidden;
}

.xsyg-date p {
  padding: 0 !important;
}

.xsyg-tips p:nth-child(1) i {
  display: inline-block;
  width: 17px;
  height: 17px;
  background: url(../images/xsyg-icon1.png) no-repeat center;
  background-size: contain;
  vertical-align: middle;
  margin-top: -2px;
  margin-right: 5px;
}

.xsyg-tips p:nth-child(2) i {
  display: inline-block;
  width: 17px;
  height: 17px;
  background: url(../images/xsyg-icon2.png) no-repeat center;
  background-size: contain;
  vertical-align: middle;
  margin-top: -2px;
  margin-right: 5px;
}

.line_lt {
  width: 762px;
  float: left;
}

.line-rt {
  width: 360px;
  float: right;
}

.panel {
  padding-top: 0;
  margin-bottom:30px;
}

.panel-header {
  border-bottom: 1px solid #cccccc;
  text-decoration: none;
}

.panel-header > h2 {
  line-height: 46px;
  font-size: 20px;
  color: #333;
  width: fit-content;
  font-weight: normal;
  border-bottom: 2px solid #056b3b;
}

.panel-header li {
  float: left;
  width: fit-content;
  margin-right: 30px;
}
.panel-header li:last-child {
  margin-right: 0;
}
.panel-header li a {
  display: block;
  font-size: 20px;
  color: #333;
  line-height: 46px;
  font-weight: normal;
  border-bottom: 2px solid transparent;
}
.panel-header li a:hover {
  color: #056b3b;
}
.panel-header li.active a {
  color: #056b3b;
  border-bottom: 2px solid #056b3b;
}

.panel-header .more {
  color: #666666;
  font-size: 20px;
  line-height: 30px;
}

.panel-header .more:hover {
  color: #666666;
  text-decoration: underline;
}

.panel-header img {
  display: block;
}

.listimg {
  width: 600px;
  position: relative;
}

.listimg + .listbox {
  width: 570px;
}

.listimg img {
  display: block;
  width: 100%;
}

.listbox .list-card {
  padding: 16px 0 0;
  border: none !important;
}

.list-card dd p,.list-card dd div{font-size:16px  !important;}

.listbox .list-card:first-child {
  padding-top: 0;
}

.listbox .lm-other {
  color: #3d9d70;
}

.search-input {
  position: absolute;
  left: 0;
  top: 20px;
  width: 100%;
  height: 28px;
  background: rgba(255, 255, 255, 0.2);
}

.search-input input {
  border: none;
  width: 110px;
  height: 28px;
  outline: none;
  line-height: 28px;
  font-size: 12px;
  color: #fff;
  padding: 0 6px;
  background: none;
}

input::placeholder {
  color: #fff;
}

.search-btn {
  width: 30px;
  height: 28px;
  background: url(../images/searchbut.jpg) no-repeat center;
}

.imgdate {
  position: absolute;
  top: 290px;
  left: 0;
  color: #fff;
  width: 114px;
  height: 90px;
  padding: 20px 0 0 15px;
  background: rgba(255, 120, 0, 0.7);
}

.imgdate p:first-child {
  font-size: 30px;
}

.imgdate p:last-child {
  font-size: 16px;
}

.imgtitle {
  display: flex;
  align-items: center;
  height: 130px;
  font-size: 24px;
  color: #fff;
  padding: 0 14px;
  background: #08502e;
}

.list-date {
  font-size: 16px;
  color: #666;
  margin-right: 20px;
}

.list-date p:first-child {
  font-size: 30px;
  line-height: 1;
  font-weight: 600;
  color: #056b3b;
}

.list-date p:last-child {
  font-size: 18px;
  color: #056b3b;
}

.listbox-bord .list-card:not(:last-child) {
  border-bottom: 1px solid #ddd;
}

.listbox-bord .list-card .lm-tit {
  font-size: 30px;
  color: #333;
}

.list-card {
  padding: 20px 0;
}

.list-card:not(:last-child) {
  border-bottom: 1px solid #ddd;
}

.list-card.no-border {
  padding: 15px 0;
  border: none !important;
}

.list-img {
  width: 168px;
  margin-right: 20px;
}

.list-img img {
  display: block;
  width: 100%;height:113px;
}

.list-img1 img{height:370px} 

.list-mian {
  flex: 1;
  font-size: 14px;
  color: #333;
  line-height: 22px;
  word-break: break-all;

  
}


.list-mian .gpCmsImg img{width:100% !important}

.list-mian.flex-column {
  display: flex;
  flex-direction: column;
}

.list-mian.flex-column .lm-tit {
  flex: 1;
}

.list-mian:hover {
  color: #056b3b;
}

.lm-tit {
  padding-bottom: 10px;
}

.lm-tit a {
  color: #333;
  font-size: 18px;
}

.lm-tit a:hover {
  color: #056b3b;
  text-decoration: none;
}

.line-lt .lm-tit {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.list-card_wrap {
  display: flex;
}

.list-card dd {
  float: left;
}

.list-card dd h3 {
  color: #056b3b;
  font-size: 16px;
  margin-bottom: 10px;
}

.list-card dd p {
  color: #333;
  font-size: 14px;
  padding: 4px 0;
}

.list-card dt {
  float: right;
}

.list-card dt img {
  display: block;
}

.list-card h4 {
  font-size: 16px;
  color: #029751;
}

.list-mian + .list-img {
  margin-left: 20px;
  margin-right: 0;
}

.lm-other {
  font-size: 16px;
  color: #666;
}

.lm-intro {
  font-size: 16px;
  color: #333;
  line-height: 30px;
  padding: 6px 0;
}

.yh-box img {
  display: block;
}

.yh-box dd {
  margin-top: 10px;
  font-size: 16px;
  line-height: 30px;
}

.student-box-title {
  line-height: 20px;
  font-size: 20px;
  color: #8f000b;
}

.student-box-title p {
  width: fit-content;
  margin: 0 auto;
  position: relative;
  padding: 0 72px;
}

.student-box-title p::before,
.student-box-title p::after {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  content: '';
  width: 61px;
  height: 20px;
}

.student-box-title p::before {
  left: 0;
  background: url(../images/title-bg01.png) no-repeat;
  background-position: 0 0;
}

.student-box-title p::after {
  right: 0;
  background: url(../images/title-bg01.png) no-repeat;
  background-position: -90px 0;
}

.student-slide-box {
  margin-top: 44px;
}

.more-btn {
  display: block;
  width: 80px;
  height: 28px;
  line-height: 26px;
  text-align: center;
  font-size: 16px;
  color: #600007;
  border: 1px solid #600007;
  border-radius: 3px;
  margin: 20px auto 0;
}

/* banner */
.banner-container img {
  display: block;
  max-width: 100%;
}

.maincont {
  padding: 36px 0; min-height:450px;
}

.slider-cont {
  width: 890px;
  float: right;
   min-height:500px;

}

.slider-nav {
  float: left;
  width: 246px;
  background: #056b3b;
  padding: 24px 0 24px 24px;
}

.slider-imgbox {
  float: left;
  width: 200px;
  padding-top: 14px;
}

.slider-imgbox img {
  display: block;width:170px;
}

.slider-imgcont {
  width: 1000px;
  float: right;
}

.slider-imgcont .panel-header {
  border-bottom: 2px solid #056b3b;
}

.slider-imgcont .panel-header > h2 {
  color: #056b3b;
  border: none;
}

.slider-imgcont .panel-header > span {
  font-size: 14px;
  padding-top: 20px;
}

.slider-imgcont .list-card {
  border: none;
  padding: 5px 0;
}

.slider-imgcont .list-card h4 {
  padding-bottom: 5px;
}

.slider-imgcont .lm-intro {
  padding: 0;
}

.maincont-img {
  padding-top: 0;
}

.ql .level0 a {
  font-size: 16px;
  color: #fff;
  display: block;
  height: 60px;
  line-height: 60px;
  padding: 0 24px;
  position: relative;
}

.ql .level0 a::before {
  content: '';
  position: absolute;
  right: 20px;
  top: 50%;
  width: 9px;
  height: 16px;
  margin-top: -8px;
  background: url(../images/slider-icon.png) no-repeat;
  background-size: contain;
  display: none;
}

.ql .level0 a:hover {
  color: #056b3b;
  background: #fff;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

.ql .level0 a.level0_selected {
  color: #056b3b;
  background: #fff;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

.ql .level0 a:hover::before,
.ql .level0 a.level0_selected::before {
  display: block;
}

/* 右侧 */

/* 面包屑 */
.page-crumb {
  padding: 12px 0;
}

.page-crumb .crumb-container {
  width: 1200px;
  margin: 0 auto;
}

.breadcrumb {
  font-size: 12px;
  color: #666;
  line-height: 30px;
}

.breadcrumb a {
  color: #666;
}

.breadcrumb a:hover {
  color: #600007;
}

.HorizonXmlNav {
  margin-top: 60px;
}

.HorizonXmlNav h2 {
  font-size: 28px;
  color: #333;
  margin-right: 20px;
}

.HorizonXmlNav li {
  float: left;
  list-style: none;
}

.HorizonXmlNav a {
  white-space: nowrap;
  display: block;
  color: #333;
  font-size: 16px;
  line-height: 1;
  padding-top: 16px;
}

.HorizonXmlNav a:hover {
  color: #600007;
}

.HorizonXmlNav span {
  float: right;
  width: 730px;
  height: 10px;
  margin-top: 20px;
  background: url(../images/line-repeat.png) no-repeat left top;
  /* background-size: 100%; */
}

.panel_n1 {
  padding: 0;
}

.panel_n1 .panel-header {
  margin-bottom: 10px;
  border-bottom: 2px solid #8f000b;
}

.panel-cont {
  padding: 10px 0;font-size:16px
}

.panel-cont p{color:#333; font-size:16px; line-height:33px; text-align:justify}
.panel-cont .list-mian p{color:#333; font-size:16px; line-height:22px; text-align:justify}
.panel-cont.multiple:not(:first-child) {
  padding-top: 0;
}

.panel-cont.multiple:not(:last-child) {
  padding-bottom: 0;
}
.panel-cont .list-mian p.shizdwtitle{text-align:center;}

.jianlixx p{color:#333;line-height:30px;font-size:16px}
.jianlixx .jianlititle{color:#029751;font-size:16px;padding:15px 0}
.jianlixx p a:hover{  color: #056b3b;text-decoration: none;}


.dzlx-list {
  padding: 8px 0;
}

.dzlx-list li {
  font-size: 16px;
  color: #333;
  padding: 6px 0;
}

.contenttxt {
  padding: 12px 0 0;
}

.intro-txt {
  font-size: 16px;
  line-height: 34px;
  text-indent: 2em;
  padding: 10px 0;
}

.contenttxt img {
  display: block;
  max-width: 100%;
  margin: 0 auto 20px;
}

.contenttxt p {
  line-height: 33px;
  font-size: 16px;
  color: #333;
  padding-bottom: 10px;
  text-indent: 2em;
}

.list-card_n1 .list-img {
  width: initial;
}

.list-card_n1 .list-img img {
  width: 160px;
  margin-right: 30px;
}

.list-card_n1 .list-mian {
  max-width: 76%;
  float: left;
}

.list-card_n1 .list-img + .list-mian {
  padding-left: 0;
}

.list-card_n1.no-img .list-img + .list-mian {
  padding-left: 0;
}

.list-card_n2 {
  padding: 40px 0;
  border-bottom: 1px solid #dddddd;
}

.list-card_n2:first-child {
  padding-top: 10px;
}

.list-card_n2:not(:first-child) {
  margin-top: 0;
}

.list-card_n2 .list-img {
  width: 192px;
}

.list-card_n2 .lm-tit {
  height: auto;
  line-height: initial;
}

.list-card_n2 .lm-tit a {
  font-size: 28px;
  color: #600007;
  padding: 0 20px 0 0;
}

.list-card_n2 .lm-tit span {
  font-size: 20px;
  color: #333;
}

.list-card_n2 .lm-subtit {
  font-size: 16px;
  color: #333;
  padding: 20px 0;
}

.list-card_n2 .lm-other {
  font-size: 14px;
  color: #333;
  line-height: 24px;
}

.list-card_n2 .list-img + .list-mian {
  padding-left: 218px;
}

.list-vertical {
  float: left;
  width: 170px;
  margin-right:70px;
  padding: 20px 0 0;
  border: none !important;
}

.list-vertical:nth-child(4n) {
  margin-right: 0;
}

.list-vertical .list-card_wrap {
  flex-direction: column;
}

.list-vertical .list-img {
  float: none;
  width: 100%;
  margin-top: 0;
  display: block;
  position: relative;
}
.list-vertical .list-img img
{width:170px !important;height:195px !important;}

.list-vertical .list-img p {
  position: absolute;
  left: 0;
  bottom: 0;
  color: #fff;
  font-size: 14px;
  height: 36px;
  line-height: 36px;
  padding: 0 5px;
  background: rgba(0, 0, 0, 0.72);
}

.list-vertical .list-mian {
  padding-top: 10px;
}

.list-vertical .lm-tit {
  text-align: center;
  font-size: 16px;
  padding: 0;
}

.list-vertical2 .lm-tit {
  height: auto;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.lm-info {
  font-size: 14px;
  color: #666;
  text-align: center;
}

.list-ul-inline li {
  width: 32%;
  display: inline-block;
  vertical-align: top;
}

.list-ul-inline li a {
  padding: 8px;
  display: block;
  position: relative;
  font-size: 16px;
}

.list-ul-inline li a:hover {
  color: #333;
  text-decoration: underline;
}

.list-ul-inline li span {
  display: none;
}

.panel_d1 {
  padding-top: 0;
}

.panel_d1 .panel-header {
  text-align: center;
  margin: 0 10px;
  border: none;
}

.panel_d1 .panel-header h2 {
  font-size: 20px;
  color: #333;
  width: 100%;
  font-weight: normal;
  line-height: 1.2;
  padding: 20px 0;
  border-bottom: 1px solid #ddd;
}

.panel_d1 .panel-header p {
  font-size: 12px;
  color: #666;
  padding: 10px 0;
}

.panel_d1 .panel-header p span {
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
}

.panel_d1 .panel-header p a {
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
}

.panel_d1 .panel-header p a:hover {
  color: #666;
  text-decoration: underline;
}

.introduce-text {
  font-size: 16px;
  color: #333;
}

.introduce-text p {
  text-indent: 2em;
  line-height: 24px;
}

.introduce-text h3 {
  font-size: 16px;
  font-weight: bold;
  margin: 10px 0;
}

/* footer begin */
.page-footer {
  font-size: 14px;
  color: #fff;
  padding: 24px 0;
  background: #08502e;
}

.footer-left {
  width: 938px;
}

.page-footer p {
  padding: 7px 0;
}

.page-footer a {
  color: #fff;
  font-size: 14px;
}

.page-footer a:hover {
  text-decoration: underline;
}

.page-footer .footxt {
  width: 586px;
  margin-top: 5px;
}

.page-footer img {
  display: block;
  margin-bottom: 5px;
}

.page-footer .footer-dl {
  padding-bottom: 20px;
  margin-bottom: 10px;
  border-bottom: 1px solid #0f6c40;
}

.footer-dl a {
  float: left;
  color: #fff;
  font-size: 18px;
  height: 32px;
  line-height: 32px;
}

.footer-dl span {
  float: left;
  padding: 7px 15px 0;
}

.footer-dl a.yxpt {
  background: url(../images/pt.png) no-repeat;
}

.footer-dl a.add_link {
  background: url(../images/add_link.png) no-repeat;
}

.footer-right div {
  float: left;
  width: 92px;
  font-size: 14px;
  color: #2bb574;
  margin-left: 16px;
  text-align: center;
}

/* footer end  */
/* 返回顶部 begin*/
.floatbox {
  position: fixed;
  bottom: 256px;
  right: 15px;
  z-index: 20;
}

.floatbox.refresh {
  bottom: 203px;
}

.floatbox.back {
  bottom: 150px;
}

.floatbox a {
  display: block;
  width: 53px;
  height: 53px;
  box-shadow: 0 0 20px 1px rgba(255, 255, 255, 0.3);
}

.floatbox a.to-top {
  background: #08502e url(../images/to-top.png) center center no-repeat;
  background-size: contain;
}

.floatbox a.refresh {
  background: #08502e url(../images/refresh.png) center center no-repeat;
  background-size: contain;
}

.floatbox a.back {
  background: #08502e url(../images/back.png) center center no-repeat;
  background-size: contain;
}

.page-pagination-box {
  padding: 30px 0;
}

.page-pagination {
  text-align: center;
}

.page-pagination li {
  display: inline-block;
  margin-right: 6px;
}

.page-pagination li a {
  display: block;
  font-size: 14px;
  color: #333;
  height: 32px;
  line-height: 30px;
  text-align: center;
  padding: 0 10px;
  min-width: 54px;
  border: 1px solid #dddddd;
  transition: all 0.3s;
}

.page-pagination li a:hover {
  background: transparent;
  color: #08502e;
  border-color: #08502e;
  transition: all 0.3s;
}

.page-pagination li.active a {
  background: #08502e;
  color: #fff;
}

.page-pagination li select {
  border: 1px solid #ddd;
  width: 80px;
  height: 32px;
  text-align: center;
  line-height: 30px;
  cursor: pointer;
}

.page-pagination li select option {
  height: 30px;
  line-height: 30px;
}

.page-pagination-info {
  text-align: center;
  margin-top: 10px;
  font-size: 14px;
  color: #666;
}

.page-pagination-info span {
  padding: 0 5px;
}

.pc-hide {
  display: none !important;
}

.slid-banner .carousel-inner > .item.prev,
.slid-banner .carousel-inner > .item.active.left,
.slid-banner .carousel-inner > .item.next,
.slid-banner .carousel-inner > .item.active.right {
  left: 0;
  transform: none;
  -webkit-transform: none;
  transition: none;
  opacity: 0;
  animation: fadeOut 0.6s linear forwards;
}

.slid-banner .carousel-inner > .item.next.left,
.slid-banner .carousel-inner > .item.prev.right,
.slid-banner .carousel-inner > .item.active {
  left: 0;
  transform: none;
  -webkit-transform: none;
  transition: none;
  opacity: 1;
  animation: fadeIn 0.6s linear forwards;
}

/* 返回顶部 end*/
@media (max-width: 768px) {
  body {
    min-width: auto;
  }

  .page-head {
    background-repeat: repeat;
    background-size: auto;
  }

  .head-right {
    float: left;
    line-height: 28px;
    padding: 0;
  }

  .head-right a {
    font-size: 14px;
  }

  .head-search {
    width: 50%;
    height: 28px;
    line-height: 28px;
    margin-right: 10px;
  }

  .head-search input {
    height: 28px;
    line-height: 28px;
  }

  .head-search i {
    width: 16px;
    height: 16px;
  }

  .navbar-nav > li {
    width: 25%;
    padding: 0 5px;
  }

  .navbar-nav > li > a {
    padding: 0;
    margin: 0;
    text-align: center;
    height: 34px;
    line-height: 34px;
    font-size: 14px;
  }

  .navbar-nav > li + li {
    margin: 0;
  }

  .dropdown-menu {
    position: static;
	display:none;
  }

  .dropdown-menu > li > a {
    text-align: left;
  }

  .page-footer .footxt,
  .page-footer .footewm {
    float: none;
    width: 100%;
  }

  .page-footer .main-inner > div {
    float: none;
  }

  .footer-left {
    width: 100%;
  }

  .ftcode {
    float: none;
    margin-top: 10px;
  }

  .ftcode > img {
    width: 50px;
  }

  .main-title {
    width: 100%;
  }

  .main-title::before {
    width: 30%;
  }

  .main-title::after {
    width: 30%;
  }

  .main-title h2 {
    font-size: 28px;
  }

  /* .sub-tabnav {
    display: none;
  } */
  .sub-tabnav .sub-tab_title {
    display: none;
  }

  .vs-phone {
    display: block;
  }

  .logobox {
    height: 44px;
    line-height: 44px;
    padding: 5px 0 0;
  }

  .logobox img {
    height: 34px;
    vertical-align: top;
  }

  .main-inner {
    width: 100%;
    padding: 0 10px;
  }

  .page-main {
    width: 100%;
  }

  .maincont{
    padding: 0;min-height:0 !important
  }
  .slider-cont {
    min-height:0 !important
  }
  .navbar-toggle {
    width: 34px;
    height: 26px;
    float: right;
    margin: 8px 0;
    border: 0;
    position: absolute;
    right: 10px;
    top: 10px;
    background: url(../images/icon-close.png) center center no-repeat;
  }

  .navbar-toggle.collapsed {
    display: block;
  }

  .collapse {
    display: none;
  }

  .collapse.in {
    display: block;
  }

  .slider-cont {
    width: 100%;
    padding: 0;
    margin: 0;
    float: none;
  }

  .page-main-box {
    padding: 30px 0;
  }

  .page-main-box.bg {
    height: auto;
  }

  .zszp-list li {
    float: none;
    width: 100%;
    margin: 0 0 20px 0;
  }

  .student-slide-box {
    margin-top: 20px;
  }

  .student-slide-box .carousel-inner-list,
  .student-slide-box div.carousel-control {
    display: none;
  }

  .student-slide-box .carousel-inner,
  .student-slide-box a.carousel-control {
    display: block;
  }

  .HorizonXmlNav {
    padding: 15px 15px 20px;
    margin: 0 0 15px 0;
    position: relative;
  }

  .HorizonXmlNav h2 {
    font-size: 20px;
  }

  .HorizonXmlNav a {
    font-size: 14px;
    padding-top: 10px;
  }

  .HorizonXmlNav span {
    position: absolute;
    bottom: 0;
    left: 15px;
    right: 15px;
    width: auto;
    margin: 0;
  }

  .ql {
    height: 60px;
    overflow-y: hidden;
    width: 100%;
    padding: 0;
  }

  .ql ul {
    padding: 20px 10px 30px;
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
  }

  .ql .level0 {
    display: inline-block;
    /* margin: 0 10px; */
    border-radius: 20px;
  }

  .ql .level0 a {
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
    border-radius: 20px;
    border: none !important;
  }

  .ql .level0 a::before {
    display: none !important;
  }

  .panel {
    padding: 0 15px;
  }

  .panel_n1 .panel-header {
    padding: 4px 0;
    margin-bottom: 0;
  }

  .contenttxt p {
    font-size: 12px;
    line-height: 24px;
    padding-bottom: 10px;
  }

  .contenttxt .person-img {
    float: none;
    width: 100%;
  }

  .contenttxt .detail-text {
    padding: 0px 0 0;
  }

  .main-tabs-panel {
    height: auto;
    padding: 0;
    margin: 0 15px;
  }

  .main-tabs li {
    width: 18%;
    margin: 0 1%;
  }

  .main-tabs li a {
    font-size: 16px;
    height: 49px;
    line-height: 48px;
  }

  .main-tabs li.active a {
    height: 68px;
    line-height: 68px;
  }

  .zszp-date p:first-child {
    font-size: 28px;
  }

  .imgtitle {
    height: auto;
    padding: 15px 10px;
    font-size: 14px;
  }

  .listimg {
    width: 100%;
    float: none;
  }

  .listimg + .listbox {
    width: 100%;
    float: none;
    margin-top: 20px;
  }

  .list-card {
    padding: 15px 0;
  }

  .line-rt .panel-header {
    margin-top: 20px;
  }

  .list-img {
    width: 120px;
    margin-right: 15px;
  }

  .lm-tit {
    font-size: 14px;
    min-height: 0;
    padding-bottom: 5px;
  }

  .lm-tit a {
    font-size: 14px;
  }

  .main-tabs {
    margin: 20px 0 10px;
  }

  .main-tabs li.active a::before {
    width: 18px;
    top: 2px;
  }

  .list-vertical {
    display: block;
    width: 100%;
    padding: 10px 0;
    margin: 0 !important;
  }

  .list-vertical .list-img {
    width: 100%;
  }

  .list-vertical .lm-tit {
    height: auto;
  }

  .list-mian {
    font-size: 13px;
  }

  .list-date p:first-child {
    font-size: 28px;
  }

  .slider-nav {
    width: 100%;
    float: none;
    padding: 0 0 20px 0;
  }

  .lm-intro {
    font-size: 14px;
    line-height: 30px;
  }

  .lm-other {
    margin-top: 0;
    font-size: 14px;
  }

  .list-card.no-border .list-card_wrap {
    display: block;
  }

  .list-card.no-border .list-img {
    width: 100%;
    margin: 0 !important;
  }

  .list-card_n1 .list-img {
    width: 100%;
    float: none;
  }

  .list-card_n1 .list-img img {
    width: 100%;
  }

  .list-card_n1 .list-img + .list-mian {
    padding: 5px 0 0;
  }

  .list-card_n2 .list-img {
    width: 100%;
    float: none;
  }

  .list-card_n2 .list-img + .list-mian {
    padding: 5px 0 0;
  }

  .carousel-indicators {
    display: none;
  }

  .carousel-control {
    width: 38px;
  }

  .newsbox {
    padding-top: 10px;
  }

  .panel-header {
    padding: 0;
    margin: 10px 0;
  }

  .newsbox .panel-header,
  .panel_n1 .panel-header {
    border-bottom: none;
    margin-bottom: 6px;
  }

  .newsbox .panel-header h2,
  .panel_n1 .panel-header h2 {
    position: relative;
    padding-left: 10px;
  }

  .newsbox .panel-header h2::before,
  .panel_n1 .panel-header h2::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 4px;
    height: 16px;
    margin-top: -8px;
    background: #8f000b;
  }

  .line_lt,
  .line-rt {
    float: none;
    width: 100%;
    margin: 0;
  }

  .line_lt .list-card,
  .line-rt .list-card {
    min-height: 0;
  }

  .line-br {
    margin-top: 20px;
  }

  .panel-header {
    font-size: 14px;
  }

  .panel-header.mt50 {
    margin-top: 20px;
  }

  .panel-header > h2 {
    font-size: 18px;
    line-height: 30px;
  }

  .navbar-nav > li.zen {
    display: block;
  }

  .carousel-indicators {
    display: block;
    position: absolute;
    bottom: 8px;
    left: auto;
    margin: 0;
    right: 30px;
  }

  .floatbox a {
    width: 30px;
    height: 30px;
    background-size: 50%;
  }

  .floatbox {
    bottom: 210px;
  }

  .floatbox.refresh {
    bottom: 180px;
  }

  .floatbox.back {
    bottom: 150px;
  }

  .panel_d1 .panel-header {
    margin: 0;
  }

  .page-crumb .crumb-container {
    width: 100%;
    padding: 0 10px;
  }

  .page-pagination {
 /*   display: none;*/
  }

  .head-top {
    height: auto;
    padding: 10px 0;
  }

  .list-ul-inline li {
    display: block;
    width: 100%;
    border-bottom: 1px solid #eee;
  }

  .list-ul-inline li a {
    font-size: 13px;
    margin-right: 70px;
    padding: 12px 0;
  }

  .list-ul-inline li span {
    display: block;
    float: right;
    font-size: 12px;
    color: #999;
    padding: 12px 0;
  }

  .page-footer .footer-dl {
    padding: 0 0 10px 0;
  }

  .list-card dd,
  .list-card dt {
    float: none;
  }

  .list-card dt {
    margin-top: 4px;
  }

  .introduce-text {
    font-size: 13px;
  }

  .dzlx-list li {
    font-size: 14px;
  }

  .intro-txt {
    font-size: 14px;
    line-height: 30px;
  }

  .panel_d1 .panel-header h2 {
    font-size: 18px;
  }

  .panel-cont {
    padding-top: 0;
  }

  .sub-tabnav {
    background: none;
  }

  .listbox-bord .list-card .lm-tit {
    font-size: 13px;
  }

  .pc-hide {
    display: block !important;
  }

  .footer-dl a {
    font-size: 16px;
  }

  .footer-dl span {
    padding: 7px 10px 0;
  }

  .page-pagination-box,
  .page-pagination-info {
  /*  display: none;*/
  }

  .main-title h2 a {
    font-size: 28px;
  }

  .imgdate {
    top: 130px;
    padding: 10px;
    height: auto;
  }

  .zszp-list {
    margin-top: 40px;
    height: auto;
  }

  .zszp-list li {
    height: 200px;
    position: initial;
    top: initial;
    opacity: 1;
  }

  .zszp-list li.show {
    animation: none;
  }

  .zszp-list li a {
    font-size: 18px;
  }

  .zszp-list li.active a::after,
  .zszp-list li:hover a::after {
    display: none;
  }

  .tzgg-list {
    /* display: block; */
  }

  .tzgg-list li,
  .xsyg-list li {
    width: calc(50% - 8px);
    margin-top: 52px;
    height: 170px;
    margin-right: 16px !important;
  }

  .tzgg-list li:nth-child(2n),
  .xsyg-list li:nth-child(2n) {
    margin-right: 0 !important;
  }

  .tzgg-list li a {
    font-size: 16px;
    padding: 46px 15px 0;
  }

  .tzgg-date {
    width: 80px;
    height: 80px;
    top: -40px;
  }

  .tzgg-date p:first-child {
    font-size: 24px;
  }

  .tzgg-list li a > p:nth-child(2) {
    font-size: 14px;
  }

  .xsyg-list li {
    margin-top: 30px;
    height: 194px;
  }

  .xsyg-list li a {
    font-size: 16px;
    padding-top: 30px;
  }

  .xsyg-list li a p {
    padding: 0 15px;
  }

  .xsyg-date {
    top: -25px;
    width: 110px;
    height: 50px;
    line-height: 50px;
    font-size: 26px;
  }

  .xsyg-list li a .xsyg-tips {
    padding-top: 10px;
  }

  .slider-imgbox {
    float: none;
    display: block;
    margin: 0 auto;
  }

  .slider-imgcont {
    width: 100%;
    float: none;
  }

  .head-top > .head-right {
    display: none;
  }

  .header-nav .head-right {
    margin: 10px 0 5px;
    display: block;
  }

  .slider-imgcont .panel-header > span {
    padding-top: 8px;
  }
  .panel-header li {
    margin-right: 8px;
  }
  .panel-header li a {
    font-size: 14px;
    font-weight: normal;
    border-bottom: 2px solid transparent;
  }

  .phone-hide {
    display: none !important;
  }
  .list-vertical .list-img img{width:100% !important;height:auto !important;}
  .slider-imgbox img{width:100%;height:auto;}
  .tzgg-listej li{width:100%}  
  .panel-cont .list-mian p{font-size:14px;}
  
    .list-img img {
height: auto;
}

.list-img1 img{height: auto} 
  
}

@keyframes slidein {
  from {
    /* left: 80%; */
    transform: translate3d(100px, 0, 0);
    opacity: 0;
  }

  to {
    /* left: 0; */
    opacity: 1;
    transform: none;
  }
}

@keyframes slideUp {
  from {
    transform: translate3d(0, 20px, 0);
    opacity: 0;
  }

  to {
    opacity: 1;
    transform: none;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
  
   
}



.conttable {
    border:1px #ccc solid;
    border-right: none;
    border-bottom: 0px;
    TABLE-LAYOUT: fixed;
    width: 100%;
    margin: 0 auto;
}

.conttable td {
    border: 1px #ccc solid;
    border-top: none;
    border-left: none;
    height: 30px;
    word-WRAP: break-word;padding:8px
}

.conttable td {
    font-size: 16px;
    text-align: center;
    color: #333;
    line-height: 18px;
height:30px;
}

.conttable .titlefont {
    font-size: 16px;
    font-weight: bolder; text-align:center;
}

.conttable .tabtitle{
    font-size: 16px;
    font-weight: bolder;
}
