@charset "UTF-8";
/*
 *  技术单位: {SFCMS_DELEVEPER}
 *  软件开发: 石范 (S.F)
 *  开发日期: 1/19/19 1:23 PM
 ******************************************************************************/
/*消息页*/
.sfcms_messagebox {
  width: 100%;
  height: auto;
  overflow: hidden;
  background: #ffffff;
  margin-bottom: 20px;
}

.sfcms_messagebox img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

.sfcms_messagebox .info {
  width: 100%;
  line-height: 45px;
  text-align: center;
  font-size: 32px;
  font-weight: bold;
  height: auto;
  overflow: hidden;
  color: #ff6600;
}

.sfcms_messagebox .info .redirect {
  width: auto;
  margin: 0 auto;
  max-width: 450px;
  min-width: 100px;
  background: #1c98ff;
  border-radius: 5px;
  font-size: 14px;
  color: #ffffff;
}

.sfcms_messagebox .info .redirect a {
  color: #ffffff;
  padding: 0;
  margin: 0;
  width: 120px;
}

.index_title_box {
  width: 100%;
  height: auto;
  overflow: hidden;
  text-align: center;
  margin-top: 20px;
}

.index_title_box .bigtitle {
  width: 100%;
  height: 30px;
  line-height: 30px;
  font-size: 20px;
}

.index_title_box .mintitle {
  width: 95%;
  margin: 0 auto;
  height: 20px;
  line-height: 20px;
  font-size: 12px;
  color: #666666;
  background: url(../images/titlebg.png) no-repeat center center;
}

.nei_banner {
  width: 100%;
  height: auto;
  overflow: hidden;
}

.nei_banner img {
  width: 100%;
}

.nei_class_box {
  width: 100%;
  height: 38px;
  background: #fafafa;
  border-bottom: #ebebeb 1px solid;
}

.nei_class_box .class_list {
  display: block;
  width: 33.3%;
  float: left;
  text-align: center;
  height: 38px;
  line-height: 38px;
  font-size: 14px;
  color: #333333;
}

.nei_class_box .class_list_hover {
  display: block;
  width: 33.3%;
  float: left;
  text-align: center;
  height: 38px;
  line-height: 38px;
  font-size: 14px;
  background: #008ED5;
  color: #ffffff;
}

.am-paragraph {
  font-size: 14px;
}

.headbar {
  padding: 20px 10px;
}
.headbar .headbox {
  width: 100%;
  display: flex;
  align-items: center;
}
.headbar .headbox img {
  height: 30px;
}
.headbar .headbox .logo2 {
  margin-left: 20px;
}

.navbox {
  width: 100%;
  height: 70px;
  overflow: hidden;
  background: #B31111;
}

.navbox a {
  display: block;
  width: 25%;
  height: 35px;
  line-height: 35px;
  text-align: center;
  font-size: 14px;
  color: #ffffff;
  float: left;
  border-left: #ffffff 1px solid;
  border-top: #ffffff 1px solid;
  overflow: hidden;
}

.navbox a:nth-child(4n+1) {
  border-left: 0;
}

.navbox a.active {
  background: #6c0909;
}

.banner {
  width: 100%;
  background: url("/app/themes/pc/images/banner.png") no-repeat center center;
  background-size: cover;
}
.banner .itembox {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30px;
  flex-wrap: wrap;
}
.banner .itembox .item {
  display: block;
  background: #EE8205;
  border: #c8c8c8 1px solid;
  border-radius: 5px;
  padding: 20px;
  width: 45%;
  text-align: center;
  margin: 10px 0;
}
.banner .itembox .item img {
  width: 40px;
  height: 40px;
}
.banner .itembox .item .tit {
  margin-top: 10px;
  color: #fff;
  font-size: 20px;
  font-weight: 800;
}
.banner .itembox .item .btns {
  background: #880707;
  color: #fff;
  margin-top: 10px;
  padding: 4px 0;
  font-size: 14px;
}

.newsbox {
  padding: 20px;
}
.newsbox .titbox {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: #B31111 2px solid;
  padding-bottom: 10px;
}
.newsbox .titbox .t {
  font-weight: 600;
  font-size: 16px;
  color: #B01111;
}
.newsbox .titbox .more {
  color: #EB7709;
  font-size: 12px;
}
.newsbox .listbox .item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 5px 0;
  position: relative;
  width: 100%;
}
.newsbox .listbox .item:before {
  width: 6px;
  height: 6px;
  content: "";
  background: #B31111;
  position: absolute;
  left: 0;
  top: 12px;
}
.newsbox .listbox .item .tt {
  margin-left: 20px;
  color: #333;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
}
.newsbox .listbox .item .date {
  color: #B31111;
  font-size: 14px;
  flex-shrink: 0;
  margin-left: 10px;
}
.newsbox .frombox {
  margin-top: 20px;
}

.shoulitongji {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
  padding: 20px;
}
.shoulitongji .item {
  width: 33.3%;
  background: #fafafa;
  text-align: center;
  padding: 10px;
}
.shoulitongji .item .text {
  text-align: center;
}
.shoulitongji .item .text .title {
  font-size: 14px;
}
.shoulitongji .item .text .num {
  font-weight: 800;
  font-size: 16px;
}

.footerbox {
  background: #AA1212;
  margin-top: 20px;
}
.footerbox .foot .linkbox {
  padding: 15px 0;
  border-bottom: rgba(255, 255, 255, 0.5) 1px solid;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  font-size: 14px;
  text-align: center;
}
.footerbox .foot .linkbox .t {
  color: #fff;
  margin-right: 10px;
}
.footerbox .foot .linkbox a {
  color: #fff;
  display: inline;
  margin: 0 10px;
}
.footerbox .foot .info {
  padding: 20px 0;
  text-align: center;
  color: #fff;
  font-size: 14px;
}
.footerbox .foot .info p {
  line-height: 1.5;
}

.neiboxmain {
  padding: 20px;
}

.sub-cont .nydqwz {
  height: 50px;
  margin-bottom: 20px;
  border-bottom: 2px solid #B31111;
}

.sub-cont .guide {
  padding: 20px 0;
  float: right;
  color: #999;
}

.sub-cont .guide a {
  color: #999;
}

.sub-cont .class-name {
  font-size: 24px;
  color: #333;
  float: left;
}

.page-detail .tishi {
  color: #B31111;
  padding: 10px;
  background: #fafafa;
}
.page-detail .noempty {
  background-color: #ffffe6;
}
.page-detail .inputbox {
  border: 1px #D0D0D0 solid;
  height: 30px;
  width: 100%;
  line-height: 30px;
  padding: 0 5px;
}
.page-detail table {
  font-size: 14px;
}
.page-detail table td {
  padding-left: 10px;
}
.page-detail .bot22 {
  width: 130px;
  height: 50px;
  background: #B31111;
  color: #fff;
  border: 0;
  font-size: 16px;
}
.page-detail .bot23 {
  width: 130px;
  height: 50px;
  background: #ebebeb;
  color: #333;
  border: 0;
  font-size: 16px;
}

.resultbox {
  text-align: center;
  padding: 50px 0;
}
.resultbox .result_title_text {
  text-align: center;
  font-size: 24px;
  color: #11b34a;
}
.resultbox .tishibox {
  margin-top: 30px;
}
.resultbox .bainhao {
  margin-top: 20px;
  color: #ff0000;
}
.resultbox .bainhao span {
  margin: 0 20px;
}

.chaxundetail table td {
  height: 40px;
  padding: 10px;
}

/*# sourceMappingURL=app.css.map */
