@charset "UTF-8";
@import url(reset.css);
body {
  color: #333;
  line-height: 160%;
  font-size: 14px;
  background: #fff;
  background-size: cover;
}

p {
  line-height: 160%;
}

a {
  color: #000;
}

a:hover {
  color: #993300;
}

.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 {
  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: 1200px;
  margin: auto;
  padding: 30px;
}

header {
  background-color: #760051;
  background: url(../images/head.jpg) center 0px no-repeat;
  background-size: cover;
}

header .top {
  height: 150px;
  padding: 0;
  position: relative;
}

header .top .fl {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}

header .top .search {
  position: absolute;
  right: 20px;
  top: 30px;
  width: 250px;
  border: 1px #eee solid;
  background-color: rgba(0, 0, 0, 0.2);
  padding: 10px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 35px;
}

header .top .search img {
  width: 20px;
  height: 20px;
}

header .top .search input {
  border: none;
  background-color: transparent;
  box-shadow: 0 0 0 0 #000;
  outline: none;
  line-height: 100%;
  width: 180px;
}

header .top .menu_ico {
  display: none;
}

.nav_box {
  background-color: #ebebeb;
  height: 40px;
}

.nav {
  height: 100%;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
}

.nav li + li {
  border-left: 1px #fff solid;
}

.nav li {
  font-size: 17px;
  position: relative;
  margin: 0 0em;
  width: 100px;
  text-align: center;
}

.nav li:nth-child(1) {
  width: 80px;
}

.nav li:nth-child(10) {
  width: 120px;
}

.nav li:nth-child(11) {
  width: 120px;
}

.nav li .lv_top {
  display: block;
  height: 40px;
  line-height: 40px;
  transition: all 0.3s;
}

.nav li .sub {
  position: absolute;
  z-index: 5;
  left: 0;
  top: 40px;
  width: 160%;
  display: none;
  background-color: #fff;
}

.nav li .sub a + a {
  border-top: 1px #fff solid;
}

.nav li .sub a {
  white-space: nowrap;
  display: block;
  padding: 8px 0px;
  line-height: 160%;
  transition: all 0.3s;
}

.nav li .sub a:hover {
  background-color: #760051;
  color: #fff;
}

