body {
  background: url("../image/bodyBgc.jpg");
}
.banner_box {
  position: relative;
  background: red;
}
.banner_box .title_search img {
  display: block;
  width: 100%;
}
.indicators_box li {
  width: 60px;
  height: 10px;
  background-color: #ffffff;
  border-radius: 5px;
  opacity: 0.7;
  border: none;
  margin: 0 20px;
}
.indicators_box li.active {
  width: 60px;
  height: 10px;
  background-color: #e92a37;
  box-shadow: 0.8px 2.9px 6px 0px rgba(6, 6, 6, 0.1);
  border-radius: 5px;
}
.title_search {
  z-index: 999;
  color: #fff;
  width: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-60%) translateX(-50%);
}
.title_search .search {
  width: 80%;
  margin: 5% auto 0;
  position: relative;
}
.title_search .search > ul {
  position: absolute;
  top: 50px;
  left: 0;
  width: 70%;
}
.title_search .search > ul li {
  box-sizing: border-box;
  background-color: rgba(255, 255, 255, 0.5);
  padding: 7px 0 7px 10px;
  cursor: pointer;
  color: #000;
}
.title_search .search > ul li:hover {
  background-color: rgba(254, 69, 69, 0.5);
  color: #fff;
}
.title_search .search .btn_a {
  position: absolute;
  line-height: 50px;
  text-align: center;
  width: 17%;
  height: 50px;
  background-color: #fe4545;
  border-radius: 0px 6px 6px 0px;
  font-size: 1.5rem;
  letter-spacing: 1.2px;
  color: #ffffff;
}
.title_search .search input {
  box-sizing: border-box;
  padding-left: 10px;
  width: 70%;
  height: 50px;
  background-color: #ffffff;
  border-radius: 6px 0 0 6px;
  opacity: 0.7;
  color: #000;
  font-size: 1.5rem;
}
@media (max-width: 768px) {
  .title_search .search .btn_a {
    height: 25px;
    line-height: 25px;
    font-size: 1rem;
  }
  .title_search .search input {
    height: 25px;
  }
  .indicators_box li {
    width: 30px;
    margin: 0 5px;
  }
  .indicators_box li.active {
    width: 30px;
  }
}
.index_title {
  margin: 75px 0 68px 0;
  position: relative;
}
.index_title img {
  width: 100%;
}
.index_title .title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 45%;
  height: 77%;
  box-sizing: border-box;
  border: solid 2px #ffffff;
  margin-top: -10px;
  padding: 1% 1.2%;
}
.index_title .title span {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
  background: #fff;
}
.index_title .title span a {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: '楷体';
  font-size: 2.3rem;
  letter-spacing: 1.1px;
  color: #333333;
  word-break: keep-all;
  /* 不换行 */
  white-space: nowrap;
}
@media (max-width: 768px) {
  .index_title {
    margin: 55px 0 18px 0;
  }
  .index_title img {
    display: none;
  }
  .index_title .title {
    width: 60%;
    height: 30px;
  }
  .index_title .title span a {
    font-size: 12px;
  }
}
.message {
  background-image: url("../image/main_bgc3.jpg");
  background-position: center center;
}
@media (min-width: 1170px) {
  .liShow {
    position: relative;
    width: 100%;
  }
  .liShow img {
    position: absolute;
    width: 50%;
    height: 365px;
  }
  .liShow .list_text {
    position: relative;
    box-sizing: border-box;
    width: 50%;
    height: 365px;
    margin-left: 50%;
    background: #fff;
    overflow: hidden;
  }
  .liShow .list_text h3 {
    font-size: 26px;
    color: #333;
    margin-left: 23.7%;
    margin-top: 57px;
  }
  .liShow .list_text i {
    display: inline-block;
    width: 61%;
    height: 2px;
    background-color: #333333;
    margin: 18px 0 25px 0;
    margin-left: 23.7%;
  }
  .liShow .list_text p {
    width: 69%;
    font-size: 16px;
    line-height: 24px;
    color: #333333;
    margin-left: 23.7%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
  }
  .liShow .list_text h4 {
    position: absolute;
    left: 35px;
    top: 45px;
    font-family: SimSun-ExtB;
    font-size: 16px;
    color: #333333;
  }
  .liShow .list_text h4 span {
    display: block;
    font-size: 50px;
    letter-spacing: 2px;
    color: #333333;
  }
  .liShow .list_text > a {
    position: absolute;
    right: 59px;
    bottom: 49px;
    width: 94px;
    height: 30px;
    border-radius: 4px;
    border: solid 2px #000000;
    font-size: 16px;
    line-height: 30px;
    color: #333333;
    text-align: center;
    margin-top: 69px;
  }
  .message {
    padding-bottom: 50px;
  }
  .message > a {
    display: block;
    margin: 180px auto 0;
    width: 127px;
    height: 31px;
    text-align: center;
    background-color: #ffffff;
    border-radius: 4px;
    border: solid 1px #ffffff;
    font-size: 18px;
    line-height: 31px;
    color: #9a0000;
  }
  .message li {
    position: relative;
    float: left;
    width: 33.3%;
    box-sizing: border-box;
    padding: 0 4%;
    margin-top: 30px;
  }
  .message li:nth-child(4) {
    display: none;
  }
  .message li img {
    display: none;
  }
  .message li h3 {
    font-size: 18px;
    color: #ffffff;
    margin-left: 63px;
  }
  .message li i {
    margin: 14px 0 0px 0;
    margin-left: 63px;
    display: inline-block;
    width: 50%;
    height: 1px;
    background-color: #ffffff;
  }
  .message li p {
    margin-left: 63px;
    font-size: 14px;
    line-height: 24px;
    color: #ffffff;
    overflow: hidden;
    height: 63px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
  .message li h4 {
    position: absolute;
    left: 25px;
    top: 0px;
    font-family: SimSun-ExtB;
    font-size: 16px;
    color: #fff;
  }
  .message li h4 span {
    display: block;
    font-size: 50px;
    letter-spacing: 2px;
    color: #fff;
  }
  .message li a {
    position: absolute;
    right: 70px;
    bottom: -80px;
    width: 94px;
    height: 30px;
    border-radius: 4px;
    border: solid 2px #ffffff;
    font-size: 16px;
    line-height: 30px;
    color: #fff;
    text-align: center;
    margin-top: 69px;
  }
}
@media (min-width: 750px) and (max-width: 1170px) {
  .message {
    background-image: none;
  }
  .message > a {
    display: block;
    margin: 20px auto 0;
    width: 94px;
    height: 30px;
    border-radius: 4px;
    border: solid 2px #971b1b;
    text-align: center;
    font-size: 16px;
    color: #971b1b;
  }
  .message li {
    float: left;
    width: 46%;
    background: #fff;
    margin: 15px 1%;
    box-sizing: border-box;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  }
  .message li img {
    display: inline-block;
    width: 100%;
  }
  .message li .list_text {
    position: relative;
    padding-bottom: 8px;
  }
  .message li .list_text h3 {
    font-size: 26px;
    color: #333333;
    margin: 10px 15px 0 15px;
    width: 60%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .message li .list_text i {
    display: inline-block;
    width: 70%;
    height: 2px;
    background-color: #333333;
    margin: 0 15px;
  }
  .message li .list_text p {
    margin: 0 15px;
    overflow: hidden;
    height: 63px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
  }
  .message li .list_text h4 {
    position: absolute;
    top: 6px;
    right: 15px;
    padding-right: 18px;
  }
  .message li .list_text h4 span {
    float: right;
    margin-right: -25px;
    text-align: right;
  }
  .message li .list_text h4 span:before {
    position: absolute;
    content: "";
    height: 16px;
    width: 1.5px;
    margin-top: 1px;
    background: #333;
    opacity: 0.7;
    transform: rotate(15deg);
  }
  .message li .list_text > a {
    display: block;
    width: 32px;
    margin: 15px auto 0;
  }
}
@media (max-width: 750px) {
  .message {
    background-image: none;
  }
  .message > a {
    display: block;
    margin: 20px auto 0;
    width: 94px;
    height: 30px;
    border-radius: 4px;
    border: solid 2px #971b1b;
    text-align: center;
    font-size: 16px;
    color: #971b1b;
  }
  .message li {
    width: 100%;
    background: #fff;
    margin: 15px 0;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  }
  .message li img {
    display: inline-block;
    width: 100%;
  }
  .message li .list_text {
    position: relative;
    padding-bottom: 8px;
  }
  .message li .list_text h3 {
    font-size: 26px;
    color: #333333;
    margin: 10px 15px 0 15px;
    width: 60%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .message li .list_text i {
    display: inline-block;
    width: 70%;
    height: 2px;
    background-color: #333333;
    margin: 0 15px;
  }
  .message li .list_text p {
    margin: 0 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
  }
  .message li .list_text h4 {
    position: absolute;
    top: 6px;
    right: 15px;
    padding-right: 18px;
  }
  .message li .list_text h4 span {
    float: right;
    margin-right: -25px;
    text-align: right;
  }
  .message li .list_text h4 span:before {
    position: absolute;
    content: "";
    height: 16px;
    width: 1.5px;
    margin-top: 1px;
    background: #333;
    opacity: 0.7;
    transform: rotate(15deg);
  }
  .message li .list_text > a {
    display: block;
    width: 32px;
    margin: 15px auto 0;
  }
}
.container > a,
.base > a,
.achievement > a {
  display: block;
  margin: 20px auto 0;
  width: 94px;
  height: 30px;
  border-radius: 4px;
  border: solid 2px #971b1b;
  text-align: center;
  font-size: 16px;
  color: #971b1b;
}
.directories_list a {
  display: block;
  color: #333;
  background: #fff;
}
.directories_list .row {
  margin: 0;
  padding: 0;
}
.directories_list .row .col-* {
  margin: 0;
  padding: 0;
}
.directories_list .col_item_lg {
  box-sizing: border-box;
  padding: 32px 0 50px 34px;
  position: relative;
  background: #fff;
}
.directories_list .col_item_lg img {
  position: absolute;
  left: 0;
  width: 100%;
  height: 400px;
  margin-top: 168px;
}
.directories_list .col_item_lg h3 {
  font-size: 22px;
  color: #333333;
}
.directories_list .col_item_lg h4 {
  font-size: 14px;
  line-height: 24px;
  color: #333333;
  margin: 24px 0 16px 0;
}
.directories_list .col_item {
  text-align: left;
}
.directories_list .col_item img {
  width: 100%;
  height: 200px;
}
.directories_list .col_item h3 {
  font-size: 22px;
  color: #333;
  margin-top: 40px;
}
.directories_list .col_item h4 {
  font-size: 14px;
  color: #333;
  margin: 10px 0;
}
.directories_list .col_item p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
@media (min-width: 1170px) {
  .directories_list {
    background: #fff;
  }
}
@media (min-width: 992px) {
  .col-md-6 {
    padding: 0 !important;
  }
  .col_item h3,
  .col_item p {
    margin-left: 10px;
    margin-right: 10px;
  }
}
@media (min-width: 1200px) {
  .col-lg-6,
  .col-sm-6,
  .col-xs-12,
  .col-md-12 {
    padding: 0;
  }
}
@media (max-width: 970px) {
  .directories_list a {
    display: block;
    color: #333;
    background: #fff;
    margin: 10px;
    padding-bottom: 15px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    overflow: hidden;
  }
  .directories_list .col_item {
    box-sizing: border-box;
  }
  .directories_list .col_item img {
    width: 100%;
  }
  .directories_list .col_item h3 {
    margin: 5px 0 10px 15px;
  }
  .directories_list .col_item h4 {
    margin: 0 15px;
  }
  .directories_list .col_item p {
    margin: 0 15px;
  }
}
@media (max-width: 750px) {
  .directories_list .col-md-6 {
    padding: 0;
  }
  .directories_list .col_item h3 {
    margin: 5px 0 10px 15px;
  }
  .directories_list .col_item h4 {
    margin: 0 15px;
  }
  .directories_list .col_item p {
    margin: 0 15px;
  }
}
.base img {
  width: 100%;
}
.base .base_list .base_item {
  display: block;
  width: 98%;
  color: #333;
  background: #fff;
  margin: 10px 5px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  padding-bottom: 12px;
}
.base .base_list .base_item img {
  display: block;
  margin: 0 auto;
}
.base .base_list .base_item h4 {
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  line-height: 30px;
  letter-spacing: 0.9px;
  color: #504d4c;
  margin: 10px 0;
}
.base .base_list .base_item p {
  width: 80%;
  margin: 0 auto;
}
.base .base_list .base_item p:nth-of-type(2) {
  text-align: right;
}
@media (min-width: 1170px) {
  .base {
    background-image: url("../image/main_bgc_02.jpg");
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 100% 474px;
    padding-bottom: 50px;
  }
  .base > a {
    background: #fff;
  }
}
.achievement_list {
  overflow: hidden;
}
.achievement_list img {
  width: 100%;
}
.achievement_list .achievement_item {
  display: block;
  background: #fff;
  margin: 8px;
  overflow: hidden;
}
.achievement_list .achievement_text {
  height: 100%;
  width: 100%;
  padding: 4px 10px 15px 10px;
}
.achievement_list .achievement_text h3 {
  font-size: 18px;
  letter-spacing: 0.7px;
  color: #333;
}
.achievement_list .achievement_text i {
  display: inline-block;
  width: 37px;
  height: 4px;
  background-color: #333;
  border-radius: 2px;
}
.achievement_list .achievement_text p {
  font-size: 12px;
  line-height: 20px;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.achievement_list .achievement_text em,
.achievement_list .achievement_text span {
  display: none;
}
@media (min-width: 1170px) {
  .achievement_list .achievement_item {
    margin: 16px 8px;
    position: relative;
  }
  .achievement_list .achievement_item img {
    height: 270px;
  }
  .achievement_list .achievement_item:hover .achievement_text {
    opacity: 1;
    transition: opacity 0.3s;
  }
  .achievement_list .achievement_item:hover .achievement_text p {
    line-height: 20px;
    transition: line-height 0.3s;
  }
  .achievement_list .achievement_text {
    position: absolute;
    top: 0px;
    width: 100%;
    background: rgba(0, 0, 0, 0.3);
    opacity: 0;
  }
  .achievement_list .achievement_text i {
    background: #fff;
  }
  .achievement_list .achievement_text h3 {
    margin-top: 20px;
  }
  .achievement_list .achievement_text h3,
  .achievement_list .achievement_text p {
    color: #fff;
  }
  .achievement_list .achievement_text p {
    line-height: 50px;
  }
  .achievement_list .achievement_text em {
    position: absolute;
    bottom: 20px;
    right: 90px;
    display: inline-block;
    height: 120px;
    width: 2px;
    background: #fff;
    box-shadow: 2px;
    transform: rotate(45deg);
  }
  .achievement_list .achievement_text span {
    display: inline-block;
    position: absolute;
    right: 50px;
    bottom: 45px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 1px solid #fff;
    text-align: center;
    line-height: 17px;
    color: #fff;
    opacity: 0.7;
  }
}
/*# sourceMappingURL=index.css.map */