@charset "utf-8";

/* CSS Document */
body {
  font-family: "微软雅黑";
  font-size: 16px;
}

a:hover {
  text-decoration: none;
  color: #005aa9;
}

ul,
li ol {
  padding: 0;
  margin: 0;
  list-style: none;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mr15 {
  margin-right: 15px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.ml15 {
  margin-left: 15px !important;
}

.logo-left {
  float: left;
  padding: 20px 0;
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 12px;
  padding-left: 12px;
}

.container {
  padding-left: 0px;
  padding-right: 0px;
}

/*toplogo*/
.top-img {
  background: #005aa9;
}

.top-bg {
  background: url(/templates/csg/images/bg-top.jpg) no-repeat left top;
  background-size: 100% 100%;
}

.logo {
  padding: 30px 0;
}

/*导航*/
.indexs {
  color: #FFFFFF;
  font-size: 16px;
  display: inline-block;
  height: 50px;
  line-height: 50px;
  text-align: center;
  width: 100px;
  background-color: #005aa9;
}

.indexs:hover {
  color: #fff;
}

.navbar-default.navbar-nav>li>a {
  color: #222;
  text-align: center;
}

.navbar-default {
  border: none;
}

.navbar {
  border-radius: 0px;
  margin-bottom: 0;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
  color: #FFFFFF !important;
  background-color: #005aa9;
}

.navbar-default .navbar-nav>li>a:focus .navbar-default .navbar-nav>li>a:hover {
  color: #FFFFFF;
  background-color: transparent;
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover {
  color: #FFFFFF;
  background-color: #005aa9;
}

.dropdown-menu {
  min-width: 130px;
  padding: 0;
  border: none;
  text-align: center;
}

.dropdown-menu>li>a {
  display: block;
  padding: 12px 2px;
}

.dropdown-menu .divider {
  height: 1px;
  margin: 0;
}

.navbar-default .navbar-nav>li>a {
  color: #222;
  font-weight: 600;
}

/*轮播图*/
.carousel-inner>.item>img,
.carousel-inner>.item>a>img {
  height: 420px;
  width: 100%;
}

.news>.item>img,
.news>.item>a>img {
  height: 248px;
  width: 100%;
}

.carousel-control {
  width: 10%;
}

/*新闻*/
.news-head {
  position: relative;
  border-bottom: 1px solid #439969;
  padding-bottom: 12px;
  margin: 12px 0;
}

.news-head>h3 {
  color: #439969;
  margin: 0;
  font-weight: bold;
  font-size: 20px;
  line-height: 22px;
}

.news-head>h3::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 21px;
  background-color: #439969;
  margin-right: 8px;
  vertical-align: middle;
}

.news-head>.more {
  position: absolute;
  right: 5px;
  bottom: 10px;
}

.nav-tabs {
  border-bottom: 1px solid #ddd;
  margin-bottom: 12px;
  position: relative;
}

.mores {
  position: absolute;
  right: 5px;
  bottom: 10px;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus {
  color: #fff;
  cursor: default;
  background-color: #2e7c51;
  border: 1px solid #439969;
  border-bottom-color: transparent;
}

.nav-tabs>li>a:hover {
  border-color: #439969;
  background-color: #439969;
  color: #fff;
}

.nav-tabs>li>a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 0 0;
  padding: 9px 15px;
  font-size: 20px;
  color: #222;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus {
  color: #fff;
  cursor: default;
  background-color: #439969;
  border: 1px solid #439969;
  border-bottom-color: transparent;
}

.tit-text {
  position: absolute;
  background: rgba(0, 0, 0, 0.68);
  padding: 10px;
  bottom: 0;
  width: 100%;
}

.tit-text p {
  color: #fff;
  line-height: 20px;
  margin: 0;
  padding-right: 100px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.carousel-num {
  position: absolute;
  bottom: -2px;
  left: 75%;
  z-index: 15;
  width: 100px;
  padding-left: 0;
  margin-left: 0;
  text-align: center;
  list-style: none;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
}

.nes-list {
  display: block;
  overflow: hidden;
}

.nes-list li {
  height: 40px;
  background: url(/templates/csg/images/d1.png) no-repeat left center;
  padding-left: 15px;
  position: relative;
}

.nes-list li a {
  display: block;
  line-height: 40px;
  height: 40px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #333;
}

.nes-list li span {
  position: absolute;
  right: 0px;
  top: 0px;
  line-height: 40px;
  color: #999;
}

.nes-list li a:hover,
.water-in-list li a:hover {
  color: #005aa9;
}

.l-newimg {
  padding-left: 0px !important;
}

.r-newimg {
  padding-right: 0px !important;
}

/* 快速导览 */
.guide {
  position: relative;
  margin-bottom: 20px;
  margin-top: 20px;
}

.guide>a {
  display: inline-block;
  width: 133px;
  padding: 20px 0;
  text-align: center;
  margin-right: 10px;
  border-radius: 5px;
  background: #4395ff;
  color: #fff;
}

.guide>a:last-child {
  margin-right: 0px !important;
}

.guide>a:hover {
  background: #005aa9
}

.guide>a>img {
  display: block;
  margin: 0 auto 10px auto;
}

.bg-grey {
  background: #f8f8f8;
  padding: 30px 0;
}

.bg-show {
  background: transparent;
}

.bg-show:hover {
  padding: 20px;
  background: #fff;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, .26);
}

/* 学校风采 */
.bt-box {
  position: relative;
}

.bt-box>.lt {
  position: absolute;
  left: 0px;
  top: 62px;
  z-index: 9999;
}

.bt-box>.rt {
  position: absolute;
  right: 0px;
  top: 62px;
  z-index: 9999;
}

.bt-box>a>img {
  width: 28px;
}

#btimg {
  width: 1170px;
  height: 150px;
  position: relative;
  margin: 15px auto;
  overflow: hidden;
}

#btimg ul {
  width: 1080px;
  height: 150px;
  position: relative;
}

#btimg ul li {
  height: 150px;
  float: left;
  list-style: none;
  padding-right: 20px;
}

