* {
  padding: 0;
  margin: 0;
  text-decoration: none;
  list-style: none;
  font-size: 16px;
  font-family: "Microsoft Yahei", "Helvetica Neue", Helvetica, "Lucida Grande",
    Arial, "Hiragino Sans GB", "WenQuanYi Micro Hei", STHeiti, SimSun,
    sans-serif;
}

a:hover {
  color: #9c0c13;
}

body {
  display: flex;
  flex-wrap: wrap;
}

header {
  display: flex;
  flex-wrap: wrap;
  width: 100vw;
  height: auto;
  clear: both;
  overflow: hidden;
}

.banner img {
  display: block;
  width: 100vw;
  overflow: hidden;
}

.nav {
  display: flex;
  overflow: hidden;
  width: 100vw;
  height: 50px;
  background-color: #9c0c13;
  justify-content: center;
}

.nav ul {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.nav ul li {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 15%;
  height: 50px;
}

.nav ul li:hover {
  background-color: #bc0c15;
}

.nav a {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
}

.content-dhjs {
  display: block;
  flex-wrap: wrap;
  height: 650px;
  width: 100vw;
  background: url(../images/content-dhjs.png);
  background-size: cover;
  overflow: hidden;
  flex-wrap: wrap
}

.dhjs {
  display: flex;
  padding-top: 15px;
  width: 100vw;
  justify-content: center;
}

.dhjs img {
  width: 352px;
  height: 72px;
}

.box {
  display: flex;
  width: 100vw;
  justify-content: center;
  align-items: center;
}

.box-img {
  overflow: hidden;
  width: 660px;
  height: 440px;
}

.box-img img {
  width: 660px;
  height: 440px;
  display: block;
  object-fit: cover;
  object-position: center;
  transition: 0.5s all;
  transform: scale(1, 1);
}

.box-img img:hover {
  transform: scale(1.05, 1.05);
}

.box-img-p {
  color: #fff;
  background-color: #19191984;
  font-size: 16px;
  text-align: center;
  position: relative;
  top: -30px;
  height: 30px;
  line-height: 30px;
}

.box-content {
  width: 500px;
  padding-left: 40px;
}

.box-content li {
  padding: 15px 0;
  border-bottom: 1px solid #ebebeb;
}

.box-content li:hover {
  color: #bc0c15;
}

.box-content a {
  color: #000;
  font-size: 16px;
  line-height: 25px;
}

.box-content a:hover {
  color: #bc0c15;
}

.box-content span {
  float: right;
  font-size: 16px;
}

.ckgd {
  display: flex;
  width: 100vw;
  justify-content: center;
  padding-top: 25px;
}

.ckgd a {
  line-height: 40px;
  background-color: #fe890b;
  text-align: center;
  color: #fff;
  font-size: 18px;
  width: 122px;
  height: 40px;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
}

.ckgd a:hover {
  color: #ff0612;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.content-kyxd {
  display: block;
  height: auto;
  width: 100vw;
  height: 610px;
  background: url(../images/content-kyxd.png);
  background-size: cover;
  overflow: hidden;
}

.box2 {
  display: flex;
  justify-content: center;
}

.box2-ny {
  width: 350px;
  height: 425px;
  margin-left: 25px;
  background-color: rgba(255, 255, 255, 0.753);
  overflow: hidden;
}

.box2-ny:hover {
  background-color: #fff;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.box2-ny img {
  width: 350px;
  height: 260px;
  object-fit: cover;
  object-position: center;
  transition: 0.5s all;
  transform: scale(1, 1);
}

.box2-ny img:hover {
  transform: scale(1.05, 1.05);
}

.box2-ny h1 {
  color: #333333;
  font-weight: 400;
  padding: 20px;
}

.box2-date {
  display: flex;
  width: 100%;
  justify-content: center;
  padding-top: 20px;
}

.box2-ny h2 {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ff0101;
  height: 30px;
  width: 120px;
  color: #fff;
  font-weight: 400;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
}

.box2-ny h2:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.box3 {
  width: 100vw;
  height: 465px;
  background: url(../images/deesdjsdjt.png);
  background-size: cover;
  overflow: hidden;
}

.box3list {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.box-djt1 {
  width: 340px;
  height: 260px;
  margin: 8px;
}

.djt1-img {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.djt1-img img {
  width: 340px;
  height: 260px;
  object-fit: cover;
  object-position: center;
  transition: 0.5s all;
  transform: scale(1, 1);
}

.djt1-img img:hover {
  transform: scale(1.05, 1.05);
}

.img-cover {
  position: relative;
  display: block;
}

.img-cover::after {
  content: "";
  width: 100%;
  height: 30%;
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(to bottom,
      rgba(0, 0, 0, 0) 0%,
      rgba(0, 0, 0, 1) 100%);
  z-index: 1;
}

.img-cover .title {
  position: absolute;
  bottom: 3%;
  left: 0;
  width: 100%;
  color: #fff;
  z-index: 2;
  padding: 0 6%;
  box-sizing: border-box;
}

.box4 {
  width: 100vw;
  background: url(../images/kxj.png);
  background-size: cover;
  height: 733px;
  overflow: hidden;
}

.box4-box {
  display: flex;
  width: 100%;

  justify-content: center;
  align-items: center;
}

.section {
  width: 1190px;
  height: 550px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ebebeba1;
}

.box4-img {
  width: 440px;
  height: 340px;
  overflow: hidden;

}

.box4-img img {
/* 
 object-fit: cover;
  object-position: center;
*/
  transition: 0.5s all;
  transform: scale(1, 1);
}

.box4-img img:hover {
  transform: scale(1.05, 1.05);
}

.box4-img img {
  width: 440px;
  height: 340px;
}

.box4-content {
  width: 650px;
  margin-left: 30px;
}

.box4-content li {
  border-bottom: 1px solid #d2bcbc;
  width: 90%;
}

.box4-content a {
  color: #333333;
  font-size: 16px;
  line-height: 43px;
}

.box4-content li:hover {
  color: #9c0c13;
}

.box4-content a:hover {
  color: #9c0c13;
}

.box4-content span {
  float: right;
  line-height: 43px;
}

footer {
  width: 100%;
  height: 150px;
  background-color: #bc0c15;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.bq p {
  color: rgb(255, 255, 255);
  line-height: 30px;
}
/* 列表页 */
.list{
  width: 1200px;
  margin: auto;
  box-sizing: border-box;
}
.list-lm{
  display: block;
    float: left;
    width: 100%;
    height: 40px;
    border-bottom: 3px solid #9c0c13;
}
.list-lm-left{
  display: block;
  float: left;
line-height: 40px;
/*
  height: 40px;
  color: #9c0c13;
  font-size: 24px;
  font-weight: 800;
  line-height: 40px;

*/
}
.list-lm-left a{
  color: #000;
/*
  font-size: 24px;
  font-weight: 800;
*/
}
.list-lm-right{
  display: block;
  float: right;
  height: 40px;
}
.list-lm-right a{
  color: #030303;
  font-size: 16px;
  font-weight: 400;
  line-height: 35px;
}
.list-lm-right a:hover{
  color: #bc0c15;
}
.list-title li{
  font-size: 16px;
    font-weight: 400;
    color: #333333;
    position: relative;
    padding-left: 15px;
    padding: 20px 0;
    border-bottom: 1px solid #EBEBEB;
}
.list-title a{
  font-size: 16px;
    font-weight: 400;
    color: #333333;
    padding-left: 20px;
}
.list-title a:hover{
  color: #bc0c15;
}

.list-title span{
  float: right;
}
.list-title{
margin-top: 40px;
}
.list-fanye{
    display: flex;
    width: 100%;
    height: 30px;
    padding: 15px;
    justify-content: center;
    padding-bottom: 30px;

}

.c-content {
    height: auto;
    overflow: hidden;
    position: relative;
    margin: 30px auto 40px auto;
    padding: 0 0;
}

.c-content .c-title {
    font-size: 30px;
    color: #cc3333;
    line-height: 50px;
    text-align: center
}

.c-content .other-s {
    font-size: 14px;
    line-height: 35px;
    text-align: center;
    color: #666666;
    background: #f5f5f5;
    margin: 15px auto 0 auto;
    position: relative;
}

.c-content .other-s .sjfx {
    position: absolute;
    right: 10px;
    top: 5px;
}

.c-content .nr-info {
    height: auto;
    overflow: hidden;
    position: relative;
    text-align: left
}

.c-content .nr-info p {
    font-size: 16px;
    color: #666;
    line-height: 34px;
    margin: 15px 0;
    text-indent: 2em;
    text-align: left
}

.c-content table p {
    text-indent: 0;
}


/* 首页响应式 */
@media screen and (max-width: 1450px) {
  .box-djt4 {
    width: 280px;
    height: 500px;
  }

  .box-djt4 img {
    height: 500px;
  }

  .box-djt1 {
    width: 250px;
    height: 180px;
  }

  .djt1-img img {
    width: 250px;
    height: 180px;
  }

  .box3 {
    height: 380px;
  }
}

@media screen and (max-width: 1250px) {
  .box-img {
    width: 470px;
    height: 400px;
  }

  .box-img img {
    width: 470px;
    height: 400px;
  }
}

@media screen and (max-width: 1100px) {
  .nav a {
    font-size: 15px;
  }

  .box-content {
    width: 410px;
    padding-left: 15px;
  }

  .box-content a {
    font-size: 14px;
    line-height: 19px;
  }

  .box2-ny {
    width: 270px;
    height: 340px;
    margin-left: 15px;
  }

  .box2-ny img {
    width: 270px;
    height: 180px;
  }

  .content-kyxd {
    height: 520px;
  }

  .box3list {
    justify-content: center;
    width: 70%;
    flex-wrap: wrap;
    align-items: center;
  }

  .box3 {
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    align-content: center;
    flex-wrap: wrap;
  }

  .box4-img {
    width: 345px;
    height: 320px;
  }

  .box4-img img {
    width: 345px;
    height: 320px;
  }

  .box4-content {
    width: 480px;
    margin-left: 5px;
  }

  .section {
    width: 855px;
    height: 480px;
  }

  .box4 {
    height: 650px
  }

}

@media screen and (max-width: 600px) {
  .nav {
    height: 100px;
  }

  .nav ul li {
    width: 20%;
  }

  .box {
    flex-direction: column;
  }

  .content-dhjs {
    height: auto;
  }

  .box-img {
    width: 425px;
    height: 280px;
  }

  .box-img img {
    width: 425px;
    height: 280px;
  }

  .box-content {
    width: 340px;
  }

  .box-content li {
    padding: 10px 0;
  }

  .content-kyxd {
    height: auto;
  }

  .box2 {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }

  .box2-ny {
    margin: 10px;
  }

  .section {
    flex-direction: column;
    height: auto;
    width: 360px;
  }

  .box4-content {
    width: 340px;
  }

  .box4 {
    height: auto;
  }
.list{
   width:98vw;
}
.c-content .c-title {
    font-size: 14px;
    color: #cc3333;
    line-height: 25px;
    text-align: center
}
}