@import url(reset.css);
body {
  color: #000;
  line-height: 160%;
  font-size: 14px;
  background: #d9ced4;
  background-size: cover;
}

p {
  line-height: 160%;
}

a {
  color: #5d3048;
}

a:hover {
  color: #db5800;
}

.p20 {
  padding: 20px;
}

.p30 {
  padding: 30px;
}

.p40 {
  padding: 40px;
}

.h10 {
  height: 10px;
}

.h15 {
  height: 15px;
}

.h20 {
  height: 20px;
}

.h30 {
  height: 30px;
}

.h40 {
  height: 40px;
}

.h50 {
  height: 50px;
}

.icon {
  width: 1.6em;
  height: 1.6em;
}

.iconfont {
  font-size: 20px;
  vertical-align: middle;
}

img, table {
  max-width: 100%;
}

.bgcf {
  background-color: #fff;
}

.jcsb {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.jcfs {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}

.f1 {
  flex: 1;
}

.cc {
  width: 1260px;
  margin: auto;
  padding: 30px;
}

header {
  background-color: #fff;
}

header .top {
  height: 180px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  background: url(../images/head.jpg) center 0px no-repeat #fff;
}

header .top .fl {
  display: flex;
  align-items: center;
}

header .top .fl .logo {
  margin-right: 20px;
}

header .top .search {
  margin-top: 10px;
  border: 1px #eee solid;
  background-color: #fff;
  box-shadow: 0 3px 3px #aaa;
  padding: 2px 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
}

header .top .search img {
  width: 20px;
  height: 20px;
}

header .top .search input {
  border: none;
  background-color: #fff;
  box-shadow: 0 0 0 0 #000;
  outline: none;
  line-height: 100%;
}

header .top .menu_ico {
  display: none;
}

.nav {
  background-image: linear-gradient(to top, #884368, #25161e);
  height: 40px;
  z-index: 3;
  display: flex;
  align-items: center;
  font-size:17px;
  justify-content: center;
}

.nav li {
  position: relative;
  margin: 0 0em;
  width: 6em;
  text-align: center;
}

.nav li:nth-child(10) {
  width: 7.2em;
}

.nav li .lv_top {
  color: #fff;
  display: block;
  height: 40px;
  line-height: 40px;
  transition: all 0.3s;
}

.nav li .sub {
  position: absolute;
  z-index: 5;
  left: 0;
  top: 40px;
  width: 100%;
  display: none;
  background-color: #5d3048;
}

.nav li .sub a + a {
  border-top: 1px #fff solid;
}

.nav li .sub a {
  white-space: nowrap;
  display: block;
  color: #fff;
  padding: 8px 0px;
  line-height: 160%;
  transition: all 0.3s;
}

.nav li .sub a:hover {
  background-color: #db5800;
}

.nav li:hover .lv_top, .nav li.active .lv_top {
  background-color: #db5800;
}

.nav li:hover .sub, .nav li.active .sub {
  display: block;
}

.layout1 {
  display: flex;
  justify-content: space-between;
}

.layout1 .bar {
  flex: 0 0 31%;
}

.tit1 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px #5d3048 solid;
  margin-bottom: 10px;
}

.tit1 .fl {
  display: flex;
}

.tit1 .fl img {
  margin-right: 5px;
}

.tit1 .fl h3 {
  font-size: 18px;
  color: #5d3048;
  margin-top: 5px;
}

.tit1 a.more {
  padding-right: 5px;
}

.tit1 a.more:hover {
  color: #db5800;
}

.list1 li {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 8px;
  margin-bottom: 8px;
  border-bottom: 1px #d9ced4 dotted;
}

.list1 li .time {
  flex: 0 0 4em;
  height: 2.5em;
  font-size: 18px;
  background-color: #5d3048;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
}

.list1 li a {
  flex: 1;
}

.list2 li {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 8px;
  margin-bottom: 8px;
  border-bottom: 1px #d9ced4 dotted;
}

.list2 li .img {
  flex: 0 0 90px;
  height: 60px;
  margin-right: 15px;
}

.list2 li .img img {
  width: 100%;
}

.list2 li a {
  flex: 1;
  line-height: 180%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.list3 li {
  border-bottom: 1px #d9ced4 dotted;
  background: url(../images/ii1.png) 4px center no-repeat #fff;
  padding-left: 19px;
}

.list3 li a {
  line-height: 200%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

footer {
  background-color: #5d3048;
  text-align: center;
}

footer a {
  color: #fff;
}

footer center {
  color: #fff;
  padding: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

footer center .fl {
  margin-right: 30px;
  width: 160px;
}

footer center .cr {
  text-align: left;
  line-height: 240%;
}

.layout2 {
  display: flex;
  justify-content: space-between;
}

.layout2 aside {
  flex: 0 0 290px;
  margin-left: 30px;
}

.layout2 .lay_main {
  flex: 1;
  width: 880px;
}

.list4 li {
  border-bottom: 1px #d9ced4 dotted;
  background: url(../images/ii1.png) 4px center no-repeat #fff;
  padding-left: 19px;
}

.list4 li:hover {
  background-color: #eee;
}

.list4 li a {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 10px 0;
}

.list4 li a span {
  flex: 0 0 8em;
  text-align: right;
}

.list4 li a .tit {
  flex: 1;
}

.list4 li a:hover {
  color: #db5800;
}

.page_box {
  display: flex;
}

.page_box a,
.page_box span {
  display: block;
  border: 1px #ccc solid;
  padding: 3px 8px;
  margin-right: 5px;
}

.page_box a input,
.page_box span input {
  width: 2em;
  border: 1px #eee solid;
  text-align: center;
  padding: 3px;
  margin: 0 3px;
  background: none;
}

.page_box a:hover,
.page_box span:hover {
  background-color: #db5800;
  color: #fff;
}

.art_tit {
  border-bottom: 1px dotted #ccc;
  padding-bottom: 2em;
  margin-bottom: 2em;
}

.art_tit h1 {
  font-size: 24px;
  margin-bottom: 1em;
  line-height: 160%;
}

.art_tit h3 {
  color: #999;
}

.layout3 {
  padding: 0 50px;
}

.box1 {
  padding: 2em 0;
}

.box1 a {
  display: block;
  padding: 0.5em 0;
}

.tit2 {
  font-size: 24px;
  color: #db5800;
  margin: 1em 0;
}

article {
  margin: auto;
  overflow-x: hidden;
}

article img {
  max-width: 100%;
}

article p + h2 {
  margin-top: 0.5em;
}

article strong,
article b {
  color: #272000;
  font-weight: normal;
}

article p,
article > div {
  margin-bottom: 0.5em;
  line-height: 160%;
}

article p:last-child,
article > div:last-child {
  margin-bottom: 0;
}

article h2 {
  color: #0080c0;
  font-size: 20px;
  margin-bottom: 0.5em;
  line-height: 200%;
}

article h3 {
  color: #004b70;
  font-size: 16px;
  margin-bottom: 0.5em;
  line-height: 200%;
}

article ul,
article ol {
  padding-left: 2em;
  margin-bottom: 0.5em;
}

article li {
  list-style-type: disc;
}

.banner {
  width: 100%;
  height: 394px;
  overflow: hidden;
  position: relative;
}

.banner .swiper-slide {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.banner .swiper-pagination-bullet-active {
  background-color: #900;
}

.focus {
  overflow: hidden;
  position: relative;
}

.focus .swiper-slide {
  color: #db5800;
}

.focus .swiper-slide img {
  width: 100%;
  height: 200px;
}

.focus .swiper-slide h2 {
  padding: 15px 10px;
  height: 80px;
  background-color: #ebebeb;
}

.focus .swiper-pagination2 {
  position: absolute;
  width: auto;
  z-index: 3;
  right: 0px;
  left: auto;
  margin: auto;
  bottom: 95px;
  display: flex;
}

.focus .swiper-pagination2 .swiper-pagination-bullet {
  width: 20px;
  height: 20px;
  border-radius: 0;
  margin: 0;
  margin-left: 1px;
  background-color: rgba(0, 0, 0, 0.9);
  opacity: 0.9;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
}

.focus .swiper-pagination2 .swiper-pagination-bullet-active {
  background-color: #900;
}

.bread {
  display: flex;
  margin-bottom: 10px;
  color: #ccc;
  padding-bottom: 5px;
  margin-bottom: 20px;
}

.bread a {
  margin: 0 5px;
  color: #db5800;
}

.bread img {
  width: 20px;
  height: 20px;
  margin-right: 5px;
}

.subnav {
  display: flex;
  margin-bottom: 10px;
}

.subnav a + a {
  margin-left: 8px;
}

.subnav a {
  display: block;
  border: 1px solid #5d3048;
  padding: 3px 10px;
  background-color: #f1e7f0;
}

.subnav a:hover {
  background-color: #d9ced4;
}

.tb1 {
  width: 100%;
  background-color: #eee;
}

.tb1 th, .tb1 td {
  border: 1px #c2c solid;
}