.newscontent .new-top-title {
  font-size: 24px;
  line-height: 30px;
  position: relative;
  border-bottom: 2px solid #eae8e8;
  padding-bottom: 5px;
}
.newscontent .new-top-title .slot {
  display: inline-block;
  position: absolute;
  width: 100px;
  height: 3px;
  left: 0;
  bottom: -1px;
  background: #e63c3c;
}
.newscontent .new-top-title .pull-right {
  font-size: 14px;
  color: #999;
  position: relative;
  top: 7px;
}
.newscontent .hottitle {
  display: inline-block;
  white-space: nowrap;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 18px;
}
.newscontent .hotdetail {
  margin-top: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.newscontent .hotdate {
  color: #999;
}
.newscontent .hotimg {
  height: 100px;
}
.newscontent .indexnews {
  margin-top: 20px;
}
.newscontent .indexnews li {
  background: url("../images/newsslot.gif") no-repeat left center;
  padding-left: 20px;
  margin-bottom: 6px;
}
.newscontent .indexnews li .pull-right {
  color: #999;
}
.newscontent .indexnews li .realtitle1 {
  display: inline-block;
  white-space: nowrap;
  width: 80%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.righttop {
  background: url("../images/rightpic.jpg") no-repeat center top;
  padding: 40px;
  border-radius: 5px;
  color: #fff;
  text-align: center;
}
.righttop .righttitle {
  font-size: 26px;
  margin-bottom: 10px;
}
.righttop .rightlink {
  width: 160px;
  margin: 0 auto;
  height: 40px;
  line-height: 40px;
  border-radius: 20px;
  font-size: 18px;
  background: #f18d2b ;
}
.righttop .rightlink a {
  color: #fff;
}
.rightul {
  margin-top: 20px;
}
.rightul li {
  background: url("../images/rightul1.jpg") no-repeat center top;
  height: 72px;
  line-height: 72px;
  margin-bottom: 15px;
  padding-left: 40px;
  font-size: 18px;
}
.rightul li.li2 {
  background: url("../images/rightul2.jpg") no-repeat center top;
}
.rightul li.li3 {
  background: url("../images/rightul3.jpg") no-repeat center top;
}
.rightul li.li1 a {
  color: #fff;
}
.rightul li .righttext {
  display: inline-block;
  width: 200px;
}
.adbanner {
  height: 192px;
  background: url("../images/banner.jpg") no-repeat center;
  background-size: 100% 100%;
}
.graybg {
  background: #f6f6f6;
  padding: 20px 0;
}
ul,
li {
  list-style: none;
}

#tablist li {
  float: left;
  color: #cc3333;
  width:201px;
  margin-bottom:10px;
  padding:10px 0;
  text-align: center;
  margin-right: 10px;
  background: #fff;
  cursor: pointer;
  border: 1px solid #ececec;
  transition: all ease .3s;
}
.box {
  width: 100%;
  margin: 10px auto;
  position: relative;
  margin-top: 15px;
}
#tablist li:hover {
  background: #cc3333;
  color: #fff;
}
#tablist li.tabin {
  background: #cc3333;
  color: #ffffff;
}
.content-box {
  width: 100%;
  background: #fff;
  padding: 20px;
  margin-top: 20px;
}
.content {
  padding: 10px;
  display: none;
}
.contentin {
  display: block;
}
.content h1 {
  font-size: 18px;
  margin-bottom: 20px;
  margin-top: 20px;
}
.content p {
  font-size: 14px;
}
.project .proul {
  display: inline-block;
  padding: 5px 10px;
  position: relative;
  width: 100%;
  margin-bottom: 10px;
  background: url("../images/proslot.gif") no-repeat left center;
}
.project .proul .intop {
  position: absolute;
  padding: 5px 10px;
  top: 10px;
  left: 0;
  background: #f00;
  display: none;
}
.rightad li {
  margin-bottom: 20px;
}
.shoolsimg .col-2 {
  width: 12.5%;
  margin-top: 20px;
  margin-bottom: 15px;
}
.shoolsimg .col-2 img {
  width: 110px;
  height: 110px;
  border-radius: 50%;
}
.shoolsimg .col-2 p {
  text-align: center;
  margin-top: 10px;
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 40px;
}
