@charset "utf-8";

.list {
  width: 100%;
  background: url(../images/list_bg.png) no-repeat;
  background-size: 100%;
  background-position: bottom;
}

.list_top {
  width: 100%;
  background: #f4f4f4;
  display: flex;
  justify-content: center;
  position: relative;
  flex-wrap: wrap;
  height: 100px;
}

.list_top > li {
  text-align: center;
  padding: 0 20px;
  position: relative;
}

.list_top > li > a {
  font-size: 21px;
  font-weight: bold;
  display: block;
  padding: 35px 0px;
  position:relative;
}
.list_top > li ol{
  box-sizing: border-box;
  background:#ededed;
  width: 100%;
  top: 100%;
  left: 0px;
  text-align:left;
  position: absolute;
  z-index: 99;
  display:none;
}
.list_top > li ol li{
  width:100%;
}
.list_top > li ol li a{
  width:100%;
  display:block;
  padding:10px 20px;
  font-size:16px;
}
.list_top > li ol li:hover a{
  background:#aaa;
}
.list_top > li> a::after { 
  display:block;  
  content: "";
  width: 100%;
  height: 3px;
  background:#b80000;
  position: absolute;
  left: 0;
  bottom: -3px;
  display:none;
}
.list_top > li > a:hover::after {
  display:block;  
 
}

.list_top > li > .active::after {
  display:block;  
 
}

.list_top_div {
  width: 16%;
  height: 100px;
  background: #b80000;
  opacity: 0.76;
  position: absolute;
  top: 0;
  left: 11%;
  color: #fffefe;
  text-align: center;
}
.list_top_div .content{
    color: #fff;
    font-size: 24px;
}

.list_top_div > div {
  display: flex;
  justify-content: center;
  margin-top: 42px;
  margin-bottom: 40px;
}

.list_top_div > div > a {
  color: #fffefe;
  font-size: 18px;
  line-height: 18px;
  display: block;
  width: 50%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.list_top_div > div > a:last-child::before {
  content: "|";
  margin-right: 10%;
}

.list_top_div > span {
  display: block;
  /* background: #db9794; */
  height: 1px;
  width: 40%;
  margin: 0 auto;
}

.list_top_div > p {
  font-size: 27px;
  line-height: 47px;
  margin: 23px auto 0;
}

.list_btm {
  width: 73%;
  margin: 0 auto;
}

.list_btm_title {
  width: auto;
  height: 37px;
  /* background: #feeeee; */
  margin: 92px auto 20px;
  position: relative;
  text-align: center;
}

.list_btm_title > span {
  display: initial;
  width: auto;
  font-size: 32px;
  font-weight: bold;
  color: #000000;
  line-height: 32px;
  /* position: absolute; */
  left: 35px;
  top: -15px;
  /* text-align: center; */
  /* margin: 0 auto; */
}

.list_btm_centent {
  width: 100%;
  margin-bottom: 30px;
}

.list_btm_centent > li {
  width: 100%;
  border-bottom: 1px solid #d9d9d9;
}

.list_btm_centent > li:hover > a > .list_btm_centent_main > span:first-child {
  color: #cb0808;
  border-bottom: 2px solid #cb0808;
}

.list_btm_centent > li > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 38px 20px;
}
.list_btm_centent_left{
  width:20%;
}
.list_btm_centent_left img{
  width:100%; 
  height:auto;
}
.list_btm_centent_main {
  margin: 0 30px;
}

