﻿.main-left-top {
  display: inline-block;
  width: 1095px;
  height: 350px;
  margin-top: 15px;
  vertical-align: top;
}

.left-top-title {
  height: 41px;
  line-height: 41px;
  border-bottom: 1px solid #d0d0d0;
  display: flex;
}

.left-top-title span {
  height: 41px;
  line-height: 41px;
  display: block;
  width: 180px;
  color: #FFF;
  background: url(../images/title_bg_01.png) no-repeat left bottom;
  font-size: 24px;
  text-indent: 10px;
  padding: 0px 20px;
  font-weight: bold;
}

.more {
  text-align: center;
  font-size: 14px;
  background: #FFF;
  width: 70px;
  height: 22px;
  line-height: 22px;
  color: #04562e;
  border: 1px solid #d0d0d0;
  margin-top: 18px;
  margin-left: auto;
}
.more:hover {
  background: #3491FA;
  color: #FFF;
}

.content {
  margin-top: 18px;
}

.carousel {
  display: inline-block;
  width: 400px;
  height: 280px;
}

.carousel img {
  width: 100%;
  height: 100%;
}

.left-top-content .new-list {
  display: inline-block;
  vertical-align: top;
  height: auto;
  width: 620px;
  margin-left: 20px;
  padding: 20px 25px;
}

.home-new-list {
  width: 100%;
  margin: 0px;
}

.home-new-list li {
  border-bottom: 1px solid #e5e5e5;
}

.home-new-list li a {
  font-size: 16px;
  color: #333;
  display: flex;
  justify-content: space-between;
  line-height: 47px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-indent: 20px;
  background: url(../images/icon_left_li.png) left center no-repeat;
  padding-right: 20px;
}
.home-new-list li a:hover {
  text-decoration: underline;
  background-color: #FFF;
}

.home-new-list li a span {
  line-height: 50px;
  font-size: 13px;
  color: #999999;
}

.main-right-top {
  display: inline-block;
  width: 450px;
  height: 350px;
  margin-top: 15px;
  margin-left: 15px;
}

.right-top-title {
  height: 41px;
  line-height: 41px;
  border-bottom: 1px solid #d0d0d0;
  display: flex;
}

.right-top-title span {
  height: 41px;
  line-height: 41px;
  display: block;
  width: 180px;
  color: #3491FA;
  border-left: 8px solid #3491FA;
  font-size: 24px;
  text-indent: 10px;
  padding: 0px 20px;
  font-weight: bold;
}

content-container {
  display: inline-block;
  vertical-align: top;
  height: 320px;
  width: 775px;
  margin-top: 20px;
}
.right {
  margin-left: 20px;
}

.content-container-title {
  height: 41px;
  line-height: 41px;
  border-bottom: 1px solid #d0d0d0;
  display: flex;
}

.content-container-title span {
  height: 41px;
  line-height: 41px;
  display: block;
  width: 180px;
  color: #3491FA;
  border-left: 8px solid #3491FA;
  font-size: 24px;
  text-indent: 10px;
  padding: 0px 20px;
  font-weight: bold;
}
.left-img {
  display: inline-block;
  width: 180px;
  height: 320px;
}
.content-container-content .new-list {
  display: inline-block;
  vertical-align: top;
  height: auto;
  width: 550px;
  margin-left: 30px;
}