.container{	padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}
@media (min-width:768px){.container{width:750px}
}
@media (min-width:992px){.container{width:970px}
}
@media (min-width:1200px){.container{width:1150px}
}
.row{margin-right:-15px;margin-left:-15px}







@media (min-width:768px){.xinwenbar-right .dropdown-menu{right:0;left:auto}
.xinwenbar-right .dropdown-menu-left{right:auto;left:0}
}
.xinwen-tabs{border-bottom:1px solid #ddd}
.xinwen-tabs>li{float:left;margin-bottom:-1px}
.xinwen-tabs>li>a{margin-right:2px;line-height:1.42857143;border:1px solid transparent;border-radius:4px 4px 0 0}
.xinwen-tabs>li>a:hover{border-color:#eee #eee #ddd}
.xinwen-tabs>li.active>a,.xinwen-tabs>li.active>a:focus,.xinwen-tabs>li.active>a:hover{color:#555;cursor:default;background-color:#fff;border:1px solid #ddd;border-bottom-color:transparent}
.xinwen-tabs.xinwen-justified{width:100%;border-bottom:0}
.xinwen-tabs.xinwen-justified>li{float:none}
.xinwen-tabs.xinwen-justified>li>a{margin-bottom:5px;text-align:center}
.xinwen-tabs.xinwen-justified>.dropdown .dropdown-menu{top:auto;left:auto}
@media (min-width:768px){.xinwen-tabs.xinwen-justified>li{display:table-cell;width:1%}
.xinwen-tabs.xinwen-justified>li>a{margin-bottom:0}
}
.xinwen-tabs.xinwen-justified>li>a{margin-right:0;border-radius:4px}
.xinwen-tabs.xinwen-justified>.active>a,.xinwen-tabs.xinwen-justified>.active>a:focus,.xinwen-tabs.xinwen-justified>.active>a:hover{border:1px solid #ddd}
@media (min-width:768px){.xinwen-tabs.xinwen-justified>li>a{border-bottom:1px solid #ddd;border-radius:4px 4px 0 0}
.xinwen-tabs.xinwen-justified>.active>a,.xinwen-tabs.xinwen-justified>.active>a:focus,.xinwen-tabs.xinwen-justified>.active>a:hover{border-bottom-color:#fff}
}

.tab-content>.tab-pane{display:none}
.tab-content>.active{display:block}












:root {
  --animate-duration: 1s;
  --animate-delay: 1s;
  --animate-repeat: 1;
}
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-duration: var(--animate-duration);
  animation-duration: var(--animate-duration);
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}






@media print, (prefers-reduced-motion: reduce) {
  .animated {
    -webkit-animation-duration: 1ms !important;
    animation-duration: 1ms !important;
    -webkit-transition-duration: 1ms !important;
    transition-duration: 1ms !important;
    -webkit-animation-iteration-count: 1 !important;
    animation-iteration-count: 1 !important;
  }

  .animated[class*='Out'] {
    opacity: 0;
  }
}






@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}














	



@media (min-width: 1200px) {
  .container {
	width: 1150px;
}
    .container > .row {
      margin: 0; } }



.title-main h2 {
  line-height: 1;
  text-align: center;
  margin: 0; }

.title-main h2.en {
  font-size: 36px;
  color: #eeeeee;
  margin: 0 0 10px; }

.title-main h2.cn {
  margin: 0 0 10px;
  font-size: 30px;
  color: #EA5B24; }

.title-main p {
	font-size: 0.5rem;
	color: #777777;
	text-align: center;
}

.learn-more {
  text-align: center;
  margin: 32px 0 0; }
  .learn-more a {
	width: 96px;
	height: 32px;
	font-size: 0.4rem;
	color: #EA5B24;
	border-radius: 36px;
	border: 1px solid #EA5B24;
	transition: all 0.35s ease;
	margin: 0 auto;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
}
    .learn-more a:hover {
      box-shadow: 0 3px 4px rgba(0, 0, 0, 0.3);
      background-color: #EA5B24;
      color: #ffffff; }

.xinwen-tabs {
  border: none; }
  .xinwen-tabs > li {
    float: unset;
    margin: 0; }
    .xinwen-tabs > li > a {
      line-height: 1.75;
      border: none;
      border-radius: 0;
      margin: 0; }
      .xinwen-tabs > li > a:hover {
        background-color: transparent; }
  .xinwen-tabs > li.active a,
  .xinwen-tabs > li.active a:focus,
  .xinwen-tabs > li.active a:hover {
    border: none;
    background-color: transparent; }








@keyframes fadeInUpSmall {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 25%, 0);
    transform: translate3d(0, 25%, 0); }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.fadeInUpSmall {
  -webkit-animation-name: fadeInUpSmall;
  animation-name: fadeInUpSmall; }

@keyframes fadeInDownSmall {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -25%, 0);
    transform: translate3d(0, -25%, 0); }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
	
	
	

@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }

  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }

  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}



  @media screen and (max-width: 767px) {
    .xinwen2 {
      padding: 0.5rem 0.5rem; } }

.xinwen2 {
	background-color: #f8f8f8;
	padding-top: 0.6rem;
	padding-right: rem;
	padding-bottom: 0.6rem;
	padding-left: rem;


  
  }
  .xinwen2 .xinwen2-type {
    margin: 16px 0;
    text-align: center; }
    .xinwen2 .xinwen2-type ul {
      text-align: center;
      display: inline-block; }
    .xinwen2 .xinwen2-type ul li {
      display: inline-block;
      margin: 0 36px 0 0; }
      .xinwen2 .xinwen2-type ul li:last-of-type {
        margin-right: 0; }
      .xinwen2 .xinwen2-type ul li a {
        font-size: 18px;
        color: #777777;
        display: block;
        width: auto;
        height: 40px;
        border-radius: 40px;
        text-align: center;
        line-height: 40px;
        position: relative;
        line-height: 40px;
        padding: 0 1rem;
        background-color: #ffffff; }
        .xinwen2 .xinwen2-type ul li a:after {
          position: absolute;
          content: '';
          width: 0;
          border-left: 8px solid transparent;
          border-right: 8px solid transparent;
          border-top: 6px solid #EA5B24;
          display: none;
          left: 50%;
          bottom: -6px;
          transform: translateX(-50%);
          -webkit-transform: translateX(-50%); }
    .xinwen2 .xinwen2-type ul li.active a {
      background-color: #EA5B24;
      color: #ffffff; }
      .xinwen2 .xinwen2-type ul li.active a:after {
        display: block; }

.xinwen2 .xinwen2-content .tab-pane > .xinwen3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between; }
  .xinwen2 .xinwen2-content .tab-pane > .xinwen3 .left {
    width: 550px; }
    .xinwen2 .xinwen2-content .tab-pane > .xinwen3 .left .xinwen2-img {

      width: 100%;
      height: 100%;
      position: relative; }
      .xinwen2 .xinwen2-content .tab-pane > .xinwen3 .left .xinwen2-img .item {
        width: 100%;
        height: 100%;
        position: absolute;
        visibility: hidden;
        opacity: 0;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        overflow: hidden;
        transition-property: all 0.25s ease; }
        .xinwen2 .xinwen2-content .tab-pane > .xinwen3 .left .xinwen2-img .item:hover .img {
          transform: scale(1.1);
          -webkit-transform: scale(1.1); }
      .xinwen2 .xinwen2-content .tab-pane > .xinwen3 .left .xinwen2-img .img {
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
        transition: all 0.35s ease;
        position: relative;
        width: 100%;
        height: 100%; }
      .xinwen2 .xinwen2-content .tab-pane > .xinwen3 .left .xinwen2-img .info {
        position: absolute;
        bottom: 0;
        width: 100%;
        height: 48px;
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        align-items: center;
        -webkit-box-pack: flex-start;
        -webkit-justify-content: flex-start;
        justify-content: flex-start; }
        .xinwen2 .xinwen2-content .tab-pane > .xinwen3 .left .xinwen2-img .info h3 {
          margin: 0;
          line-height: 48px;
          font-size: 16px;
          color: #ffffff; }
        .xinwen2 .xinwen2-content .tab-pane > .xinwen3 .left .xinwen2-img .info a {
          height: 100%;
          display: block; }
        .xinwen2 .xinwen2-content .tab-pane > .xinwen3 .left .xinwen2-img .info a:first-of-type {
          width: calc(100% - 110px);
          padding: 0 16px;
          background-color: rgba(40, 40, 40, 0.33); }
        .xinwen2 .xinwen2-content .tab-pane > .xinwen3 .left .xinwen2-img .info a:last-of-type {
	width: 110px;
	font-size: 16px;
	color: #ffffff;
	background-color: #666666;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
}
          .xinwen2 .xinwen2-content .tab-pane > .xinwen3 .left .xinwen2-img .info a:last-of-type i {
            font-size: 12px;
            color: #ffffff;
            margin-left: 4px; }
      .xinwen2 .xinwen2-content .tab-pane > .xinwen3 .left .xinwen2-img .item.active {
        visibility: visible;
        opacity: 1; }
  .xinwen2 .xinwen2-content .tab-pane > .xinwen3 .right {
    width: calc(100% - 550px); }
    .xinwen2 .xinwen2-content .tab-pane > .xinwen3 .right .xinwen2-list {
      background-color: #ffffff; }
      .xinwen2 .xinwen2-content .tab-pane > .xinwen3 .right .xinwen2-list ul li {
	border-bottom: 1px solid #eeeeee;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-pack: space-between;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	padding-top: 8px;
	padding-right: 0;
	padding-bottom: 8px;
	padding-left: 15px;
}
        .xinwen2 .xinwen2-content .tab-pane > .xinwen3 .right .xinwen2-list ul li:last-of-type {
          border-bottom: none; }
        .xinwen2 .xinwen2-content .tab-pane > .xinwen3 .right .xinwen2-list ul li .content {
	width: calc(100% - 80px);
}
        .xinwen2 .xinwen2-content .tab-pane > .xinwen3 .right .xinwen2-list ul li .pubdate {
	width: 80px;
	padding-top: 0;
	padding-right: 1%;
	padding-bottom: 0;
	padding-left: 1%;
}
        .xinwen2 .xinwen2-content .tab-pane > .xinwen3 .right .xinwen2-list ul li h3 {
          margin: 0 0 5px;
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: normal;
          line-height: 18px;
          width: 100%;
          font-size: 16px;
          max-height: calc(1 * 18px + 1px);
          height: calc(1 * 16px + 1px);
          display: -webkit-box;
          -webkit-box-orient: vertical;
          -webkit-line-clamp: 1;
          height: auto;
          color: #282828;
          transition-property: all 0.35s ease; }
          .xinwen2 .xinwen2-content .tab-pane > .xinwen3 .right .xinwen2-list ul li h3:hover {
            color: #EA5B24; }
        .xinwen2 .xinwen2-content .tab-pane > .xinwen3 .right .xinwen2-list ul li p {
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: normal;
          line-height: 16px;
          width: 100%;
          font-size: 12px;
          max-height: calc(2 * 24px + 1px);
          height: calc(2 * 24px + 1px);
          display: -webkit-box;
          -webkit-box-orient: vertical;
          -webkit-line-clamp: 2;
          height: auto;
          color: #777777; }
        .xinwen2 .xinwen2-content .tab-pane > .xinwen3 .right .xinwen2-list ul li span {
	color: #dddddd;
	text-align: center;
	font-size: 18px;
	line-height: 20px;
	font-family: Impact;
	margin-top: 10px;
	display: block;
}
        .xinwen2 .xinwen2-content .tab-pane > .xinwen3 .right .xinwen2-list ul li span.date {
	font-size: 30px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
}
      .xinwen2 .xinwen2-content .tab-pane > .xinwen3 .right .xinwen2-list ul li.active {
        background-color: #EA5B24; }
        .xinwen2 .xinwen2-content .tab-pane > .xinwen3 .right .xinwen2-list ul li.active h3 {
          color: #ffffff; }
        .xinwen2 .xinwen2-content .tab-pane > .xinwen3 .right .xinwen2-list ul li.active p {
          color: rgba(255, 255, 255, 0.75); }
        .xinwen2 .xinwen2-content .tab-pane > .xinwen3 .right .xinwen2-list ul li.active .pubdate span {
          color: #ffffff; }




@media screen and (max-width: 1440px) {

  .xinwen2 .xinwen2-type {
    margin: 16px 0; }
  .xinwen2 .xinwen2-type ul li {
    margin: 0 24px 0 0; }
  .xinwen2 .xinwen2-type ul li a {
    font-size: 14px; }
  .xinwen2 .xinwen2-content .tab-pane > .xinwen3 .left .xinwen2-img .info a:last-of-type {
    font-size: 14px; }
  .xinwen2 .xinwen2-content .tab-pane > .xinwen3 .right .xinwen2-list ul li h3 {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: normal;
	line-height: 18px;
	width: 100%;
	font-size: 16px;

    max-height: calc(1 * 16px + 1px);
    height: calc(1 * 16px + 1px);
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	height: auto;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
}
  .xinwen2 .xinwen2-content .tab-pane > .xinwen3 .right .xinwen2-list ul li p {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    line-height: 18px;
    width: 100%;
    font-size: 12px;
    max-height: calc(2 * 21px + 1px);
    height: calc(2 * 21px + 1px);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    height: auto; }
  .xinwen2 .xinwen2-content .tab-pane > .xinwen3 .right .xinwen2-list ul li span.date {
	font-size: 20px;
} }







@media screen and (max-width: 767px) {
  .title-main h2.en {
    font-size: 20px;
    margin: 0 0 10px; }
  .title-main h2.cn {
    font-size: 18px; }
  .title-main p {
    font-size: 14px; }
  .learn-more {
    margin: 1rem 0 0; }
  .learn-more a {
    font-size: 12px;
    width: 86px;
    height: 24px; }
  .crumb ul li a {
    font-size: 12px; }
  .crumb {
    padding: 1rem 0; }
  .container {
    width: 100%; }
	}

@media screen and (max-width: 767px) {
  .xinwen2 .xinwen2-type {
    margin: 12px 0; }
  .xinwen2 .xinwen2-type ul li a {
    font-size: 12px;
    padding: 0 6px;
    line-height: 30px;
    height: 30px; }
  .xinwen2 .xinwen2-type ul li {
    margin: 0 12px 0 0; }
  .xinwen2 .xinwen2-content .tab-pane > .xinwen3 .right,
  .xinwen2 .xinwen2-content .tab-pane > .xinwen3 .left {
    width: 100%; }
  .xinwen2 .xinwen2-content .tab-pane > .xinwen3 .left {
    height: 320px; }
  .xinwen2 .xinwen2-content .tab-pane > .xinwen3 .left .xinwen2-img .info h3 {
    font-size: 14px;
    line-height: 36px; }
  .xinwen2 .xinwen2-content .tab-pane > .xinwen3 .left .xinwen2-img .info {
    height: 36px; }
  .xinwen2 .xinwen2-content .tab-pane > .xinwen3 .left .xinwen2-img .info a:last-of-type {
    font-size: 12px; }

  .xinwen2 .xinwen2-type ul li.active a:after {
    display: none; } }
