.ml-header {
  width: 100%;
  height: 80px;
  background-color: #C50913;
  position: relative;
}

.ml-header .ml-logo {
  width: 160px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.ml-header .ml-httpBtn {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  color: #fff;
  padding: 10px 20px;
  border: 1px solid #fff;
}

.ml-header .ml-httpBtn a {
  color: #fff;
}

.ml-banner .content, .ml-banner .banner {
  width: 50%;
}

.ml-banner .content .ml-title {
  font-size: 32px;
  padding: 55px 75px 40px;
  color: #C50913;
  line-height: 35px;
  font-weight: 700;
}

.ml-banner .content .ml-line {
  width: 100px;
  height: 10px;
  background-color: #C50913;
  margin-left: 75px;
}

.ml-banner .content .ml-text {
  padding: 40px 75px 0 70px;
  font-size: 16px;
  color: #666666;
  line-height: 32px;
  text-align: justify;
}
.ml-banner .content .ml-text p{
  margin-bottom: 8px;
  text-indent: 28px;
}

.ml-banner .content .ml-text span {
  color: #C50913;
  cursor: pointer;
  text-decoration: underline;
  float: right;
}

.ml-news .ml-video, .ml-news .news-list {
  width: 50%;
  position: relative;
}

.ml-news .ml-video .video-btn {
  width: 200px;
  height: 82px;
  line-height: 82px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 350px;
  border: 2px solid #fff;
  text-align: center;
  font-size: 30px;
}
.ml-news .ml-video .video-btn a{
  color: #fff;
}

.ml-news .ml-video .bottom {
  position: absolute;
  width: 100%;
  height: 120px;
  left: 0;
  bottom: 0;
}

.ml-news .ml-video .bottom .video-title {
  position: absolute;
  font-size: 36px;
  height: 120px;
  line-height: 120px;
  color: #fff;
  text-align: center;
  padding: 0 20px;
}

.ml-news .ml-video .bottom img {
  width: 160px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
}

.ml-news .news-list {
  padding: 90px 0 0 75px;
}

.ml-news .news-list ul li {
  padding: 45px 0;
}

.ml-news .news-list ul li .number {
  font-size: 40px;
  color: #C50913;
  font-style: italic;
  width: 5%;
}

.ml-news .news-list ul li .new-title {
  width: 80%;
  margin-left: 20px;
}

.ml-news .news-list ul li .new-title .newTitle {
  font-size: 24px;
  color: #333;
  line-height: 30px;
  font-weight: 700;
}

.ml-news .news-list ul li .new-title .newTime {
  font-size: 20px;
  color: #151515;
  cursor: pointer;
}

.ml-news .news-list ul li .new-title .newTime span {
  font-size: 16px;
  color: #3f3f3f;
  margin-left: 10px;
}

.ml-new-modal {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, .4);
  z-index: 8;
  display: none;
}

.ml-new-modal .modal-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 9;
}

.ml-new-modal .modal-content {
  position: absolute;
  width: 80%;
  height: 85%;
  left: 10%;
  top: 7.5%;
  z-index: 10;
  background-color: #fff;
}

.ml-new-modal .modal-content .modal-del {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
}

.ml-new-modal .modal-content .modal-title {
  width: 100%;
  height: 66px;
  margin-top: 60px;
  text-align: center;
  font-size: 44px;
  color: #C50913;
  letter-spacing: 5px
}

.ml-new-modal .modal-content .modal-line {
  width: 70px;
  height: 6px;
  margin-left: 50%;
  transform: translateX(-50%);
  background-color: #C50913;
  margin-top: 10px;
}

.ml-new-modal .modal-content .modal-media {
  width: 100%;
  height: 50px;
  margin-top: 10px;
  text-align: center;
  font-size: 26px;
  color: #000;
}

.ml-new-modal .modal-content .modal-time {
  width: 100%;
  height: 20px;
  margin-top: 5px;
  text-align: center;
  font-size: 16px;
  color: #999;
}

.ml-new-modal .modal-content .modal-main {
  width: 100%;
  padding: 30px 50px;
  font-size: 16px;
  color: #666;
  line-height: 28px;
}

.ml-new-modal .modal-content .modal-main .content {
  width: 100%;
  overflow-y: scroll;
  height: 250px;
}

.ml-new-modal.more .modal-content .modal-title {
  width: 50%;
  margin-left: 25%;
  font-size: 26px;
  letter-spacing: 1px;
  font-weight:700;
}

.ml-new-modal.more .modal-content .modal-line {
  margin-top: 0;
}

.ml-new-modal.more .modal-content .modal-main .content {
  height: 320px;
}
.ml-new-modal.more .modal-content .modal-main .content p{
  text-indent: 28px;
  text-align: justify;
}
.ml-new-modal.more .modal-content .modal-main .content span a{
  color: #C50913;
}
.ml-huaban{
  position: relative;
}
.ml-huaban .shipin{
  position: relative;
}
.ml-huaban .shipin video{
  width: 100%;
}
.ml-huaban .shipin .video-btn{
  width: 120px;
  line-height: 82px;
  position: absolute;
  left: 50%;
  transform: translate(-50%,-50%);
  top: 50%;
  text-align: center;
  font-size: 30px;
  color: #fff;
}
.ml-huaban .shipin .video-btn img{
  width: 80px;
}
.ml-huaban .shipin .modetail{
  position: absolute;
  width: 140px;
  right: 50px;
  top: 50px;
  z-index: 1000;
}
.ml-huaban .shipin .bottom{
  position: absolute;
  width: 100%;
  height: 140px;
  left: 0;
  bottom: 0;
}
.ml-huaban .shipin .bottom img {
  width: 160px;
  position: absolute;
  top: 0;
  right: 50px;
}