.banner {
    width: 100%;
    height: 470px;
    background-color: #000;
}

.banner>img {
    width: 100%;
    height: 470px;
}


/* 新闻中心 */

.setting {
    width: 80%;
    /* height: 840px; */
    /* background-color: red; */
    margin: auto;
    margin-top: 30px;
    /* height: 900px; */
    /* padding-bottom: 30px; */
    /* position: relative; */
}

.setting_daohang {
    width: 20%;
    float: left;
    /* background-color: coral; */
    text-align: center;
    position: relative;
    margin: 15px 0px 0px 135px;
}

.setting_title {
    width: 200px;
    height: 80px;
    margin: 0 auto;
    /* background-color: aqua; */
}

.setting_title_MainTitle {
    width: 200px;
    text-align: left;
    font-family: 思源黑体;
    /* color: #000000; */
    font-size: 28px;
    font-weight: bold;
    padding-top: 5px;
    padding-left: 3px;
}

.setting_title_SubTitle {
    height: 40px;
    margin-top: 5px;
    text-align: left;
    font-family: 思源黑体;
    color: #653931;
    font-size: 14px;
    font-weight: bold;
    padding-left: 3px;
}

.setting_daohang_neirong {
    /* position: absolute; */
    width: 100%;
    /* background-color: #653931; */
}

.setting_daohang_neirong_ul {
    /* width: 100%; */
    width: 215px;
    /* border: 1px solid #653931; */
    list-style: none;
    margin: auto;
    padding: 0px;
    text-align: center;
}

.nav__bar {
    color: #653931;
    font-family: 思源黑体;
    font-size: 20px;
}

.active {
    background-color: #653931;
    color: #fff !important;
    font-family: 思源黑体;
    font-size: 20px;
}

.setting_daohang_neirong_ul>li {
    height: 60px;
    /* padding: 12px 0px; */
    background-color: #f6f6f6;
    border-bottom: 1px solid #653931;
}

.setting_daohang_neirong_ul>li>a {
    display: block;
    width: 100%;
    height: 100%;
    color: #653931;
    font-family: 思源黑体;
    font-size: 20px;
    text-decoration: none;
    font-weight: 600;
    line-height: 60px;
}


/* 导航栏点击事件 */

.setting_daohang_neirong_ul>li:hover {
    background-color: #c77566;
}

.setting_daohang_neirong_ul>li:hover a {
    color: #ffffff;
}

.setting_neirong {
    width: 60%;
    float: left;
    display: none;
    /* margin-left: 50px; */
    /* background-color: darkcyan; */
}

.Show {
    display: block !important;
}

.setting_neirong_img {
    width: 100%;
    margin-top: 15px;
    position: relative;
    color: #000;
    font-weight: bold;
    font-family: 思源黑体;
    font-size: 24px;
    border-bottom: #653931 1px solid;
    padding: 10px 0;
    /* background-color: aquamarine; */
}

.setting_neirong_img_a {
    width: 5px;
    height: 30px;
    background-color: #653931;
    float: left;
    margin: 3px 10px 0px 10px;
    border-radius: 20px;
}

.setting_neirong_news {
    position: relative;
    width: 100%;
    height: auto;
    min-height: 630px;
}

.setting_neirong_news_ul {
    list-style: none;
    margin: auto;
    padding: 15px;
}

.setting_neirong_news_ul_li {
    height: 120px;
    /* background-color: lightcoral; */
}

.setting_neirong_news_ul_li>a {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    border-bottom: #dbdbdb 1px solid;
    text-decoration: none;
}

.setting_neirong_news_ul_li:hover {
    /* box-shadow: hoff voff bd sd color inset; */
    background-color: #f4f4f4;
}

.setting_neirong_news_ul_li>a:hover .news_message_dt {
    background-color: #653931;
}

.setting_neirong_news_ul_li>a:hover .news_message_day {
    color: #ffffff;
}

.setting_neirong_news_ul_li>a:hover .news_message_time {
    color: #ffffff;
}

.setting_neirong_news_ul_li>a:hover .message_title {
    color: #653931;
}

.setting_neirong_news_ul_li>a:hover .message_news {
    color: #653931;
}