.list_btm_centent_main > span:first-child {
  /* display: block; */
  width: 100%;
  margin-top: 5px;
  font-size: 20px;
  color: #040303;
  line-height: 20px;
  font-weight: bold;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.list_btm_centent_main > div {
  width: 77%;
  display: flex;
  align-items: center;
  margin: 20px 0 15px;
}

.list_btm_centent_main > div > span:last-child {
  font-size: 13px;
  color: #cf693c;
  line-height: 12px;
  margin-left: 8px;
}

.list_btm_centent_main > p:last-child {
  font-size: 15px;
  color: #656565;
  line-height: 22px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}

.list_top > li:last-child {
  margin-right: 0px;
}

/* ÃƒÂ¥Ã¢â‚¬Â Ã¢â‚¬Â¦ÃƒÂ¥Ã‚Â®Ã‚Â¹ÃƒÂ©Ã‚Â¡Ã‚Âµ */
.us .list_btm_title {
  margin: 92px auto 65px;
}

.us_centent {
  font-size: 18px;
  padding: 25px 0 25px 0;
  overflow: hidden;
}
.us_centent h1{
  
font-size: 22px;
  
padding: 15px 0 20px 0;
  
text-align: center;
}
.us_centent p{
  text-indent: 2em !important;
  line-height: 32px !important;
  font-size: 16px !important;
  margin-bottom: 20px;
}
.us_centent p video{
  
margin: 0 auto;
}
.us_centent > div {
  width: 100%;
  padding: 0 18%;
}

.indent {
  text-indent: 2em;
  line-height: 40px;
  font-size: 18px;
}

.introduce {
  font-weight: bold;
  line-height: 18px;
  margin: 38px 0 48px;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

._top {
  margin-top: 38px;
}

.us_centent_first > div {
  /* display: flex; */
  align-items: center;
  justify-content: space-between;
}

.us_centent_first > div > img {
  display: block;
  box-shadow: 15px 15px 0px 0px #d6d6d6;
  float: left;
  margin-right: 50px;
}

.us_centent_first > div > div {
  color: #000000;
 
}
.us_centent_first > div > div video{
  display:inline-block;
  width: 700px;
  height: 500px;
}
.us_centent_first > div > div > p:first-child {
  /* margin-bottom: 30px; */
}

.us_centent_first > div:last-child {
  margin: 30px 0 62px;
  color: #000000;
}

.us_centent_second {
  width: 100%;
  background: url(../images/us2_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
}

.us_centent_second_ul {
  padding-top: 79px;
  display: flex;
  justify-content: space-between;
}

.us_centent_second_ul > li {
  width: 32%;
}

.us_centent_second_ul > li > img {
  width: 100%;
}

.us_centent_second > div:last-child {
  padding-bottom: 65px;
}

.us_centent_third > div:first-child > img {
  width: 100%;
}

.us_centent_third > div {
  width: 100%;
  padding-top: 55px;
}

.us_centent_third_ul {
  padding-top: 42px;
  display: flex;
  justify-content: space-between;
}

.us_centent_third_ul > li > img {
  width: 100%;
}

.us_centent_third_ul > li:last-child {
  width: 51.2%;
}

.us_centent_third_ul > li:first-child {
  width: 46.2%;
}

.us_centent_third_ul > li:last-child {
  width: 51.2%;
}

.us_centent_fourth > ul > li:first-child {
  width: 47%;
}

.us_centent_fourth > ul > li:last-child {
  width: 51%;
}

.us_centent_fourth > span {
  display: block;
  padding: 50px 0 70px;
  text-align: right;
}
.pageBar {
    padding-top: 20px;
    margin-top: 35px;
    border-top: 1px solid #dedede;
    font-size: 16px;
    padding-bottom: 25px;
}
.content p {
    text-indent: 2em;
    text-align: left;
    color: #333;
    margin-bottom: 16px;
    line-height: 40px;
}
/* search */

.results {
  background: #efefef;
  padding: 0px 0 60px;
}

.results_nav {
  border-bottom: 1px solid #e2e2e2;
  line-height: 60px;
  display: flex;
  align-items: center;
}

.results_nav a {
  font-size: 16px;
  color: #999;
  display: flex;
  align-items: center;
}

.results_nav a:hover {
  color: #690f09;
}

.results_nav a::before {
  content: url(../images/dh_yjt.png);
  margin: 0 10px;
}

.results_nav a:first-child:before {
  content: url(../images/dh_sy.png);
  margin: 0 10px 0 0;
}

.results_ul {
  background: #fff;
  padding: 20px 50px 50px;
  box-shadow: 0px 10px 10px 0px #aaa;
}

.results_ul li {
  border-bottom: 1px dashed #e2e2e2;
  padding: 30px 0 20px;
}

.results_ul li:hover {
  border-bottom: 1px solid #df3323;
}

.results_ul li a {
  display: block;
}

.results_ul li a > span {
  display: block;
}

.results_ul li a > span:first-child {
  font-size: 18px;
  line-height: 18px;
  font-weight: bold;
  color: #333;
}

.results_ul li:hover a > span:first-child {
  color: #a22419;
}

.results_ul li a p {
  font-size: 15px;
  color: #666;
  line-height: 30px;
  height: 90px;
  margin: 10px 0;
  overflow: hidden; /* 隐藏超出容器高度的内容 */
  display: -webkit-box; /* 使用旧版 WebKit 内核的浏览器，如 Safari */
  -webkit-line-clamp: 3; /* 行数 */
  -webkit-box-orient: vertical; /* 垂直排列文本 */
}

.results_ul li a p span {
  font-size: 15px !important;
  color: #dd4b39;
  line-height: 30px;
  font-weight: normal;
  display: inline;
}

.results_ul li a > span:last-child {
  font-size: 13px;
  line-height: 13px;
  color: #999;
}
.results_ul .seabox{
    clear: both;
}
.results_ul .seabox ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.results_ul .seabox ul li{
    padding: 0;
    border: none;
    width: 50%;
    float: left;
    margin: 10px 0;
    display: flex;
    align-items: center;
}
.results_ul .seabox ul li span{
    width: 60px;
    display: inline-block;
}
.results_ul .seabox ul li input{
    border: 1px solid #dedede;
    line-height: 32px;
    margin: 0 10px;
    width: 80%;
    text-indent: 10px;
}
.results_ul .seabox ul li input.Wdate{
    width: 42%;
    padding: 15px;
}

.results_ul .seabox ul li.btn{
    width: 80%;
    height: 41px;
    line-height: 41px;
    margin: 25px auto;
    position: relative;
    background: #b80000;
}
.results_ul .seabox ul li.btn input{
    width: 100%;
    height: 100%;
    padding: 10px;
    text-align: center;
    color: #FFF;
    font-size: 19px;
    border: none;
    position: absolute;
    z-index: 999;
}
.results_ul .seabox ul li.btn span{
    color: #FFF;
    width: 100%;
    text-align: center;
    display: block;
    height: 100%;
    vertical-align: middle;
}
.results_ul .sealist{}
.results_ul .sealist ul{}
.results_ul .sealist ul li{}
.results_ul .sealist ul li a{padding: 10px 0;}
.results_ul .sealist ul li a span{
    font-size: 20px;
    color: #333;
    font-weight: normal;
    line-height: 1;
    margin: 0;
}
.results_ul .sealist ul li p{
    line-height: 23px;
    font-size: 15px;
    color: #666;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    white-space: normal;
    overflow: hidden;
}
.results_ul .sealist ul li span{
    display: block;
    font-size: 13px;
    color: #999;
    margin-top: 10px;
}

.results_page {
  margin-top: 40px;
  display: flex;
  justify-content: center;
}

.results_page i {
  color: #a22419;
  border: 1px solid #a22419;
  display: block;
  line-height: 30px;
  text-align: center;
  width: 30px;
  height: 30px;
  margin: 0 10px;
}

@media (max-width: 1680px) {
  .list_btm,
  .us_centent > div {
    width: 100%;
    padding: 0 8%;
  }
 

  /* ÃƒÂ¥Ã‹â€ Ã¢â‚¬â€ÃƒÂ¨Ã‚Â¡Ã‚Â¨ÃƒÂ©Ã‚Â¡Ã‚Âµ */

  /* ÃƒÂ¥Ã¢â‚¬Â Ã¢â‚¬Â¦ÃƒÂ¥Ã‚Â®Ã‚Â¹ÃƒÂ©Ã‚Â¡Ã‚Âµ */

  .list_top_div {
    left: 7%;
  }

  .list_top_div > p {
    font-size: 44px;
    line-height: 44px;
  }
    .pageBar {
   width:100%;
    padding:25px 5%;
}
}

@media (max-width: 1440px) {
  .list_btm,
  .us_centent > div {
    width: 100%;
    padding: 0 6%;
  }

  /* ÃƒÂ¥Ã¢â‚¬Â Ã¢â‚¬Â¦ÃƒÂ¥Ã‚Â®Ã‚Â¹ÃƒÂ©Ã‚Â¡Ã‚Âµ */

  .list_top_div {
    height: 190%;
    top: -90%;
    left: 2%;
  }

  .list_top_div > div {
    display: flex;
    justify-content: center;
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .list_top_div > p {
    font-size: 38px;
    line-height: 38px;
  }

  .list_top_div > div > a:last-child::before {
    margin: 0 15px 0 15px;
  }

  .results {
    padding: 0px;
  }

  .results_ul {
    width: 100%;
    padding: 0 2% 40px;
  }
 .results_nav {
     width: 100%;
     padding: 0 2%;
  }
    .list_top {height: 60px;}
  .list_top > li > a {font-size: 20px;line-height: 20px;padding: 20px 0px;
                     }
  .list_top > li> a::after {
    bottom: 0px;
}
}

@media (max-width: 1200px) {
  .list_btm,
  .us_centent > div {
    width: 100%;
    padding: 0 5%;
  }

  /* ÃƒÂ¥Ã‹â€ Ã¢â‚¬â€ÃƒÂ¨Ã‚Â¡Ã‚Â¨ÃƒÂ©Ã‚Â¡Ã‚Âµ */
  .list_btm_centent_main {
    width: 69%;
  }

  .list_btm_centent_main > span:first-child {
    /* display: inherit; */
  }

  /* ÃƒÂ¥Ã¢â‚¬Â Ã¢â‚¬Â¦ÃƒÂ¥Ã‚Â®Ã‚Â¹ÃƒÂ©Ã‚Â¡Ã‚Âµ */

  .list_top_div > div {
    margin-top: 30px;
    margin-bottom: 20px;
  }

  .list_top_div {
    width: 12%;
    height: 150%;
    top: -50%;
    left: 1%;
  }

  .list_top_div > p {
    font-size: 25px;
    line-height: 15px;
  }

  .list_top_div > div > a {
    font-size: 12px;
    line-height: 12px;
  }

  .list_top_div > div > a:last-child::before {
    margin: 0 5px 0 5px;
  }

  .indent {
    line-height: 36px;
    font-size: 16px;
  }

  .introduce {
    line-height: 16px;
    margin: 32px 0 40px;
  }
}

@media (max-width: 1024px) {
  .list_btm,
  .us_centent > div {
    width: 100%;
    padding: 0 4%;
  }

  /* ÃƒÂ¥Ã‹â€ Ã¢â‚¬â€ÃƒÂ¨Ã‚Â¡Ã‚Â¨ÃƒÂ©Ã‚Â¡Ã‚Âµ */
  .list_btm_centent > li > a {
    padding: 38px 10px;
  }

  .list_btm_centent_right > img {
    display: none;
  }

  .list_top > li {
    margin-right: 17px;
  }

  /* ÃƒÂ¥Ã¢â‚¬Â Ã¢â‚¬Â¦ÃƒÂ¥Ã‚Â®Ã‚Â¹ÃƒÂ©Ã‚Â¡Ã‚Âµ */

  .list_top_div {
    display: none;
  }

  .us_centent_first > div {
    display: block;
  }

  .us_centent_first > div > img {
    width: 100%;
    margin-bottom: 40px;
  }

  .us .list_btm_title {
    margin: 70px auto 60px;
  }

  .us_centent_first > div > div {
    margin-left: 0px;
  }
  .list_btm_centent_main {
    width: auto;
}
}

@media (max-width: 768px) {
  .results_ul .seabox ul{
    display: block;
}
  .results_ul .seabox ul li{
    width: 100% !important;
    margin: 10px;
    display: block;
}
  .results_ul .seabox ul li.btn span{}
  .results_ul .seabox ul li input{
    width: 70%;
}
  .results_ul .sealist ul li{padding: 10px 0;}
  .results_ul .sealist ul li a span{font-size: 16px;line-height: 24px;}
  .results_ul .sealist ul li p{font-size:13px;}
  .list_btm,
  .us_centent > div {
    width: 100%;
    padding: 0 3%;
  }

  /* ÃƒÂ¥Ã‹â€ Ã¢â‚¬â€ÃƒÂ¨Ã‚Â¡Ã‚Â¨ÃƒÂ©Ã‚Â¡Ã‚Âµ */
  .list_btm_centent > li > a {
    padding: 30px 0px;
  }

  .list_btm_centent_main {
    width: 100%;
    margin: 0px;
  }

  .list_btm_centent_main > span:first-child {
    font-size: 16px;
    line-height: 16px;
  }

  .list_btm_centent_main > div {
    margin: 10px 0 10px;
  }

  .list_btm_title {
    margin: 60px auto 20px;
  }

  .list_btm_centent_main > p:last-child {
    font-size: 14px;
    line-height: 20px;
  }

  .list_btm_centent_left {
    width: 30%;
    display: none;
  }

  .list_btm_centent_left > img {
    width: 100%;
  }

  /* ÃƒÂ¥Ã¢â‚¬Â Ã¢â‚¬Â¦ÃƒÂ¥Ã‚Â®Ã‚Â¹ÃƒÂ©Ã‚Â¡Ã‚Âµ */

  .us_centent_first > div:last-child {
    margin: 50px 0 62px;
  }

  .list_top > li {
    margin-right: 10px;
  }

  .list_top > li > a {
    font-size: 18px;
    font-weight: bold;
    display: block;
    padding: 25px 0 15px;
  }

  .results_ul {
    padding-top: 0px;
  }
  .vsbcontent_img{
    width:100%;
  }
  .vsbcontent_img img{
    width:100%;
    height:auto;
  }
  .us_centent p {
    text-indent: none;
   
}
}

@media (max-width: 480px) {
  .list_btm,
  .us_centent > div {
    width: 100%;
    padding: 0 2%;
  }

  .list_btm_centent_main > div {
    width: 100%;
  }

  /* ÃƒÂ¥Ã¢â‚¬Â Ã¢â‚¬Â¦ÃƒÂ¥Ã‚Â®Ã‚Â¹ÃƒÂ©Ã‚Â¡Ã‚Âµ */

  .list_btm_title > span {
    font-size: 28px;
    line-height: 28px;
    left: 45px;
  }

  .us .list_btm_title {
    margin: 50px auto 40px;
  }

  .list_top > li > a {
    font-size: 14px;
    padding: 5px 0;
  }
  .list_btm_centent_main > span:first-child {
    display: inherit;
}
    .fade-1 img{height: 190px;object-fit: cover;}
   .us_centent_first > div > div video{width:100%;height:auto;}
}