body{
    font-family: "Microsoft Yahei", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Arial, sans-serif;    position: relative;
}
html, body, div, span, object, iframe, p, blockquote, pre, a, abbr, acronym, address, figure, figcaption, code, del, dfn, em, button, q, dl, dt, dd, ol, ul, li, fieldset, form, legend, table, tf, tr, th {
    border: 0px;
    padding: 0px;
    font-size: 100%;
    margin: 0px;
    -webkit-font-smoothing: subpixel-antialiased;
    -webkit-text-size-adjust: 100%;
    font-weight: normal;
    line-height: 180%;
}
.btn-group-vertical>.btn-group:after, .btn-group-vertical>.btn-group:before, .btn-toolbar:after, .btn-toolbar:before, .clearfix:after, .clearfix:before, .container-fluid:after, .container-fluid:before, .container:after, .container:before, .dl-horizontal dd:after, .dl-horizontal dd:before, .form-horizontal .form-group:after, .form-horizontal .form-group:before, .modal-footer:after, .modal-footer:before, .modal-header:after, .modal-header:before, .nav:after, .nav:before, .navbar-collapse:after, .navbar-collapse:before, .navbar-header:after, .navbar-header:before, .navbar:after, .navbar:before, .pager:after, .pager:before, .panel-body:after, .panel-body:before, .row:after, .row:before {
    display: table;
    content: " ";
}
.nav>li {
    position: relative;
    display: block;
}
.nav-tabs>li>a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
}
.nav>li>a {
    position: relative;
    display: block;
    padding: 10px 15px;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    color: #555;
    cursor: default;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
}
.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}

.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.container{
    position: relative;
}
.pb-4, .py-4 {
    padding-bottom: 1.5rem !important;
}
.pt-4, .py-4 {
    padding-top: 1.5rem !important;
}
.mt-4, .my-4 {
    margin-top: 1.5rem !important;
}
.mb-3, .my-3 {
    margin-bottom: 1rem !important;
}
header{
    width: 100%;
    padding: 0px 0 0 0;
    border: none;
    background-image: url(../images/topbg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #7CF6DB;
}
header h1{
    color: #0059B2;
    font-size: 44px;
    padding-top: 50px;
    font-weight: 600;
    padding-bottom: 30px;
}

header .logo{
    padding:20px 20px;
    color:#FC6;
    font-weight: bold;
}
header .logo img{
    max-width: 100%;
}
header .languageswitch{
    font-family: Arial, Helvetica, sans-serif;
    color: #0059B2;
    display: flex;
    padding: 10px 20px;
    background-color: rgba(255,255,255,0.5);
    align-items: center;
}
header .languageswitch:after {
    content:"";
    display: inline-block;
    margin-left:10px;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent;
    border-width: 5px 0 5px 8px;
    border-left-color: #0059B2;
  }
  header .languageswitch:hover{
      color:#FFF;
      background-color: #0059B2;
  }
  header .languageswitch:hover:after{
    border-left-color: #FFF;
  }
.topnav {
    padding-top: 0px;
    padding-bottom:0px;
}
nav{
    background-color: #0059B2;
}

.navbar-toggle {
    position: relative;
    float: right;
    /*padding: 9px 10px;
    margin-right: 15px;*/
    margin-top: 8px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
.dropdown-toggle::after {
    vertical-align: 0.155em;
}
.dropdown-menu>li>a {
    display: block;
    padding: 6px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #777;
    white-space: nowrap;
    font-size: 0.9rem;
}
.dropdown-menu>li>a:hover{
    color:#249454;
}
.dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}
nav .navbar-collapse .dropdown>.dropdown-menu.show
{
    max-height: 100vh;
}
.navbar-toggle .icon-bar {
    background-color:rgba(255,255,255,0.8);
}
.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 2.6rem;
    padding-left: 0.6rem;
    width:max-content;
    color: rgba(255, 255, 255, 0.8);
}
.navbar-expand-lg .navbar-nav .nav-link:hover {
    color: rgba(255, 255, 255, 1);
}

