@charset 'utf-8';
.layout {
  width: 1180px;
  margin: 0 auto;
}
body {
  background-color: #F5F5F5;
}
body a:hover {
  color: #e60012 !important;
}
.container {
  margin-top: 20px;
  overflow: hidden;
}
.content {
  margin-top: 14px;
}
.content-white {
  background-color: #ffffff;
}
.text-list {
  overflow: hidden;
}
.text-list li {
  line-height: 1.1;
  overflow: hidden;
  margin-top: 23px;
}
.text-list li a {
  font-size: 16px;
  font-weight: 400;
  color: #323232;
  line-height: 21px;
  width: 85%;
  float: left;
  padding-left: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
}
.text-list li a i {
  margin-right: 8px;
  font-style: normal;
  width: 5px;
  height: 5px;
  display: inline-block;
  vertical-align: 3px;
  background-color: #e60012;
}
.text-list li span {
  font-size: 14px;
  font-weight: 400;
  color: #C9C9C9;
  line-height: 21px;
  float: right;
  padding-right: 19px;
}
.fill .head {
  height: 58px;
  line-height: 58px;
  position: relative;
  padding: 0 0 0 14px;
}
.fill .head-title {
  float: left;
  font-size: 24px;
  color: #333333;
}
.fill .head a {
  float: right;
  font-size: 14px;
  line-height: 16px;
  font-weight: 400;
  color: #777777;
  margin-top: 26px;
}
.fill .head-border {
  border-bottom: 1px solid #e5e5e5;
}
.fill .head:after {
  content: "";
  width: 4px;
  height: 24px;
  background-color: #e60012;
  display: block;
  position: absolute;
  top: 18px;
  left: 0;
}
.navigation-bread {
  margin-bottom: 10px;
  overflow: hidden;
  background-color: #F5F5F5;
}
.navigation-bread span,
.navigation-bread a {
  font-size: 14px;
  color: #7C7C7C;
  display: block;
  line-height: 16px;
  float: left;
  margin-right: 5px;
}
.navigation-bread .navigation-cur {
  color: #e60012;
  cursor: default;
}
.navigation-bread > a + a:before {
  content: "> ";
  color: #7C7C7C;
}
.content-box {
  overflow: hidden;
}
.content-box .contentbox-fl {
  width: 790px;
  float: left;
  padding-bottom: 40px;
}
.content-box .contentbox-fr {
  width: 370px;
  float: left;
  margin-left: 20px;
}
.content-box .contentbox-fr .content-panel .panel-hd {
  padding-left: 20px;
  border-bottom: 1px solid #E5E5E5;
}
.content-box .contentbox-fr .content-panel .panel-hd span {
  padding: 13px 0;
  display: inline-block;
  font-size: 24px;
  color: #333333;
  line-height: 30px;
  border-bottom: 2px solid #e60012;
}
.content-box .contentbox-fr .content-panel .text-list {
  padding-bottom: 22px;
}
.content-box .contentbox-fr .content-panel .text-list li {
  margin-top: 18px;
}
.content-box .contentbox-fr .content-panel .text-list li a {
  width: 93%;
}
.content-box .text-list {
  padding-bottom: 40px;
}
.image-list ul {
  width: 1193px;
  overflow: hidden;
}
.image-list ul li {
  width: 286px;
  height: 265px;
  float: left;
  margin-right: 12px;
  background-color: #ffffff;
}
.image-list ul li .picture {
  overflow: hidden;
}
.image-list ul li .picture img {
  width: 286px;
  height: 157px;
  display: block;
}
.image-list ul li .image-title {
  padding: 18px 26px 0 20px;
}
.image-list ul li .image-title .image-subject {
  max-height: 42px;
  overflow: hidden;
}
.image-list ul li .image-title .image-subject a {
  font-size: 16px;
  color: #333333;
  line-height: 21px;
  display: inline-block;
  word-break: break-word;
}
.image-list ul li .image-title .image-speaker {
  margin-top: 8px;
  font-size: 16px;
  color: #757575;
  line-height: 21px;
}
.content .contentbox-fl .image-list {
  padding: 30px 20px 0;
}
.content .contentbox-fl .image-list ul {
  width: 770px;
  overflow: hidden;
}
.content .contentbox-fl .image-list ul li {
  width: 236px;
  height: 255px;
  float: left;
  margin-right: 20px;
  position: relative;
}
.content .contentbox-fl .image-list ul li:hover .image-subject a {
  color: #e60012;
}
.content .contentbox-fl .image-list ul li .picture img {
  width: 236px;
  height: 130px;
}
.content .contentbox-fl .image-list ul li .image-title {
  padding: 19px 0 8px 0;
}
.content .contentbox-fl .image-list ul li .image-title .image-speaker {
  font-size: 14px;
  color: #757575;
  line-height: 19px;
}
.content .contentbox-fl .image-list ul li .image-title .image-speaker span {
  font-size: 12px;
  float: right;
  color: #999999;
  line-height: 19px;
}
.content .contentbox-fl .image-list ul li .pstatus {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.content .contentbox-fl .image-list ul li .pstatus a {
  font-size: 12px;
  color: #ffffff;
  display: inline-block;
  line-height: 24px;
  padding: 0 7px;
}
.content .contentbox-fl .image-list ul li .pstatus a:hover {
  color: #ffffff!important;
}
.content .contentbox-fl .image-list ul li .pstatus .pstatus-ing {
  background-color: #E60012;
}
.content .contentbox-fl .image-list ul li .pstatus .pstatus-over {
  background-color: #757575;
}
