* {
  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;
}

.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;
}

.mt50 {
  margin-top: 50px;
}

/*  */
.page-head {

 background: #a5333c;
  background-size: cover;
 /* background:url(/portals/0/images/topbg.png) repeat;
  width:100%;
  position:absolute;*/
  
}

.head-top {
  width: 100%;
  height: 122px;
  /* height: 79px; */
  padding: 21px 0;

  position: relative;
  z-index: 200;
}

.main-inner {
  width: 1200px;
  margin: 0 auto;
}

.logobox {
  height: 81px;
  line-height: 81px;
}

.logobox>a {
  display: block;
  height: 100%;
}

.logobox img {
  vertical-align: middle;
}

.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 {
  margin-top: 20px;
}

.navbar-nav>li {
  float: left;
  position: relative;
}

.navbar-nav>li>a {
  display: block;
  height: 40px;
  line-height: 40px;
  font-size: 17px;
  color: #fff;
  padding: 0 14px;
  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: #94070A;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.dropdown-menu>li>a {
  display: block;
  padding: 0 10px;
  line-height: 39px;
  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: #fbc0b6;
  background: #94070A;
}

.navbar-nav>li:hover>a,
.navbar-nav>li.active>a {
  background: #94070A;
}

.navbar-nav>li:hover .dropdown-menu {
  height: auto;
  -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: 220px;
  margin-right: 25px;
}

.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: 45%;
  width: 0;
  height: 62px;
  line-height: 62px;
  text-align: center;
 /* margin-top: -19px;*/
/*  background-color: rgba(96, 0, 7, 0.75);*/
/*  background-image: url(/portals/0/images/prev.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;*/
background-image: url(/portals/0/images/prev.png);
}

.carousel-control.right {
  right: 0;
/*  background-position: -46px 11px;*/
background-image: url(/portals/0/images/next.png);
}

.carousel-control:hover,
.carousel-control:focus {
/*  background-color: rgba(96, 0, 7, 1);*/
}

.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: 14px;
  height: 14px;
  border: 2px solid #fff;
  border-radius: 50%;
  background-color: transparent;
  margin: 0 3px;
  cursor: pointer;
  transition: all 0.2s ease-in;
}

.carousel-indicators .active {
  background-color: #97000b;
  border-color: #97000b;
}

/* 轮播图  end*/
/* banner */

/* 主体内容 */
.page-main-box.bg {
  height: 398px;
  padding: 44px 0 54px;
  background: url(/portals/0/images/img-bg01.jpg) no-repeat center;
  background-size: 100% 100%;
}
.page-main-box{
	 background:url(/portals/0/images/rjbg.jpg) no-repeat right bottom;
	}
.page-main {
  width: 1200px;
  margin: 0 auto;
  padding: 0 0 30px;
  /* min-height: 600px; */
 
}

.page-main-box.bg .page-main {
  padding: 0;
  min-height: auto;
}

.line_lt {
  width: 762px;
  float: left;
}

.line-rt {
  width: 360px;
  float: right;
}

.panel {
  padding-top: 40px;
}

.panel-header {
  font-size: 16px;
  border-bottom: 2px solid #8f000b;
  padding: 10px 0;
  text-decoration: none;
  margin-bottom: 5px;
}

.panel-header>h2 .Head {
  line-height: 30px;
  font-size: 20px;
  color: #8f000b;
  font-weight: bold;
}

.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: 140px;
  position: relative;
}

.listimg+.listbox {
  width: 600px;
}

.listimg img {
  display: block;
 /* width: 100%;*/
}

.search-input {
  position: absolute;
  left: 0;
  top: 20px;
  width: 100%;
  height: 28px;
  background: rgba(255, 255, 255, 0.2);
}

.search-input input,.SearchTextBox {
  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;
}

.imgdate {
  color: #fff;
  height: 121px;
  padding: 35px 14px;
  background: url(/portals/0/images/img-bg02.jpg) left top no-repeat;
}

