@charset "utf-8";
.box-sizing {
  box-sizing: border-box;
}
.article {
  width: 100%;
  height: auto;
  padding: 40px 20px 135px 20px;
  box-sizing: border-box;
  background-color: #ffffff;
}
.details {
  width: 844px;
  height: auto;
  float: left;
}
.broadcast {
  width: 266px;
  height: auto;
  float: right;
}
.button {
    width: 120px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 4px;
    float: left;
    margin-right: 30px;
    display: block;
    font-size: 20px;
}

.button-primary {
  background: #49b849;
  color: #FFFFFF;
}
.button-outline {
  border: 1px solid #49b849;
  box-sizing: border-box;
  background: #ffffff;
  color: #49B849;
}
.button-gray {
  background: #d2d2d2;
  color: #FFFFFF;
}
.img-text {
  width: 100%;
  height: auto;
  margin-bottom: 40px;
}
.img-text .img-text-left {
  width: 350px;
  height: 210px;
  margin-right: 30px;
}
.img-text .img-text-left img {
  display: block;
  width: 100%;
  height: 100%;
}
.img-text .img-text-right {
  width: 700px;
  height: auto;
}
.img-text .img-text-right .imgtext-right-title {
  max-height: 62px;
  font-size: 26px;
  color: #333;
  line-height: 31px;
  display: -webkit-box !important;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.img-text .img-text-right .imgtext-right-p {
  color: #595959;
  line-height: 30px;
  font-family: "MicrosoftYaHei";
  margin: 12px 0px 37px 0px;
}
.img-text .img-text-right .imgtext-right-p p {
  overflow: hidden;
  -ms-overflow: hidden;
  text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  white-space: nowrap;
  -ms-white-space: nowrap;
}
.img-text .img-text-right .imgtext-right-p p .imgtext-right-span {
  margin-right: 64px;
}
.column_header {
  width: 100%;
  height: 40px;
  line-height: 40px;
  font-size: 18px;
  font-family: MicrosoftYaHei;
  font-weight: 400;
  color: #333333;
  background: #fafcf7;
  padding-left: 11px;
  border-left: 2px solid #49b849;
  margin-bottom: 30px;
}
.img_item {
  width: 100%;
  height: auto;
  margin-bottom: 24px;
  background: #fafcf7;
}
.img_item .img_item_img {
  width: 100%;
  height: auto;
}
.img_item .img_item_img img {
  display: block;
  width: 100%;
  height: 100%;
}
.img_item .img_item_title {
  padding: 10px 10px 10px 9px;
  line-height: 28px;
}
.img_item .img_item_title p {
  overflow: hidden;
  -ms-overflow: hidden;
  text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  white-space: nowrap;
  -ms-white-space: nowrap;
  color: #323232;
}
.img_item .img_item_title font {
  overflow: hidden;
  -ms-overflow: hidden;
  text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  white-space: nowrap;
  -ms-white-space: nowrap;
  color: #595959;
  font-size: 15px;
}
