body {
  font-size: 14px;
  background-color: #fef0cd;
  font-family: -apple-system,BlinkMacSystemFont,Helvetica Neue,PingFang SC,Microsoft YaHei,Source Han Sans SC,Noto Sans CJK SC,WenQuanYi Micro Hei,sans-serif;
}

a {
  text-decoration: none;
  color: inherit;
}

ul,
li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.animated.faster {
  -webkit-animation-duration: .3s;
  animation-duration: .3s;
}

.wrap {
  width: 930px;
  margin: 0 auto;
}

.main {
  background-image: url("../images/index_bg.jpg");
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 7px;
}

.content {
  background-color: #fff;
}

.menu__item {
  display: inline-block;
  color: #fff;
  width: 100px;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 9px 0 9px 20px;
  font-size: 14px;
  padding-left: 20px;
  position: relative;
}

.menu {
  background-image: url("../images/menu_bg.png");
  height: 38px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 0;
  padding: 0 5px;
  white-space: nowrap;
}

/*
.menu__item:last-child:after {
  content: "";
}
*/

.search {
  background-color: #e8e8e8;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#e8e8e8), color-stop(20%, #ffffff));
  background-image: linear-gradient(0deg, #e8e8e8 0%, #ffffff 20%);
  height: 44px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 2px;
  margin-bottom: 5px;
}

.search__s {
  width: 22px
}

.search__input {
  margin: 0 20px;
  padding: 2px;
  display: inline-block;
  border: 1px solid #ccc;
  -webkit-box-shadow: inset 0 1px 3px #ddd;
  box-shadow: inset 0 1px 3px #ddd;
  border-radius: 4px;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
}

.search__t {
  color: #943630;
  font-weight: 600;
  margin: 0 5px;
}

.search__button {
  background-color: #943630;
  color: #fff;
  padding: 2px 10px;
  border-radius: 2px;
  cursor: pointer;
}

.ul-list {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.ul-list__title {
  height: 17px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ul-list__date {
  color: #943630;
  height: 15px;
}

.ul-list__li {
  font-size: 12px;
  border-bottom: 1px dashed #9E9E9E;
  padding: 7px 0;
  display: block;
}

.main-left {
  display: inline-block;
  width: 202px;
  margin-right: 5px;
}

.list-a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 5px -5px -10px -5px;
}





.ul-list-box {
  padding: 0 7px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #943630;
}

.list-b {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 3px -5px;
}

.yygh {
  margin: 10px 0;
}

.sp {
  width: 494px;
  height: 190px;
  display: inline-block;
  margin-right: 2px;
}

.main-right {
  display: inline-block;
  vertical-align: top;
  width: 703px;
  overflow: hidden;
}

.yx {
  display: inline-block;
  vertical-align: top;
  height: 190px;
}

.n-title {
  border-left: 2px solid #fff;
  color: #fff;
  display: inline-block;
  padding: 0px 6px;
  line-height: 12px;
  font-weight: 600;
  margin-left: 5px;
}

.n-box {
  border-top: 1px solid #943630;
  border-bottom: 1px solid #943630;
}

.n-t-b {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #943630;
  display: inline-block;
  height: 25px;
  padding-top: 3px;
}



.n-box__more {
  font-size: 12px;
  color: #943630;
  display: inline-block;
  float: right;
  margin-top: 4px;
  margin-right: 5px;
}



.triangle-bottomright {
  width: 0;
  height: 0;
  border-bottom: 25px solid #943630;
  border-right: 23px solid transparent;
  background-color: white;
  display: inline-block;
  margin-left: -5px;
  vertical-align: top;
}

.news_b__list {
  display: inline-block;
  width: 383px;
  padding-top: 5px;
}

.news_b__img {
  display: inline-block;
}

.new_b__img {
  width: 282px;
  height: 147px;
  background-position: center;
  background-size: cover;
}

.news_b__left {
  display: inline-block;
  vertical-align: top;
  padding-top: 11px;
  margin-right: 10px;
  padding-left: 3px;
}

.new_b__title {
  text-align: center;
  margin-top: 5px;
}

.jrcz {
  margin-top: 10px;
}

.mz__item {
  float: left;
  background-image: url(../images/mz_bg.png);
  width: 216px;
  height: 40px;
  color: #943630;
  font-size: 14px;
  font-weight: 600;
  padding: 10px 22px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
      margin: 8.6px 6px;

}

.myhc {
  margin-top: 10px;
}

.my-box__img {
  width: 122px;
  height: 160px;
  display: block;
}

.my-box {
  float: left;
  margin: 11px 13.6px 0px 13.6px;
  width: 122px;
}

.my-box__text {
  text-align: center;
  font-size: 14px;
  margin-top: 3px;
}

.index_list {
  margin-top: 10px;
  -webkit-transition: All 0.5s ease;
  transition: All 0.5s ease;
}

.b_box_item {
  display: inline-block;
  color: #943630;
  font-weight: 600;
  margin-top: 3px;
  padding: 2px 11px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;

  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  height: 25px;

  cursor: pointer;
}

.b_box__title {
  height: 27px;
  padding-left: 5px;
  background-color: #d0a5a3;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(35%, #d0a5a3), to(#ffffff));
  background-image: linear-gradient(0deg, #d0a5a3 35%, #ffffff 100%);
  overflow: hidden;
  position: relative;
}

.b_box {
  border: 1px solid #943630;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;

}

.b_box_active {
  background-color: #943630;
  color: #fff;
}

.b_box_content {
  height: 278px;
  padding: 0 7px;
}

.b_box_n_img {
  display: inline-block;
  width: 136px;
  height: 110px;
  background-size: cover;
  background-position: center;
  margin-top: 5px;
  margin-right: 5px;
}

.b_box_n {
  margin-top: 5px;
  border-bottom: 1px dashed #9e9e9e;
  padding-bottom: 5px;
  margin-bottom: 5px;
}

.n_text_title {
font-size: 16px;
    color: #dd0000;
    margin-bottom: 8px;
    height: 42px;
    overflow: hidden;
}

.b_box_n_text {
  display: inline-block;
  vertical-align: top;
  width: 289px;
  padding: 4px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.n_text_p {
  line-height: 1.7;
  color: #943630;
  font-size: 12px;
  height: 61px;
  overflow: hidden;
}

.b_box_b__item {
  font-size: 12px;
  margin: 10px 0;
  height: 16px;
  display: block;
  white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}



.b_box_wrap {
  display: none;
  /*  min-height: 273px;*/
}

.index_list__12 {
  padding: 0 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 10px;
}

.b_box__more {
  position: absolute;
  right: 4px;
  top: 6px;
  font-size: 12px;
  color: #943630;
}

.f_l {
  margin: 5px 0 10px 0;
  background-color: #e8e8e8;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #d7bbb3), color-stop(20%, #ffffff));
  background-image: linear-gradient(180deg, #d7bbb3 1%, #ffffff 20%);
  border: 1px solid #943630;
}

.f_l_text {
  display: inline-block;
  width: 26px;
  text-align: center;
  background-color: #943630;
  color: #fff;
  padding: 2px 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 78px;
  line-height: 1.3;
}

.f_l__img {
  width: 172px;
  height: 54px;
}

.f_l_list {
  display: inline-block;
  vertical-align: top;
  padding: 11px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 78px;
}

.f_l_item {
  float: left;
  margin-right: 5px;
}

.footer {
  text-align: center;
  padding: 5px;
  background-color: #943630;
  color: #fff;
}

.artclass {
  display: block;
  text-align: center;
}

.artclass_title {
  border: 0;
  margin: 0;
}

.b_box_bb {
  margin: -7px -5px;
  display: none;
}

.art_item {
  text-align: center;
  font-size: 14px;
  background-color: #d0a5a3;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#d0a5a3), to(#ffffff));
  background-image: linear-gradient(0deg, #d0a5a3 0%, #ffffff 100%);
  padding: 10px;
  color: #943630;
  font-weight: 600;
  border-bottom: 1px solid #943630;
  display: block;
}

.bgbg {
  background-color: #f2e7e6;
  padding: 0 10px;
  min-height: 630px;
  margin-bottom: 10px;
  border: 1px solid #943630;
}

.fs14 {
  font-size: 14px;
  padding: 10px 0;
}

.artclass_list {}

.bbr {
  border-right: 1px solid #943630;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}



.menu__item:after {
  content: "|";
  margin-left: 20px;
}

.search__select {
  width: 100px;
}

.moveup_box_a {
  overflow: hidden;
  height: 141px;
  width: 185px;
}



.header {
  position: relative;
}

.header_text {
  position: absolute;
  top: 50px;
  right: 310px;
  height: 35px;
  overflow: hidden;
  font-weight: 600;
}

.header_text_p {
  font-size: 24px;
  color: #dc221e;
}

.menu_ul {
  position: absolute;
  display: none;
  top: 35px;
  left: -2px;
  z-index: 9999;
}

.menu_box {
  display: inline-block;
  position: relative;
}

.menu_ul_a {
  font-size: 14px;
  width: 100px;
  height: 37px;
  display: block;
  text-align: center;
  line-height: 37px;
  background-color: #943630;
  color: #fff;
}

.last_rc:after {
  content: "";
}





.menu_box:hover > ul {
  display: block;
}

.mu_fisrt:after {
  margin-left: 31px
}

.mu_fisrt {
  padding-left: 40px;
}

.art_title {
  font-size: 16px;
  text-align: center;
  color: #943630;
  font-weight: 600;

}

.art_content {
  background-color: #f5edec;
  padding: 50px 25px 30px 25px;
  border: 1px solid #943630;
  position: relative;
}

.art_date {
  color: #c3c3c3;
  text-align: center;
  margin: 10px;
}

.artcontent {
  margin-top: 30px;
  line-height: 1.7;
}

.art_list {
  font-size: 14px;
  display: block;
  margin: 10px 0;
}

.art2 {
  padding: 15px;
  margin-top: 10px;
  padding-bottom: 0;
  margin-bottom: 30px;
}

.artc2 {
  margin-top: 0;

}

.xgyd {
  font-size: 16px;
  color: #943630;
  font-weight: 600;
}

.art2_date {
  float: right;
}

.menu_last:after {
  content: "";
}

.art_more {
  position: absolute;
  top: 10px;
  right: 10px;
}

.pre {
  display: inline-block;
  display: inline-block;
  margin: 0 10px;
}

.next {
  display: inline-block;
}

#marquee3 {
  width: 900px;
  overflow: hidden;
}

#marquee1 {}

#marquee3 li {
  float: left;
  padding: 14px;
}

#marquee4 {
  width: 874px;
  overflow: hidden;
  height: 54px;
}

.sp_img {
  height: 190px;
  width: 494px;
  background-position: center;
  background-size: cover;

}

.my-box_t2 {
  font-size: 12px;
  color: #9E9E9E;
}

.div_Box {
    overflow: hidden;
    min-height: 231px;
    padding: 6px 0;

}

.no_border {
  border-bottom: 1px solid #fff;
}

.fenye div {
  display: inline-block;
}

.fenye li {
    display: inline-block;
    background-color: #e1ccc6;
    color: #943630;
    width: 22px;
    height: 20px;
    text-align: center;
    cursor: pointer;
}

.fenye {
  margin-top: 15px;
  text-align: right;
      white-space: nowrap;
}

.jqcz {
  color: #943630;
  font-weight: 600;
  margin: 0 20px;
}

.menu_ul_a:hover {
  background-color: #a95e59;
}

.dot_info {
  display: inline-block;
  width: 550px;
  vertical-align: top;
  margin-left: 10px;
}

.doct_box {
  border-bottom: 1px dashed #9f9f9f;
  padding: 15px 0;
}

.d_name {
  font-size: 16px;
  color: #943630;
  font-weight: 600;
}

.d_info {
  color: #757373;
}

.d_content {
  margin-top: 10px;
  color: #535353;
}

.zk_li {
  float: left;
  margin: 5px 4px;
  width: 100px;
/*  height: 170px;*/
  height: 130px;
}

.zk_img {
  width: 80px;
  height: 102px;
  margin: 0 auto;
}
.zjlb {
    background-color: #fff;
    padding: 12px 0;
    border: 1px solid #943630;
}

.zjlb_t {
    color: #943630;
    padding: 8px 10px 15px 10px;
    font-weight: 600;
}

.czrq {
  margin-top: 20px;
      margin-bottom: 20px;
}

.zk_title {
    background-color: #fff;
    padding: 5px 10px;
    border: 1px solid #943630;
    color: #943630;
    font-weight: 600;
}