.page *{
    transition: all .5s;
}
.content{
    flex-grow: 1;
}
.header{
    position: relative;
}
.bread{
    padding: 20px 0;
    background: url(../img/panel_line.png) no-repeat left bottom;
    background-size: auto 4px;
}
.bread span{
    padding: 0 10px;
    color: #ccc;
}
.bread a{
    color: #666;
}

.detail_container{
    display: flex;
    justify-content: space-between;
}
.article_container{
    justify-content: center;
    padding-top: 30px;
}
.article_container .date{
    color: #666;
    padding-bottom: 10px;
}
.article_container h2{
    border-bottom: solid #ddd 1px;
    margin-bottom: 20px;
}
.article_container img{
    text-align: center;
    display: block;
    margin: 0 auto;
}
.article_container em{
    color: #666;
    width: 100%;
    text-align: center;
    display: block;
    margin-bottom: 20px;
}

.detail_content,.list_content{
    width: 890px;
}

.detail_content h2{
    font-size: 32px;
    padding-bottom: 20px;
}
.list_content h2{
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
}
.list_content a{
    font-size: 16px;
    display: flex;
    flex-direction: column;
  
    justify-content: space-between;
    padding: 30px 0;
    border-bottom: solid #ddd 1px;
    transition: all .5s;
}
.list_content a:hover span{
    font-weight: bold;
}
.list_content a:hover{
  
    background: #086ce61c;
    padding: 30px 10px;
}
 
.list_content   a em{
  font-size: 14px;
    color: #999;
    padding-bottom: 10px;
}
.list_content   a span{
   font-size: 24px;
   padding-bottom: 10px;
}
.list_content   a p{
   font-size: 14px;
   color: #666;
    max-height: 38px;  
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2; 
    -webkit-box-orient: vertical;
    line-height:20px;
}
.list_img_text a{
    display: flex;
    align-items: center;
    flex-direction: row;
}
.list_img_text img{
    width: 220px;
    height: 140px;
    object-fit: cover;
}
.list_img_text .list_text{
    padding-left: 20px;

}
.list_img_text .list_text span{
    display: block;
}
.detail_content p{
    font-size: 16px;
    line-height: 30px;
    padding: 10px 0;
    text-indent: 32px;
}
.detail_content img{
    max-width: 100%;
    padding: 10px 0;
}
span.h_line{
    border-top: solid #ddd 1px;
    width: 100%;
    height: 1px;
    display: block;
    margin: 10px 0;
}
p.right_text{
    text-indent: 0;
    text-align: right;
}
.latest{
    width: 280px;
}
.latest .panel{
    margin-bottom: 20px;
}
 
 
.latest_list a{
    display: block;
    border-bottom: solid #ddd 1px;
    padding: 20px 0;
}
.latest_list a:hover{
    font-weight: bold;
}

.latest_list a span{
    display: block;
    font-size: 16px;
    padding-bottom: 15px;
}
.latest_list a em{
    color: #999;
}
.bussiness_list {
    padding-top: 20px;
}
.bussiness_list a{
    color: #1066cb;
 
  background-color: rgba(16, 102, 203,.1);
 display: block;
 padding: 10px 15px;
 margin-bottom: 20px;
 font-size: 16px;
 
}
.bussiness_list a:hover{
      background-color: rgba(16, 102, 203,.2);
      font-weight: bold;
}
.page .banner{
    font-family: "DingTalk";
    color: #fff;
    background: url(../img/page_banner.png) no-repeat center center;
    height: 176px;
}
.page .banner h1,.page .banner h3{
    font-size: 38px;
    
}
.page .banner h3{
    opacity: .4;
    padding-left: 20px;
}
.page .banner .wrapper{
   padding-top: 30px;
    display: flex;
  
   
    align-items: center;
}
.page .header{

    height: 257px;
}
.page .content{
    padding-top: 0px;
    background: none;
}

.list_img{
    display: flex;
    flex-wrap: wrap;
}
.list_img a{
    box-sizing: border-box;
   
   padding-right: 20px;
    padding-left: 20px;
    border-right: solid #ddd 1px;
   
}
.list_img a:hover{
    padding:30px 20px;
    background: none;
}
.list_img a:hover img{
   transform: scale(1.05);
}
.list_img > :nth-child(3n) {
    border-right: none;
    padding-right: 0;
  
 
}
.list_img > :nth-child(3n+1):hover{
 padding-left: 0;
  
}
.list_img > :nth-child(3n):hover{
 padding-right: 0;
  
}
.list_img > :nth-child(3n+1) {
    /* border: none; */
    padding-left: 0;
  
 
}
.list_img a:hover{
   
}
.list_img a img{
    width: 269px;
    height: 168px;
    margin-bottom: 15px;
}
.list_img a .list_text{
    width: 269px;

}
.list_img a span{
    font-size: 18px;
    display: block;
}

