body {
  padding: 0;
  width: 100%;
  /*min-width: 1920px;*/
}

a {
  text-decoration: none;
  all: unset;
  cursor: pointer;
}


#root {
  width: 100%;
  background-color: #fff;
  margin: 0 auto;
}

.header {
  width: 100%;
  height: 110px;
  display: flex;
  align-items: center;
}
.header .logo {
  width: 60px;
  height: 60px;
  text-align: center;
}

.header .title {
  text-align: center;
  font-size: 35px;
  color: #dc0000;
  font-weight: bold;
}
@media (max-width: 600px) {
  .header .title {
  text-align: center;
  font-size: 15px;
  color: #dc0000;
  font-weight: bold;
}
}

.banner {
  width: 1920px;
  height: 750px;
}

.bianzhe {
  width: 1200px;
  height: 350px;
  background: #ffeeee;
  border-radius: 10px;
  margin: 80px auto;
  padding-top: 23px;
}

.bianzhe .bianzhe-title {
  width: 100%;
  height: 66px;
  display: flex;
  flex-direction: column;
  position: relative;
}

.bianzhe .bianzhe-txt {
  width: 100%;
  height: 60px;
  line-height: 60px;
  padding-left: 45px;
  font-size: 35px;
  font-weight: bold;
  color: #fff;
  position: absolute;
  left: 0;
  top: 0;
  text-shadow: 1px 1px 2px black;
}

.bianzhe .bianzhe-title img {
  width: 1133px;
  height: 66px;
}

.bianzhe .bianzhe-title .txt {
  padding-left: 64px;
  padding-top: 35px;
  padding-right: 73px;
  line-height: 2;
  font-size: 18px;
  color: #000000;
  text-indent: 2em;
}

.toutiao {
  width: 100%;
  height: 300px;
  position: relative;
}

.toutiao-img {
  width: 1145px;
  height: 545px;
  position: absolute;
  top: 0;
  left: 0;
}

.toutiao-content {
  position: absolute;
  left: 50%;
  top: 0;
  width: 1200px;
  height: 100%;
  /* background-image: url(../images/toutiao-bg.png); */
  margin-left: -600px;
  border-bottom: 1px dashed #ffc5c5;
}

.toutiao-header {
  height: 120px;
  /* padding-left: 70px; */
  display: flex;
}

.toutiao-header img {
  height: 120px;
  width: 60px;
}