.bg-dark {
    background-color: #0059B2 !important;
}
.sections{
 margin:40px 0;
}
.sections h1{
    font-size:28px;
    text-align: center;
    color:#0059B2;
    font-weight: 600;
    margin:20px 0; 
}
.sections h1 span{
    display: block;
    color:#999;
    padding-bottom:10px;
    font-size:16px;
}
.sections h2{
    font-size:18px;
    font-weight: 600;
    color:#FFF;
    padding-top:20px;
    padding-bottom:20px;
    padding-left:20px;
    background: url(../images/channelbg.png) no-repeat left;
    position: relative;
}
.sections.section02{
   background: url(../images/theme-bg.jpg) repeat-x top;
   padding-top:40px;
   min-height: 310px;
   padding-bottom:40px;
}
.sections.org{
    background-color: #DCF3F3;
    padding-top: 80px;
    padding-bottom: 30px;
    margin-top: 80px;
    position: relative;
    margin-bottom: 0;
}
.sections.org::before{
    content: "";
    background: url(../images/org-title.png) no-repeat center top;
    height: 96px;
    width: 100%;
    position: absolute;
    top: -20px;
}
.sections.org.en::before{
    content: "";
    background: url(../images/org-title-en.png) no-repeat center top;
    height: 96px;
    width: 100%;
    position: absolute;
    top: -20px;
}
.btn-warning {
    color: #FFF;
}

#main{
    max-width: 1920px;
    margin: 0 auto;
    position: relative;
}

.col{
    padding-left:5px;
    padding-right:5px;
    position: relative;
}
.text{
    line-height: 180%;
    color:#555;
}
.text12{
    font-size:12px;
}

.lists{
    overflow: hidden;
}

