html,body,h1,p,ul,li{
    margin: 0;
    padding: 0;
    list-style: none;
}
a{
    text-decoration: none;
}
.w-1200{
    width: 1200px !important;
    margin: 0 auto;
}
#homePage{
    width: 100%;
    padding-top: 210px;
overflow-x: hidden
}
.homePage-header{
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    background-color: #fff;
    z-index: 20;
}
.homePage-header_tipsBox{
    padding: 10px 0;
    overflow: auto;
    border-bottom: 1px solid #EEEEEE;
}
.homePage-header_tipsBox span{
    float: left;
    font-size: 14px;
    color: #3F444A;
}
.homePage-header_tipsBox .tipsA-box{
    float: right;
    overflow: auto;
}
.homePage-header_tipsBox a{
    font-size: 14px;
    color: #0263b1;
    font-family: 'PingFang SC-Regular, PingFang SC';
    margin-left: 12px;
}
.homePage-header_logoBox{
    overflow: auto;
    padding: 27px 0;
}
.homePage-header_logoBox>img{
    height: 63px;
}

.searchBox{ 
    display: inline-block;
    height: 50px;
    width: 315px;
    float: right;
}
.searchBox .wp_search{
    height: 50px;
    width: 300px;
}
.searchBox .wp_search .keyword{
width: 239px !important;
height: 50px !important;
border:none !important;
padding-left: 15px;
    font-size: 16px;
}
.search{
height: 50px !important;
width: 50px !important;
background: url(/_upload/tpl/0e/c6/3782/template3782/search.png) no-repeat center !important;
    background-size: cover !important;
float:right;
}
.searchBox td{
border: 1px solid #0c7ed9;
    background: #0c7ed9;
}
.searchBox table{
margin: 0 !important;
}
.homePage-header_navBox{
    background: #0263b1;
    padding: 10px 0;
}
.homePage-header_navBox a{
    color: #fff;
}
.homePage-header_navBox .nav-item:hover .item-name{
color: #fff;
}
.homePage-header_navBox .nav-item .sub-nav  .item-name{
color: #333;
}
.homePage-header_navBox .nav-item .sub-nav{
width: 100% !important;
}
.homePage-header_navBox .nav-item .sub-nav .nav-item{
    background: #0263b1 !important;
    color: #fff !import ant;
}
.homePage-header_navBox .sub-nav .on{
    background: #0263b1 !important;
    color: #fff !import ant;
}
.homePage-footer{
    padding-top: 60px;
    background-color: #0263b1;
}
.homePage-footer_box{
    overflow: auto;
}
.homePage-footer_box .left{
    float: left;
}
.homePage-footer_box .left p{
    font-size: 14px;
    color: #fff;
    margin-bottom: 20px;
}
.homePage-footer_box .right{
    float: right;
    overflow: auto;
}
.homePage-footer_box .qrCode{
    float: right;
    text-align: center;
    margin-left: 40px;
}
.homePage-footer_box .qrCode img{
    width: 113px;
    height: 113px;
    margin-bottom: 18px;
}
.homePage-footer_box .qrCode p{
    font-size: 14px;
    color: #fff;
}
.homePage-footer_beian{
    padding: 10px;
    font-size: 14px;
    background-color: #0263b1;
    color: #fff;
    text-align: center;
    margin-top: 45px;
}
.homePage-content{
    padding: 30px 0;
    //background-image: url(/_upload/tpl/0e/c6/3782/template3782/images/background.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
}
.homePage-content_title{
    text-align: center;
    font-size: 28px;
    color: #2B2B2B;
    font-weight: bold;
    font-family: 'Microsoft YaHei';
}
.homePage-content_titleEN{
    text-align: center;
    font-size: 40px;
    color: #9596A2;
    margin-bottom: 50px;
}
.newBox{
    overflow: auto;
}
.newBox .leftNew{
    width: calc(50% - 10px);
    float: left;
    margin-right: 10px;
}
.newBox .rightNew{
    width: 100%;
    overflow: hidden;
}
.newBox .rightNew .new-item{
    width: 100%;
    float: left;
    
    /*line-height: 50px;
 margin-left: 10px; */
}
.newBox .rightNew .imgBox{
    width: 233px;
    height: 152px;
    float: left;
    display: none;
}
.newBox .rightNew .imgBox img{
    width: 100%;
    height: 100%;
    border-radius: 4px;
}
.newBox .rightNew .textBox{
    float: left;
    width: 100%;
   margin-left:15px;
box-sizing: border-box;
    border-bottom: 1px solid #eee;
}
.newBox .rightNew .textBox .title a{
    font-size: 16px;
    font-family: 'PingFang SC-Bold, PingFang SC';
    font-weight: bold;
    color: #333333;
    /* margin-bottom: 47px; */
}
.newBox .rightNew .textBox .date{
    font-size:14px;
    font-family: 'DINPro-Regular, DINPro';
    font-weight: 400;
    color: #999;
    float: right;
} 
.newBox .rightNew .oneNew .imgBox{
    display: block;
}
.academicBox .wp_article_list{
    list-style: none;
    overflow: auto;
}
.academicBox .wp_article_list .list_item{
    overflow: hidden;
    height: auto;
    margin-bottom: 18px;
    border: none;
    background-color: #fff;
    width: 388px;
    height: 330px;
    border-radius: 4px;
    margin-right: 18px;
    border: 1px solid #ddd;
}
.academicBox .wp_article_list .list_item .Article_Image{
    width: 100%;
    height: 240px;
    overflow: hidden;
}
.academicBox .wp_article_list .list_item .Article_Image img{
    width: 100%;
    height: auto;
}
.academicBox .wp_article_list .list_item .Article_Title,
.academicBox .wp_article_list .list_item .Article_Image{
    margin-left: 0;
}
.academicBox .wp_article_list .list_item .Article_Title{
    padding: 5px 10px;
    box-sizing: border-box;
    height: 58px;
}
.academicBox .wp_article_list .list_item .Article_Title a{
    font-size: 16px;
    font-family: 'PingFang SC-Bold, PingFang SC';
    font-weight: bold;
    color: #333333;
    /* line-height: 30px; */
    /* margin-bottom: 47px; */
}
.academicBox .wp_article_list .list_item .Article_Summary{
    padding: 15px 20px;
    box-sizing: border-box;
    padding-top: 0;
}
.academicBox .wp_article_list .list_item .Article_Summary a{
    font-size: 18px;
    font-family: 'PingFang SC-Regular, PingFang SC';
    font-weight: 400;
    color: #666666;
    line-height: 30px;
}
.academicBox .wp_article_list .list_item .Article_PublishDate{
    padding: 0 20px;
    font-size: 14px;
    font-family: 'DINPro-Regular, DINPro';
    font-weight: 400;
    color: #999;
    box-sizing: border-box;
    float: right;
}
.academicNavBox .academicNavBox-item .wp_nav .nav-item,
.noticNavBox .noticNavBox-item .wp_nav .nav-item{
    width: auto !important;
    margin-right: 20px;
    padding: 10px 0;
    z-index: 2;
float: none;

}
.academicNavBox .academicNavBox-item .wp_nav,
.noticNavBox .noticNavBox-item .wp_nav{
text-align: center;
}
.academicNavBox .academicNavBox-item .wp_nav .nav-item a,
.noticNavBox .noticNavBox-item .wp_nav .nav-item a{
    font-size:20px;
    font-family: 'PingFang SC-Bold, PingFang SC';
    font-weight: bold;
    color: #333333;
    line-height: 69px;
}
.academicNavBox,
.noticNavBox{
    margin-bottom: 22px;
    border-bottom: 1px solid #E7E7E7;
}
.noticBox-item{
    margin: 5px 10px;
    background-color: #fff;
    border-radius: 4px;
    padding: 0 15px;
    box-sizing: border-box;
    overflow: hidden;
    padding-left: 30px;
    position: relative;
    border: 1px solid #ddd;
}
.noticBox-item:hover{
    background-color: #0c7ed9;
}
.noticBox-item:hover .dian{
    background-color: #fff;
}
.noticBox-item:hover .textBox .title a,
.noticBox-item:hover .textBox .title a font,
.noticBox-item:hover .dateBox .day{
    color: #fff !important;
}
.dian{
    content: '';
    position: absolute;
    left: 15px;
    top: 0;
    bottom: 0;
    width: 6px;
    height: 6px;
    margin: auto;
    background-color: #0c7ed9;
    border-radius: 50%;
}
.noticBox-item .dateBox{
    /* width: 65px; */
    float: left;
    /* margin-right: 40px; */
    /* padding-bottom: 20px; */
    /* border-bottom: 4px  solid #E1E0E0; */
}
.noticBox-item .textBox{
    width: calc(100% - 80px);
    float: left;
}
.noticBox-item .dateBox .day{
    font-size: 14px;
    font-family: 'DINMittelschrift-Regular, DINMittelschrift';
    font-weight: 400;
    color: #999;
    line-height: 50px;
}
.noticBox-item .dateBox .yearMonth{
    font-size: 16px;
    font-family: 'DINMittelschrift-Regular, DINMittelschrift';
    font-weight: 400;
    line-height: 39px;
    color: #999999;
}
.noticBox-item .textBox .title a{
    font-size: 16px;
    font-family: 'PingFang SC-Bold, PingFang SC';
    font-weight: bold;
    color: #333333 !important;
    line-height: 50px;
    display: inline-block;
    /* margin-bottom: 10px; */
}
.noticBox-item .textBox .title a font{
    color: #333333 !important;
}
.noticBox-item .textBox .desc a{
    font-size: 14px;
    font-family: 'PingFang SC-Regular, PingFang SC';
    font-weight: 400;
    color: #666666;
    line-height: 50px;
}
.activeNav{
    color: #0c7ed9 !important;
    border-bottom: 3px solid #0c7ed9;
}
.homePage-content_box{
    margin-bottom: 30px;
}
.academicBox,
.noticBox{
   display: none;
}