.setting_neirong_news_message {
    width: 15%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.news_message_dt {
    width: 80px;
    height: 90px;
    background-color: #f6f6f6;
    /* border: #979696 1px solid; */
    /* background-color: rgb(223, 222, 222); */
    text-align: center;
}

.news_message_day {
    width: 100%;
    height: auto;
    font-size: 32px;
    color: #653931;
    font-weight: 400;
    margin-top: 8px;
}

.news_message_time {
    width: 100%;
    height: auto;
    font-size: 18px;
    color: #653931;
    font-style: normal;
    margin-top: 3px;
}


/* .setting_neirong_news_message>p {
  width: 650px;
  font-family: "宋体";
  font-size: 18px;
  color: #000000;
  font-weight: 600;
  margin-top: 8px;
  display: inline-block;
  超出隐藏
  overflow: hidden;
  英语单词折行
  word-break: keep-all;
  不能折行
  white-space: nowrap;
  ...
  text-overflow: ellipsis;

} */

.setting_neirong_news_message_time {
    width: 85%;
    height: 100%;
    font-family: 思源黑体;
    font-size: 15px;
    color: #bebebe;
    font-style: normal;
    margin-top: 27px;
}

.message_title {
    width: 95%;
    height: auto;
    font-size: 16px;
    font-weight: 600;
    color: #333;
    margin-top: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.message_news {
    width: 95%;
    height: auto;
    font-size: 14px;
    color: #333;
    margin-top: 10px;
    line-height: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}


/* .footer_enterprise {
  width: 80%;
  height: 100%;
  margin: auto;

}

.footer_enterprise_navigationbar {
  width: 80%;
  height: 20%;
  display: flex;
  align-items: center;
  text-align: center;
  margin: auto;
}

.footer_enterprise_navigationbar_ul {
  list-style-type: none;
  margin: auto;
  text-align: center;
  display: inline-block;
}

.footer_enterprise_navigationbar_ul>li {
  color: #000;
  display: inline;
  padding: 10px;
}

.footer_enterprise_navigationbar_ul>li>a:link,
.footer_enterprise_navigationbar_ul>li>a:visited {
  font-weight: bold;
  text-decoration: none;
  color: #000;
  width: 50px;
  text-align: center;

}


.footer_enterprise_message {
  width: 60%;
  height: 60%;
  float: left;
  padding-top: 10px;

}

.footer_enterprise_message>p {
  font-size: 18px;
  font-family: 宋体;
  color: #000;
  line-height: 32px;
}

.footer_enterprise_weixin {
  width: 40%;
  height: 60%;
  float: left;
  text-align: center;
}

.footer_enterprise_weixin1 {
  float: left;
  margin-top: 20px;
  margin-left: 180px;
}

.footer_enterprise_weixin2 {
  float: left;
  margin-top: 20px;
  margin-left: 30px;
}

.footer_links {
  width: 100%;
  height: 70px;
  background-color: #653931;

}

.footer_links_name {
  width: 140px;
  height: 50px;
  float: left;
  margin-top: 10px;
  margin-left: 220px;

}


.footer_links_name>p {
  color: #fff;
  font-size: 18px;
  font-family: 宋体;
  font-weight: bold;
  margin-top: 15px;
}

.footer_links_linkname {
  height: 50px;
  float: left;
  margin-top: 10px;
}

.footer_links_linkname_ul {
  padding-top: 15px;
  list-style-type: none;
  margin: auto;
  text-align: center;
  display: inline-block;
}

.footer_links_linkname_ul>li {
  color: #fff;
  display: inline;
  padding: 12px;
  font-size: 16px;
}

.footer_links_linkname_ul>li>a:link,
.footer_links_linkname_ul>li>a:visited {
  font-weight: bold;
  text-decoration: none;
  color: #fff;
  width: 50px;
  text-align: center;
  padding: 15px;

} */

.yewulingyu {
    width: 100%;
    height: 900px;
    background-color: #653931;
}

.yewulingyu_title {
    width: 100%;
    height: 100px;
}

.mt {
    height: 30px;
    width: 100%;
    background-color: #f1f1f1;
}

.mn {
    height: 40px;
    width: 100%;
    background-color: #f1f1f1;
}