.toutiao-header .toutiao-title {
  width: 820px;
  height: 100%;
  border-bottom: 2px solid #c51d1c;
  margin-left: 35px;
  line-height: 120px;
  font-size: 32px;
  font-weight: bold;
  color: #c51d1c;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.toutiao-txt {
  font-size: 18px;
  line-height: 2;
  text-indent: 2em;
  padding: 20px 0px 0px 0px;
  margin-bottom: 0px;
  height: 100px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.toutiao-btn {
  width: 120px;
  height: 28px;
  border-radius: 4px;
  border: 1px solid #c51d1c;
  font-size: 16px;
  color: #c51d1c;
  text-align: center;
  line-height: 28px;
  position: absolute;
  text-decoration: none;
  right: 6px;
  /* bottom: 60px; */
}

.toutiao-list {
  width: 1920px;
  height: 440px;
  /* background: #f7f7f7; */
}

.toutiao-list .list-content {
  width: 1200px;
  height: 100%;
  margin: 0 auto;
}

.toutiao-list .list-item {
  padding-top: 36px;
  display: flex;
  align-items: center;
  border-bottom: 1px dashed #ffc5c5;
}

.toutiao-list .list-item .dot {
  width: 14px;
  height: 14px;
  background: #c51d1c;
  transform: rotate(45deg);
}

.toutiao-list .list-item .title {
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left: 15px;
  padding-right: 25px;
  font-size: 18px;
}

.toutiao-list .list-item .date {
  width: 120px;
  text-align: right;
  font-size: 16px;
  color: #585858;
}

.toutiao-list .list-bottom {
  display: flex;
  align-items: center;
  padding-top: 40px;
}

.toutiao-list .list-bottom .bottom-line {
  width: 1057px;
  height: 1px;
  background: #c51d1c;
  border: 1px solid #c51d1c;
}

.toutiao-list .list-bottom .view-more {
  width: 120px;
  height: 28px;
  border-radius: 4px;
  border: 1px solid #c51d1c;
  text-decoration: none;
  text-align: center;
  line-height: 28px;
  color: #c51d1c;
  margin-left: 20px;
}

.case-content {
  width: 1200px;
  margin: 0 auto;
  height: 442px;
  padding-top: 80px;
  display: flex;
}

.case-content .case-left {
  width: 648px;
  height: 442px;
}

.case-content .case-left .left-item {
  width: 648px;
  height: 442px;
  position: relative;
}

.case-content .case-left .case-img {
  width: 648px;
  height: 442px;
}

.case-content .case-left .left-item .case-mask {
  width: 648px;
  height: 57px;
  background: rgba(255, 255, 255, 0.8);
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
}

.case-content .case-left .left-item .mask-title {
  padding-left: 15px;
  font-weight: bold;
  font-size: 16px;
  color: #000000;
  flex: 1;
}

.case-content .case-left .left-item .arrow-left {
  width: 32px;
  height: 32px;
  background: #c51d1c;
  border-radius: 50%;
  opacity: 0.5;
  color: #fff;
  text-align: center;
  line-height: 32px;
  font-size: 24px;
  margin-left: 20px;
  cursor: pointer;
}

.case-content .case-left .left-item .arrow-right {
  width: 32px;
  height: 32px;
  background: #c51d1c;
  border-radius: 50%;
  opacity: 0.5;
  color: #fff;
  text-align: center;
  line-height: 32px;
  font-size: 24px;
  margin-left: 20px;
  margin-right: 20px;
  cursor: pointer;
}

.case-content .case-right {
  width: 540px;
  height: 442px;
  margin-left: 12px;
}

.case-content .case-right .right-title {
  width: 540px;
  height: 58px;
  background: #c51d1c;
  display: flex;
}

.case-content .case-right .right-title .right-txt1 {
  padding-left: 22px;
  height: 58px;
  line-height: 58px;
  font-size: 35px;
  font-weight: bold;
  color: #ffffff;
  text-shadow: 1px 1px 2px black;
}
.case-content .case-right .right-title .right-txt2 {
  padding-left: 10px;
  padding-top: 20px;
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
  flex: 1;
}
.case-content .case-right .right-title .right-btn {
  width: 84px;
  height: 28px;
  background: #ffffff;
  border-radius: 14px;
  margin-right: 20px;
  margin-top: 15px;
  text-align: center;
  line-height: 28px;
  color: #c51d1c;
  font-size: 16px;
}

.case-content .case-right .right-list {
  padding-left: 22px;
  padding-right: 22px;
}

.case-content .case-right .right-list .right-list-item {
  width: 100%;
  height: 76px;
  border-bottom: 1px dashed #ffc5c5;
  display: flex;
  align-items: center;
}

.case-content .case-right .right-list .right-list-item .num {
  width: 36px;
  height: 36px;
  border-radius: 18px;
  font-weight: bold;
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  line-height: 36px;
  margin-right: 20px;
}

.case-content .case-right .right-list .right-list-item .right-list-title {
  flex: 1;
  font-weight: 400;
  font-size: 18px;
  color: #323131;
  line-height: 29px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.case-content .case-right .right-list .right-list-item .num1 {
  background: #c51d1c;
}
.case-content .case-right .right-list .right-list-item .num2 {
  background: #ffa200;
}
.case-content .case-right .right-list .right-list-item .num3 {
  background: #cd8803;
}
.case-content .case-right .right-list .right-list-item .num4 {
  background: #764e00;
}
.case-content .case-right .right-list .right-list-item .num5 {
  background: #989898;
}

.media {
  width: 1200px;
  margin: 0 auto;
  padding-top: 90px;
}

.media .media-title {
  width: 100%;
  height: 50px;
  text-align: center;
  font-weight: bold;
  font-size: 38px;
  background-image: url(../images/mtgz.png);
  background-size: 200px 50px;
  background-repeat: no-repeat;
  display: inline-block;
  color: white;
  text-shadow: 1px 1px 2px black;
  background-position: center;
}

.media .media-subtitle {
  width: 100%;
  font-weight: 400;
  font-size: 16px;
  color: #c51d1c;
  text-align: center;
  padding-top: 14px;
}

.media .media-list {
  width: 1200px;
  margin: 0 auto;
  display: flex;
}

.media .media-list .media-item {
  width: 250px!important;
  height: 255px;
  background: #f6f6f6;
  margin-right: 20px;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 25px;
  padding-bottom: 30px;
  display: flex;
  flex-direction: column;
}

.media .media-list .media-item .title {
  width: 100%;
  font-weight: bold;
  font-size: 18px;
  color: #323131;
  height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: flex;
}

.media .media-list .media-item .content {
  margin-top: 20px;
  height: 170px;
  overflow: hidden;
  margin-bottom: 20px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 7;
}

.media .media-list .media-item .divider {
  width: 28px;
  height: 3px;
  background: #c51d1c;
}

.media .media-list .media-item .date {
  font-weight: 400;
  font-size: 16px;
  color: #686868;
  margin-top: 15px;
}

.media-btn {
  width: 120px;
  height: 28px;
  border-radius: 4px;
  border: 1px solid #c51d1c;
  font-weight: 300;
  font-size: 18px;
  color: #c51d1c;
  line-height: 88px;
  text-align: center;
  line-height: 28px;
  display: inline-block;
  margin: 45px 540px;
}

.footer {
  width: 1920px;
  height: 103px;
  background: #c51d1c;
  margin: 0 auto;
  text-align: center;
  line-height: 103px;
  font-weight: bold;
  font-size: 18px;
  color: #ffffff;
}

.yaoqiu_list ul li {
  background: url(../../../template/30377744/30377766.jpg) no-repeat 3px 14px;
  padding: 10px 10px 10px 32px;
  font-size: 18px;
  width: 555px;
  float: left;
  line-height: 30px;
}

.yaoqiu_list {
  width: 1190px;
  margin: 0 auto;
}

ul li {
  list-style: none;
}

.yaoqiu_list ul li {
  background: url(../images/li.jpg) no-repeat 3px 14px;
  padding: 10px 10px 10px 32px;
  font-size: 18px;
  float: left;
  width: 1200px;
  margin-left: -40px;
  line-height: 30px;
  border-bottom: 1px dashed #ffc5c5;
}