.newBox .rightNew .oneNew{
    position: relative;
    width: 98%;
    height: 288px;
    float: none;
}
.newBox .rightNew  .oneNew .imgBox{
    position: relative;
    width: 100%;
    height: 100%;
    float: none;
    margin-right: 10px;
}
.newBox .rightNew  .oneNew .imgBox img{
    width: 100%;
    height: 100%;
}
.newBox .rightNew  .oneNew .textBox{
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    padding: 12px 27px;
    box-sizing: border-box;
}
.newBox .rightNew  .oneNew .textBox .title a,
.newBox .rightNew  .oneNew .textBox .date{
    color: #fff !important;
}
/* .newBox .rightNew td{
    vertical-align: top;
} */

.homePage-content_line{
    width: 317px;
    height: 8px;
    margin: 10px auto;
}
.homePage-content_line img{
    width: 100%;
    height: 100%;
}
.flexslider{
border: none;
}
.gengduo{
    width: 150px;
    height: 40px;
    border: 1px solid #0c7ed9;
    text-align: center;
    margin: 0 auto;
    margin-top: 30px;
}
.gengduo a{
    font-size: 16px;
    line-height: 40px;
    color: #0c7ed9;
}
.content_box{
    height: auto;
    overflow: hidden;
}
.content_box .content_box-nav{
    width: 250px;
    height: 100%;
    border-right: 1px solid #eee;
    float: left;
    padding-bottom: 100%;
    margin-bottom:-100%;
    box-sizing: border-box;
}
.content_box  .content_box-content{
    width: calc(100% - 285px);
    padding-left: 35px;
    float: left;
}
.content_box .content_box-nav .wp_listcolumn .wp_column a{
    background: none;
    font-size: 16px;
    border-color: #eee;
}
.content_box .content_box-nav  .wp_listcolumn .wp_column a .column-name{
    padding: 12px 20px;
}
.content_box .content_box-nav .wp_listcolumn,
.content_box .content_box-nav .wp_listcolumn .wp_column a,
.content_box .content_box-nav .wp_listcolumn .wp_subcolumn .wp_column a{
    border-color: #eee;
    border: none;
}
.content_box .content_box-nav .wp_listcolumn .wp_subcolumn .wp_column a .column-name{
    padding-left: 40px;
}
.content_box .content_box-nav .wp_listcolumn .wp_column a.selected{
   color: #fff;
   background-color: #0c7ed9;
}
.content_box .content_box-content .wp_article_list .list_item{
    box-sizing: border-box;
}
.homePage-header_navBox .nav-item .sub-nav .item-name{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
}

