a.more-link{
  color:#8e4d0b;
  font-size:14px;
}
body.language-en .block-region-top {
    padding: 15px 30px;
    background: #FFF;
    margin-bottom: 20px;
    margin-top: 20px;
}
.layout-full.region-top-first {
    padding-top: 30px;
    padding-bottom: 30px;
}
.block-region-top-first-right {
    margin-top: 20px;
}
.newslistitems {
    display: flex;
    flex-wrap: wrap;
    padding: 6px 0;
    align-items: center;
}
.posttime {
    padding-right: 10px;
    width: 60px;
}
.postinfo {
    width: calc(100% - 70px);
}
.posttime span.day {
    font-size: 28px;
    text-align: center;
    font-weight: 600;
    color:#603000;

}
.posttime span {
     font-family: times;
    display: block;
    padding-top: 5px;
    font-style: italic;
    color:#999;
}
.postinfo p.title a{
  font-size:16px;
  font-weight:400;
  color:#333;
}
.list-3 .list-content li:last-child{
  border-bottom:0;
}
.list-3 span.f-r.outside-l {
    color: #999;
}
.block-region-middle-first-right .col-md-4.col-xs-4.t-c {
    width: 100%;
    margin-bottom: 5px;
    padding-right: 0;
    padding-left: 0;
    margin-top:4px;
}
.topitem p.title a{
  font-size:16px;
  display:block;
  padding-top:10px;
  color:#333;
  font-weight:600;
}
.region-footer-first{
  padding: 30px 0 0;
  background-image:url(../../bg-middle.jpg);
  background-size:cover;
  background-position:center center;
  margin-bottom:20px;
}
.region-footer-first .list-3 {
    padding-bottom: 0;
}
@media (min-width: 992px){
.block-region-top-first-right .owl-controls {
    position: absolute;
    bottom: 10px;
    right: 10px;
}
.newspicitems{
  position:relative;
}
.newspicitems p.itemtitle {
    position: absolute;
    z-index: 9;
    bottom: 10px;
    left: 20px;
}
.newspicitems p.itemtitle a{
  color:#FFF;
  text-shadow:1px 1px 2px #000;
}
.region-top-first .col-md-9,.region-top-first .col-md-3{
    width: 50%;
}
.layout-full.region-top-first .inner {
    background: #FFF;
}
.block-region-top-first-left {
    padding-left: 20px;
    padding-top: 15px;
}
.block-region-top-first-right {
    padding-top: 15px;
    padding-right:20px;
}
.block-region-middle-first-left {
    background: #FFF;
    margin-left: -14px;
    padding: 20px 30px 0 30px;
}
.block-region-middle-first-right .block:first-child {
    background: #FFF;
    padding: 20px 30px 0 30px;
}
.block-region-middle-first-right .more-link {
    position: absolute;
    right: 30px;
    top: 40px;
}
.col-md-five {
    width: 100%;
    float: none;
    margin-top: 3px;
}
.layout-full.region-middle-first .col-md-6.col-xs-12:nth-child(2) {
    padding-right: 0;
}
}
@media (max-width: 991px){
.newspicitems{
  padding:0 10px;
}
}
.layout-full.region-bottom-standard {
    background: #FBF5E9;
    padding-top: 20px;
    margin-top: -15px;
}
.front-projectblock{
    position: absolute;
    left: 160px;
    top: -10px;
    width: calc(100% - 220px);
}
.block-region-bottom {
    padding-left: 15px;
    padding-right:15px;
}
.block-region-bottom .more-link{
  color:#FFF;
  font-family:"Microsoft Yahei";
  font-size:20px;
  text-align:center;
  display:inline-block;
  width:152px;
  height:52px;
  line-height:52px;
  top: -15px;
  background:url(../../projectmore.png) no-repeat;
}
    .marquee-box {
    width: 100%;
    overflow: hidden !important;
    position: relative;
    white-space: nowrap;
    height: 40px;
    }
 .marquee-span {
    /* margin: 0 auto; */
    position: relative;
    /* display: block; */
    /* height: 40px; */
    font-size: 18px;
    top: 50%;
    width: fit-content;
    font-weight: bold;
    animation: marqueeLeft 80s linear infinite;
    line-height: 100%;
    }
    .marquee-span li{
      list-style:none;
      display:inline-block;
      padding:10px 10px 10px 40px;
      background:url(../../icon-book.png) no-repeat left;
      margin-right:10px;
    }
	.marquee-box:hover ul{
	 animation-play-state: paused;
	}
    @keyframes marqueeLeft {
      from {
        transform: translateX(0) translateY(-50%); /* 自身节点*/
        left: 100%; /* 继承父节点，让文字从最右侧开始显示*/
      }
      to {
        transform: translateX(-100%) translateY(-50%);
        left: 0;
      }
    }

.block-region-footer-bottom {
    padding: 15px 30px;
    background: #FFF;
    margin-bottom: 20px;
}
.front-books{
  padding:20px 10px 10px;
}
.front-books p {
    line-height: 150% !important;
      font-size:12px;
  color:#999;
}
.front-books p a{
  font-size:12px;
  color:#999;
  font-family:"Microsoft Yahei";
}
.front-books h3{
  margin-bottom:10px;
  font-size:18px;
  color:#A28961;
}
body.language-en .front-books .row {
    display: flex;
    flex-wrap: wrap;
}