.contentmessage_big {
  width: 100%;
  height: auto;
  overflow: hidden;
  padding-bottom: 20px;
  box-sizing: border-box;
}
.contentmessage_div {
  width: 100%;
  border-bottom: 1px dashed #34affe;
  margin: 12px auto 0;
  overflow: hidden;
  padding-top: 25px;
  padding-bottom: 14px;
  box-sizing: border-box;
}
.contentmessage_div:before {
  display: table;
  content: " ";
}
.contentmessage_div:after {
  clear: both;
  display: table;
  content: " ";
}
.contentmessage_left {
  width: 39%;
  height: 230px;
  float: left;
  border-radius: 4px;
}
.messageleft_image {
  width: 100%;
  height: 100%;
  border: 1px solid #b4bccc;
  background: #dcdfe6;
  border-radius: 4px;
  cursor: pointer;
  padding: 5px;
  box-sizing: border-box;
}
.messageleft_image a {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 4px;
}
.messageleft_image a img {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  border-radius: 4px;
}
.messageleft_image a:hover img {
  transform: scale(1.025);
  transition: all 0.3s;
}
.contentmessage_right {
  width: 59%;
  float: right;
}
.contentmessage_right_date {
  width: 88px;
  height: 22px;
  position: absolute;
  right: 0;
  bottom: 0;
  line-height: 22px;
  color: darkgrey;
  font-size: 14px;
}
.contentmessage_title a {
  color: #2c3e50;
  font-weight: normal;
  font-size: 23px;
  display: block;
  text-align: center;
  cursor: pointer;
}
.contentmessage_title a:hover {
  color: #4db9fe;
}
.contentmessage_paragraph {
  line-height: 25px;
  color: #2c3e50;
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  text-indent: 2em;
  text-align: justify;
  white-space: normal;
  word-wrap: normal;
}
.contentmessage_paragraph a {
  color: #1ba5fe;
  cursor: pointer;
}
.contentmessage_paragraph a:hover span {
  text-decoration: underline;
}
/* 弹窗，详细内容， */
.tc_contentbigbox {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  background-size: 100% 100%;
  overflow: hidden;
  z-index: 1000;
  display: none;
}
.tc_contentbox {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 50%;
  height: 80%;
  border-radius: 10px;
  background: #fff;
  z-index: 1200;
  padding: 30px 40px 20px;
  box-sizing: border-box;
  overflow-x: hidden;
  overflow-y: scroll;
  -webkit-user-select: none;
  user-select: none;
  -webkit-overflow-scrolling: touch;
}
.tc_closebox {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 70px;
  height: 50px;
  border-top-right-radius: 10px;
  font-size: 18px;
  line-height: 50px;
  text-align: center;
  color: #b4bccc;
  cursor: pointer;
}
.tc_closebox:hover {
  color: #34affe;
}
.tc_feature {
  font-size: 22px;
  color: #34affe;
  padding: 15px 0;
  box-sizing: border-box;
  border-bottom: 2px solid #34affe;
  text-align: center;
}
.tc_titles {
  font-size: 20px;
  color: #2c3e50;
  text-indent: 2em;
  padding: 30px 0 15px 0;
  box-sizing: border-box;
  font-weight: 600;
}
.tc_paragraph {
  font-size: 18px;
  color: #2c3e50;
  line-height: 24px;
  text-indent: 2em;
  padding: 15px 0;
  box-sizing: border-box;
  word-break: break-all;
  text-align: justify;
  white-space: normal;
  word-wrap: normal;
  overflow: hidden;
}
.tc_picture {
  width: 500px;
  height: 300px;
  margin: 20px auto 0;
  overflow: hidden;
}
.tc_picture img {
  width: 100%;
  height: 100%;
}
.tc_picturetxt {
  font-size: 15px;
  color: #2c3e50;
  text-align: center;
  padding: 15px 0;
  box-sizing: border-box;
}
.blockes {
  display: block!important;
}
