* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
a {
  text-decoration: none;
}
.wapper-full {
  width: 100%;
}
.segmentation {
  width: 100%;
  height: 20px;
  overflow: hidden;
}
body {
  background-color: #eeeeee;
}
header {
  background-color: #9a1b1b;
}
header .header-page {
  height: 150px;
  width: 1360px;
  margin: 0 auto;
  background-image: url(//head.png);
  background-size: 100%;
}
nav {
  height: 50px;
  background-color: #9a1b1b;
}
nav .nav {
  width: 1360px;
  height: 50px;
  background-color: #6b0b0b;
  margin: 0 auto;
  box-shadow: inset 0 0 3px 0px #21212154;
  border-radius: 10px 10px 0 0;
}
#banner {
  width: 1300px;
  height: 400px;
  margin: 0 auto;
  background-color: #555555;
}
#main-page {
  width: 1320px;
  margin: 0 auto;
  padding: 30px 20px;
  box-sizing: content-box;
  overflow: hidden;
  background-color: #ffffff;
  box-shadow: inset 0px 0px 7px 0px #979797bd;
}
#main-page #main {
  padding: 10px;
}
#main-page #main .news {
  width: 1300px;
  margin: 0 auto;
}
#main-page #main .news .n-page {
  width: 426.66px;
  height: 400px;
  float: left;
  border-radius: 10px;
  background-color: #f3f3f3;
  padding: 10px;
  overflow: hidden;
}
#main-page #main .news .n-page .tt {
  width: 100%;
  height: 50px;
  line-height: 50px;
  position: relative;
}
#main-page #main .news .n-page .tt .tit {
  float: left;
}
#main-page #main .news .n-page .tt .tit .title {
  cursor: default;
  font-size: 26px;
  font-weight: 400;
  color: #9a1b1b;
  text-shadow: 2px 2px 2px #c7c7c7;
}
#main-page #main .news .n-page .tt .more_btn {
  float: right;
  margin-right: 20px;
  font-size: 22px;
  font-weight: 400;
  cursor: pointer;
}
#main-page #main .news .n-page .tt .more_btn a {
  color: #9a1b1b !important;
}
#main-page #main .news .n-page .tt::before {
  content: "";
  position: absolute;
  height: 0px;
  width: 100px;
  bottom: 0;
  left: 10px;
  margin: auto -8px;
  border-bottom: 3px solid #9a1b1b;
}
#main-page #main .news .n-page .con {
  width: 100%;
  height: 330px;
  padding: 10px;
}
#main-page #main .news .new2 {
  margin: 0 10px;
}
#main-page #main .news .new5 {
  margin: 0 10px;
}
#main-page #main .friend-link {
  overflow: hidden;
  height: 200px;
}
#main-page #main .friend-link .link {
  padding: 30px;
  display: flex;
}
#main-page #main .friend-link .link .linka {
  flex: 1;
  float: left;
  text-align: center;
}
#main-page #main .friend-link .link .linka a img {
  width: 100px;
}
footer {
  height: 130px;
  background-color: #D7BBA8;
  text-align: center;
  padding-top: 30px;
}
footer p {
  line-height: 35px;
  color: #333333;
  font-size: 18px;
}
#list-main {
  width: 1320px;
  padding: 30px 20px;
  box-sizing: content-box;
  overflow: hidden;
  background-color: #ffffff;
  box-shadow: inset 0px 0px 7px 0px #979797bd;
  min-height: 600px;
  margin: 0 auto;
}
#list-main .list-menu {
  width: 350px;
  float: left;
  height: 500px;
}
#list-main .list-title {
  width: 200px;
  float: left;
  cursor: default;
  font-size: 26px;
  font-weight: 600;
  color: #b43926;
  text-shadow: 2px 2px 2px #c7c7c7;
  margin-left: 60px;
}
#list-main .list-path {
  float: right;
  margin-right: 100px;
}
#list-main .list {
  width: 900px;
  float: right;
  padding-right: 50px;
}
#list-main .title-page {
  width: 900px;
  height: 50px;
  line-height: 50px;
}
#content-main {
  width: 1320px;
  margin: 0 auto;
  padding: 30px 20px;
  box-sizing: content-box;
  overflow: hidden;
  background-color: #ffffff;
  box-shadow: inset 0px 0px 7px 0px #979797bd;
  min-height: 600px;
}
#content-main .content-page .content-title {
  font-size: 25px;
  font-weight: 500;
  text-align: center;
  line-height: 60px;
  width: 1000px;
  margin: 0 auto;
}
#content-main .content-page .content-name-page {
  width: 500px;
  height: 50px;
  line-height: 30px;
  margin: 0 auto;
  text-align: center;
}
#content-main .content-page .content {
  width: 100%;
  overflow: hidden;
  padding-top: 20px;
}
.wp_article_list .list_item .Article_Index {
  display: none !important;
}
.wp_article_list .list_item {
  height: 39px !important;
  line-height: 39px !important;
  clear: both;
}
.wp_article_list .list_item .Article_Title a {
  transition: all 0.5s;
  color: #6f6464 !important;
}
.wp_article_list .list_item .Article_Title a:hover {
  color: #b43926 !important;
}
span.Article_PublishDate {
  cursor: default;
}
.wp_article_list .list_item::after {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  background-color: #9a1b1b;
  top: 17px;
  left: -6px;
  transition: all 0.5s;
}
.wp_article_list .list_item:hover.list_item::after {
  background-color: #5a8ae2;
}
li.list_item {
  position: relative;
}
li.list_item {
  list-style: none;
}
div.slider-nav span.left,
div.slider-nav span.right {
  background-size: 100% 100%;
  border-radius: 10px;
}
div.slider-nav span.left {
  left: 20px;
}
div.slider-nav span.right {
  right: 20px;
}
div.slider-nav span {
  top: 50%;
  width: 50px;
  height: 70px;
  text-indent: -9999px;
  margin-top: -40px;
  position: absolute;
  z-index: 1000;
  cursor: pointer;
}
div.timer {
  display: none;
}
li.list_item {
  list-style: none;
}
/* 导航栏 */
.wp_nav {
  width: 1300px;
  margin: 0 auto;
}
.wp_nav .nav-item {
  width: 130px;
  height: 50px;
  line-height: 50px;
}
.wp_nav .nav-item a span.item-name {
  color: #fff !important;
}
.wp_nav .nav-item:hover a {
  background-color: #9a1b1b;
}
.wp_nav .sub-nav {
  border: none;
}
.wp_nav .sub-nav .nav-item {
  line-height: 32px;
  height: 32px;
}
.wp_nav .sub-nav .nav-item a {
  text-align: center;
}
.wp_nav .sub-nav .nav-item a.parent:hover {
  background: #6b0b0b !important;
  color: #fff !important;
}

.wp_article_list .list_item .ex_fields {
    font-size: 12px !important;
}