.page .detail_banner{
    height: 70px;
}
.detail_page .header{
    height: 120px;
}
.meetting_card_container{
    padding-top: 30px;
}
.meetting_card{
    padding: 20px;
    background: rgba(16, 102, 203,.1);
    border-left: solid #1066cb 4px;
    display: block;
    margin-bottom: 20px;
}
.meetting_card:hover h3{
    font-weight: bold;
  
}
.meetting_card:hover{
      background: rgba(16, 102, 203,.2);
      border-width: 6px;
}
.meetting_card h3{
    font-size: 18px;
    padding-bottom: 10px;
    color: #1066cb;
}
.meetting_card span{
    padding-left: 20px;
    display: block;
    padding-top: 5px;
    background: no-repeat left center;
}
.meetting_card span.time{
    background-image: url(../img/icon_time.png);
    background-size: 15px;
}
.meetting_card span.loc{
    background-image: url(../img/icon_loc.png);
    background-size: 14px;
}

.meetting_c{
    width: 890px;
}
.download_list a{
    display: block;
    font-size: 16px;
    padding:15px 0;
    border-bottom: solid #ddd 1px;
    padding-left: 25px;
    background: url(../img/download.png) no-repeat left center;
    background-size: 14px;
    
}
.download_list a:hover{
    font-weight: bold;
}

.meetting_table{
    width: 100%;
    margin-top: 20px;
}
.meetting_table th,.meetting_table td{
    padding: 15px 10px;
}
.meetting_table thead tr{
    background-color: #fef8f5;
    color: #d07d56;
}
.meetting_table tbody tr{
    border-bottom: solid #ddd 1px;
}
.meetting_table tbody tr:hover{
    background: rgba(16, 102, 203,.1);
    color: #1066cb;
}
.meetting_table_link{
    padding-right: 10px;
    background: url(../img/arrow_right.png) no-repeat right center;
    background-size: 6px;
}

.meetting_title{
    background:url(../img/meetting_title_bg.png) no-repeat center;
    background-size: cover;
    width: 100%;
    height: 340px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
}
.meetting_title span{
 
  font-size: 42px;
  color: #fff;
  text-align: center;
  text-shadow: 0px 3px 20px rgba(1, 34, 100, 0.5);
 font-weight: bold;

}
.meetting_info_container{
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}
.meetting_info_container .sidebar{
    width: 220px;
    border-left: solid #1066cb 1px;
    border-top: solid #1066cb 10px;
}
.meetting_info_container .main_info{
    width: 660px;
}
.meetting_info_container .contact_info{
    width: 295px;
}

.meetting_info_container .sidebar a{
    display: block;
    padding:  15px;
    font-size: 16px;
}
.meetting_info_container .sidebar a:hover{
    background-color: rgba(16, 102, 203,.05);
}
.meetting_info_container .sidebar a.current{
    
    color: #1066cb;
    background:rgba(16, 102, 203,.1) url(../img/arrow_right.png)  no-repeat calc(100% - 15px) center;
    background-size: 10px;
}

.info_card{
 border: solid #ddd 1px;
 padding: 25px;
  box-shadow: 0px 3px 10px 0px rgba(17, 49, 211, 0.06);
  width: 100%;
  margin-bottom: 20px;
}
.info_card .title{
    padding-bottom: 15px;
    border-bottom: solid #ddd 1px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.info_card .title span{
    font-size: 18px;
    font-weight: bold;
}
.info_card .title a{
    padding-right: 15px;
    background: url(../img/more.png) no-repeat right center;
    background-size: 10px;
}
.cell{
    display: flex;
    font-size: 16px;
    padding: 10px 0;
    
}
.cell_center{
    align-items: center;
}
.cell_hd{
    color: #666;
    flex-shrink: 0;
    padding-right: 20px;
}
.cell_bd{
    flex: 1;
}
.cell_hd,.cell_bd{
    display: flex;

}
.cell a{
    color: #1066cb;
    background-color: rgba(16, 102, 203,.05);
    padding:5px 10px;
    margin-right: 10px;
}
.cell a:hover{
    background-color: rgba(16, 102, 203,.1);
}

.info_card p{
    line-height: 26px;
    font-size: 16px;
    padding-top: 20px ;
    text-indent: 32px;
}
.card_list_container a{
    padding: 15px 0;
    border-bottom: solid #ddd 1px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.card_list_container a:hover{
    background-color: rgba(16, 102, 203,.1);
    padding-left: 10px;
    font-weight: bold;
    color: #1066cb;
}
.card_list_container a span{
    padding-right: 20px;
    font-size: 16px;
    flex-grow: 1;
}
.card_list_container a em{
    color: #999;
    flex-shrink: 0;

}
.download_list_container a span{
    padding-left: 20px;
    background: url(../img/download.png) no-repeat left center;
    background-size: 15px;
}

.contact_info h5{

    font-size: 18px;
    padding-bottom: 20px;
}

.contact_info .info_card{
  padding: 0;
}
.contact_info .info_card .title{
    padding-top: 15px;
    border: none;
}
.contact_info .info_card .title span{
    padding-left: 15px;
    /* margin-bottom: 15px; */
    border: none;
    border-left: solid #ec9b75 4px;
    height: 22px;

}

