.layout {
  width: 1200px;
  margin: 0 auto;
}
.content {
  margin-top: 20px;
  overflow: hidden;
}
body {
  width: 100%;
  min-width: 1200px;
  background: url(../images/foot.jpg) no-repeat center bottom;
}
.main {
  position: relative;
  background: url(../images/main_back.jpg) no-repeat;
  background-position: center bottom;
}
.notice-box {
  height: 333px;
  position: absolute;
  left: 50%;
  margin-left: -917px;
  top: -400px;
  width: 1834px;
}
.notice-box .notice-words {
  height: 192px;
  background: #FFEFC9;
  padding: 30px 60px;
}
.notice-box .notice-words .top {
  width: 941px;
  font-size: 24px;
  font-family: Source Han Sans CN;
  font-weight: bold;
  color: #CD1412;
  line-height: 33px;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
}
.notice-box .notice-words p {
  width: 1079px;
  font-size: 20px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #333333;
  line-height: 30px;
  text-indent: 2em;
}
.notice-box .notice-words p a {
  display: inline-block;
  font-size: 20px;
  font-weight: 400;
  color: #333333;
  line-height: 35px;
  text-indent: 0;
}
.notice-box .notice-words p a:hover {
  color: #CD1412;
}
.commtop {
  width: 1200px;
  height: 48px;
  margin: 0 auto;
  margin-top: -30px;
}
.commtop img {
  width: 1200px;
  height: 48px;
}
.lubotop {
  width: 1200px;
  height: 48px;
  margin: 0 auto;
  margin-top: 30px;
}
.lubotop img {
  width: 1200px;
  height: 48px;
}
.lubotop_more {
  width: 1200px;
  height: 67px;
  margin: 0 auto;
  text-align: right;
}
.lubotop_more a {
  font-size: 22px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #333333;
  line-height: 67px;
  text-align: right;
  cursor: pointer;
}
.btnlist {
  text-align: center;
  margin-top: 54px;
}
.btnlist a {
  display: inline-block;
  font-size: 29px;
  font-family: Source Han Sans CN;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 56px;
  padding: 0 90px;
  background: #084BA2;
  border-radius: 28px;
  margin: 0 49px;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
}
.btnlist a:hover {
  transform: scale(1.04);
}
.liveIime {
  margin-top: 50px;
  padding-bottom: 80px;
}
.liveIime ul {
  padding-top: 37px;
  padding-left: 150px;
}
.liveIime ul li:last-child .live-img {
  width: 2px;
  height: 200px;
  background: #cc2b24;
  border-radius: 50%;
  float: left;
  text-align: center;
  margin-right: 42px;
  position: relative;
}
.liveIime ul li:last-child .live-img::before {
  position: absolute;
  content: '';
  width: 18px;
  height: 18px;
  background: #cc2b24;
  border-radius: 50%;
  left: -8px;
  top: 40%;
}
.liveIime ul li {
  position: relative;
}
.liveIime ul li .bg_b {
  position: absolute;
  left: 0;
  top: 0;
  background: transparent !important;
  z-index: 1;
}
.liveIime ul li a {
  display: block;
  position: relative;
  z-index: 3;
}
.liveIime ul li .time {
  float: left;
  width: 212px;
  height: 57px;
  margin-top: 60px;
  font-size: 24px;
  font-family: Source Han Sans CN;
  font-weight: bold;
  color: #CD1412;
  line-height: 33px;
}
.liveIime ul li .live-img {
  width: 2px;
  height: 307px;
  background: #cc2b24;
  border-radius: 50%;
  float: left;
  text-align: center;
  margin-right: 42px;
  position: relative;
}
.liveIime ul li .live-img::before {
  position: absolute;
  content: '';
  width: 18px;
  height: 18px;
  background: #cc2b24;
  border-radius: 50%;
  left: -8px;
  top: 30%;
}
.liveIime ul li .live-text {
  width: 670px;
  float: left;
  margin-top: 12px;
  padding-bottom: 115px;
}
.liveIime ul li .live-text .title {
  font-size: 22px;
  font-family: Source Han Sans CN;
  font-weight: bold;
  color: #333333;
  line-height: 40px;
  padding-left: 22px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
  word-break: break-all;
}
.liveIime ul li .live-text .data {
  margin-top: 12px;
  font-size: 22px;
  font-family: Source Han Sans CN;
  font-weight: bold;
  color: #333333;
  line-height: 30px;
}
.liveIime ul li .live-text .name {
  margin-top: 20px;
  font-size: 22px;
  font-family: Source Han Sans CN;
  font-weight: bold;
  color: #333333;
  line-height: 30px;
  padding-left: 22px;
}
.liveIime ul li .live-text .brief {
  margin-top: 10px;
  font-size: 22px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #666666;
  line-height: 30px;
  padding-left: 22px;
}
.liveIime ul li .live-text .icon_radius {
  display: inline-block;
  font-style: normal;
  width: 7px;
  height: 7px;
  background: #1E5299;
  border-radius: 50%;
  vertical-align: 6px;
  margin: 0 12px 0 5px;
}
.liveIime ul li .livebroadcast .icon_radius {
  background: #1E5299;
}
.liveIime ul li .notstarted .live-text .title {
  background-color: #5BBBE7;
  color: #ffffff;
}
.liveIime ul li .notstarted .icon_radius {
  background: #5BBBE7;
}
.liveIime ul li .hasended .live-text .title {
  background-color: #DCDCDC;
  color: #333333;
}
.liveIime ul li .hasended .icon_radius {
  background: #DCDCDC;
}
.live-more {
  margin-top: 50px;
  text-align: center;
}
.live-more a {
  display: inline-block;
  font-size: 25px;
  font-family: Source Han Sans CN;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 65px;
  background: #1E5299;
  border-radius: 4px;
  padding: 0 68px;
}
@media screen and (max-width: 1390px) {
  .notice-box {
    margin-left: -600px;
    width: 1200px;
  }
}
.panellist {
  overflow: hidden;
  margin-bottom: 10px;
}
.panellist ul {
  margin: 0 auto;
  width: 1200px;
  margin-top: 18px;
}
.panellist ul li:nth-child(4n) {
  margin-right: 0px;
}
.panellist ul li {
  float: left;
  width: 281px;
  height: 285px;
  margin-right: 25px;
  margin-bottom: 20px;
}
.panellist ul li .panellist-img {
  width: 281px;
  height: 155px;
}
.panellist ul li .panellist-img img {
  display: block;
  width: 100%;
  height: 100%;
  border: none;
}
.panellist ul li .panellist-word {
  height: 100px;
  padding: 10px;
}
.panellist ul li .panellist-word .word-title {
  margin-top: 8px;
  font-size: 16px;
  font-weight: 400;
  color: #333;
  line-height: 22px;
  max-height: 42px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
  word-break: break-all;
}
.panellist ul li .panellist-word .word-name {
  margin-top: 24px;
  font-size: 16px;
  color: #757575;
  line-height: 22px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.panellist ul li a {
  width: 281px;
  height: 285px;
  background: #FFFFFF;
  border: 1px solid #B7B7B7;
  display: block;
}
.panellist ul li a:hover .word-title,
.panellist ul li a:hover .word-name {
  color: #CD1412;
}
.txt-cut {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
  word-break: break-all;
}
.dhyin {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
}
