@charset "UTF-8"; 
.header_line {
  height: 40px;
  line-height: 40px;
}
.header_line a {
  padding: 0 12px;
}
.header_line i {
  font-size: 26px;
}
.header_main {
  height: 80px;
}
.search {
  width: 420px;
  height: 40px;
  box-sizing: border-box;
  border: 1px solid #902b2f;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  overflow: hidden;
}
.search button {
  width: 110px;
  background-color: #902b2f;
  color: #fff;
  font-size: 18px;
  text-align: center;
  line-height: 38px;
  outline: none;
  border: none;

}
.search i {
  line-height: 38px;
  font-size: 30px;
  color: #acacac;
  padding: 0 10px;
}
.search input {
  width: 250px;
  line-height: 38px;
  border: none;
}
.search input::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #7575;
  font-size: 18px;
}
.search input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #7575;
  font-size: 18px;
}
.search input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #7575;
  font-size: 18px;
}
.search input:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #7575;
  font-size: 18px;
}
.nav .nav_ul > li {
  width: 150px;
  height: 80px;
  box-sizing: border-box;
  padding: 18px 0;
  float: left;
  color: #fff;
  text-align: center;
  transition: all 0.5s ease 0s;
}
.nav .nav_ul > li:hover,
.nav .nav_ul > li.active {
  background-color: #fff;
  color: #902b2f;
}
.nav .nav_ul > li span.nav_tit_en {
  line-height: 2;
}
.nav .nav_ul > li:nth-child(2) .dropdown{
    width: 825px;
}
.nav .nav_ul > li:nth-child(2) .dropdown > div{
    width: 100%;
}
.nav .nav_ul > li:nth-child(2) .dropdown .line{
    display: none;
}
.nav .dropdown {
  width: 100%;
  box-sizing: border-box;
  padding: 10px 50px 50px;
  background-color: #902b2f;
  color: #fff;
  position: absolute;
  top: 80px;
  left: 0;
  z-index: 50;
  text-align: left;

  width: 1650px;
  left:50%;
  margin-left:-825px;
}
.nav .dropdown > div {
  width: 510px;
  width: calc(100% - 53%);
}
.nav .dropdown .line {
  height: 299px;
  width: 1px;
  background-color: #902b2f;
  position: absolute;
  left: 50%;
  top: 45px;
}
.nav .nav_info_title {
  border-bottom: 1px solid #fff;
  position: relative;
  line-height: 80px;
}
.nav .nav_info_title:hover {
    background-color: #fff;
    color: #902b2f;
}
.nav .nav_info_title i {
  width: 40px;
  height: 6px;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
}
.nav .nav_profile table {
  line-height: 36px;
}
.nav .nav_scientificResearch .nav_scientificResearch_img p,
.nav .nav_medicalEducation .nav_scientificResearch_img p,
.nav .nav_popularScience .nav_scientificResearch_img p {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  line-height: 60px;
  text-align: left;
  padding: 0 20px;
}
.nav .nav_scientificResearch li,
.nav .nav_medicalEducation li,
.nav .nav_popularScience li {
  line-height: 55px;
  height: 55px;
  border-bottom: 1px dashed #902b2f;
  transition: all 0.5s ease 0s;
  padding: 0;
}
.nav .nav_scientificResearch li p,
.nav .nav_medicalEducation li p,
.nav .nav_popularScience li p {
  width: 400px;
}
.nav .nav_scientificResearch li:hover,
.nav .nav_medicalEducation li:hover,
.nav .nav_popularScience li:hover {
  padding: 0 10px;
}
.nav .nav_administrativeOffice ul li {
  float: left;
  width: 160px;
  height: 80px;
  line-height: 80px;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  margin-right: 15px;
  margin-bottom: 30px;
  background-color: #902b2f;
  font-size: 22px;
  text-align: center;
}
.nav .nav_administrativeOffice ul li:nth-child(3n) {
  margin-right: 0;
}
.nav .nav_advantages .nav_advantages_left ul li {
  height: 80px;
  line-height: 80px;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  margin-bottom: 30px;
  background-color: #902b2f;
  font-size: 22px;
  text-align: center;
}
.nav .nav_advantages .nav_advantages_right li {
  line-height: 55px;
  height: 55px;
  border-bottom: 1px dashed #902b2f;
  transition: all 0.5s ease 0s;
  padding: 0;
}
.nav .nav_advantages .nav_advantages_right li p {
  width: 400px;
}
.nav .nav_advantages .nav_advantages_right li:hover {
  padding: 0 10px;
}
.nav .nav_culture {
  text-align: left;
}
.nav .nav_culture table {
  line-height: 36px;
}
.nav .nav_experts .nav_experts_right li {
  line-height: 55px;
  height: 55px;
  border-bottom: 1px dashed #902b2f;
  transition: all 0.5s ease 0s;
  padding: 0;
}
.nav .nav_experts .nav_experts_right li p {
  width: 400px;
}
.nav .nav_experts .nav_experts_right li:hover {
  padding: 0 10px;
}
.nav .nav_experts .nav_experts_left li {
  width: 45%;
  height: 80px;
  line-height: 80px;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  box-sizing: border-box;
  margin: 0 10px;
  margin-bottom: 30px;
  background-color: #902b2f;
  text-align: center;
  float: left;
}
.nav .nav_experts .nav_experts_left li i {
  font-size: 36px;
  font-weight: normal;
  transition: all 0.5s ease 0s;
  vertical-align: middle;
  display: inline-block;
}
.nav .nav_experts .nav_experts_left li div {
  display: inline-block;
  transition: all 0.5s ease 0s;
}
.nav .nav_experts .nav_experts_left li span {
  margin: 0;
  width: 125px;
  display: inline-grid;
}
.nav .nav_experts .nav_experts_left li:hover div {
  transform: rotate(40deg);
}
.nav .nav_experts .nav_experts_left li:hover i {
  transform: scale(1.1, 1.1);
}
.nav .nav_partyBuilding li {
  line-height: 55px;
  height: 55px;
  border-bottom: 1px dashed #902b2f;
  transition: all 0.5s ease 0s;
  padding: 0;
  overflow: hidden;
}
.nav .nav_partyBuilding li p {
  width: 400px;
}
.nav .nav_partyBuilding li:hover {
  padding: 0 10px;
}
.nav .nav_partyBuilding .line:nth-of-type(1) {
  left: 50%;
}
/*.nav .nav_partyBuilding .line:nth-of-type(2) {*/
/*  left: 67%;*/
/*}*/
.footer {
  background-color: #2f333f;
  color: #fefefe;
}
.footer .footer_line {
  line-height: 59px;
  border: 1px solid #585858;
}
.footer .footer_line span {
  color: #a4a4a4;
  padding: 0 13px;
}
.footer .footer_line a {
  font-size: 14px;
}
.footer .footer_main {
  padding: 25px 0;
}
.footer .footer_main li {
  display: inline-block;
  text-align: center;
  margin-left: 10px;
  line-height: 1.5;
}
.footer .footer_main p {
  line-height: 2;
}
.childPage_adv {
  height: 250px;
  background: url(../img/adv2.jpg) center center no-repeat;
  background-size: 1920px 250px;
  color: #fff;
  box-sizing: border-box;
  padding-top: 100px;
}
.childPage_adv i {
  width: 40px;
  height: 6px;
  display: block;
  margin: 15px auto 0;
  background-color: #fff;
}
.childPage_adv1 {
  height: 350px;
  /*background: url(../img/adv3.jpg) center center no-repeat;*/
  background-size: 1200px 350px;
}
.page_title {
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 30px;
  margin-top: -10px;
}
.page_title > div {
  border-bottom: 4px solid #902b2f;
  margin-bottom: -1px;
  line-height: 45px;
}
.page_title span {
  border-left: 6px solid #830d0d;
}
.richTextCont {
  min-height: 500px;
}
.richTextCont a{
    color: blue;
}
.richTextCont a:hover{
    color: red;
}
.richTextCont p {
  font-size: 16px;
  line-height: 30px;
}
.richTextCont img {
  max-width: 100%;
  display: block;
  margin: auto;
  padding: 10px 0;
}
.richTextCont table, .richTextCont table tr, .richTextCont table td{
    border: 1px solid #ddd;
}
.card {
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border: 1px solid #ebeef5;
  background-color: #fff;
  overflow: hidden;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
  padding: 30px 40px;
}
.siderbar_title {
  height: 80px;
  box-sizing: border-box;
  border-top: 4px solid #bb464a;
  /*line-height: 76px;*/
  line-height: 38px;
  margin-bottom: 1px;
  /*font-size: 30px;*/
  font-size: 25px;
  text-align: center;
  color: #fff;
  background-color: #902b2f;
}
.siderbar_nav {
  border-bottom: 2px solid #902b2f;
}
.siderbar_nav li {
  height: 80px;
  padding: 0 20px;
  box-sizing: content-box;
  font-size: 20px;
  color: #902b2f;
  line-height: 80px;
  transition: all 0.5s ease 0;
  border-bottom: 1px solid #eeeeee;
}
.siderbar_nav li .icon {
  display: inline-block;
  vertical-align: middle;
}
.siderbar_nav li .icon_active {
  display: none;
  vertical-align: middle;
}
.siderbar_nav li span {
  display: inline-block;
  vertical-align: middle;
  padding: 0 15px;
  width: 150px;
  box-sizing: border-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -white-space: nowrap;
  line-height: 22px;
}
.siderbar_nav li:hover,
.siderbar_nav li.active {
  color: #fff;
  background-color: #bb464a;
}
.siderbar_nav li:hover .icon_active,
.siderbar_nav li.active .icon_active {
  display: inline-block;
}
.siderbar_nav li:hover .icon,
.siderbar_nav li.active .icon {
  display: none;
}

.headerCon{
    display: flex;
    justify-content: center;
    width: 100%;

}
.cate-child-list .list_category{
    /*display: flex;*/
    /*flex-wrap: wrap;*/
    /*align-items: center;*/
    /*justify-content: space-between;*/
      display: grid;
  grid-gap: 20px;
  grid-template-columns: auto auto auto;

}
.cate-child-list .list_category .cate-li{
    padding: 5px 5px;
}
.cate-child-list .list_category .cate-li-img{
    width: 250px;
    height: auto;
    margin: 0 auto;
    display: block;
}
.cate-child-list .list_category .cate-li-p{
    text-align: center;
    padding: 5px 0;
    font-size: 16px;
    overflow:hidden; 
    text-overflow:ellipsis;
    display:-webkit-box; 
    -webkit-box-orient:vertical;
    -webkit-line-clamp:1;   
}
