﻿ 
/* CSS Document */
 
ul.news { width: 100%;  max-width:1360px;  margin:5% auto; display: flex; flex-wrap: wrap; flex-direction: row; justify-content: flex-start; align-content: flex-start; }
ul.news li{ display: flex;   flex-wrap: wrap; width: calc(100%/5 - 30px); margin: 30px 15px; padding:0px;   min-height:300px; box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15);  transition: all 0.3s linear 0s;  overflow: hidden; position: relative;}
ul.news li:hover { box-shadow: 0 0px 35px 0 rgba(0, 0, 0, 0.3);}
ul.news li figure { position: relative; overflow: hidden;  width:100%; max-width:100%;  height:auto;  align-items: flex-start;   transition: all 0.5s ease 0s; border-radius: 5px 5px 0px 0px;}
ul.news li figure img {  width: 100%; max-width: 100%; height: auto; transition: all 0.3s; }
ul.news li:hover figure img { /* transform: scale(1.05); */  opacity: 0.8;transition: all 0.3s;}
ul.news li figure .date { position: absolute;  top: 20px;  right: 20px; background: #ac0b0b; padding-top: 10px;  color: #fff;  font-weight: bold; border-radius: 100%;  height: 55px; width: 55px; display: flex; flex-direction: column; align-items: center; font-size: 12px; text-transform: uppercase;}
.date div:first-child { font-size: 18px; line-height: 1.2;}
.inner { position: relative; width: 100%; max-height: 278px; bottom: 0; background: #fff; border: solid 1px #be9c54;padding: 20px 30px; transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;}
ul.news li:hover .inner {  max-height: 278px;}
ul.news li:hover .inner a {text-decoration: none;}
.inner .category {  position: absolute; top: -34px;  left: 0; color: #fff; text-transform: uppercase; background:#be9c55;  padding:8px 15px;  font-size:0.815rem; font-weight:400; line-height: 1;}
.news-title { margin: 0; padding: 0 0 10px; color: #333333; font-size:1.15rem; font-weight: 700;}
.sub-title {  margin: 0; padding: 0 0 20px; color: #be9c54; font-size:0.9rem; font-weight: 400;}
.text { color: #666666;  font-size: 0.875rem; line-height: 1.8em;   opacity: 1; transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s; overflow: hidden; text-transform: capitalize;  word-break: keep-all;  text-overflow: ellipsis;  display: -webkit-box; -webkit-line-clamp: 3;  -webkit-box-orient: vertical;}


@media (max-width:768px) {
ul.news li{ width: calc(100%/2 - 20px);   max-height: 200px; margin: 20px 10px;  }	
.inner { position: absolute; width: 100%; height: 140px; top: 65%; background: #fff; padding: 10px; transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;}
.news-title { margin: 0; padding: 0 0 10px; color: #333333; font-size: 1.125rem; font-weight: 400;}
.inner .category {  padding: 5px; }
.news-title { font-size: 1rem; padding:0px;word-break: normal; }
.sub-title {  font-size:0.938rem;  padding:0px; word-break: normal;}

}
@media only screen and (max-width: 576px) {
	ul.news li {
	    width: calc(100%/2 - 20px);
	    min-height: 250px;
	    margin: 20px 10px;
	} 
	.inner {
	    position: absolute;
	    width: 100%;
	    height: 70px;
	    top: 73%;
	    background: #fff;
	    padding: 10px;
	    transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
	}
}



.news-show{  width: 100%; max-width: 1100px; padding:0px 20px; margin:2% auto 100px auto; display: block;  }
.news-show .head { padding: 5% 10% 10px 10%;  display: flex; justify-content: space-between; align-items: flex-start;  }
.news-show .head h2 { width: 70%; font-size: 1.875rem; font-weight:700; color: #2a2a2a; margin: 0;}
.head a { margin-right: 22px;}
.info-text { padding:0px 10% 10% 10%;}
.info-text> h3 { display: flex; font-size: 1.75rem; font-weight: 400; line-height: 1.6;color: #93b706; }
.info-text> p { font-size: 1rem; line-height:2rem; color:#000; font-weight: 300; }
.news-show .info-text .title{ display: flex;  align-items: flex-start; margin:4% auto 6% auto; width:100%;  }
.news-show .info-text .title::after{display: none}
.news-show .info-text .title h3 {margin: 0;text-align: left; font-size: 1.75rem; line-height:2rem; font-weight:400;color:#000; }
.date-title { display: flex;  width: 10%; flex-wrap: wrap; flex-direction: column; justify-content: center; margin-right: 30px; }
.date-title p { display: flex; color:#4d8fd7; font-size:2rem; font-weight: 700; }
.date-title p span { font-size: 0.875rem; font-weight: 700;}
.change-news{ padding: 45px 0;  display: flex;}
.change-news>div { cursor: pointer; width: 100%; position: relative;  display: flex; align-items: center;}
.change-news>div:hover p,.change-news>div:hover span,.change-news>div:hover h2,.change-news>div:hover div.date-title p { color:#d0ab67;}
.change-news>div>a:hover {text-decoration: none;}
.change-news h2 {  font-size: 1.125rem; font-weight: 400; max-width: 280px; color: #000000;}
.prev { padding-right: 12px;}
div.prev:after { content: ''; width: 1px;  height: 50px;  background-color: #cccccc; position: absolute; right: 0; top: 6; display: block;}
.prev h2 { margin-left: 24px; margin-right: 12px;}
.prev .lay-btn {  margin-left: auto;}
.prev .lay-btn:before {  order: 1;}
.prev .lay-btn:after {  border-width: 5px 5px 5px 0;}
.next { padding-left: 12px; justify-content: flex-end;}
.next h2 { margin-left: 12px;  margin-right: 24px;}
.next .lay-btn { order: 0; margin-right: auto;}
.next h2 { order: 1;}
.next .date-title {order: 2;}
.lay-btn { cursor: pointer; width: 35px;  height: 20px; position: relative; display: flex; align-items: center;}
.lay-btn:before { content: ''; width: 30px; height: 1px; background-color: #222222; display: block;}
.lay-btn:after { content: ''; width: 0; height: 0; border-style: solid; border-width: 5px 0 5px 5px; border-color: transparent #222222; display: block;}

@media (max-width:768px) {
.news-show{ margin:0px auto 50px auto; }
.news-show .head { padding: 5% 10% 30px 5%; }
.change-news h2 { display: none; }
.change-news>div,.next { justify-content: center; }
.next .lay-btn,.prev .lay-btn {  margin: 0; }
.lay-btn { position: absolute; top: 22px; }
.change-news .prev .lay-btn { right: 30px; }
.change-news .next .lay-btn { left: 30px;}
.next .date-title {margin-right:10px; }
	
}

@media (max-width:767px) {
.change-news>div {  justify-content: flex-start;  }
.change-news .next { justify-content: flex-end; }
.change-news .prev .lay-btn {right: 20px; }
.change-news .next .lay-btn {left: 20px; }
.news-show .head { padding: 0 2% 60px 2%; flex-direction: column; }
.news-show .head h2 { width: 100%!important;  margin-bottom: 60px;}
.news-show .head a:last-child { margin: 0;}
.news-show .info-text {padding: 0px; }
.news-show .info-text .title {   flex-direction: column; align-items: flex-start; }
.news-show .info-text .title .date-title {margin-right:0px; }
.news-show .info-text .title .date-title p {  color:#ac0b0b;}
}
/* Visit ====================================================================== */
.shadow{box-shadow: 0px 5px 6px rgba(0,0,0,.3);}
.Mobile{display: none;}

/* Table ====================================================================== */
.tab-scroll { overflow-x: auto; }

/* Grid ======================================================================= */
.md-row { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; margin: 5% -15px; padding: 30px;/* border: solid 1px #be9c54;*/}
.md-row p{  font-size: 1rem;  color: #444;  line-height: 1.75rem; margin: 0;}
.flex-center{  justify-content: center; align-items: center; margin: auto;}
.flex-right{justify-content: flex-end;}
[class^="md-gd-"] { padding: 10px 15px; }
.md-gd-1 { width: 8.33333%; }
.md-gd-2 { width: 16.66667%; }
.md-gd-3 { width: 25%; }
.md-gd-4 { width: 33.33333%; }
.md-gd-5 { width: 41.66667%; }
.md-gd-6 { width: 50%; }
.md-gd-7 { width: 58.33333%; }
.md-gd-8 { width: 66.66667%; }
.md-gd-9 { width: 75%; border-left:solid 1px #be9c54; padding: 15px 30px;  }
.md-gd-10 { width: 83.33333%; }
.md-gd-11 { width: 91.66667%; }
.md-gd-12 { width: 100%; }

@media all and (max-width: 1100px) { 
.md-row { margin: 0 -5%; }
.md-reverse{ flex-direction: column-reverse;}
[class^="md-gd-"] { width: 100% !important; padding: 10px 5%; } 
  }

.video { position: relative; width: 100%; max-width: 700px; margin: 0 auto; }
.video:before { content: ""; display: block; padding-top: 60%;  }
.video iframe { position: absolute; top: 0; right: 0; bottom: 0; left: 0; width: 100%; height: 100%; }  