﻿.head {
  min-width: 1170px;
  height: 156px;
  background: #88000d;
}
.head_content {
  margin: auto;
  width: 1170px;
  padding: 0px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px #fff solid;
}
.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;
}
.top_nav {
  display: flex;
  width: 1170px;
  margin: auto;
  padding: 25px 0;
  justify-content: flex-end;
  font-size: 16px;
  color: #fff;
}
.icon {
  width: 18px;
  margin: 0 5px;
}
.logo_nav {
  position: relative;
  width: auto;
  height: 84px;
  display: flex;
  align-items: center;
}
.logo {
  width: 200px;
}
.text {
  font-size: 16px;
  color: #fff;
}

/*导航*/
.nav {
  min-width: 500px;
  position: relative;
  right: 0;
z-index:999
}
.nav_content {
  min-width: 500px;
  margin: auto;
  display: flex;
  flex-direction: row;
  justify-content: start;
}
.nav ul {
  font-size: 18px;
  font-family: SourceHanSansCN;
  font-weight: 500;
  color: #fff;
  width: 88px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  display: inline-block;
}

.nav 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: 2px 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;
  font-size:18px;
} 

/*友情链接*/
.passage .link {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: scroll;
}
.passage .link li{ 
  background: none;
  padding: 0;
  margin-right: 20px;
}
.passage .link li img{ 
  width:100%
 
}
.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: 2px solid #8c0000;
}
.passage_top .title a {
  font-size: 24px;
  color: #00558f;
  font-weight: bold;
}
.passage_top span {
  /* float: right; */
}
.passage_top .title span a {
  font-size: 14px;
  color: #999;
  font-weight: normal;
}
.passage_top .title a {
  color: #333;
}

.passage_middle {
  margin: 20px 0 50px 0;
}
.passage_middle .swiper_row ul.brief li a {
  font-size: 22px;
  color: #00558f;
  font-weight: bold;
}
.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 {
  padding-top: 15px;
  color: #999;
  font-size: 14px;
  line-height: 24px;
}
.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;
}
/*底部*/
*,
: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: 1px #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: 1170px;
  margin-right: auto;
  margin-left: auto;
  padding: 20px 15px;
}
.foot_content .foot_left {
  float: left;
  margin-top: 2px;
  overflow: hidden;
  }
.foot_content .foot_center {
  float: left;
  margin-top: 32px;
  overflow: hidden;
  padding-left: 50px;
}

.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:after {
  content: "";
  display: block;
  clear: both;
}

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 .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 .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;
 }
 
 .passge_list li:first-child{
 	background: none!important;
 		font-size: 22px;
 	    color: #00558f;
 	    font-weight: bold;
 		padding:0 0 10px 0!important;
 		margin-left: -15px;
 }
 .passge_list li:first-child a{
 	     font-size: 22px!important;
 	     color: #00558f!important;
 	     font-weight: bold!important;
 }
 .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;
 }
  
 .sp-lf li {
    width: 100%;
    overflow: hidden;
    position: relative;
    padding-left: 6px;
    height: 60px;
    background-color: #f7f7f7;
border-bottom: 1px dotted #b9b9b9;

}
.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 li i {
    float: right;
    font-style: normal;
    margin-right: 19px;
    color: #aaaaaa;
}
 

.nav ul:hover .drop {
    display: block;
}
.nav ul .drop {
    display: none;
    background-color: #efefef;
    overflow: hidden;
    width: auto;
font-size:15px
}


.nav ul .drop li a {
    color: #000;
}
.nav ul .drop li a:hover { 
  color: #fff; 
  background-color: #871c21;  
  display: block; 
  }





 .login-h3{margin-bottom: 20px;border-bottom: 1px solid #B9B9B9;padding-bottom: 10px;}
 .layui-input-block{margin-left:160px;}