#newBox tbody{
  position: relative;
  height: 380px;
  overflow: hidden;
}
#newBox .rightNew .oneNew .imgBox{
  height: 100%;
}
#newBox .oneNew{
  /*position: absolute;*/
  top: 0;
  right: 0;
  width: 100%;
  height: 380px;
  overflow: hidden;
}
#newBox .oneNew{
  right: auto;
  left: 0;
}
#newBox .oneNew .textBox{
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
}
#newBox .dateBox2 .yearMonth{
  color: #0c7ed9;
  padding: 0;
  text-align: center;
}
#newBox .dateBox2 .day  {
  font-size: 26px;
  padding: 0 0;
  line-height: 26px;
  color: #0c7ed9;
  text-align: center;
  font-weight: bold;
  padding-top: 10px;
  /* border-bottom: 1px solid #0c7ed9; */
}
#newBox .dateBox2 {
  padding-right: 0;
  border-right: none;
}
#newBox .oneNew .dateBox2 {
  display: none;
}
.newBox{
  overflow: auto;
}
.newBox .leftNew{
  width: calc(50% - 10px);
  float: left;
  margin-right: 10px;
}
.newBox .rightNew{
  width: 100%;
  overflow: hidden;
}
.newBox .rightNew .new-item{
  width: 100%;
  float: left;
  /* padding: 10px 0; */
  /* margin-left: 10px; */
}
.newBox .rightNew .imgBox{
  width: 233px;
  height: 152px;
  float: left;
  display: none;
}
.newBox .rightNew .dateBox2 {
  float: left;
  padding-right: 18px;
  border-right: 2px solid #EEEEEE;
  text-align: center;
  width: 48px;
}
.newBox .rightNew .dateBox2 .day{
  font-size: 45px;
  font-family: 'DINMittelschrift-Regular, DINMittelschrift';
  font-weight: 400;
  color: #0c7ed9;
  line-height: 39px;
  margin-bottom: 10px;
}
.newBox .rightNew .dateBox2 .yearMonth{
  font-size: 16px;
  font-family: 'DINPro-Regular, DINPro';
  font-weight: 400;
  color: #0c7ed9;
}
.newBox .rightNew .imgBox img{
  width: 100%;
  height: 100%;
  border-radius: 4px;
}
.newBox .rightNew .textBox{
  float: left;
  width: calc(100% - 105px);
  margin-left:18px;
}
.newBox .rightNew .textBox .title a{
  font-size: 20px;
  font-family: 'PingFang SC-Bold, PingFang SC';
  font-weight: bold;
  color: #333333;
}
.newBox .rightNew .textBox .title{
  margin-bottom: 4px;
}
.newBox .rightNew .textBox .desc a{
  font-size: 14px;
  font-family: 'PingFang SC-Medium, PingFang SC';
  font-weight: 500;
  color: #666666;
}
.newBox .rightNew .textBox .date{
  font-size: 20px;
  font-family: 'DINPro-Regular, DINPro';
  font-weight: 400;
  color: #666666;
} 
.newBox .rightNew .oneNew{
  position: relative;
  width: 100%;
  height: 475px;
  float: none;
  background-color: #0c7ed9;
}
.newBox .rightNew  .oneNew .imgBox{
  position: relative;
  width: 100%;
  height: 380px;
  float: none;
  margin-right: 10px;
}
.newBox .rightNew  .oneNew .imgBox img{
  width: 100%;
  height: 100%;
}
.newBox .rightNew .oneNew .textBox{
  padding: 12px;
  box-sizing: border-box;
 margin: 0;
background-color: rgba(0,0,0,0.5);
}
.newBox .rightNew  .oneNew .dateBox{
  margin-top: 16px;
}
.newBox .rightNew  .oneNew .textBox .title a,
.newBox .rightNew  .oneNew .textBox .desc a,
.newBox .rightNew  .oneNew .dateBox .day,
.newBox .rightNew  .oneNew .dateBox .yearMonth{
  color: #fff !important;
}
.newBox .rightNew td{
  /* vertical-align: top; */
  width: 50%;
}
.Article_Content p,
.Article_Content div,
.Article_Content ul,
.Article_Content li,
.Article_Content h1,
.Article_Content h2,
.Article_Content h3,
.Article_Content h4,
.Article_Content h5,
.Article_Content h6,
.Article_Content span,
.Article_Content i,
.Article_Content table,
.Article_Content tr,
.Article_Content td,
.Article_Content th,{
background-color: rgba(255,255,255,0) !important;
}
.homePage-footer_beian a{
color:#fff;
}