body{
    font-family: "Microsoft YaHei", "Helvetica Neue", Arial, sans-serif;
}
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;
}
h1,h2,h3,h4{
    color:#333;
}
img{
    max-width: 100%;
}
hr {
    background-image: -webkit-linear-gradient(left, transparent, #DBDBDB, transparent);
    background-image: linear-gradient(to right, transparent, #DBDBDB, transparent);
    border: 0;
    height: 1px;
    margin: 32px 0;
}
.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;
}


.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;
    font-size: 14px;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #337ab7;
    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: #337ab7;
    border-color: #337ab7;
}
.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;
}
.en h1{
    text-transform : uppercase
}
.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{
    background-color: #FFF;
}
header .row{
    align-items: center;
    margin: 30px 0;
}
header .logo img{
    max-width: 100%;
    width: auto;
    max-height: 70px;
}
.ytnav{
    border-top: solid 1px #e0e0e0;
    border-bottom: solid 1px #e0e0e0;
    background-color: #fafafa;
}
.navbar-expand-lg .navbar-nav .nav-link{
    color:rgba(0, 0, 0, 0.6)
}
.navbar-expand-lg .navbar-nav .nav-link:hover{
    color:rgba(0, 0, 0, 1)
}
.navbar-expand-lg .navbar-nav .active .nav-link{
    color:#86000D;
    position: relative;
}
.navbar-expand-lg .navbar-nav .active{
    position: relative;
}
.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
.navbar-toggle .icon-bar {
    background-color:rgba(0,0,0,0.8);
}
.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1.2rem;
    padding-left: 1.2rem;
}
.navbar-nav .dropdown-menu{
    padding:0;
}
ul.dropdown-menu.show li {
    padding: 10px 10px 10px 20px;
    border-bottom:1px solid #ECECEC;
}
ul.dropdown-menu.show li:last-child{
    border:0;
}
ul.dropdown-menu.show li:hover{
    background-color: #86000D;
    text-decoration: none;
}
ul.dropdown-menu.show li:hover a{
    color:#FFF;
    text-decoration: none;
}
.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:#86000D
}
.dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}
nav .navbar-collapse .dropdown>.dropdown-menu.show
{
    max-height: 100vh;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1.6rem;
    padding-left: 1.6rem;
    width:max-content;
        font-size:22px;
}
.bg-dark {
    background-color: #86000D !important;
}

.btn-warning {
    color: #FFF;
}
div#carouselExampleIndicators {
    max-width: 1200px;
    margin: 0 auto;
}
.carousel-control-prev, .carousel-control-next {
    background: none;
}
#main{
    max-width: 1920px;
    margin: 0 auto;
    line-height: 200%;
}
.banner{
    background: url(../images/mainbg3.jpg) repeat-x top center;
    height:420px;
    color:#555;
    text-align: center;
}
.banner h1{
    font-size:1.8vw;
    padding-top:40px;
    color: #86000D

}
h4, .h4 {
    font-size: 20px;
    padding-bottom:20px;
    margin-top: 30px;
}
.cols{
    position: relative;
}
.contentmain{
    position: relative;
    margin-top:-240px;
    background: #FFF;
    min-height: 300px;
    padding:5px 40px 40px;
}

