@charset "UTF-8";
@import url(./iconfont.css);
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  font-size: 20px;
}

h1,
h2,
h3,
h4,
h5,
p,
body {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5 {
  font-weight: normal;
}

body {
  font-size: 0.7rem;
  position: relative;
  min-height: 100vh;
}

main {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

a {
  background-color: transparent;
  text-decoration: none;
  color: #333;
}

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

ul,
li {
  list-style: none;
  margin: 0;
  padding: 0;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

button,
input {
  /* 1 */
  overflow: visible;
}

button,
select {
  /* 1 */
  text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

.border-b {
  border-bottom: 1px solid #f1f1f1;
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

.container {
  width: 60rem;
  margin: 0 auto;
  padding: 0;
}

/*澶撮儴瀵艰埅*/
.top-nav {
  height: 2rem;
  line-height: 2rem;
  overflow: hidden;
  background: #f5f5f5;
  font-size: 0.6rem;
  color: #999;
}

.logo {
  overflow: hidden;
  margin: 1.5rem 0;
}
.logo img {
  width: auto;
}
.logo form {
  margin-top: 0.4rem;
}
.logo input[type="text"] {
  border: 1px solid #ddd;
  height: 2.2rem;
  line-height: 2.2rem;
  padding: 0 0.5rem;
  vertical-align: middle;
  width: 12.5rem;
  outline: none;
}
.logo input[type="text"]:focus {
  border-color: #8dbd1c !important;
}
.logo button {
  background: #8dbd1c;
  color: #fff;
  border: none;
  height: 46px;
  line-height: 2.2rem;
  font-size: 1rem;
  vertical-align: middle;
  padding: 0 0.8rem;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  margin-left: -6px;
}

.navbar-nav > li a.active {
  color: #fff;
  background: #0b519e;
}

.banner {
  width: 100%;
}

/*澶撮儴瀵艰埅*/
.nav {
  overflow: hidden;
  background: #8dbd1c;
  height: 3rem;
  line-height: 3rem;
  text-align: center;
}
.nav ul {
  display: flex;
  justify-content: space-between;
}
.nav li {
  flex: 1;
  height: 55px;
  line-height: 50px;
  margin-top: 7px;
}
.nav li:hover {
  border-radius: 20px 20px 0 0;

  background: #fff;
  color: #8dbd1c;
}
.nav li:hover a {
  color: #8dbd1c;
}
.nav .active {
  border-radius: 20px 20px 0 0;

  background: #fff;
  color: #8dbd1c;
  height: 55px;
}

.nav a {
  color: #fff;
  display: inline-block;
  font-size: 0.85rem;
}
.nav .active a {
  color: #8dbd1c;
}

.type {
  display: flex;
  line-height: 4.5rem;
  padding: 14px 0;
  border-bottom: 1px solid #f3f3f3;
}
.type a {
  position: relative;
  color: #666;
  flex: 1;
  text-align: center;
  overflow: hidden;
  display: flex;
}
.type a img {
  width: 48px;
  height: 48px;
}
.type a p {
  line-height: 48px;
  margin-left: 5px;
  color: #686868;
}
.type a p span {
  font-size: 18px;
}
.type a p span.Color1 {
  color: #73c8f1;
}
.type a p span.Color2 {
  color: #f9bc51;
}
.type a p span.Color3 {
  color: #9ebb44;
}
.type a p span.Color4 {
  color: #a5a4f4;
}
.type a p span.Color5 {
  color: #f5a8cc;
}
/* 四种登录 */
.userList {
  display: flex;
  justify-content: space-between;
  padding: 24px 0;
}
.userList li {
  width: 23%;
}
.userList li img {
  width: 100%;
}
.floor2 {
  display: flex;
  justify-content: space-between;
}
.floor2 .model-title {
  overflow: hidden;
  height: 46px;
  background-color: #edf1f4;
  border-bottom: 1px solid #9eca35;
}
.floor2 .model-title.item2 {
  border-bottom: 1px solid #d6a968;
}
.floor2 .inner {
  width: 48%;
}
.floor2 .inner .hangye {
  padding: 25px 0;
}
.floor2 .inner .hangye .hangyeBG {
  position: relative;
  width: 100%;
  height: 140px;
}
.floor2 .inner .hangye .hangyeBG p {
  position: absolute;
  bottom: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  background-color: #000;
  opacity: 0.8;
  color: #fff;
  padding: 6px;
}
.floor2 .inner .hangye .xinwen {
  display: flex;
  justify-content: space-between;
  padding: 17px 0;
}
.floor2 .inner .hangye .xinwen .left {
  display: flex;
  width: 100%;
}
.floor2 .inner .hangye .xinwen .left .title {
  width: 520px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.floor2 .inner .hangye .xinwen .left span {
  display: block;
  width: 8px;
  height: 8px;
  margin-right: 8px;
  margin-top: 4px;
  background-color: #7d9d18;
}
.floor2 .inner .hangye .xinwen .date {
  width: 20%;
  text-align: right;
}
.floor2 .inner .inner-bottom {
  display: flex;
  justify-content: space-between;
  padding: 25px 0;
}
.floor2 .inner .inner-bottom .zhuanye {
  width: 40%;
}
.floor2 .inner .inner-bottom .con {
  width: 56%;
  text-indent: 2em;
}
.floor2 .inner .inner-bottom .con .text {
  font-size: 14px;
  line-height: 26px;
}
.floor2 .inner .inner-bottom .con .text a {
  color: #b2c281;
}
/* 梯形 */
.front_div {
  position: relative;
  display: inline-block;
  color: white;
  height: 100%;
  width: 100px;
  z-index: 10;
  text-align: center;
  line-height: 46px;
}

.front_div::before {
  content: "";
  position: absolute;
  top: -10px;
  right: 0;
  bottom: 0;
  left: -20px;
  z-index: -1;
  background-color: #9eca35;
  transform: perspective(0.5em) rotateX(5deg);
}
.front_div.item2::before {
  background-color: #f19806;
}
.front_div.item3::before {
  background-color: #40a8dd;
}
.front_div.item4::before {
  background-color: #9fca34;
}
.front_div.item5::before {
  background-color: #faa82a;
}
.front_div.item6::before {
  background-color: #f07d78;
}
.shehui .model-title {
  overflow: hidden;
  height: 46px;
  background-color: #edf1f4;
  border-bottom: 1px solid #6ea0bb;
}
.shehui .shehui-bottom {
  display: flex;
  justify-content: space-between;
  padding: 25px 0;
}
.shehui .shehui-bottom li {
  width: 31%;
}
.shehui .shehui-bottom li img {
  width: 100%;
}

.aui-ellipsis-2 {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  word-break: break-all;
  white-space: normal !important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
#seachtypeid {
  border: 1px solid #ddd;
  height: 2.3rem;
  line-height: 2.3rem;
  padding: 0 0.5rem;
  vertical-align: middle;
  outline: none;
  border-right: none;
}

.floor1 {
  margin-top: 2rem;
  display: flex;
  justify-content: space-between;
}
.floor1 .l {
  width: 70%;
}
.floor1 .l ul {
  margin-top: 1.2rem;
  padding: 2rem 0;
  border: 2px solid #f1f1f1;
  display: flex;
  justify-content: space-between;
}
.floor1 .l ul li {
  flex: 1;
  text-align: center;
}
.floor1 .r {
  width: 27%;
  margin-left: 3%;
}
.floor1 .r ul {
  margin-top: 1.2rem;
  border-top: 2px solid #f1f1f1;
  border-left: 2px solid #f1f1f1;
  display: flex;
  flex-wrap: wrap;
}
.floor1 .r ul li {
  line-height: 1.3;
  width: 50%;
  text-align: center;
  box-sizing: border-box;
  border-bottom: 2px solid #f1f1f1;
  border-right: 2px solid #f1f1f1;
  padding: 0.7rem 0;
}
.floor1 .r .iconfont {
  font-size: 1.8rem;
  color: #f19e40;
}

.floor3 {
  margin-bottom: 30px;
}

.floor3 .model-title {
  overflow: hidden;
  height: 46px;
  background-color: #edf1f4;
  border-bottom: 1px solid #6ea0bb;
  display: flex;
  justify-content: space-between;
}
.floor3 .model-title .more {
  line-height: 47px;
}
.floor3 .curriculumList {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.floor3 .curriculumList li:nth-last-of-type(-n + 2) {
  height: 0;
  width: 23%;
}
.floor3 .curriculumList .curriculumItem {
  width: 23%;
  box-shadow: 0 0 10px #f0f0f0;
  margin: 25px 0;
}
.floor3 .curriculumList .curriculumItem img {
  display: block;
  width: 100%;
  height: 155px;
}
.floor3 .curriculumList .curriculumItem .aui-ellipsis-2 {
  font-size: 16px;
  font-weight: bold;
  margin: 10px;
}
.floor3 .curriculumList .curriculumItem .bottom {
  display: flex;
  justify-content: space-between;
  margin: 10px;
}
.build {
  margin-top: 2rem;
  background: #f4f4f4;
  text-align: center;
  padding-top: 2.3rem;
  padding-bottom: 0.9rem;
}
.build h2 {
  font-size: 1.1rem;
  color: #8dbd1c;
  margin-bottom: 2rem;
}
.build h4 {
  margin-bottom: 0.7rem;
}
.build a {
  border: 1px solid #e2e2e2;
  background: #fff;
  text-align: center;
  display: inline-block;
  padding: 0.5rem 1rem;
  margin: 0 0.2rem 0.9rem;
}

.footer {
  text-align: center;
  background: #363636;
  color: #cdcdcd;
  padding: 1.8rem 0;
}
.footer h3 {
  margin-bottom: 1.8rem;
}
.footer a {
  color: #fff;
}

.end {
  border-top: 1px solid #434343;
  line-height: 1.9rem;
  color: #cdcdcd;
  background: #363636;
  text-align: center;
  font-size: 0.6rem;
  padding: 20px 0;
  cursor: pointer;
  position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    z-index: 20;
}

.end a{
  color: #cdcdcd;
}

.xx_tiaozhuan {
  width: 2.5rem;
  height: 34px;
  text-align: center; /* float:right;*/
  margin-right: 5px;
}

.xx_gogo {
  background-color: #77a115;
  color: #fff;
  width: 2rem;
  border: 1px solid #67b0d1;
  text-decoration: none;
  height: 34px;
  line-height: 34px;
}

.xx_gongji {
  display: none !important; 
  float: left;
  border-right: 1px solid #ddd;
  line-height: 1.7rem;
}

.xxsub_rtti {
  width: 100%;
  height: 2rem;
  line-height: 2rem;
  font-size: 1rem;
  color: #8dbd1c;
  border-bottom: 1px solid #c8c8c8;
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 1rem 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
  margin: 5px;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 0.3rem 0.6rem;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
  z-index: 2;
  color: #fff;
  background-color: #77a115;
  border-color: #ddd;
}

.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #337ab7;
  border-color: #337ab7;
}

.pagination > .disabled > a,
.pagination > .disabled > a:focus,
.pagination > .disabled > a:hover,
.pagination > .disabled > span,
.pagination > .disabled > span:focus,
.pagination > .disabled > span:hover {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}


.zhuanyeyuandi {
  margin-top: 30px;
  overflow: hidden;
}
.zhuanyeyuandi .panel,
.zhuanyeyuandi .list-group-item {
  background: none;
}
.zhuanyeyuandi .panel-group {
  background: #fff;
  margin: 0;
}
.zhuanyeyuandi .panel-group .panel {
  border-radius: 0;
}
.zhuanyeyuandi .panel-heading {
  padding: 0;
}
.zhuanyeyuandi .panel-heading a {
  padding: 20px 15px;
  width: 100%;
  display: inline-block;
  box-sizing: border-box;
  font-size: 0.8rem;
}

.zhuanyeyuandi .panel-group .panel-heading + .panel-collapse > .list-group {
  padding-left: 10px;
}
.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover{
  color: #77a115;background-color: #fff;
}

.zhuanyeyuandi .list-group-item.active {
  color: #77a115;
  border: none;
}

.zhuanyeyuandi .list-group-item.active span {
  color: #77a115;
}

.dxx_rtul {
  margin-top: 20px;
  padding: 0;
}

.dxx_rtul li {
  display: block;
  height: 2.6rem;
  line-height: 2.6rem;
  background: url("../img/ico_zili.png") no-repeat 0 20px;
  font-size: 0.8rem;
  color: #000;
}

.dxx_rtul li a {
  display: inline-block;
  width: 100%;
  height: 100%;
  margin-left: 15px;
  color: #000;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.dxx_rtul li span {
  width: 165px;
  display: inline-block;
  float: right;
  text-align: right;
}

.col-lg-3 {
  width: 25%;
  float: left;
  position: relative;
  border: 1px solid #eaeaea;
  padding: 0;
}

.col-lg-9 {
  width: 75%;
  float: left;
  padding-left: 3%;
  box-sizing: border-box;
  position: relative;
}

span.diolt {
  position: relative;
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border: 1px solid #999;
}
span.diolt:before {
  -display: none;
  content: "";
  width: 4px;
  height: 4px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  background: #999;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border: 1px solid #999;
}

.xb{
  display: flex;
  justify-content: center;
}
#login_form div {
  margin: 10px 0;
  text-align: center;
}
#login_form input {
  outline: none;
  border: 1px solid #ddd;
  height: 25px;
}
#login_form img {
  vertical-align: middle;
}
#login_form input:focus {
  border-color: #8dbd1c !important;
}
#login_form #submitd {
  background: #8dbd1c;
  height: 2.2rem;
  color: #fff;
  line-height: 2.2rem;
  width: 200px;
}

.btn-info{
  background-color: #7ca819;
  border: 1px solid #8dbd1c;
}
.btn-info:hover{
  background-color: #8dbd1c;

}
/*# sourceMappingURL=common.css.map */
