#main{
  padding-top:0 !important;
  max-width:initial !important;
}
.block {
    margin-bottom: 0;
}
h2.block-title:after {
    content: "";
    width: 60px;
    height: 6px;
    background: #2C318A;
    position: absolute;
    left: 0;
    bottom: 0;
}
.block h2.block-title {
    border-bottom: 0;
    margin-bottom: 10px;
    font-size: 26px;
    font-weight: 600;
    padding-bottom: 20px;
    color: #2C318A;
    position: relative;
}
a.more-link{
    font-size: 14px;
    font-weight: bold;
    padding: 10px 10px 10px 34px;
    background: url(../../bg-morelink.png) no-repeat left center;
    color: #999;
    top:5px;
}
.layout-full.region-top {
    padding-bottom: 60px;
    background:url(../../bg-news.jpg) no-repeat center bottom;
    background-size:cover;
    padding-top:60px;
}
.language-en .layout-full.region-top{
  margin-bottom:0;
}
.block-region-top .block h2.block-title{
  padding-left:20px;
  font-size:32px;
  padding-bottom:10px;
}
.block-region-top h2.block-title:after{
  display:none;
}
.newspicitems,.newslistitems {
    display: flex;
    width: 100%;
    padding: 25px;
    transition: all 0.5s ease-out 0s;
}
.newspicitems .imgs,.newslistitems .imgs {
    width: 55%;
}
.newspicitems .postinfo {
    width: 42%;
    margin-left: 3%;
    margin-top: 20px;
}
.newslistitems .postinfo {
    width: 42%;
    margin-left: 3%;
    padding:10px;
}
.newslistblock {
    padding: 0 10px 20px 10px;
}
.newspicitems p.posttime,.newslistitems p.posttime{
    font-weight: 600;
    color: #2C318A;
}
.newspicitems h3.title {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 20px;
    margin-top: 10px;
}
.newspicitems p.summary {
    line-height: 180%;
    color: #666;
}
.newslistitems p.posttime {
    font-weight: 600;
    color: #2C318A;
}
.newslistitems h3.title {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 20px;
    margin-top: 10px;
    padding-bottom:0;
}
.newslistitems h3.title a{
  color:#666;
}
.newslistitems{
  background:#F8F8F8;
}
.newslistitems:hover,.newslist-items.on .newslistitems{
    z-index: 20;
    background:#F0F1FB;
    box-shadow: 2px 5px 17px -8px rgb(0 0 0 / 90%);
    transform: scale(1.02);
    -webkit-transform: scale(1.02);
    transition: all .8s;
    -webkit-transition: all .8s;
}
.newslistitems:hover h3.title a{
  color:#000;
}
.layout-full.region-top .swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden !important;
    list-style: none;
    padding: 0;
    z-index: 1;
}
.swipermain .swiper-pagination {
  position: absolute;
  right: 30px;
  bottom: 30px;
  left: auto;
  top: auto;
  width: 80px;
  height: 38px;
  border-radius: 19px;
  color: #999;
  line-height: 38px;
}
.swipermain .swiper-pagination .swiper-pagination-current {
  font-size: 24px;
  font-weight: bold;
  color: #2C318A;
}
.swipermain .btns {
    position: absolute;
    left: 58%;
    bottom: 30px;
    z-index: 200;
    width: 93px;
}
/*.swiper-button-prev.sprev:before,.swiper-button-next.snext:before{
  display:none;
}*/
.swiper-button-prev.sprev:before,.swiper-button-next.snext:before{
    font-size: 20px;
    font-weight: bold;
    padding: 20px 18px;
    color: #FFF;
    content:'';
    font-family: swiper-icons;
}
.swiper-button-next.snext:before{
  background:#6065CC;
}
.swiper-button-prev.sprev:before{
  background:#2C318A;
}
.swiper-button-next.snext, .swiper-button-prev.sprev {
    margin: 0;
    position: relative;
}
.swiper-button-next.snext{
  float:right;
}
.swiper-button-prev.sprev {
float:left;
}
.swiper-button-next.snext, .swiper-button-prev.sprev{
      opacity: 1;
      line-height: 100% !important;
      font-size:0 !important;
}

