.investor-list {
  width: 100%;
  overflow: hidden; }
  .investor-list li {
    width: 100%;
    height: 99px;
    border-bottom: 1px solid #414141;
    padding: 10px 0; }
    .investor-list li .investor-date {
      width: 10%;
      height: 100%;
      color: #414141;
      font-weight: bold;
      float: left;
      letter-spacing: 1px;
      text-align: center;
      padding: 0 20px; }
      .investor-list li .investor-date h2 {
        margin-top: 10px;
        font-size: 20px;
        font-weight: bold;
        padding: 10px 16px;
        background-color: #ff742c;
        color: #fff; }
      .investor-list li .investor-date p {
        border: 1px solid #ff742c; }
    .investor-list li .investor-txt {
      width: 80%;
      height: 100%;
      padding: 15px 20px;
      float: left; }
      .investor-list li .investor-txt h3 {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        font-size: 20px;
        margin-bottom: 10px; }
      .investor-list li .investor-txt p {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap; }
    .investor-list li .investor-btn {
      width: 79px;
      height: 79px;
      float: right;
      position: relative; }
      .investor-list li .investor-btn .glyphicon {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        font-size: 24px;
        padding: 15px; }
    .investor-list li:hover h3 {
      color: #ff742c; }
    .investor-list li:hover .glyphicon {
      background-color: #ff742c;
      color: #fff; }

.field-title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 15px; }

.field-date, .field-pv {
  font-size: 12px;
  color: #808080; }

.field-date {
  margin-right: 10px; }

.title-line {
  width: 100px;
  border-bottom: 3px solid; }

/*# sourceMappingURL=investor.css.map */


.content_text{
  width: 100%;
  margin: 20px 0;
}
.content_text textarea{
  width: 100%;
  height: 175px;
  outline:none;
  resize: none;
  background-color: #F4F5FA;
  border: #F4F5FA;
  border-radius: 4px;
  padding: 18px 30px;
}
.content_text .content_text_tj{
  width: 100%;
  margin-top: 20px;
  color: #b7d4f1;
}
.content_text .content_text_tj .zy{
  float: left;
  color: #808080;
  font-size: 14px;
  line-height: 46px;
  margin-left: 5px;
}
.content_text .content_text_tj .tj{
  float: right;
  color: #fff;
  background-color: #4BA0F9;
  font-size: 14px;
  width: 148px;
  height: 46px;
  text-align: center;
  line-height: 46px;
  border-radius: 4px;
  cursor: pointer;
}
.tw_list{
  width: 100%;
  margin: 50px 0 60px;
}
.tw_list li{
  width: 100%;
  padding: 20px 45px;
  border-radius: 4px;
  box-shadow: 0px 0px 15px 1px #e4e4e4;
  margin-bottom: 15px;
}
.tw_list li .tw_title,.tw_list li .tw_content{
  margin: 10px 0;
  line-height: 25px;
  font-size: 14px;
  color: #333;
}
.tw_list li .tw_title img,.tw_list li .tw_content img{
  float: left;
  width: 25px;
  height: 25px;
  margin-right: 20px;
}
.tw_list li .tw_title span,.tw_list li .tw_content span{
  float: left;
  text-align: justify;
  max-width: 1000px;
}
.tw_list li .tw_content{
  color: #808080;
}

.gg_box{
  width: 100%;
  padding: 45px 0 100px;
  background-image: url(../img/hd_gg_bj.jpg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.gg_box .gg_title{
  width: fit-content;
  height: 32px;
  line-height: 32px;
  margin: 0 auto;
}
.gg_box .gg_title div{
  float: left;
}
.gg_box .gg_title .gg_line1{
  width: 100px;
  height: 6px;
  border-radius: 4px;
  margin-top: 13px;
  background: linear-gradient(to right, #FFFFFF, #4AA2F9);
}
.gg_box .gg_title .gg_line2{
  width: 12px;
  height: 6px;
  background-color: #50A4F9;
  border-radius: 4px;
  margin: 13px 8px;
}
.gg_box .gg_title .gg_line3{
  width: 100px;
  height: 6px;
  border-radius: 4px;
  margin-top: 13px;
  background: linear-gradient(to right, #4AA2F9, #FFFFFF);
}
.gg_box .gg_title .gg_title_wz{
  font-size: 23px;
  color: #333;
  font-weight: 500;
  margin: 0 30px;
}
.gg_box .gg_list{
  margin-top: 40px;
}
.gg_box .gg_list li{
  float: left;
  width: 560px;
  padding: 30px 24px;
  margin-right: 18px;
  margin-bottom: 18px;
  background-color: #fff;
  border: 1px solid #E6E6E6;
  border-radius: 4px;
  color: #333;
  font-size: 17px;
}
.gg_box .gg_list li:nth-child(even){
  margin-right: 0;
}
.gg_box .gg_list li .gg_left{
  float: left;
  width: 100px;
  height: 50px;
  position: relative;
}
.gg_box .gg_list li .gg_right{
  float: right;
  width: 300px;
  height: 20px;
  line-height: 20px;
  margin-top: 15px;
  text-align: right;
  overflow:hide;
  text-overflow:ellipsis;
  white-space:nowrap;
}
.gg_box .gg_list li .gg_left .rq1{
  font-size: 26px;
  position: absolute;
  top: 0;
  left: 0;
}
.gg_box .gg_list li .gg_left .rq2{
  position: absolute;
  right: 0;
  bottom: 0;
}
.gg_box .gg_list li .gg_left .line{
  position: absolute;
  top: 15px;
  left: 60px;
  width: 1px;
  height: 30px;
  background-color: #333;
  transform:rotate(45deg);
  -ms-transform:rotate(45deg); 	/* IE 9 */
  -moz-transform:rotate(45deg); 	/* Firefox */
  -webkit-transform:rotate(45deg); /* Safari 和 Chrome */
  -o-transform:rotate(45deg);
}

.content_text_tj_ts{
  width: 180px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  border-radius: 6px;
  color: #fff;
  background-color: rgba(0,0,0,0.3);
  font-size: 16px;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-left: -90px;
  margin-top: -35px;
  z-index: 999;
  opacity: 0;
  display: none;
}