#btimg ul li a {
  display: block;
}

#btimg ul li a img {
  width: 220px;
  height: 150px;
  display: inline-block;
}

/* footer */
.footer-box {
  background: #439969;
  color: #ffffffc5;
  padding: 15px 0;
}

.footer-box p {
  line-height: 24px;
  font-size: 14px;
}

/* 二级页侧边导航 */
.conter-s {
  position: relative;
}

.type-list {
  width: 230px;
  margin-left: 10px;
  padding-top: 20px;
  min-height: 660px;
  background: #f2f2f2;

}

.type-list-head {
  background: url(/templates/csg/images/header.png) no-repeat left top;
  padding: 15px 0px 20px 35px;
  margin-left: -10px;
}

.type-list-head h2 {
  margin: 0;
  color: #fff;
  font-size: 24px;
  padding-bottom: 10px;
}

.type-list-ct {
  display: block;
}

.type-list-ct li {
  border-bottom: 1px solid #ddd;
}

.type-list-ct li a {
  display: block;
  color: #333;
  font-size: 18px;
  padding-left: 65px;
  padding: 15px 20px;
}

.type-list-ct li a>span {
  padding-right: 15px;
  font-size: 12px;
}

.type-list-ct li.active>a,
.type-list-ct li.active>a:hover,
.type-list-ct li.active a:focus {
  color: #4395ff;
}

/* 新闻内容 */
.breadcrumb {
  padding: 12px 20px;
  border-radius: 0;
}

.conter-txt {
  width: 910px;
  border: 1px solid #ddd;
  min-height: 720px;
  margin-bottom: 50px;
}

.new-center-list {
  display: block;
  position: relative;
}

.new-center-list li {
  padding: 15px 0;
  border-bottom: 1px dashed #ddd;
}

.new-center-list li a {
  display: block;
  color: #333;
}

.page-box {
  margin: 40px auto 0px auto;
  text-align: center;
}

.cent-body {
  padding: 20px 50px;
  overflow: hidden;
}

.cent-body .cent-body-tit {
  text-align: center;
}

.cent-body .cent-body-tit>h3 {
  margin-top: 30px;
  font-weight: bold;
  font-size: 24px;
}

.cent-body .cent-body-tit small {
  color: #666;
  line-height: 28px;
  margin-top: 20px;
  display: block;
  border-bottom: 1px solid #ddd;
}

.cent-body-img {
  display: block;
  margin: 0 auto;
  padding: 15px;
  max-width: 100%;
}

.cent-body p {
  text-indent: 28px;
  line-height: 30px;
}

.company {
  padding: 10px 20px 50px 20px;
  position: relative;
}

.company-item li {
  border-bottom: 1px dashed #ddd;
}

/* 子级页代码 */
/* top */
.header-img {
  background: #f2f8ff;
}

.headerimg {
  background: url(/templates/csg/images/headerimg.jpg) no-repeat left top;
  background-size: 100% 100%;
}