.swiper-button-next.snext:hover:before, .swiper-button-prev.sprev:hover:before{
    color: #eee;
    background-color:rgba(0,31,96,1);
}

.swiper-button-prev.sprev:before {
    content: 'prev';
}
.swiper-button-next.snext:before {
    content: 'next';
}

/*******************zhuanti*****************************/

.language-zh-hans .layout-full.region-top-first.empty-row .col-md-8.empty-row {
    width: 100%;
    display: block;
}
/*.language-zh-hans .layout-full.region-top-first.empty-row,.layout-full.region-top-first .inner.empty-row {
    display: block;
}*/
.language-zh-hans .layout-full.region-top-first .swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 25px;
}
.language-zh-hans .swiper-3 .bg-white{
  background:none;
}
/********************event**********************************/
.language-zh-hans .layout-full.region-top-third{
  padding:40px 0;
 /* background-color:#F7F7FD;*/
  margin-bottom:30px;
}
.language-zh-hans .layout-full.region-top-third .col-md-8{
  width:100%;
}
.language-zh-hans .layout-full.region-top-third .block h2.block-title{
  text-align:center;
  margin-bottom:60px;
}
.layout-full.region-top-third  .block h2.block-title:after {
    margin: 0 auto;
    right: 0;
}
.frontevents .posttime span.day {
    font-size: 44px;
    font-weight: bold;
    color: #7729CD;
}

.frontevents .posttime span {
    display: block;
    color: #999;
    margin-bottom: 5px;
    line-height: 1;
}
.frontevents .posttime {
    width: 100px;
    border: 1px solid #CCC;
    padding: 20px 15px 25px;
    float: left;
    text-align: right;
    position:relative;
}
.frontevents .posttime::before {
      content: '';
      position: absolute;
      width: 30px;
      height: 30px;
      top: -2px;
      left: -2px;
      border-top: 4px solid #2C318A;
      border-left: 4px solid #2C318A;
    }
.frontevents .posttime::after {
      content: '';
      position: absolute;
      width: 30px;
      height: 30px;
      bottom: -2px;
      right: -2px;
      border-bottom: 4px solid #2C318A;
      border-right: 4px solid #2C318A;
    }
.frontevents {
    /* display: flex; */
    padding: 0 10px;
    overflow: hidden;
}
.eventinfo h3 a {
    color: #000;
}
.eventinfo h3 {
    font-size: 20px;
    line-height: 140%;
    margin-bottom: 10px;
}
.eventinfo {
    width: calc(100% - 120px);
    float: left;
    margin-left: 20px;
}

/*****************digital******************************/
.topquicklink{
  background:#EDF2F5;
}
.topquicklink ul {
    display: flex;
    padding: 0;
    margin: 0;
    position: absolute;
    flex-wrap: wrap;
    z-index: 2;
    width: 100%;
    bottom: 0px;
}
.topquicklink ul li {
    list-style: none;
    width: 20%;
    text-align: center;
    position: relative;
}
.topquicklink ul li:not(:last-child) a {
    border-right: 1px solid #ECECEC;
}

