.head {
  min-width: 1200px;
  height: 200px;
  background: #88000d;
}
.head_content {
  margin: auto;
  width: 1200px;
  padding: 15px 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.head_content .layui-input-inline input {
  background-color: transparent;
  color: #fff;
}
.head_content .layui-form-item .layui-input-inline {
  margin-right: 0;
}

.head_content .layui-form-label {
  border-radius: 0;
  color: #88000d;
  background: #fff;
  width: 80px;
}
.icon {
  width: 18px;
  margin: 0 5px;
}
.logo_nav {
  position: relative;
  width: auto;
  height: 84px;
  display: flex;
  align-items: center;
  border-bottom: 1px #fff solid;
}
.logo {
  width: 200px;
}
.text {
  height: 21px;
  font-size: 22px;
  font-family: SourceHanSansCN;
  font-weight: 400;
  color: #ffffff;
  line-height: 13px;
}

/*导航*/

.nav {
  min-width: 100%;
  position: relative;
  right: 0;
  padding: 30px 0;
}
.nav_content {
  min-width: 500px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: nowrap;
}
.nav ul {
  font-size: 16px;
  font-family: SourceHanSansCN;
  font-weight: 500;
  color: #fff;
  text-align: center;
  display: inline-block;
  z-index: 999;
  width: 120px;
}
.nav ul .drop {
  display: none;
  background-color: #fefefe;
  border-radius: 5px;
  overflow: hidden;
  width: auto;
  margin-top: 10px;
}
.nav ul .drop li:hover {
  /* background-color: #f0f0f0; */
  background-color: #88000d;
  color: #fff;
}
.nav ul .drop li:hover a{
  
  color: #fff;
}
.nav ul .drop li a:hover {
   color: #fff;
   
}
.nav ul .drop li {
  padding: 10px 0 !important;
}
.nav ul .drop li a {
  color: #000;
}
.nav ul:hover .drop {
  display: block;
}

.nav .nav_content ul a {
  color: #fff;
}
/*内容*/
.content {
  margin: 50px 0;
}
.passage {
  width: 100%;
  float: left;
}
.passage,
ul,
li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.passage h3 {
  padding: 0 0 14px 0px;
  margin-bottom: 10px;
  border-bottom: 3px solid #8c0000;
  height: 40px;
  line-height: 22px;
  font-size: 24px;
  color: #333;
  font-weight: bold;
}
.passage h3 a {
  font-size: 16px;
  color: #999;
  font-weight: normal;
  float: right;
  margin-right: 0.25rem;
}
.passage ul li {
  padding: 0 0 12px 16px;
  background: url(../images/point.png) no-repeat 0 8px;
  margin-bottom: 8px;
  border-bottom: 1px dotted #b9b9b9;
}
.passage ul li span {
  float: right;
  color: #999;
}
.passage ul .blue_bg {
  height: 50px;
  border: 0px solid #070002;
  background: linear-gradient(
    0deg,
    rgba(85, 132, 210, 0.3) 0%,
    rgba(144, 201, 254, 0.3) 100%
  );

  text-align: center;
  color: #000;
  padding: 12px 0;
  letter-spacing: 5px;
  font-weight: 550;
}

/*友情链接*/
.passage .link {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: scroll;
}
.passage .link li {
  background: none;
  padding: 0;
  margin-right: 20px;
  animation: moving 12s linear infinite alternate;
}
.link::-webkit-scrollbar {
  width: 0px;
  height: 0px;
}

@keyframes moving {
  form {
    transform: translateX(0);
  }
  to {
    transform: translateX(-1500px);
  }
}

.passage_top .title {
  line-height: 40px;
  border-bottom: 3px solid #8c000d;
}
.passage_top .title a {
  font-size: 24px;
  color: #00558f;
  font-weight: bold;
}
.passage_top .title span a {
  font-size: 14px;
  color: #999;
  font-weight: normal;
  float: right;
}
.passage_top .title a {
  color: #333;
}

.passage_middle {
  margin: 20px 0 50px 0;
}
.passage_middle .swiper_row ul.brief li a {
  height: 45px;
  font-size: 20px;
  font-family: SourceHanSansCN;
  font-weight: 600;
  color: #88000d;
  line-height: 25px;
}
.passage_middle .swiper_row ul li {
  width: 100%;
  border-bottom: 1px dotted #999;
  padding-bottom: 10px;
  float: left;
}
.passage_middle .swiper_row ul li p {
  margin: 19px 0 17px;
  height: 40px;
  font-size: 15px;
  font-family: SourceHanSansCN;
  font-weight: 400;
  color: #8d8c8c;
  line-height: 25px;
}
.passage_middle .swiper_row ul.passge_list li {
  margin: 10px 0 0 0;
  padding: 0 0 10px 15px;
  background: url(../images/point.png) no-repeat 0 8px;
}
.passage_middle .swiper_row ul.passge_list li a {
  color: #333;
}
.passage_middle .swiper_row ul.passge_list li span {
  float: right;
  color: #999;
}
.passage_bottom {
  margin: 50px 0;
}
.swiper .layui-carousel div img {
  width: 100%;
}
.passage .img_list {
  display: flex;
  flex-direction: row;
  overflow-x: scroll;
}
.passage .img_list::-webkit-scrollbar {
  width: 0 !important;
}

.passage .img_list div img {
  width: 361px;
  height: 238px;
  margin-right: 20px;
}

.passage .img_list div p {
  text-align: center;
  font-family: SourceHanSansCN;
  font-weight: 300;
  color: #000000;
  line-height: 50px;
}

.passage .img_list div {
  background: none;
  padding: 0;
  animation: moving 20s linear infinite alternate;
}
.link::-webkit-scrollbar {
  width: 0px;
  height: 0px;
}

@keyframes moving {
  form {
    transform: translateX(0);
  }
  to {
    transform: translateX(-1500px);
  }
}
/*底部*/
*,
:after,
:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.foot {
  min-width: 1200px;
  min-height: 200px;
  width: 100%;
  background: #88000d;
  clear: both;
}

.foot_content {
  margin: auto;
  width: 100%;
  position: relative;
  padding: 20px 142px 0;
}

.bottom {
  border-top: 3px #fff solid;
  text-align: center;
  color: #fff;
  padding-top: 15px;
  font-size: 14px;
  margin-top: 20px;
}

.foot_content p {
  color: #fff;
  line-height: 26px;
  text-align: left;
}

.foot_content p a {
  color: #fff;
}

.foot_content p a:hover {
  color: #88000d;
  transition: all 0.6s ease;
}

.foot_content {
  width: 1100px;
  margin-right: auto;
  margin-left: auto;
  padding: 20px 15px;
}
.foot_content .foot_left {
  float: left;
  margin-top: 32px;
  overflow: hidden;
}
.foot_content .foot_center {
  float: left;
  margin-top: 32px;
  overflow: hidden;
  padding-left: 50px;
  font-size: 32px;
  color: #fff;
  font-weight: 300;
  letter-spacing: 4px;
}

.foot_content .foot_right {
  float: right;
  margin-top: 32px;
  overflow: hidden;
}

.foot_right ul li {
  float: right;
  width: 82px;
  margin-right: 10px;
  font-size: 16px;
}

.foot_right ul li span {
  display: block;
  padding-top: 10px;
  color: #fff;
  text-align: center;
}
.foot_one {
  display: flex;
  justify-content: space-between;
}

div[carousel-item] > *:nth-child(n) {
  background-color: #c4e8fe;
}

.margin_top {
  margin-top: 65px;
}

body::-webkit-scrollbar {
  width: 0px;
  height: 0px;
}

body::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}

