.main .content-title {
  margin-top: 45px;
  font-size: 26px;
  font-weight: bold;
  text-align: center;
}
.main .content-title a{
  color: #000;
}
.main .notice {
  display: flex;
  justify-content: space-between;
  line-height: 25px;
}
.main .notice div:before {
  content: "■";
  color: #ef2d36;
  font-size: 12px;
  padding: 10px 5px;
}
.main .notice div a {
  color: #000;
}
.information-container {
  display: flex;
  justify-content: space-between;
  height: 480px;
}
.hot-container {
  border: 2px solid #ef2d36;
  width: 358px;
  box-sizing: border-box;
}
.hot-container .title {
  padding: 5px;
  background-color: #ef2d36;
  color: #fff;
  height: 46px;
  line-height: 46px;
  font-size: 20px;
  display: flex;
  justify-content: space-between;
}
.hot-container .title a {
  color: #fff;
  font-size: 14px;
}
.hot-container ul {
  padding: 15px;
  height: 395px;
  overflow-y: auto;
}
.hot-container ul li {
  border-bottom: 1px dashed #e1e1e1;
  padding: 8px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.hot-container ul li:last-child {
  border-bottom: 0;
}
.hot-container ul li a {
  color: #737373;
}
.release-container {
  display: flex;
  justify-content: space-between;
  margin: 25px 0;
}
.tabs-container {
  display: flex;
  justify-content: space-between;
}
.material-container{
  width: 825px;
}
.tabs-container .material-container .tabs {
  height: 33px;
}
.tabs-container .material-container .tabs .doubleLine {
  margin-top: 0px;
}
.tabs-container .material-container .tabs div {
  display: inline-block;
  float: left;
}
.tabs-container .material-container .tabs div:first-child {
  margin-right: 10px;
  width: 120px;
}
.tabs-container .material-container .tabs div:first-child img{
  width: 100%;
}
.tabs-container .material-container .tabs div span {
  display: inline-block;
  cursor: pointer;
  line-height: 33px;
  padding: 0 10px;
}
.tabs-container .material-container .tabs div span:hover,
.tabs-container .material-container .tabs div span.active {
  border-bottom: 2px solid #f04048;
}
.material {
  display: flex !important;
  justify-content: space-between;
  width: 100%;
}

.material li {
  padding: 10px;
  color: #333333;
  height: 30px;
  line-height: 30px;
  list-style-type: square;
  list-style-position: inside;
  width: 380px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
}
.material li a{
  color: #333333;
}
.material li:hover a,
.material li a:hover,
.material li:hover::marker {
  color: #ef2d36!important;
}
.material li::marker {
  color: #d7d7d7;
}
.recent-container {
  box-shadow: #c7c5c5 0 0 10px;
  padding: 20px;
  padding-bottom: 0px;
  width: 355px;
  border-radius: 5px;
  margin-left: 10px;
}
.recent-container li {
  padding: 15px 0;
  color: #a2a2a2;
  font-size: 14px;
  border-bottom: 1px solid #e7e7e7;
  cursor: pointer;
}
.recent-container li:last-child {
  border: 0;
}
.recent-container li p {
  font-size: 16px;
  color: #333333;
  margin-bottom: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.recent-container li p span {
  color: #ef2d36;
}
.list-group {
  margin-top: 30px;
  
}
.list-group .item{
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.list-group li {
  padding: 10px 0;
  color: #404040;
  height: 30px;
  line-height: 30px;
  list-style-type: square;
  list-style-position: inside;
  width: 380px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
}
.list-group li a{
  color: #404040;
}
.list-group li::marker {
  color: #d7d7d7;
}
.list-group li:hover a,
.list-group li a:hover,
.list-group li:hover::marker {
  color: #ef2d36!important;
}
.links {
  margin: 50px 0;
}
.doubleLine {
  border-top: 1px solid #e7e7e7;
  border-bottom: 1px solid #e7e7e7;
  height: 5px;
  margin: 20px 0;
  width: 100%;
}
.links div:last-child p {
  display: inline-block;
  padding: 0 20px;
  border-right: 1px solid #858585;
}
.links div:last-child p a {
  color: #858585;
}
.links div:last-child p a:hover {
  color: #ef2d36 !important;
}
.links div:last-child p:first-child {
  padding-left: 0;
}
.links div:last-child p:last-child {
  padding-right: 0;
  border: 0;
}

.swiper-slide{
  overflow: hidden;
}

.swiper-slide img{
  width: 100%;
}