.imgdate-l {
  font-size: 40px;
  line-height: 1;
  margin-right: 5px;
}

.imgdate-r {
  font-size: 14px;
}

.imgdate-r .red {
  color: #a5333c;
}

.imgtitle {
  font-size: 18px;
  margin-left: 100px;
}

.list-date {
  float: right;
  font-size: 14px;
  color: #999;
  padding-top: 3px;
}

.list-date .red {
  font-size: 20px;
  color: #602c2f;
  margin-bottom: 6px;
}

.listbox-bord .list-card:not(:last-child) {
  border-bottom: 1px solid #ddd;
}

.listbox-bord .list-card .lm-tit {
  font-size: 16px;
}

.list-card .list-mian .lm-tit {font-size:16px;}



.list-card {
  padding: 10px 0;
}

.list-card:first-child {
  padding-top: 0;
}

.list-img {
  width: 120px;
  float: left;
}

.list-img img {
  display: block;
  width: 100%;
}

.list-img+.list-mian {
  padding-left: 130px;
}

.list-mian {
  color: #333;
  line-height: 18px;
}

.lm-tit {
  font-size: 14px;
  color: #333;
  line-height: 22px;
}

.lm-tit a:hover,.lm-tit a {
  color: #333;

}
.lm-tit a:hover{color:#9e0712;text-decoration:underline}
.homelist{background:url(/portals/0/images/dian.png) no-repeat left 8px;line-height:20px;padding:0px 0 0px 10px}
.line-lt .lm-tit {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.list-card_wrap {
  display: block;
}

.lm-other {
  font-size: 13px;
  color: #999;
  margin-top: 5px;
}

.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(/portals/0/images/title-bg01.png) no-repeat;
  background-position: 0 0;
}

.student-box-title p::after {
  right: 0;
  background: url(/portals/0/images/title-bg01.png) no-repeat;
  background-position: -90px 0;
}

.student-slide-box {
  margin-top: 36px;
}

.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 .bannerimg {
  display: block;
  width: 100%;
}

.maincont {
  padding-top: 36px;
}

.slider-cont {
/*  width: 883px;*/
  float: right;
width:930px;
}

.slider-nav {
  float: left;
  padding-top: 0;
  width: 214px;
  text-align: center;
}

.sub-tabnav {
  /* background: #ededed; */
}

.sub-tabnav .sub-tab_title img {
  display: block;
}

.ql {
  padding: 20px 0;
}

.ql .level0 a {
  font-size: 16px;
  font-weight: bold;
  color: #999;
  display: block;
  height: 45px;
  line-height:45px;
  border-bottom: 1px solid #ddd;
  position: relative;
text-align:center;
}

.ql .level0 a::before {
  content: "";
  position: absolute;
  left: 16px;
  top: 50%;
  width: 5px;
  height: 5px;
  background: #fff;
  border-radius: 50%;
  margin-top: -3px;
}

.ql .level0 a:hover {
  color: #9e0712;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

.ql .level0 a.level0_selected {
  color: #9e0712;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

.ql .level0 a:hover::before,
.ql .level0 a.level0_selected::before {
  background: #9e0712;
}

/* 右侧 */

/* 面包屑 */
.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 li {
  float: left;
  list-style: none;
}

.HorizonXmlNav li:not(:first-child):not(:last-child) {
  border-right: 1px solid #999;
}

.HorizonXmlNav a,
.HorizonXmlNav span {
  white-space: nowrap;
  display: block;
  color: #999;
  font-size: 12px;
  line-height: 1;
  padding: 0 3px;
}

.HorizonXmlNav a:hover {
  color: #600007;
}

.panel_n1 {
  padding: 0;
}

.panel_n1 .panel-header {
  margin-bottom: 10px;
  border-bottom: 2px solid #8f000b;
}

.panel-cont {
  padding: 10px 0;
}

.contenttxt {
  padding: 12px 0 0;
}

.contenttxt img {
  display: block;
  max-width: 100%;
  margin: 10px auto 10px;
}

.contenttxt,.contenttxt p {
  line-height: 33px;
  font-size: 16px;
  color: #333;

text-align:justify;

}



.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%;*/
max-width: 90%;
  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: 248px;
  margin-bottom: 30px;
}

.list-vertical:nth-child(1),
.list-vertical:nth-child(2),
.list-vertical:nth-child(3) {
  padding-top: 10px;
}

.list-vertical:not(:first-child) {
  margin-top: 0;
}

.list-vertical:not(:nth-child(3n)) {
  margin-right: 68px;
}

.list-vertical .list-img {
  float: none;
  width: 100%;
  margin-top: 0;
  display: block;
  position: relative;
}

.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-img+.list-mian {
  padding: 10px 0 0;
}

.list-vertical .lm-tit {
  height: 72px;
  white-space: initial;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.list-mian .dyfc{text-align:left!important;height:35px!important}
.list-mian .lm-tit-summ{font-size:13px;line-height:21px;color:#555;}

.list-vertical2 .lm-tit {
 /* height: auto;*/
height:55px;
  text-align: center;
  /* white-space: nowrap;
  overflow: hidden;*/
  text-overflow: ellipsis;
}




.list-ul-inline li {
  width: 32%;
  display: inline-block;
  vertical-align: top;
}

.list-ul-inline .bf25{width:25% !important;}

.list-ul-inline li a {
  padding: 8px;
  display: block;
  position: relative;
  font-size: 16px;
color:#333;
}

.list-ul-inline li a:hover {
  color: #9e0712;
  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: 25px;
  color: #333;
  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;color:#666
}

.panel_d1 .panel-header p a:hover {
  color: #666;
  text-decoration: underline;
}

.introduce-text {
  font-size: 16px;
  color: #333;display: flex;
 flex-wrap: wrap;

}

.introduce-text p {
  
  line-height: 30px;
}

.introduce-text h3 {
  font-size: 16px;
  font-weight: bold;
  margin: 10px 0;
}

/* footer begin */
.page-footer {
  font-size: 14px;
  color: #fff;
  padding: 32px 0;
  background: #600007;
}

.page-footer p {
  padding: 4px 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-left: 10px;
  margin-top: 20px;
}


.footer-dl a {
  float: left;
  color: #fff;
  font-size: 14px;
  padding-left: 40px;
  height: 32px;
  line-height: 32px;
  float: left;
  display: inline;
  margin-right: 10px;
}

.footer-dl a.yxpt {
  background: url(/portals/0/images/pt.png) no-repeat;
}

.footer-dl a.add_link {
  background: url(/portals/0/images/add_link.png) no-repeat;
}

/* 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: #600007 url(/portals/0/images/to-top.png) center center no-repeat;
  background-size: contain;
}

.floatbox a.refresh {
  background: #600007 url(/portals/0/images/refresh.png) center center no-repeat;
  background-size: contain;
}

.floatbox a.back {
  background: #600007 url(/portals/0/images/back.png) center center no-repeat;
  background-size: contain;
}

.page-pagination {
  text-align: center;
}

.page-pagination li {
  display: inline-block;
  margin-right: 6px;
}

.page-pagination li a {
  display: block;
  font-size: 16px;
  color: #333;
  height: 33px;
  line-height: 31px;
  text-align: center;
  padding: 0 10px;
  min-width: 33px;
  border: 1px solid #dddddd;
  transition: all 0.3s;
}

.page-pagination li a:hover {
  background: transparent;
  color: #600007;
  border-color: #600007;
  transition: all 0.3s;
}

.page-pagination li.active a {
  background: #600007;
  color: #fff;
}

.pc-hide {
  display: none !important;
}

.panel-cont .Normal a.Normal{color:#555;text-decoration:None;font-size:14px;}
.panel-cont .Normal td{color:#555;font-size:14px;}

/* 返回顶部 end*/

.xinwmore{margin-top:20px;}

@media (max-width: 768px) {
  .page-head {
    background-repeat: repeat;
    background-size: auto;
  }

  .navbar-nav>li {
    width: 25%;
    padding: 0 5px;
  }

  .navbar-nav>li>a {
    padding: 0;
    margin: 0;
    text-align: left;
    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;
  }

  .ftcode {
    float: none;
    margin-top: 10px;
  }

  .ftcode>img {
    width: 50px;
  }

  /* .sub-tabnav {
    display: none;
  } */
  .sub-tabnav .sub-tab_title {
    display: none;
  }

  .vs-phone {
    display: block;
  }

  .logobox {
    height:50px;
    line-height:50px;
    padding: 0px 0 0;
  }

  .logobox img {
    height: 50px;
    vertical-align: top;
  }

  .main-inner {
    width: 100%;
    padding: 0 10px;
  }

  .page-main {
    width: 100%;
  }

  .maincont {
    padding: 0;
  }

  .navbar-toggle {
    width: 34px;
    height: 26px;
    float: right;
    margin: 8px 0;
    border: 0;
    position: absolute;
    right: 10px;
    top: 10px;
    background: url(/portals/0/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.bg {
    height: auto;
  }

  .student-slide-box {
    padding: 0 15px;
  }

  .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;
  }

  .ql {
    height: 60px;
    overflow-y: hidden;
    width: 100%;
    padding: 0;
  }

  .ql ul {
    padding: 15px 10px 25px;
    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: 15px;
    height: 30px;
    line-height: 30px;
    padding: 0 5px;
    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;
  }

  .listimg {
    display: none;
  }

  .listimg+.listbox {
    width: 100%;
  }


  .line-rt .panel-header {
    margin-top: 20px;
  }

  .list-img {
    width: 90px;
  }

  .list-img+.list-mian {
    padding-left: 100px;
  }

  .lm-tit {
    font-size: 13px;
    min-height: 0;
  }

  .list-vertical {
    display: block;
    width: 100%;
    padding: 10px 0;
 /*   margin: 0 !important; */
   margin:0 0 80px 0;
  }

  .list-vertical .list-img {
    width: 100%;
  }

  .list-vertical .lm-tit {
    height: auto;
  }

  .slider-nav {
    width: 100%;
    float: none;
  }

  .lm-other {
    margin-top: 0;
  }

  .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;
  }

  .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;
  }

  .list-card {
    border-bottom: 1px solid #eee;
  }

  .line-br {
    margin-top: 20px;
  }

  .panel-header {
    font-size: 14px;
  }

  .panel-header.mt50 {
    margin-top: 20px;
  }

  .panel-header>h2 {
    font-size: 16px;
    line-height: 30px;
  }

  .navbar-nav>li.zen {
    display: block;
  }

  .carousel-indicators {
    display: block;
    position: absolute;
    bottom: 8px;
    left: auto;
    margin: 0 auto;
/*    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;
  }

  .introduce-text {
    font-size: 14px;
  }

  .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;
  }

  .phone-hide {
    display: none !important;
  }
.carousel-indicators{width:100%;}
.carousel-indicators li{width:4px;height:4px;magin:0 1px;}
.panel-header .more{font-size:14px;}
.xinwmore{display:none;}
.contenttxt img{height:auto !important;}

.conttable{width:100%!important;}
.kongtd{width:1%!important;}
}




.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;
}

.conttable td {
    font-size: 14px;
    text-align: center;
    color: #333;
    line-height: 18px;
height:30px;
}

.conttable .titlefont {
    font-size: 14px;
    font-weight: bolder;
}

.conttable .tabtitle{
    font-size: 14px;
    font-weight: bolder;
}

























