body #main {
    padding-bottom: 0px;
}

.layout-full.region-top-first{
border-bottom:2px solid #F9C300;
}
.block h2.block-title{
    font-size: 28px;
    display: inline-block;
    color: rgba(9,82,63,1);
    font-weight: 500;
    border: 0;
    margin-bottom: 20px;
    margin-top: 10px;
}
.more-link {
    position: absolute;
    right: 5px;
    top: 30px;
    padding: 5px 20px;
    background: rgba(255,255,255,1);
    font-size: 12px !important;
    border-radius: 20px;
    border: 1px solid rgba(0,0,0,.2); 
}
.rowflex{
display:flex;
flex-wrap:wrap;
}
.layout-full.region-top-second
{
    position:relative
}
.layout-full.region-top-middle .inner,.layout-full.region-middle-third .inner,.layout-full.region-top-second .inner, .layout-full.region-footer-bottom-middle .inner {
    padding-top: 0;
    padding-bottom: 0;
}
.layout-full.region-top-middle .row{
display:flex;
flex-wrap:wrap;
}
.layout-full.region-top-middle .row .col-xs-12.col-md-8,.layout-full.region-top-second .row .col-xs-12.col-md-4 {
    height: auto;
}
.block-region-middle-first-left {
    height: 100%;
    background-color:#EAF1F1;
    position:relative;
    z-index:2;
    padding-bottom: 30px;
}
.block-region-middle-first-right,.block-region-middle-third-left {
    padding-bottom: 30px;
}
.block-region-top-second-right h2.block-title,.block-region-middle-third-left  h2.block-title{
color:#FFF;
}
.photonews .owl-wrapper {
    display: flex !important;
    flex-wrap: wrap;
    padding-bottom: 0px;
}
.photonews .owl-item{
    height:auto;
}
.photonews {
 margin-bottom:10px;
}
.photonews .owl-theme .owl-controls {
    margin-top: 0;
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 10px;
}
.photonewsitems {
padding: 20px 20px 10px;
    margin: 0 0px 0 0;
    background-color: #FFF;
    height: 100%;
}
.photonewsitems .title{
font-size: 14px;
    margin-top: 10px;
    line-height: 150% !important;
    min-height: 54px;
    display: block;
    overflow: hidden;
    max-width: 100%;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.photonewsitems p.time {
    font-size: 12px;
    color: #999;
    margin: 10px 0;
}
.photonewsitems .tbody
{
    font-size: 14px;
    color: #555;
    word-wrap: normal;
    display: block;
    overflow: hidden;
    max-width: 100%;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    line-height:150%;
}
.photonewsitems p.time:before {
    display: inline-block;
    font-family: "iconfont";
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    content: "\e606";
    padding-right: 5px;
    color: #999;
    padding-right:10px;
}
.noticelists{
    background: #FFF;
    display: flex;
    vertical-align: middle;
    align-items: center;
    min-height:90px;
    margin-bottom:15px;
    position: relative;
}
.noticelists:hover{
  background:#EAF1F1;
}
.articletop {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    color: #FFF;
    background: #9c113c;
    font-size: 10px;
    padding: 1px 3px;
    /*font-family: cursive;*/
}
.noticelists .posttime {
    position: absolute;
    padding: 10px 15px;
    background: transparent;
    border-right:1px solid rgba(0,0,0,0.1);
    width: 80px;
    height: 60px;
    font-family: arial;
    font-size: 12px;
    text-align: right;
    color:rgba(9,82,63,1);
    display: flex;
    vertical-align: middle;
    align-items: center;
    justify-content: right;
}
.noticelists .posttime span {
    display: block;
    text-align:right;
}
.noticelists .posttime span.day {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 5px;
}
.noticelists .postinfo {
    padding: 10px 20px 10px 100px;
    position:relative;
}
.noticelists .postinfo p.title a {
    font-size: 16px;
    color: #555;
    word-wrap: normal;
    display: block;
    overflow: hidden;
    max-width: 100%;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient: vertical;
}

/****** gonggaolan***/
.annouceblock {
    background: #FFF;
    margin: 5px;
    padding: 10px 20px;
    min-height: 240px;
    position: relative;
}
.annouceblock:before{
   content:"";
   position:absolute;
   width:20px;
   height:20px;
   border-radius:100%;
   top:-10px;
   left:0;
   right:0;
   margin:0 auto;
   background:#18523E;
}

.annouceblock:after {
    content: "";
    width: calc(100% - 10px);
    height: calc(100% - 80px);
    border: 1px solid #ECECEC;
    position: absolute;
    top: 74px;
    left: 4px;
}
.annouceblock:hover:after{
background:rgb(234, 241, 241);
}
.annouceblock .posttime span.day {
    font-size: 24px;
    padding-bottom: 10px;
    font-weight: 600;
    padding-top: 15px;
}
.annouceblock .posttime span {
    display: block;
}
.annouceblock .posttime {
    text-align: center;
    margin-bottom: 15px;
}
.annouceblock p a{
    overflow: hidden;
    max-width: 100%;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp:5;
    -webkit-box-orient: vertical;
    font-size:16px;
    position: relative;
    z-index: 10;
}

.layout-full.region-middle-third .col-xs-12.col-md-8{
 background:#18523E;
}
.layout-full.region-middle-third .quick-inside-min-tb {
    font-size: 18px;
    position: relative;
    bottom: 0;
    left: 0;
    text-indent: 0;
    color: #000;
    font-weight: 900;
    text-align: left;
    margin-top: 10px;
    padding-bottom:10px;
    margin-bottom:20px;
}
.layout-full.region-middle-third .quick-inside-min-tb:after{
 content:"";
 width:50px;
 height:1px;
 border-bottom:2px solid #18523E;
 position:absolute;
 bottom:0;
 left:0;
}
.layout-full.region-middle-third .noticelists .postinfo p.title a {
 color:#FFF;
}
.layout-full.region-middle-third  .noticelists{
 background:none;
 border-bottom:1px solid rgba(255,255,255,0.5);
}
.layout-full.region-middle-third .noticelists .posttime{
 color:rgba(255,255,255,0.5);
     border-right:1px solid rgba(255,255,255,0.1);
}
.layout-full.region-middle-third .noticelists:hover{
 background:rgba(255,255,255,0.1);
}
/** chengguo */
.layout-full.zhtz-list:before {
    display: block;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0px;
    width: 68%;
    background: url(/sites/default/files/bg-frontky.jpg) no-repeat right top transparent;
    background-size: cover;
    content: "";
    z-index: 0;
}

.page-node-type-landing-page .block-region-middle-third-right  .block h2.block-title{
 display:block;
}

.block-region-top-second-right {
    padding-top: 10px;
}
.quicktabs-wrapper .quicktabs-tabs{
 border-bottom:0
}
.quicktabs-wrapper .quicktabs-tabs li a{
    padding:20px 30px;
    border:0;
    font-size:20px;
    outline:0;
    color:#FFF;
}
.quicktabs-wrapper .quicktabs-tabs li a:hover{
  border:0;
  color:#FFF;
}
.quicktabs-wrapper .quicktabs-tabs li.active a {
    color: #09523f;
    border-color: #09523f;
    border: 0px solid #09523f;
    border-bottom: none;
    background:#F8FEFC;
    outline: 0;
}
.quicktabs-wrapper .quicktabs-tabs li.active a:hover{
   color: #09523f;
}
div#quicktabs-container-researchblock {
    background-image: -webkit-linear-gradient(180deg,#F8FEFC 80%,transparent 100%);
    background-image: -moz-linear-gradient(180deg,#F8FEFC 80%,transparent 100%);
    background-image: -ms-linear-gradient(180deg,#F8FEFC 80%,transparent 100%);
    background-image: -o-linear-gradient(180deg,#F8FEFC 80%,transparent 100%);
    background-image: linear-gradient(180deg,#F8FEFC 80%,transparent 100%);
    padding: 15px 30px 70px 30px;
    }
.chengguo .row.rowflex{
background:#E9F2ED;
align-items: center;
}
.chengguoinfo{
padding:20px;
background:#E9F2ED;
}
.chengguoinfo h2{
font-size:18px;
font-weight:bold;
margin-bottom:10px;
}
.chengguoinfo p{
font-size:14px !important;
line-height:150%;
color:#999
}
.chengguoimg img {
    display: block;
    overflow: hidden;
}
.chengguoimg {
    line-height: 100% !important;
    display: block;
    height: auto;
    left: -15px;
    width: calc(100% + 30px);
    position: relative;
}
.zhtz-list{
position:relative
}
.zhtz-list .ptime{
font-size:14px;
color:#999;
}
.zhtz-list .ptime:before {
    display: inline-block;
    font-family: "iconfont";
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    content: "\e606";
    padding-right: 5px;
    color: #999;
}
.zhtz-list .ptitle a{
  font-size:16px;
  color:#333;
  line-height:160%;
  display:block;
      word-wrap: normal;
    overflow: hidden;
    max-width: 100%;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.zhtz-list .p-lists:not(:last-child){
  border-bottom:1px solid #CCC;
}
#quicktabs-tabpage-researchblock-1 .zhtz-list .p-lists:not(:last-child){
  border-bottom:1px dashed #CCC;
}

.zhtz-list .p-lists{
  padding:15px 0;

}
/****** events *********/
h3.event-title{
  font-size:16px;
  word-wrap: normal;
  display: block;
  overflow: hidden;
  max-width: 100%;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  margin-bottom:10px;
  line-height: 150%;
   display: -webkit-box;
  -webkit-box-orient: vertical;
  margin-bottom: 10px;
}
.eventmain{
word-wrap: normal;
  display: block;
  overflow: hidden;
  max-width: 100%;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  line-height: 150%;
   display: -webkit-box;
  -webkit-box-orient: vertical;
}
.event-content {
    margin-bottom: 12px;
}
.event-list.event-list-4 .list-content {
    border: 0;
    width: 100%;
}
.event-right p{
  color:#999;
  word-break: break-word;
}
 .event-list ul {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0 !important;
}
.event-years {
    font-size: 12px;
}
.event-list.event-list-4 .list-content .event-content .event-right {
    padding: 0px 10px;
    display: table-cell;
    vertical-align: top;
}
.fronteventblock .more-link,.quicktabs-main .more-link {
    position: initial;
    display: inline-block;
}
#quicktabs-tabpage-researchblock-1 .more-link {
    margin-top:20px;
}
/********************* jiaoyulist *****/
.layout-full.region-bottom-first{
  padding:20px 0;
  background:#FFF;
}
.page-node-type-landing-page .layout-full.region-bottom-first .block h2.block-title {
    padding: 10px 0 5px 0;
}
.layout-full.region-bottom-first .more-link{
top:20px;
}
/********** bottom quicklinks ***/
.bottomlinks {
    padding-top: 20px;
    padding-bottom: 10px;
}
.bottomlinks .rows{
  display:flex;
  flex-wrap:wrap;
}
.bottomlinks p{
 font-size:14px;
 margin-bottom:5px;
 line-height:150%;
 color:#999;
}
.bottomlinks h4{
 font-size:16px;
 font-weight:600;
 margin-bottom:15px;
}
.qlink {
    overflow: hidden !important;
}
.qlink a {
    background: #09523f;
    display: block;
    padding: 20px 10px;
    color: #FFF;
    text-align: center;
    border-radius: 5px;
     margin: 0px 1% 10px 1%;
     width:98%;
   font-size: 18px;
    font-weight: 600;
}
.qlink a:hover {
    background: rgba(9,82,63,0.7);
    box-shadow:2px 2px 6px rgba(9,82,63,0.5)
}
.bottom-xs {
    position: relative;
    padding: 20px;
    background:url(/sites/default/files/xs-bg.jpg) no-repeat center center;
    background-size:cover;
    min-height: 350px;
    margin-bottom: 14px;
    height:100%;
}
.bottom-xs p{
  color:rgba(255,255,255,.8);
}
.xs:hover p{
  color:rgba(255,255,255,1);
}
.bottom-xs .xs{
  display:block;
  text-align:center;
}
.xg01{
  left:5%;
  top:30px;
}
.xg02{
  left:0;
  right:0;
  margin:auto;
  top:30px;
  width: 150px;
}
.xg03{
  right:5%;
  top:30px;
}
.xg04 {
    bottom: 30px;
    left: 22%;
}
.xg05 {
    bottom: 30px;
    right: 22%;
}
.layout-full.region-footer-bottom,.layout-full.region-footer-bottom-middle {
    background-color: #FFF;
}
@media only screen and (min-width: 768px){
.event-list.event-list-4 .list-content .event-content .event-left .event-time {
    background: #09523f;
    width: 70px;
    color:#FFF;
    color: #FFF;
    padding: 10px;
}
.event-list.event-list-4 .list-content .event-content .event-right .event-title {
    -webkit-line-clamp: 2;
}
  
}
@media (min-width: 992px){
.layout-full.region-top-second .row {
    display: flex;
    flex-wrap: wrap;
}
.layout-full.region-top-second
{
    background-image: linear-gradient(180deg, #18523E 40%,#EAF1F1 40%);
    background-image: -webkit-linear-gradient(180deg, #18523E 40%,#EAF1F1 40%);
    background-image: -moz-linear-gradient(180deg, #18523E 40%,#EAF1F1 40%);
    background-image: -ms-linear-gradient(180deg, #18523E 40%,#EAF1F1 40%);
    background-image: -o-linear-gradient(180deg, #18523E 40%,#EAF1F1 40%);
}
.layout-full.region-top-second .row .col-xs-12.col-md-4:nth-child(2){
  background:#EAF1F1;
    padding-bottom: 20px;
    padding-right: 40px;
    min-height: 780px;
}
.layout-full.region-top-second .row .col-xs-12.col-md-4:nth-child(3){
    padding-left: 20px;
}
.layout-full.region-top-second:before {
    display: block;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0px;
    width: 40%;
    background: url(/sites/default/files/bg-xydt.png) no-repeat right top transparent;
    background-size: cover;
    content: "";
    z-index: 0;
}
.layout-full.region-middle-third
{
    background-image: linear-gradient(180deg, #EAF1F1 80%,#18523E 80%);
    background-image: -webkit-linear-gradient(180deg, #EAF1F1 80%,#18523E 80%);
    background-image: -moz-linear-gradient(180deg, #EAF1F1 80%,#18523E 80%);
    background-image: -ms-linear-gradient(180deg, #EAF1F1 80%,#18523E 80%);
    background-image: -o-linear-gradient(180deg, #EAF1F1 80%,#18523E 80%);
}
.layout-full.region-middle-third .row .col-xs-12.col-md-4 {
    width: 66.666%;
}
.layout-full.region-middle-third .row .col-xs-12.col-md-8 {
    width: 33.3333%;
}
.block-region-middle-third-left,.block-region-footer-bottom-left {
   padding-right:20px;
}
.block-region-middle-third-right{
  padding-left:20px;
}
.zhtz-list .col-md-8{
 width:33.33333333%;
 background:#FFF;
}
.zhtz-list .col-md-4{
width: 66.66666667%;
}
.layout-full.region-footer-bottom-middle .col-xs-12.col-md-8{
  width: 80%;
}
.layout-full.region-footer-bottom-middle .col-xs-12.col-md-4{
  width: 20%;
}
}
@media (min-width: 768px){
.quicktabs-wrapper .quicktabs-tabs>li:nth-last-child(2), .quicktabs-wrapper .quicktabs-tabs>li:nth-last-child(2)~li {
    width: auto;
}
.qlink a{
    width: 48%;
    float: left;
}
.bottom-xs .xs{
  display:inline-block;
  position:absolute;
  max-width:125px;
}
}
@media (min-width:1280px){
.bottom-xs{
background:none;
}
.bottomlinks {
    padding-top: 0px;
    padding-bottom: 0px;
}
.quicklinkbutton{
  padding:30px;
  background:#FFF;
}
.layout-full.region-footer-bottom-middle{
position:relative;
}
.layout-full.region-footer-bottom-middle:before{
    display: block;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0px;
    width: 70%;
    background: url(/sites/default/files/xs-bg.jpg) no-repeat right top transparent;
    background-size: cover;
    content: "";
    z-index: 0;

}
.block-region-footer-bottom-right{
   padding:0 20px 0 30px;
   background-color:rgba(255,255,255,0.8);
   box-shadow:2px 2px 6px #333;
   margin-top:4px;
}
.list-5.bg-white.inside-b.outside-b.list-5-blue{
   background:none;
}
.block-region-footer-bottom-right .block h2.block-title{
  padding-bottom:0px !important;
  margin-bottom:0px !important
}

}
@media (max-width:1279px){
   .bottomlinks .rows {
    flex-direction: column-reverse;
}
}
@media (max-width: 991px){
.photonewsitems {
    margin: 0 0 0 0;
}
.block-region-middle-third-right .col-md-4.col-xs-4.t-c{
width:100%;
}
.block-region-top-second-right h2.block-title {
    color: rgba(9,82,63,1);
}
.layout-full.region-top-second .row .col-xs-12.col-md-4:nth-child(3) {
   background: url(/sites/default/files/bg-xydt.png) no-repeat right top transparent;
   background-size: cover;
}
/*.layout-full.region-top-second .row {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse;
}*/
.layout-full.region-middle-third .quick-inside-min-tb {
    font-size: 16px;
    font-weight: 500;
    text-align: center;
}
.layout-full.region-middle-third .quick-inside-min-tb:after {
    right: 0;
    margin: auto;
}
.layout-full.zhtz-list:before{
  display:none;
}
.quicktabs-wrapper .quicktabs-tabs li a {
    padding: 20px 20px;
    font-size: 20px;
}
.block-region-footer-bottom-right {
    padding: 30px 0;
}
.swiper-2 {
        height: calc(30vw) !important;
    }

}
@media (max-width:768px){
.bottom-xs .xs {
    width: 160px;
    margin: 20px auto;
}
.bottom-xs .xs p{
   text-align:center;
}
}