.nav li:hover .lv_top, .nav li.active .lv_top {
  background-image: linear-gradient(to bottom, #7d0055, #4f0035);
  color: #ebebeb;
}

.nav li:hover .sub, .nav li.active .sub {
  display: block;
}

.layout1 {
  display: flex;
  justify-content: space-between;
}

.layout1 .bar {
  flex: 0 0 32%;
}

.tit1 {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 10px;
  background: #ebebeb;
  position: relative;
  height: 24px;
}

.tit1 .fl {
  position: absolute;
  left: 0;
  top: 0;
  height: 26px;
  padding: 0px 10px;
  background-image: linear-gradient(to top, #7d0055, #4f0035);
  border-bottom: 2px #ccc solid;
}

.tit1 .fl h3 {
  font-size: 16px;
  color: #fff;
}

.tit1 a.more {
  padding-right: 10px;
  margin-left: 10px;
}

.tit1 a.more:hover {
  color: #993300;
}

.tit2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
  background: url(../images/ico3.png) 0px top no-repeat #fff;
  padding: 6px;
}

.tit2 .fl {
  flex: 1;
  display: flex;
  align-items: center;
}

.tit2 .fl h3 {
  font-size: 18px;
  color: #fff;
  padding-right: 10px;
}

.list1 li {
  display: flex;
  justify-content: space-between;
  margin-bottom: 7px;
  background: url(../images/ii1.png) 2px center no-repeat #fff;
  padding-left: 15px;
}

.list1 li span {
  white-space: nowrap;
  color: #999;
}

.list1 li a {
  flex: 1;
  margin-right: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.list2 li {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.list2 li .time {
  white-space: nowrap;
}

.list2 li a {
  line-height: 200%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.list2 li a::before {
  content: "·";
  display: inline;
  margin-right: 6px;
}

.list3 {
  display: flex;
  flex-wrap: wrap;
}

.list3 li {
  margin-right: 20px;
  flex: 1 0 40%;
}

.list3 li:nth-child(2n) {
  margin-right: 0;
}

.list3 li a {
  line-height: 180%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.list3 li a::before {
  content: "·";
  display: inline;
  margin-right: 6px;
}

footer {
  background-color: #760051;
  text-align: center;
  padding: 0px 0;
}

footer .cc {
  color: #fff;
  text-align: left;
  justify-content: center;
  display: flex;
}

footer .cc .fl {
  margin-right: 30px;
}

.layout2 {
  display: flex;
  justify-content: space-between;
}

.layout2 aside {
  flex: 0 0 290px;
  margin-left: 30px;
}

.layout2 .lay_main {
  flex: 1;
}

.list4 li {
  border-bottom: 1px #eee 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: #993300;
}

.page_box {
  display: flex;
}

.page_box a {
  display: block;
  border: 1px #ccc solid;
  padding: 3px 8px;
  margin-right: 5px;
}

.page_box a input {
  width: 2em;
  border: 1px #eee solid;
  text-align: center;
  padding: 3px;
  margin: 0 3px;
  background: none;
}

.page_box a:hover {
  background-color: #993300;
  color: #fff;
}

.page_box span {
  padding: 3px 8px;
}

.art_tit {
  padding: 0 3em 2em;
  margin-bottom: 2em;
}

.art_tit h1 {
  font-size: 20px;
  color: #993300;
  margin-bottom: 0em;
  line-height: 160%;
}

.art_tit h3 {
  color: #999;
}

.box1 {
  border-top: 1px dotted #aaa;
  padding: 1em 2em;
}

.box1 a {
  display: block;
  color: #aaa;
  padding: 0.5em 0;
}

article {
  margin: auto;
}

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: #993300;
  background-color: #ebebeb;
}

.focus .swiper-slide img {
  width: 100%;
  height: 200px;
  border: 1px #000 solid;
}

.focus .swiper-slide h2 {
  font-size: 12px;
  line-height: 120%;
  padding: 0px 10px;
  text-align: center;
}

.b_head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #eee;
  margin-bottom: 10px;
  padding: 10px 10px;
}

.b_head h1 {
  color: #760051;
}

.b_head .bread {
  display: flex;
  align-items: center;
}

.b_head .bread img {
  width: 20px;
  height: 20px;
  margin-right: 5px;
}

.b_head .bread a {
  margin: 0 5px;
}

.sub_tit {
  background-color: #760051;
  color: #ebebeb;
  padding: 10px;
  text-align: center;
  font-size: 18px;
}

.subnav {
  background-color: #f9f9f9;
}

.subnav a {
  display: block;
  padding: 20px;
  color: #333;
  font-size: 16px;
  transition: all 0.3s;
}

.subnav a::before {
  content: "■ ";
  font-size: 26px;
  color: #ccc;
}

.subnav a:hover {
  color: #760051;
}

.cont_left img {
  float: left;
  width: 50%;
  margin-right: 10px;
}

.list_pic {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.list_pic li {
  flex: 0 0 32%;
}

.list_pic li img {
  width: 100%;
}

.list_pic li h3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.listPP li {
  display: flex;
  align-items: center;
  border: 1px #ccc solid;
  margin-bottom: 10px;
}

.listPP li img {
  margin-right: 10px;
}

.listPP li .tit {
  flex: 1;
  color: #760051;
}

.links_tit {
  background: url(../images/ico9.png) center center no-repeat #fff;
  margin: 20px 0;
  text-align: center;
  font-size: 16px;
  color: #760051;
}

.links {
  display: flex;
  justify-content: space-between;
  justify-content: center;
  padding: 0 10px;
}

.links a + a {
  margin-left: 20px;
}

.swiper-button-prev {
  background: url(../images/btn_prev.png) no-repeat;
  background-size: cover;
  width: 60px;
  height: 60px;
  position: absolute;
  left: 40px;
  top: 50%;
  transform: translate(0, -50%);
  margin: 0;
}

.swiper-button-next {
  background: url(../images/btn_next.png) no-repeat;
  background-size: cover;
  width: 60px;
  height: 60px;
  margin-top: 0px;
  position: absolute;
  right: 40px;
  top: 50%;
  transform: translate(0, -50%);
  margin: 0;
}

.line {
  height: 7px;
  background: url(../images/line1.png) 0px 0px no-repeat #fff;
  background-size: 100% 7px;
  margin-bottom: 20px;
}

.focus .swiper-pagination {
  bottom: 40px !important;
  left: auto;
  right: 0;
  width: 200px;
  display: flex;
  justify-content: flex-end;
}

.focus .swiper-pagination .swiper-pagination-bullet {
  background-color: #000;
  color: #fff;
  width: 22px !important;
  height: 16px !important;
  margin: 0;
  border-left: 1px #fff solid;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: .6;
  border-radius: 0 !important;
  font-size: 10px;
}

.focus .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #900;
  opacity: 0.8;
}

.subnav{
  display:flex;
}

.subnav a::before{
  content:'';
}