.contact_info .contact_text{
    width: calc(100% - 30px);
    margin: 15px;
    border-top: solid #ddd 1px;
    font-size: 16px;
    margin-top: 0;
    line-height: 30px;
}
.contact_info .contact_text span{
  padding-bottom: 5px;
  padding-top: 10px;
  display: block;
}
.contact_info .contact_text em{
    padding-left: 20px;
    background: no-repeat left center;
    background-size: 15px;
    display: block;
}
.contact_info .contact_text em.phone{
    
    background-image: url(../img/icon_phone.png);
}
.contact_info .contact_text em.email{
    background-image: url(../img/icon_mail.png);
}
/*页码相关css=============================================*/

.edu_pager{
 
 
 
    padding: 20px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
 
}
.edu_pager p,.edu_pager span,.edu_pager a{
	color: #666;
	font-size: 14px;
	line-height: 30px;
    text-indent: 0;
}	
.edu_pager_bar{
	float:right;
	 
	height:32px;
	line-height:32px;
 
 
	overflow: hidden;
}
.edu_pager_bar a{
	padding:0 11px;
	height:32px;
	border:1px solid #dedede;
    float:left;
    border-radius: 6px;
    margin-left: 3px;
}

.edu_pager_bar a.disable{
    background: #f5f5f5;
    color: #b7b7b7;
}
 
.edu_pager_bar a.checked{
	background:#086de6;
    color:#fff;
    border: none;
}
.edu_pager_bar a:hover{
	text-decoration:none;
	color:#086de6;
}
.edu_pager_bar a.checked:hover{
	/* text-decoration:none; */
	color:#fff;
}
.edu_pager_bar a.pager_btn{
	padding:0 9px;
}
.goto{
	float:left;
	line-height:34px;
	margin:0 0 0 8px;
}
.goto_text{
	float:left;
	border:1px solid #dedede;
	height:32px;
	width:24px;
	padding:0 3px;
}
.goto_link{
	float:left;
	border:1px solid #dedede;
	height:32px;
	line-height:32px;
	border-radius:0 5px 5px 0;
	background:#f9f9f9;
	border-left:none;
	padding:0 8px;
}
.goto_link:hover{
	text-decoration:none;
	color:#086de6;
}

/*页码相关css-END=============================================*/



@media only screen and (max-width : 750px){
    .header{
        position: sticky !important;
        position: -webkit-sticky !important;
        top: 0;
        background: url(../img/m_top.png) no-repeat center top;
        height: 56px;
        background-size: cover;
        display: block;
    }
    .header .mobile_only{
        width: 100%;
    }
    .page .header{
        height: auto!important;
    }
    .page .content{
        padding-top: 60px;
    }
    .page .banner .wrapper{
        flex-direction: column;
        text-align: center;
    }
    .logo_container{
        display: none !important;
    }
  .detail_container{ 
    flex-direction: column;
  }
  .detail_content,.latest,.list_content{
    width: 100%;
  }
  .latest{
    margin-top: 15px;
  }
  
  .edu_pager_bar a{
    display: none;
}
.edu_pager_bar a.pager_btn{
    display: block;
}
.edu_pager_bar .pager_btn:last-child{
    border-right: none;
}
.edu_pager.wrapper{
    padding: 15px;
}
.list_content a{
    flex-direction: column;
    align-items: flex-start;

}
.list_content a em{
    padding-top: 10px;
}
.list_content a span{
    width: 100%;
    white-space:inherit;
    overflow: auto;
   
    text-overflow:inherit;
}
.list_img_text a{
    flex-direction: row;
}
.list_img_text img{
    width: 120px;
    height: 70px;
    object-fit: cover;
}
.list_img_text .list_text{
    padding-left: 20px;

}
.list_img_text .list_text span{
    font-size: 16px;
}
.list_img a{
    width: 100%;
    margin: 0;
 padding: 30px 20px;
    border-right: none;
}
.list_img a img,.list_img a .list_text{
    width: 100%;
}
.list_img > :nth-child(3n),.list_img > :nth-child(3n+1) {
    
  padding: 30px 20px;
  
 
}
.page .detail_banner{
    display: none;
}
.meetting_c{
    width: 100%;
}
.table_container{
    overflow-x: scroll;
    width: 100%;
}
.meetting_table{
    min-width: 1200px;
    
}
 .meetting_info_container{
    flex-direction: column;
 }
 .meetting_info_container .main_info,.meetting_info_container .contact_info{
    width: 100%;
 }

 .meetting_info_container .sidebar{
    width: 100%;
    display: flex;
    overflow-x: scroll;
    margin-bottom: 20px;
 }
  .meetting_info_container .sidebar a{
    flex-shrink: 0;
    
  }

  .meetting_info_container .sidebar a.current{
    background-image: none;

  }
  .meetting_title{
    padding: 40px;
    height: auto;
  }
  .meetting_title span{
    font-size: 20px;
  }
}
