.block {
    margin-bottom: 0px;
}
.more-link{
	color:#CCC;
	font-size:14px;
	display:flex;
	align-items:center;
}
.more-link:before{
  height:1px;
  width:60px;
  background:#CCC;
  margin-right:8px;
  content:"";
}
.swiper-wrapper .swiper-button-prev, .swiper-container .swiper-button-prev, .swiper-container-1 .swiper-button-prev, .swiper-wrapper .swiper-button-next, .swiper-container .swiper-button-next, .swiper-container-1 .swiper-button-next {
    width: 44px;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 100%;
    font-size: 8px;
    font-family: "iconfont";
}

/******* frontnews ********************/
@media(min-width:992px){
.block-region-top .block h2.block-title{
	text-align:center;
}
}
.layout-full.region-top{
	padding:20px 0;
	background-color:#f8f8f8;
}
ul.frontnews {
    margin: 0;
    padding: 0;
}
ul.frontnews li {
    list-style: none;
}
ul.frontnews li a {
    display: block;
}
ul.frontnews li .imgs{
	overflow:hidden;
}
ul.frontnews li .imgs img{
	width:100%;
	height:auto;
	transition:all ease 0.5s;
}
ul.frontnews li .texts {
    display: flex;
    margin-top:10px;
    align-items: center;
}
ul.frontnews li .texts .posttime{
	width:70px;
	font-size:14px;
	text-align:center;
	font-style:Italic;
}
ul.frontnews li .texts .posttime span.day{
	display:block;
	font-size:30px;
	font-weight:600;
	color:#A86300;
	line-height:1;
	margin-bottom:5px;
}
ul.frontnews li .texts h3{
	width:calc(100% - 85px);
	margin-left:15px;
	font-size:18px;
	font-weight:600;
	
}
ul.frontnews li .texts h3 a{
	line-height:150%;
	color:#000;
}
ul.frontnews li:hover img{
	transform:scale(1.02);
}
ul.frontnews li:hover .texts a{
  color:#BC0000;
}

.layout-full.region-third{
	padding:40px 0;
}
.noticelist{
	padding:15px;
	border-bottom:1px solid #f2f2f2;
	margin-bottom:0;
}
.noticelist:last-child{
	border-bottom:0;
}
.noticelist:hover{
	background:#BC0000;
}
.noticelist:hover h3 a, .noticelist:hover .texts .day{
	color:#FFF !important;
}
.noticelist:hover .texts .month{
	color:rgba(255,255,255,0.6);
}
.qlink-icon{
    padding: 20px 30px;
    display: flex;
    align-items: center;
    text-align: center;
    flex-direction: column;
    position: relative;
}
.qlink-icon:hover:after{
   position:absolute;
   height:100%;
   width:100%;
   background:#bc0000;
   top:0;
   bottom:0;
   content:"";
   z-index: -1;
}
.qlink-icon p{
  font-size:18px;
  color:#bc0000;
  font-weight:600;
}
.qlink-icon p.qlink-a{
  font-size:0;
  width:100%;
  height:100%;
  border-radius:100%;
  position:absolute;
  top:0;
  left:0;
}
.qlink-icon p.qlink-a a{
  display:block;
  width:100%;
  height:100%;
}
.qlink-icon svg{
 margin-bottom:10px;
     width: 100%;
    height: auto;
}
.qlink-icon svg path {
  fill: #333; 
}
.qlink-icon:hover svg path {
  fill: #FFF; 
}
.qlink-icon:hover p {
  color:rgba(255,255,255,0.8);
}


.swiper-container-1 {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden !important;
    list-style: none;
    padding: 0;
    z-index: 1;
    height:200px;
}
.swiper-container-1 .swiper-button-prev,.swiper-container-1 .swiper-button-next{
	opacity:1;
	color:rgb(188, 0, 0);
}