.headerimg .logo img {
  display: inline-block;
  margin-right: 30px;
}

.headerimg .logo h1 {
  display: inline-block;
  font-size: 34px;
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: 0;
  color: #025ec0;
}

/* 导航 */
.bg-blue {
  background: #439969;
  color: #fff;
}

.indexs_c {
  background-color: #e6b61a;
}

.navbar-item>.navbar-nav>li>a {
  color: #fff !important;
  padding-left: 20px;
  padding-right: 20px;
}

.jztu {
  position: relative;
  margin-bottom: 20px;
}

.jztu>img {
  width: 100%;
}

/* 新闻动态 */
.new-ltem {
  display: block;
  overflow: hidden;
}

.new-ltem li {
  height: 40px;
  background: url(/templates/csg/images/d.png) no-repeat left center;
  padding-left: 15px;
  position: relative;
  border-bottom: 1px dashed #ddd;
}

.new-ltem li a {
  display: block;
  padding-right: 100px;
  line-height: 40px;
  height: 40px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #333;
}

.new-ltem li span {
  position: absolute;
  right: 0px;
  top: 0px;
  line-height: 40px;
  color: #999;
}

.new-ltem li a:hover {
  color: #439969;
}

.news-header {
  position: relative;
  background: #eff6fe;
  margin-bottom: 10px;
}

.news-header>h3 {
  color: #fff;
  margin: 0;
  font-weight: bold;
  font-size: 20px;
  background: #439969;
  display: inline-block;
  padding: 10px 20px;
}

.news-header>.more {
  position: absolute;
  right: 15px;
  top: 10px;
  color: #333;
}

.news-item>li {
  height: auto;
  padding: 10px 0;
  border-bottom: 1px solid #ddd !important;
  padding-left: 20px;
}

.news-item>li>span {
  line-height: 59px;
}

/* 二级页侧边导航 */

.child-nav-head {
  position: relative;
  margin-left: -10px;
}

.child-nav-head h2 {
  margin: 0;
  color: #fff;
  font-size: 24px;
  padding: 30px;
}


.child-nav-ct li {
  border-bottom: 1px solid #ddd;
}

.child-nav-ct li a {
  display: block;
  color: #333;
  font-size: 18px;
  padding-left: 65px;
  padding: 15px 20px;
  position: relative;
  margin-left: -3px;
}

.child-nav-ct li a>span {
  position: absolute;
  right: 15px;
  top: 22px;
  font-size: 12px;
}

.child-nav-ct li.active>a,
.child-nav-ct li.active>a:hover,
.child-nav-ct li.active a:focus {
  background: #f5f5f5;
  color: #439969;
  border-left: 3px solid #e6b61a;
  margin-right: -3px;
}

@media (max-width: 768px) {
  .top-bg {
    background: none;
  }

  .logo {
    padding: 20px;
  }

  .logo>img {
    width: 100%;
  }

  .carousel-inner>.item>img,
  .carousel-inner>.item>a>img {
    height: 22vh;
    width: 100%;
  }

  .carousel-indicators {
    bottom: -1px;
  }

  .navbar-toggle {
    margin-right: 0px;
    border: none;
    padding-right: 15px;
  }

  .navbar-default .navbar-toggle:focus,
  .navbar-default .navbar-toggle:hover {
    background-color: transparent;
  }

  .container>.navbar-header {
    margin-right: 0px;
    margin-left: 0px;
    background: #439969;
    border-top: 1px solid #439969;
  }
.rutures {
	display:none;
}

  .navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
  }

  .navbar-default .navbar-nav>li>a {
    width: 100%;
    border-bottom: 1px solid #cfcfcf;
    text-align: center;
  }

  .navbar-nav>li {
    padding: 0 15px;
  }

  .navbar-default .navbar-nav .open .dropdown-menu>li>a {
    color: #333;
    background-color: #fff;
  }

  .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus {
    color: #fff;
    background-color: transparent;
  }

  iframe {
    margin-bottom: -10px !important;
  }

  .p15 {
    padding: 0 15px !important;
  }

  .carousel-num {
    left: 75%;
  }

  .carousel-num {
    position: absolute;
    bottom: -3px;
    left: 75%;
    z-index: 15;
    width: 100px;
    padding-left: 0;
    margin-left: 0;
    text-align: center;
    list-style: none;
  }

  #btimg {
    width: 100%;
    height: 150px;
  }

  #btimg ul {
    width: 100%;
  }

  .bg-show {
    padding: 0 15px !important;
    margin-bottom: 20px;
  }

  .bg-show:hover {
    padding: 0;
    box-shadow: none;
    background: none;
  }

  .l-newimg {
    padding-right: 0px !important;
  }

  .r-newimg {
    padding-left: 0px !important;
  }

  .guide>a {
    width: 43%;
    padding: 15px 0;
    margin: 10px;
  }

  .hh {
    height: 165px !important;
  }

  .h {
    height: 136px !important;
  }

  .headerimg .logo h1 {
    display: block;
    text-align: center;
    font-size: 24px;
  }

  .jztu {
    display: none;
  }

  .mt20 {
    margin-top: 0px !important;
  }

  .mb20 {
    margin-bottom: 0px !important;
  }

  .type-list {
    display: none;

  }

  .company {
    padding: 12px 15px;
  }

  .conter-txt {
    width: 100%;
    border-color: transparent;
    min-height: 475px;
  }

  .child-nav {
    display: none;
  }