.lists li{
    list-style: none;
    overflow: hidden;
    font-size:16px;
    margin-bottom:5px;
}
.lists li:last-child{
    border-bottom:0;
}
.lists li a{
        word-wrap: normal; 
        display: block;
        overflow: hidden;
        max-width: 100%;
        text-overflow: ellipsis; 
        padding:13px 20px;
        background-color: #f2f2f2;
}
.lists li span.time{
    float:right;
    color:#999;
    margin-left:10px;
}
.slidershow{
    position: relative;
}
.slidershow .links{
    position: absolute;
    bottom: 10%;
    width: 100%;
    z-index: 10;
}
div#carouselExampleCaptions{
    position: relative;
}
div#carouselExampleCaptions:after {
    content: "";
    background-image: linear-gradient(transparent 30%, #000 100%);
    background-image: -webkit-linear-gradient(transparent 30%, #000 100%);
    background-image: -moz-linear-gradient(transparent 30%, #000 100%);
    background-image: -ms-linear-gradient(transparent 30%, #000 100%);
    background-image: -o-linear-gradient(transparent 30%, #000 100%);
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
}
#carouselCaptions .carousel-indicators{
    bottom:-30px;
}
.carousel-inner {
    max-height: 640px;
}

.banner{
    background: url(../images/front01.jpg) no-repeat center center;
    padding:200px 0 120px 0;
    color:#fff;
    font-size:2.0em;
    background-size: cover;
}
.contentmain{
    position: relative;
    margin-top:-60px;
    background: #FFF;
}
.breadcrumb {
    font-family: "PT Sans",'Helvetica Neue',Arial,Helvetica,sans-serif;
    background: #fff;
    color: #555;
    padding-top: 20px;
    padding-bottom: 1em;
    padding-right: 1em;
    font-size: 90%;
    border-bottom: 1px dotted #ECECEC;
}
.cont{
    padding:20px;
    margin-bottom:40px;
    background: #FFF;
    line-height:200%;
}
.cont a{
    color:#000;
}
.cont h1{
    padding-bottom:20px;
    margin-bottom:20px;
    font-size: 2rem;
    color: #0059B2;
}
.cont h3.page-title{
    margin-bottom:30px;
    color:#000;
    font-weight: bold;
}
.cont .difang {
    overflow: hidden;
}
.cont-body img{
    max-width: 100%;
    margin:10px 0;
}
.cont-att{
    background-color: #f3f1ee;
    padding: 30px 4% 20px;
    font-size:14px;
    line-height:120%;
}
.cont-att a{
    display: block;
    margin-bottom:1em;
    padding-left:0.6em;
}
.cont-att-label{
    padding-bottom:10px;
    margin-bottom:10px;
    border-bottom: 1px solid #ECECEC;
    font-size:16px;
    font-weight: bold;
}
.topvideo{
    padding:30px;
}
.topvideo .videoitem{
    position: relative;
    margin:15px;
}
.videoitem  .imgset img {
    max-width: 100%;
    width: 100%;
}
.videoitem .imgset{
    position: relative;
}
.videoitem .imgset .videotime {
    width: 70px;
    height: 70px;
    padding:5px 10px;
    position: absolute;
    bottom: -50px;
    line-height: 120%;
    left:10px;
    color:#FFF;
    background-color: #0059B2;
}
.videoitem .imgset .videotime span{
    display: block;
    text-align: center;
}
.videoitem .imgset .videotime span.day{
    font-size:24px;
    font-weight: bold;
    padding:10px 0 5px 0;
}
.videoitem .imgset .videotime span.ym{
    font-size:12px;
}
.videotitle{
    padding-left:100px;
    padding-top:15px;
    padding-right:10px;
}
.videolist{
    padding:30px;
    margin-bottom:20px;
}
.videolist img{
    max-width: 100%;
    width:100%;
}
.videolist .tchannel{
    font-size:14px;
    color:#000;
    padding:10px 0 5px;
}
.videolist .time{
    font-size:12px;
    color:#999;
    padding:5px 0 0;
}
.list-item{
    font-size:16px;
}
.list-item li{
    list-style: none;
    padding:15px 5px;
    border-bottom:1px solid #ECECEC;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.list-item .time{
    color:#999;
    float:right;
}
.sidebar-menu {
    border-left: 1px solid #249454;
    padding-left: 30px;
    position: relative;
    margin-top:60px;
}
.channel-list li{
    padding:10px 0 10px 20px;
    font-size:18px;
    list-style: none;
}
.channel-list li a{
    color:#999;
}
.channel-list li a:hover,.channel-list li a.is-active{
    color:#0059B2;
}
.menu-bank{
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 20px solid #0059B2;
    position: relative;
    left:-30px;
    transition: all 0.5s;
}
.menu-bank:after{
    content: "";
    position: absolute;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 20px solid #FFF;
    left: -22px;
    top: -20px;
}
.pagelist li{
    border-bottom: 1px solid #e0ded9;
    padding: 1em;
    background: url(../images/small-bullet.png) no-repeat left 1.6em;
    line-height: 100%;
    list-style: none;
}
.pagelist a{
    line-height: 150%;
}
.pagination {
    display: inline-block;
    padding-left: 0;
    margin-top: 10px;
    margin-bottom: 10px;
    border-radius: 4px;
}
.pagination li{
    display: inline;
}
.pagination>li>a, .pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    color: #0059B2;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #0059B2;
    border-color: #0059B2;
}
.pagination>li:first-child>a, .pagination>li:first-child>span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.pagination>.disabled>a, .pagination>.disabled>a:focus, .pagination>.disabled>a:hover, .pagination>.disabled>span, .pagination>.disabled>span:focus, .pagination>.disabled>span:hover {
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd;
}
.pagination>li:last-child>a, .pagination>li:last-child>span {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
footer{
     padding:40px 0 40px 0;
     color: rgba(255, 255, 255, 0.8);
     font-size:14px;
 }
 footer h4{
     font-size:1rem;
     color:#FC9;
     line-height: 1.3;
     font-weight: 600;
     padding-top:10px;
     padding-bottom:10px
 }
 footer .flink ul{
     margin: 0;
     padding:0;
     overflow: hidden;
 }
 footer .flink ul li{
    float:left;
    padding-right:15px;
    padding-bottom:5px;
    list-style: none;
 }
 footer  a{
     color:rgba(255,255,255,0.6); 
 }
 footer  a:hover{
    color:rgba(255,255,255,1); 
}
footer img{
    margin-bottom:10px;
}

.footer-dark .heading {
    color: #EFF2F7;
}
.footer-dark .nav .nav-item .nav-link, .footer-dark .list-unstyled li a, .footer-dark .footer-link {
    color: #D3DCE6;
}
.footer-dark .list-unstyled li a {
    color: rgba(255, 255, 255, 0.8);
}
.footer .list-unstyled li a {
    display: inline-block;
    padding: 0.125rem 0;
}
.list-unstyled {
    padding-left: 0;
    list-style: none;
    overflow: hidden;
}
.footer-dark .list-unstyled li {
    float:left;
    width: auto;
    padding:2px 10px;
}
.text-28 {
    font-size: 28px !important;
    line-height:200%;
}
.text-18 {
    font-size: 18px !important;
    line-height:200%;
}
.text-sm {
    font-size: 0.875rem !important;
    line-height: 180%;
}
table.table.table-bordered {
    font-size: 14px;
    line-height: 150%;
}
.text-center{
    text-align: center;
}
.margin-tb{
    margin-top:10px;
    margin-bottom:10px;
}