@charset "utf-8";
.top_logo2f img{
  max-width: 100%;
}
.main_about h1{
  color: #0064b0;
  font-size: 36px;
  line-height: 30px;
  margin-bottom: 30px;
  font-family: 'DBHeaventMedv3_2';
}
.main_about h2{
  color: #0064b0;
  font-size: 30px;
  line-height: 35px;
  margin-bottom: 30px;
  font-family: 'DBHeaventMedv3_2';
}
.main_about p{
  margin-bottom: 20px;
}
.btn_back_about .btn{
  font-size: 23px;
  font-family: 'DBHeaventMedv3_2';
  padding: 2px 12px;
  color: #fff;
  background-color: #0064b0;
  border: 1px solid #0064b0;
  border-radius: 0;
}
.btn_back_about .btn .glyphicon{
  font-size: 20px;
  top: 3px;
  margin-right: 5px;
}
.btn_back_about .btn-default:hover {
    color: #0064b0;
    background-color: #fff;
    border-color: #0064b0;
}
.btn_back_about .btn-default.active.focus,
.btn_back_about .btn-default.active:focus,
.btn_back_about .btn-default.active:hover,
.btn_back_about .btn-default:active.focus,
.btn_back_about .btn-default:active:focus,
.btn_back_about .btn-default:active:hover,
.btn_back_about .open>.dropdown-toggle.btn-default.focus,
.btn_back_about .open>.dropdown-toggle.btn-default:focus,
.btn_back_about .open>.dropdown-toggle.btn-default:hover{
  color: #0064b0;
  background-color: #fff;
  border-color: #0064b0;
}
.pic_member{
  text-align: center;
  max-height: 490px;
  overflow: hidden;
}
.pic_member img{
  max-width: 100%;
}
.member-table-responsive{
  margin-top: 30px;
}
.member-table-responsive tbody{
  margin-bottom: 10px;
}
.member-table-responsive th{
  font-size: 34px;
  font-family: 'DBHeaventMedv3_2';
  color: #0064b0;
}
.member-table-responsive td{
  font-size: 24px;
}
.member-table-responsive .table>thead>tr>th{
  border-bottom: 1px solid #0064b0;
}
.head_block h1{
  font-size: 40px;
}
.pic-act{
  max-height: 360px;
  overflow: hidden;
  text-align: center;
  margin-bottom: 25px;
}
.pic-act img{
  max-width: 100%;
}
.head_block p{
  text-align: center;
  margin: 10px 0;
  color:#363636;
}
.head_block{
  padding-bottom: 25px;
  border-bottom: 1px solid #0064b0;
}
.block_new{
  padding-bottom: 30px;
  border-bottom: 1px solid #0064b0;
}
.block_new h1{
  font-size: 34px;
  color: #0064b0;
  font-family: 'DBHeaventMedv3_2';
  margin-top: 30px;
}
.main_act .block_new h1{
	min-height: 90px;
	height: auto;
}
.pic-act-new{
  max-height: 282px;
  overflow: hidden;
  text-align: center;
}
.pic-act-new img{
  max-width: 100%;
}
.block_new p{
  margin: 25px 0;
  color:#363636;
  height: 75px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.tl{
  text-align: left!important;
}
.insidepage{
  border-bottom: 0!important;
}
.insidepage .pic-act{
  max-height: 100%!important;
}
.indent{
  text-indent: 50px;
  text-align: left!important;
}
.head_block h1:hover{
  color: #7da7d9;
  transition: 0.5s;
}
.block_new h1:hover{
  color: #7da7d9;
  transition: 0.5s;
}
.pic-act.fullimg{
	max-height: inherit;
}
.main_act .row{
	    position: relative;
    display: flex;
    flex-wrap: wrap;
}
@media (max-width: 1199px){
  .member-table-responsive td{
    font-size: 19px;
  }
  .block_new h1{
    height: 105px;
    overflow: hidden;
  }
  .pic-act-new{
    max-height: 227px;
  }
}
@media (max-width: 991px){
  .main_member .nopaddingleft,
  .main_member .nopaddingright{
    padding: 0;
  }
  .member-table-responsive td{
    font-size: 24px;
  }
  .pic-act-new {
    max-height: 172px;
  }
}
@media (max-width: 767px){
  .pic-act-new {
    max-height: 390px;
  }
  .main_act .nopaddingleft,
  .main_act .nopaddingright{
    padding: 0;
  }
  .main_act .block_new h1{min-height: inherit;}
  .main_act .block_new p{ height: auto; }
}
@media (max-width: 480px){
  .block_new h1 {
    height: 118px;
  }
}