.topquicklink ul li:not(:last-child) a {
    border-right: 1px solid #ECECEC;
}
.topquicklink ul li a {
    display: block;
    background: #FFF;
    padding: 20px 10px;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    position: absolute;
    width: 100%;
    bottom: 0;
}
.topquicklink ul li a:hover {
    position: absolute;
    bottom: 0;
    padding: 30px 10px;
    width: 100%;
    color: #FFF;
    background: #039;
    font-size: 18px;
    font-weight: 600;
    border: 0;
}
/*.layout-full.region-top-first .block-region-top-first{
  background: url(../../bg-digital-a.jpg) no-repeat center center;
  background-size:cover;
  padding:30px 0;
}*/
.language-en .layout-full.region-top-first .block-region-top-first{
  margin-bottom:0;
}
.layout-full.region-top-first .block-region-top-first .block h2.block-title{
  color:#FFF;
  text-align:center;
  margin-bottom:30px;
}
.layout-full.region-top-first .block-region-top-first .block h2.block-title:after {
    background: #FFF;
    margin: 0 auto;
    right: 0;
}


.front-digi h3 {
    font-size: 40px;
    font-weight: 600;
    text-align: center;
    line-height: 100%;
    color: #FFCC00;
}
.front-digi h3.h3light{
 color:rgba(255,204,0,0.7); 
}
.front-digi h3 span {
    font-size: 16px;
    color: #FFF;
    font-weight: 400;
    display: block;
    /* padding: 0; */
    line-height: 180%;
}
.front-digi h2{
  font-size:24px;
  color:#FFF;
  font-weight:600;
  margin-bottom:15px;
}
.front-digi p{
  color:rgba(255,255,255,0.9);
}
.front-digi p a{
  color: #FFFF33;
}
/**** lists ***/

.layout-full.region-third{
  background-color:#F7F7FD;
  padding-top:30px;
}
@media screen and (min-width:992px){

#main .swiper-66-1 .swiper-1 .swiper-wrapper,#main .swiper-66-1 .swiper-1 .swiper-slide,#main .swiper-66-1 .swiper-container.swiper-1 {
    height:97vh !important;
    background-position: center center;
}
/* article.node {
	    position: fixed;
	    left: 0%;
	    top: 100%;
	    bottom: 0;
	    right: 0;
	    overflow: hidden;
	    transition: top 0.7s cubic-bezier(0.5,0,0.2,1) 0s;
	    z-index: 1;
	    overflow: auto;
	    outline: none;
	    background-color: #FFF;
	}
article.node.showdiv {
	    top: 0;
	}
.language-zh-hans article.node.showdiv .layout-full.region-top,.language-en article.node.showdiv .layout-full.region-top{
		margin-top:90px;
	}
*/
#main #content{
  min-height:auto;
}

}
@media screen and (min-width:1280px){
.swiper-66-1{
  position:relative;
}
.block-region-top-first .swiper-66-1 .swiper-1 .swiper-wrapper, .block-region-top-first .swiper-66-1 .swiper-1 .swiper-slide,.block-region-top-first .swiper-66-1 .swiper-container.swiper-1
{
    height:95vh !important;
}
}
@media screen and (min-width:1400px){
.block-region-top-first .swiper-66-1 .swiper-1 .swiper-wrapper,.block-region-top-first .swiper-66-1 .swiper-1 .swiper-slide,.block-region-top-first .swiper-66-1 .swiper-container.swiper-1{
    height: 95vh !important;
}
}
@media screen and (min-width:1600px){
.block-region-top-first.swiper-66-1 .swiper-1 .swiper-wrapper,.block-region-top-first .swiper-66-1 .swiper-1 .swiper-slide,.block-region-top-first .swiper-66-1 .swiper-container.swiper-1 {
    height:95vh !important;
}
}

@media screen and (max-width:991px){
#main .inner{
  width:100% !important;
}
.topquicklink ul li {
    width:50%;
    margin-bottom:1px;
}
.topquicklink ul{
  position:inherit;
}
.topquicklink ul li a{
  position:inherit;
}
.newspicitems {
    display: block;
}
.newspicitems .imgs{
  width:100%;
}
.newspicitems .postinfo {
    width: 94%;
}
.newspicitems {
    min-height: 560px;
}
.newspicitems p.summary {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.swipermain .btns {
    left: 10%;
}
.newslist-items{
  margin-top:10px;
  margin-bottom:10px;
}
}

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

}