.list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #86000D;
    border-color: #86000D;
}
a.list-group-item:hover{
    text-decoration: none;
    color:#FFF;
    background-color: #86000D;
    border-color: #86000D;
}
.breadcrumb {
    font-family: "PT Sans",'Helvetica Neue',Arial,Helvetica,sans-serif;
    background: #fff;
    color: #3479B2;
    padding-top: 20px;
    padding-bottom: 1em;
    padding-right: 1em;
    font-size: 90%;
}
.lists{
    padding: 0 5px 0 0px;
}
.lists li {
    list-style: none;
    padding: 5px 5px;
    border-bottom: 1px dotted #999;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
}
.lists li span.time {
    float: right;
    color: #CCC;
}
.front .lists li span.time{
    float:none;
    font-size:12px;
}
.front .lists li {
    padding: 10px 5px;
    text-overflow: inherit;
    white-space: inherit;
    line-height:150%;
    font-size: 14px;
}
.lists li a {
    color:rgba(0, 0, 0, 0.8);
    display: block;
    overflow: hidden;
    max-width: 100%;
    text-overflow: ellipsis;
    text-decoration: none;
}
.lists li a:hover {
    color:rgba(0, 0, 0, 1);
}
.list-item {
    font-size: 16px;
}
.list-item li {
    list-style: none;
    padding: 15px 5px;
    border-bottom: 1px solid #ECECEC;
}
.list-item .time {
    color: #999;
    float: right;
}
.more-link a {
    color: #FFF;
    font-size: 12px;
    position: absolute;
    right: 15px;
    top: 0px;
    border-radius: 3px;
    background: #86000D;
    padding: 0px 10px;
}
.cont{
    margin-top:0;
    padding:0 20px 20px;
    background: #FFF;
    line-height:200%;
}
.cont h2{
    margin-top:20px;
    padding-bottom:10px;
    color:#86000D;
font-size:24px;
font-weight:600;
}
.cont h3{
    padding: 20px 0 10px;
font-weight:600;
font-size:20px;
}
.cont img{
    max-width: 100%;
}
.cont a {
    color: #007bff;
}
.cont h6{
    color:#999;
}
.cont-body{
    margin-top:30px;
    margin-bottom:30px;
}
.channelnav {
        padding-top: 10px;
    }
#channelnav {
}
#channelnav.ontop{
    top:20px;
    margin-top:0;
    position: fixed;
    display: inline-block;
    vertical-align: middle;
    }
.pagelist li{
    border-bottom: 1px solid #e0ded9;
    padding: 1em;
    background: url(../images/small-bullet.png) no-repeat left 1.6em;
    line-height: 100%;
}
.pagelist a{
    line-height: 150%;
}
.cont-body img{
    max-width: 100%;
    margin:10px 0;
}
.cont-att{
    background-color: #f3f1ee;
    padding: 30px 7.9% 20px;
    font-size:14px;
    line-height:120%;
    position: relative;
    margin-right:-20px;
}
.cont-att a{
    display: block;
    margin-bottom:1em;
    background: url(../images/small-bullet.png) no-repeat left 0.4em ;
    padding-left:0.6em;
}
.cont-att-label{
    padding-bottom:10px;
    margin-bottom:10px;
    border-bottom: 1px solid #ECECEC;
    font-size:16px;
    font-weight: bold;
}
 footer{
     border-top:1px solid #ECECEC;
     padding:40px 0 40px 0;
     color: rgba(255, 255, 255, 0.9);
     font-size:14px;
     background-color: #404040;
 }
 footer h4{
     font-size:1rem;
     color:#FFF;
     line-height: 1.3;

 }
 footer  img{
    max-width: 100%;
    opacity:0.6;
    filter:alpha(opacity=60);
    max-height: 60px;
 }
 footer  img:hover{
    opacity:0.9;
    filter:alpha(opacity=90);
 }
 footer ul{
     margin: 0;
     padding:0;
 }
 footer ul li{}
 .delimiter-top, .delimiter-bottom {
    position: relative;
    border: 0;
}
.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;
}
/********** short code ***************/
.c{
    color: #999;
}
.outside{
    margin:15px;
}
.outside-t{
    margin-top:15px;
}
.outside-b{
    margin-bottom:15px;
}
.inside{
    padding:15px;
}
.inside-t{
    padding-top:15px;
}
.inside-b{
    padding-bottom:15px;
}
.text16{
    font-size:16px;
}
.line150{
    line-height: 150%;
}
.line200{
    line-height: 200%;
}
.text-sm {
    font-size: 0.875rem !important;
}
.textcolor08{
    color:(0,0,0,0.8)
}
table.table.table-bordered {
    font-size: 14px;
    line-height: 150%;
}