body::-webkit-scrollbar-track {
  background: white;
  border-radius: 2px;
}

body::-webkit-scrollbar-thumb {
  background: #e6e6e6;
  border-radius: 2px;
}

body::-webkit-scrollbar-thumb:hover {
  background: #e6e6e6;
}

body::-webkit-scrollbar-corner {
  background: #f6f6f6;
}

/* list */
.sp-lf h1 {
  width: 100%;
  background-color: #88000d;
}
.sp-lf h1,
.sp-lf h1 a {
  font-weight: normal;
  padding-left: 25px;
  height: 74px;
  font-size: 24px;
  line-height: 74px;
  color: #fff;
}
.sp-rig {
  position: relative;
  background-color: #fff;
  padding: 0 3%;
  /* width: 75%; */
}
.sp-title {
  width: 100%;
  height: 74px;
  border-bottom: 1px solid #e3e3e3;
}
.lf {
  float: left;
}
.sp-title-lf h1 {
  position: relative;
  font-weight: normal;
  height: 74px;
  line-height: 74px;
  font-size: 26px;
  color: #444;
}
.sp-title-lf h1:before {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  z-index: 1;
  height: 5px;
  background-color: #1c60b4;
}
.sp-title-rig {
  line-height: 74px;
}
.rig {
  float: right;
}
.sp-title-rig > div {
  display: inline-block;
  vertical-align: top;
}
.sp-title-rig a {
  color: #333;
}
.sp-list {
  width: 100%;
  padding: 20px 0;
}
.sp-list li {
  position: relative;
  transform: all 0.5s;
  height: 39px;
  border-bottom: 1px solid #e8e8e8;
  padding-left: 26px;
  list-style-type: none;
  list-style: none;
}
.sp-list li:before,
.sp-list li:after {
  position: absolute;
  content: "";
  z-index: 2;
  width: 7px;
  height: 7px;
  top: 50%;
}
.sp-list li:before {
  left: 5px;
  margin-top: -3.5px;
  background-color: #88000d;
}
.sp-list li a {
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 16px;
  color: #444444;
  /* width: 87%; */
  line-height: 39px;
}
a {
  transition: color 0.2s;
}
.sp-list-time {
  line-height: 39px;
  color: #adadad;
  font-style: italic;
  margin-right: 3px;
  font-family: "Arial";
}
.rig {
  float: right;
}
.sp-list li:before,
.sp-list li:after {
  position: absolute;
  content: "";
  z-index: 2;
  width: 7px;
  height: 7px;
  top: 50%;
}
.sp-list li:after {
  z-index: 1;
  left: 7px;
  margin-top: -1px;
  background-color: #f5ebca;
}