.cent-body{
  padding: 15px;
}
}
/* 板式2 */
.bg-purple{
 background: #4d4399;
}
.c-purple{
  color: #4d4399 !important;
  font-weight: 400 !important;
}
.img-item{
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
}
.img-item>img{
  width: 100%;
  cursor: pointer;
  transition: all 0.6s;
}
.img-item>img:hover{
  transform: scale(1.4);
}

.title-line{
  position: relative;
  border-bottom: 1px solid #4d4399;
  padding-top: 12px;
 margin-bottom: 20px;
}
.title-line>.titles{
  color: #444;
  display: inline-block;
  border-bottom: 2px solid #4d4399;
 padding-bottom: 15px;
 margin: 0px;
 font-weight:bold;
 font-size: 24px;
}
.title-line>.more{
  position: absolute;
  right: 0;
  color: #4d4399;
  bottom: 10px;
}
.titles-n{
  position: relative;
  padding-bottom: 10px;
  margin-top: 20px;
}
.titles-n>h2{
  margin: 0;
  font-size: 24px;
font-weight: bold;
}
.titles-n>.more{
  position: absolute;
  right: 0;
  bottom:10px;
  z-index: 99;
  background: #dcac4c;
  padding: 3px 10px;
  color: #fff;
  border-radius:25px;
font-size: 14px;
}
.child-nav-ct2 li.active>a, .child-nav-ct2 li.active>a:hover, .child-nav-ct2 li.active a:focus {
  color: #4d4399 !important;
}
/* 板式3 */
.headerimg2{
  background: url(/templates/csg/images/headimg2.jpg) no-repeat left top;
}
.bg-red{
  background: #b2040e !important;
}
.c-white{color: #fff!important;}
.bg-white{
  background: #fff;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, .26);
  padding: 20px 5px;
  margin-left: 0;
  margin-right: 0;
}
.c-line{
  border-bottom: 1px solid #ddd !important;
}
.c-line>h2{
  border-bottom-color:#b2040e !important;
  color:#b2040e !important;
  font-weight: 500 !important;
}
.c-line>.more{
  color: #b2040e;
}
.plr15{padding: 15px;}
.child-nav-ct3 li.active>a, .child-nav-ct3 li.active>a:hover, .child-nav-ct3 li.active a:focus {
  color: #b2040e !important;
}
/*专业列表 */
.title-zy{
  position: relative;
}
.title-zy>a{
  display: flex;
  flex-direction: row;
  justify-content: left;
  align-items:top;
  color: #025ec0;
  padding: 15px;
}
.title-zy>a>.title-log{
  width: 90px;
  height: 90px;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 5px;
  padding: 5px;
}
.title-zy>a>.title-log>img{
  width: 100%;
}
.title-zy>a>.d{
  display:flex;
  flex-direction: column;
  margin-left: 20px;
  font-size: 20px;
  padding-top: 10px;
  color: #333;
}
.title-zy>a:hover{
  background: #f5f5f5;
}
.ft{
  font-size: 14px!important;
  margin-top: 10px;
}
.zyk{
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: left;
  padding: 15px;
}
.zyk>span{
 background: url(/templates/csg/images/zyk.png) no-repeat 8px 50%;
 background-size: 14px;
padding: 5px 10px 5px 30px;
margin: 5px;
border: 1px solid #ddd;
}
.headerimg4{
  background: url(/templates/csg/images/headerung3.jpg) no-repeat left top;
}
.new-center-list {
  display: block;
  position: relative;
}

.new-center-list li {
  padding: 15px 0;
  border-bottom: 1px dashed #ddd;
}

.new-center-list li a {
  display: block;
  color: #333;
}

.new-img {
  float: left;
  margin-right: 20px;
  width: 200px;
  height: 132px;
  overflow: hidden;
}

.new-img img {
  display: block;
  width: 100%;
  height: 132px;
}

.new-text {
  overflow: hidden;
}

.new-text h4 {
  margin: 0px;
  padding: 10px 0;
  font-weight: 600;
}

.headerimg{
  position: relative;
}
.rutures{
position: absolute;
    right: 0px;
    top: 5px;
    padding-left: 24px;
    color: #fff;
    background: url(/templates/csg/images/index.png) no-repeat 8px 8px;
    background-size: 18px;
    background-color: #e6b61a;
    padding: 6px 6px 6px 34px;}
.rutures:hover{
   color: #fff;
}
.child-nav {
  width: 230px;
  margin-top: -90px;
  padding-left: 15px;
  min-height: 480px;
  background: #439969;

}

.child-nav-head {
  position: relative;
  margin-left: -10px;
}

.child-nav-head h2 {
  margin: 0;
  color: #fff;
  font-size: 24px;
  padding: 30px;
}

.child-nav-ct {
  display: block;
  background: #fff;
  padding-top: 20px;
}
.imgtu{
  position: relative;
  background: #fff;
}
.imgtu>img{
  width: 100%;
}
@media (max-width: 768px) {
  .top-bg {
    background: none;
  }

  .logo {
    padding: 20px;
  }

  .logo>img {
    width: 100%;
  }

  .carousel-inner>.item>img,
  .carousel-inner>.item>a>img {
    height: 22vh;
    width: 100%;
  }

  .carousel-indicators {
    bottom: -1px;
  }

  .navbar-toggle {
    margin-right: 0px;
    border: none;
    padding-right: 15px;
  }

  .navbar-default .navbar-toggle:focus,
  .navbar-default .navbar-toggle:hover {
    background-color: transparent;
  }

  .container>.navbar-header {
    margin-right: 0px;
    margin-left: 0px;
    background: #439969;
    border-top: 1px solid #439969;
  }
.rutures {
	display:none;
}

  .navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
  }

  .navbar-default .navbar-nav>li>a {
    width: 100%;
    border-bottom: 1px solid #cfcfcf;
    text-align: center;
  }

  .navbar-nav>li {
    padding: 0 15px;
  }

  .navbar-default .navbar-nav .open .dropdown-menu>li>a {
    color: #333;
    background-color: #fff;
  }

  .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus {
    color: #fff;
    background-color: transparent;
  }

  iframe {
    margin-bottom: -10px !important;
  }

  .p15 {
    padding: 0 15px !important;
  }

  .carousel-num {
    left: 75%;
  }

  .carousel-num {
    position: absolute;
    bottom: -3px;
    left: 75%;
    z-index: 15;
    width: 100px;
    padding-left: 0;
    margin-left: 0;
    text-align: center;
    list-style: none;
  }

  #btimg {
    width: 100%;
    height: 150px;
  }

  #btimg ul {
    width: 100%;
  }

  .bg-show {
    padding: 0 15px !important;
    margin-bottom: 20px;
  }

  .bg-show:hover {
    padding: 0;
    box-shadow: none;
    background: none;
  }

  .l-newimg {
    padding-right: 0px !important;
  }

  .r-newimg {
    padding-left: 0px !important;
  }

  .guide>a {
    width: 43%;
    padding: 15px 0;
    margin: 10px;
  }

  .hh {
    height: 165px !important;
  }

  .h {
    height: 136px !important;
  }

  .headerimg .logo h1 {
    display: block;
    text-align: center;
    font-size: 24px;
  }

  .jztu {
    display: none;
  }

  .mt20 {
    margin-top: 0px !important;
  }

  .mb20 {
    margin-bottom: 0px !important;
  }

  .type-list {
    display: none;

  }

  .company {
    padding: 12px 15px;
  }

  .conter-txt {
    width: 100%;
    border-color: transparent;
    min-height: 475px;
  }

  .child-nav {
    display: none;
  }
.cent-body{
  padding: 15px;
}
  .new-img {
    float: left;
    margin-right: 20px;
    width: 130px;
	height:auto;
    overflow: hidden;
}
.text-ct{
	display:none;
}
 .new-text h4 {
    margin: 0px;
    padding: 0px 0;
    font-weight: 600;
}
.new-img img {
    display: block;
    width: 100%;
    height: auto;
}

}