.spa-head {
  width: 100%;
  padding: 16px 0;
}
.sp-article h1 {
  width: 100%;
  text-align: center;
  line-height: 36px;
  padding: 7px 0;
  font-size: 24px;
  color: #88000d;
}
.spa-desc {
  width: 100%;
  text-align: center;
  line-height: 27px;
  padding-bottom: 5px;
  border-bottom: 1px dotted #cccccc;
}
.spa-desc {
  width: 100%;
  text-align: center;
  line-height: 27px;
  padding-bottom: 5px;
  border-bottom: 1px dotted #cccccc;
}

.sp-title h1:before {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  z-index: 1;
  height: 5px;
  background-color: #88000d;
}
.sp-title h1 {
  position: relative;
  font-weight: normal;
  height: 74px;
  line-height: 74px;
  font-size: 26px;
  color: #444;
}

.login-h3 {
  margin-bottom: 20px;
  border-bottom: 1px solid #b9b9b9;
  padding-bottom: 10px;
}
.layui-input-block {
  margin-left: 160px;
}

#test2 img{
	width: 100%;
}

/* 列表左侧 */
.sp-lf ul:before {
    content: '';
    width: 100%;
    position: absolute;
    top: 100%;
    left: 0;
    height: 18px;
    background-color: #ebe8db;
}
.sp-lf li, .sp-lf li:before, .sp-lf li i, .sp-lf li a {
    transition: all .1s linear;
}
.sp-lf li {
    width: 100%;
    overflow: hidden;
    position: relative;
    padding-left: 6px;
    height: 60px;
    background-color: #f7f7f7;
}
.sp-lf li:before {
    content: '';
    height: 60px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 6px;
    background-color: #ae0a29;
}
.sp-lf li:not(:last-child) a {
    border-bottom: 1px solid #ebe8db;
}
.sp-lf li, .sp-lf li:before, .sp-lf li i, .sp-lf li a {
    transition: all .1s linear;
}
.sp-lf li a {
    width: 100%;
    height: 60px;
    line-height: 60px;
    font-size: 18px;
    color: #444444;
    padding-left: 42px;
    border-right: 1px solid #ebe8db;
}
.sp-lf a {
    display: inline-block;
    width: 100%;
}
.sp-lf li i {
    float: right;
    font-style: normal;
    margin-right: 19px;
    color: #aaaaaa;
}
.sp-lf li:hover {
    background-color: #fff;
}
.sp-lf li:hover:before {
    background-color: #f0ad4e;
}
.sp-lf li:hover:after {
    content: '';
    position: absolute;
    height: 3px;
    width: 12px;
    top: 28.5px;
    left: 25px;
    background-color: #ae0a29;
}