/*首頁精選 start*/
.commend_title{
  display: block;
  position: relative;
  width: 100%;
  max-width: 270px;
  margin: 0 auto;
  height: 60px;
  background-color: #fffcb2;
  border-bottom: 5px solid #00000022;
  border-radius:50px;
  box-shadow: 0 1px 5px rgba(0,0,0,0.55);
}
.commend_title .icon{
  position: relative;
  display: inline-block;
  width: 70px;
  height: 70px;
  top: -15px;
  left: 10px;
  background-size: contain;
  vertical-align: middle;
  background-repeat: no-repeat;
}
.commend_title .title{
  display: inline-block;
  width: calc(100% - 130px);
  padding: 0px 0 6px 10px;
  margin: 0 20px 0 10px;
  /*border-bottom: 5px solid #e3e3af;*/
  vertical-align: middle;
  font-size: 1.2em;
}
.commend_title .title h2.text{
  float: left;
  margin: 0;
  color: #944704;
  font-size: 1.2em;
}
.commend_title .icon_index_column_1{background-image: url('../images/icon_starbook.png');}
/***/
.column_commend{
  width: 100%;
  overflow: hidden;
  background-color: #fff;
  text-align: center;
  padding: 20px 2% 5px 2%;
  display: block;
}
.column_commend .column_grid{
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(4,1fr);
  margin-top: 20px;
}
.box_commend{
  position: relative;
  display: inline-block;
  background-color: #ffffff;
  border-radius: 21px;
  min-height: 100px;
  padding: 6px 6px 10px 6px;
  width: 100%;
  max-width: 600px;
  box-shadow: 0 1px 8px rgba(0,0,0,0.6);
}
.box_commend .pic{
  border-radius: 15px;
  overflow: hidden;
  width: 100%;
  padding-bottom: 56.25%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  font-size: 0em;
  color: transparent;
}
.box_commend .info_column{
  position: relative;
  display: block;
  width: 100%;
  text-align: left;
  margin-top: 8px;
}
.box_commend .cat{
  position: absolute;
  top: -0px;
  left: -4px;
  display: inline-block;
  max-width: 100%;
  vertical-align: top;
  background-color: var(--hover_color);
  border-radius: 5px 0px 0px 0px;
  padding: 4px 10px 4px 28px;
  margin-bottom: 5px;
  color: #fff;
  /*box-shadow: 0 1px 5px rgba(0,0,0,0.4);*/
  font-weight: bold;
  font-size: 0.75em;
  background-image: url("../images/icon_star.png");
  background-size: 16px;
  background-position: 7px center;
  background-repeat: no-repeat;
}
.box_commend .cat::before{
  position: absolute;
  top: 0;
  right: -9px;
  content: "";
  width: 10px;
  height: 100%;
  background-color: var(--hover_color);
  clip-path: polygon(50% 0, 0 50%, 55% 100%, 0 100%, 0 0);
}
.box_commend .cat::after{
  position: absolute;
  bottom: -10px;
  left: 0px;
  content: "";
  width: 10px;
  height: 10px;
  background-color: var(--hover_color);
  filter: grayscale(66%);
  clip-path: polygon(0 0, 100% 100%, 100% 0);
}
.box_commend .info_column .unit{
  position: relative;
  left: 0;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  padding: 0 8px;
  margin-bottom: 5px;
  font-weight: bold;
  font-size: 1em;
  color: var(--hover_color);
}
.box_commend .info_column .title{
  position: relative;
  top: -5px;
  left: 0;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  border-radius: 5px 0px 0px 0px;
  padding: 0 8px;
  margin-bottom: 5px;
  font-weight: bold;
  font-size: 1.1em;
}
.box_commend .info_column .text{
  position: relative;
  top: -5px;
  left: 0;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  border-radius: 15px 15px 15px;
  padding: 0 8px;
}
.box_commend .info_column .text::after{
  content: "...more";
}
.box_commend a{
  border-radius: 15px;
  display: block;
  color: #000;
}
.box_commend a:hover{
  background-color: #fffee1;
}
.box_commend a:focus{
  outline: 2px dashed #ff6600;
  background-color: #fffee1;
}
/*首頁精選 end*/
.slogan{
  position: relative;
  display: block;
  width: 100%;
  padding: 10px 20px 150px 20px;
  text-align: center;
  color: #fff;
  background: url('../images/bg_index_slogan.png') no-repeat bottom center;
  -moz-background-size: cover; -webkit-background-size: cover; -o-background-size: cover; background-size: cover;
}
.slogan .title1{
  font-size: 1.6em;
  line-height: 1.2em;
  margin: 5px 0 0 0;
}
.slogan .title1 .pointer{
  color: #dbe400;
  font-weight: bold;
}
.slogan .title2{
  font-size: 1.05em;
  margin: 5px 0 10px 0;
}
.slogan a{
  position: relative;
  top:0;
  display: inline-block;
  background-color: #fff;
  color: #000;
  font-weight: bold;
  -webkit-border-radius:10px; -moz-border-radius:10px; border-radius:10px;
  padding: 10px 18px;
  margin: 0 2px 10px 2px;
  -webkit-box-shadow: 0 1px 5px rgba(0,0,0,0.3);
  -moz-box-shadow: 0 1px 5px rgba(0,0,0,0.3);
  box-shadow: 0 1px 5px rgba(0,0,0,0.3);
  transition: all 0.3s; -webkit-transition: all 0.3s;
}
.slogan a:hover{
  top:-3px;
  background-color: #fff;
  -webkit-box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.5), 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
  -moz-box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.5), 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
  box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.5), 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}
.slogan a.btn_type_1{
  background-color: #dbe400;
}
.slogan a.AC{
  position: absolute;
  top: 0;
  left: 0;
  background-color: transparent;
  color: #fff;
  padding: 5px;
  -webkit-box-shadow: unset;
  -moz-box-shadow: unset;
  box-shadow: unset;
  transition: unset; -webkit-transition: unset;
}
/*******************************************/
.column_master{
  position: relative;
  top:-160px;
  margin: 30px auto;
  padding-bottom: 20px;
  max-width: 1430px;
}
.column_master .column_left{
  display: inline-block;
  width: 920px;
  margin: 0 12px;
  vertical-align: top;
}
.column_master .column_right{
  display: inline-block;
  width: 450px;
  margin: 0 11px;
  vertical-align: top;
}
.column_master .column_full{
  display: block;
  width: calc(100% - 31px);
  margin: 20px 11px 20px 11px;
}
.column_master_full{
  position: relative;
  top:-160px;
  margin: 30px auto;
  padding-bottom: 5px;
  margin-bottom: 10px;
  max-width: 1430px;
}
.column_master_full .column_full{
  display: block;
  width: 100%;
  padding: 0 20px 0 12px;
}
/*******************************************/
/*column_popular*/
.column_popular{
  display: block;
  width: 100%;
  padding: 20px;
  background-color: #fff;
  border-radius:15px;
  box-shadow: 0 1px 5px rgba(0,0,0,0.4);
}
/*******************************************/
/*news_list*/
.column_news{
  display: block;
  width: 100%;
  padding: 20px 20px 6px 20px;
  background-color: #fff;
  border-radius:15px;
  box-shadow: 0 1px 5px rgba(0,0,0,0.4);
}
#tabs{
  clear:both;
  position:relative;
  width:100%;
  max-width: 1200px;
  margin: 0 auto;
}
.column_news ul.tabs {
  width: 100%;
  border: none;
  text-align: center;
  margin: 0;
  padding: 0;
  letter-spacing:-5px;
  line-height: 0;
}
.column_news ul.tabs li {
  padding: 0 20px;
  position: relative;
  top:0;
  vertical-align: bottom;
  text-align:center;
  display:inline-block;
  letter-spacing:0px;
  color: #fff;
  background-color: #ebf1f0;
  line-height: 60px;
  font-weight: bold;
  font-size: 1.2em;
  -webkit-border-radius:10px 10px 0 0;
  -moz-border-radius:10px 10px 0 0;
  border-radius:10px 10px 0 0;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
  cursor: pointer;
}
.column_news ul.tabs li:hover{
  top:-15px;
}
.column_news ul.tabs li a {
  width: 100%;
  display:block;
  padding:0 0 5px 0;
  color: var(--hover_color);
  text-decoration: unset;
}
.column_news ul.tabs li a h2{
  margin: 0;
  padding: 0;
  font-size: 1em;
}
.column_news ul.tabs li.ui-state-active{
  color: #fff;
  background: var(--hover_color);
}
.column_news ul.tabs li.ui-state-active a{
  color:#fff;
}
.column_news .tab_container{
  position:relative;
  top:-15px;
  width:100%;
  padding: 20px 10px 0 10px;
  border-top:3px solid var(--hover_color);
  z-index: 1;
  background-color: #fff;
}
/*more_news_bottom*/
.more_news_bottom{
  clear:both;
  text-align:center;
  margin: 10px auto 0 auto;
  letter-spacing: 0;
}
.more_news_bottom a{
  display:inline-block;
  padding:8px 25px;
  border:1px solid #ccc;
  color:#000;
  background:#FFF;
  -webkit-border-radius:8px;
  -moz-border-radius:8px;
  border-radius:8px;
}
.more_news_bottom a:hover{
  color: var(--hover_color);
}
/*box_news*/
.box_news{
  clear:both;
  width:100%;
  display: block;
  overflow:hidden;
  padding:10px 15px;
  margin:0;
}
.box_news:hover{
  background-color: #f2f2f2;
  -webkit-border-radius:10px; -moz-border-radius:10px; border-radius:10px;
}
.box_news a{
  overflow:hidden;
  width: 100%;
  height: 100%;
  display: block;
  border-bottom:1px dashed #CCCCCC;
  padding: 0 0 10px 0;
}
.box_news_mainpage_list{
  width:100%;
}
.box_news .left{
  float:left;
  padding:0;
  width:100%
}
.box_news .left_mainpage_list{
  width:100%;
}
.box_news .left_mainpage_list2{
  width:100%;
}
.box_news .left_university{
  width: calc(100% - 270px);
}
.box_news .left .date,
.box_news .left .school{
  display: inline-block;
  color: var(--hover_color);
  margin: 0 10px 0 0;
  vertical-align: bottom;
}
.box_news .left .label_top{
  display: inline-block;
  color: #fff;
  border-radius:5px;
  font-size: 0.8em;
  padding: 2px 10px; 
  background-color: #16b3b6;
  font-weight: bold;
  position: relative;
}
.box_news .left .label_new{
  display: inline-block;
  color: #fff;
  border-radius:5px;
  font-size: 0.8em;
  padding: 2px 10px; 
  background-color: #ff6600 !important;
  font-weight: bold;
  position: relative;
}
.box_news .left .label_hot{
  display: inline-block;
  color: #fff;
  border-radius:5px;
  font-size: 0.8em;
  padding: 2px 10px; 
  background-color: #e50053;
  font-weight: bold;
  position: relative;
}
.box_news .left .title{
  clear:both;
  margin:0 0 2px 0;
  padding:0;
  color: #000;
  font-weight: bold;
  font-size: 1.1em;
  cursor: pointer;
}
.box_news .left .info{
  clear:both;
  color:#000;
}
.box_news .left .info::after{
  clear: both;
  display: block;
  width: 100%;
  content: "...(詳細內容)";
}
.box_news .right{
  float:right;
  width:260px;
  margin:0;
  padding:8px 0 0 0;
}
.box_news .right .image_s{
  width:100%;
  padding-bottom: 10px;
  text-align:right;
  -moz-background-size: contain; -webkit-background-size: contain; -o-background-size: contain; background-size: contain;
  -moz-background-size: cover; -webkit-background-size: cover; -o-background-size: cover; background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}
.box_news .right .image_s a{
  position:relative;
  display:block;
  width:100%;
  -webkit-background-size:cover !important;
  -moz-background-size:cover !important;
  background-size:cover !important;
  background-position:center center !important;
}
.box_news .right .image_s img{
  width:100%;
  overflow: hidden;
  -webkit-border-radius:5px; -moz-border-radius:5px; border-radius:5px;
}
/*******************************************/
/*resources_list*/
.column_resources{
  display: block;
  width: 100%;
  padding:20px 10px;
  background-color: #fff;
  border-radius:15px;
  box-shadow: 0 1px 5px rgba(0,0,0,0.4);
}
.column_video .box_video .title{
  width: 100%;
  text-align: center;
  font-size: 1.05em;
  padding: 5px;
  letter-spacing: 0px;
}
/*resources_list*/
#tabs_resources{
  clear:both;
  position:relative;
  width:100%;
  max-width: 1200px;
  margin: 0 auto;
}
.column_resources ul.tabs {
  width: 100%;
  border: none;
  text-align: center;
  padding: 0;
  margin: 0;
  line-height: 0;
  letter-spacing:-6px;
}
.column_resources ul.tabs li {
  padding: 0 20px;
  position: relative;
  top:0;
  vertical-align: bottom;
  text-align:center;
  display:inline-block;
  letter-spacing:0px;
  color: #fff;
  background-color: #ebf1f0;
  line-height: 60px;
  font-weight: bold;
  font-size: 1.2em;
  -webkit-border-radius:10px 10px 0 0;
  -moz-border-radius:10px 10px 0 0;
  border-radius:10px 10px 0 0;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
  cursor: pointer;
}
.column_resources ul.tabs li:hover{
  top:-15px;
}
.column_resources ul.tabs li a {
  width: 100%;
  display:block;
  padding:0 0 5px 0;
  color: var(--hover_color);
  text-decoration: unset;
}
.column_resources ul.tabs li.ui-state-active{
  color: #fff;
  background: var(--hover_color);
}
.column_resources ul.tabs li.ui-state-active a{
  color:#fff;
}
.column_resources ul.tabs .tablink{
  position: relative;
  top:0;
  vertical-align: bottom;
  text-align:center;
  display:inline-block;
  letter-spacing:1px;
  color: #fff;
  background-color: #ebf1f0;
  line-height: 60px;
  font-weight: bold;
  font-size: 1.2em;
  -webkit-border-radius:10px 10px 0 0;
  -moz-border-radius:10px 10px 0 0;
  border-radius:10px 10px 0 0;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
  cursor: pointer;
}
.column_resources ul.tabs .tablink:hover{
  top:-15px;
}
.column_resources ul.tabs .tablink a img{
  height: 45px;
  padding: 10px 20px 0px 20px;
}
.column_resources .tab_container{
  position:relative;
  top:-10px;
  width:100%;
  padding: 20px 10px 0 10px;
  /*border-top:3px solid var(--hover_color);*/
  /*background:#fff;*/
  letter-spacing: -7px;
}
/*box_resources*/
.box_resources{
  display: inline-block;
  width: 50%;
  vertical-align: top;
  padding: 8px;
  transition: all 0.3s; -webkit-transition: all 0.3s;
}
.box_resources a{
  color: #000;
  font-weight: bold;
  display: block;
}
.box_resources .pic{
  width: 100%;
  padding-bottom: 75%;
  border:3px solid #ccc;
  overflow: hidden;
  background-color: #fff;
  transition: all 0.3s; -webkit-transition: all 0.3s;
  -webkit-border-radius:10px; -moz-border-radius:10px; border-radius:10px;
  -moz-background-size: cover; -webkit-background-size: cover; -o-background-size: cover; background-size: cover;
}
.box_resources:hover .pic{
  border:3px solid var(--hover_color2);
}
.box_resources .title{
  width: 100%;
  text-align: center;
  padding: 5px;
  letter-spacing: 0px;
}
/*******************************************/
/*column_history*/
.column_history{
  display: block;
  width: 100%;
  padding:20px 10px;
  background-color: #fff;
  border-radius:15px;
  box-shadow: 0 1px 5px rgba(0,0,0,0.4);
}
.column_history .button_column{
  display: block;
  width: 100%;
  margin: 10px auto;
  padding: 0;
  vertical-align: top;
}
.column_history .button_column .button_chart{
  display: inline-block;
  width: calc(50% - 8px);
  padding:20px 6px;
  margin: 2px 0px;
  background-color: #ccc;
  -webkit-border-radius:10px; -moz-border-radius:10px; border-radius:10px;
  cursor: pointer;
  font-weight: bold;
  color: #000;
}
.column_history .button_column .button_chart:hover{
  background-color: #aaa;
  transition: all 0.3s; -webkit-transition: all 0.3s;
}
.column_history .button_column .button_chart img{
  width: 80px;
  height: 80px;
  margin: 0 auto 10px auto;
  display: block;
}
.column_history .button_column .button_chart .count{
}
.column_history .button_column .button_chart .unit{
  margin: 0 0 0 3px;
}
.column_history .chart_column{
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
}
/*#chart_history{
  min-height: 200px;
  max-height: 400px;
}*/
#chart_history_table{text-align: center; height: 0; overflow: hidden;}
#chart_history_table table{width: 100%;}
/*******************************************/
/*resources_list*/
.column_staff{
  display: block;
  width: 100%;
  padding: 10px 10px 0 10px;
  background-color: #fff;
  border-radius:15px;
  box-shadow: 0 1px 5px rgba(0,0,0,0.4);
}
.swiper_staff .box_staff{
  display: inline-block;
  padding:20px;
  min-height: 300px;
  background-color: #f2f2f2;
  border-radius:5px;
}
.swiper_staff .box_staff a{
  color: #000;
  display: block;
  height: 100%;
  width: 100%;
}
.swiper_staff .box_staff .pic{
  width: 100%;
  text-align: center;
}
.swiper_staff .box_staff .pic img{
  max-width: 300px;
  max-height: 200px;
  border-radius:2px;
}
.swiper_staff .box_staff .title{
  width: 100%;
  font-weight: bold;
  color: #173d7a;
  font-size: 1.05em;
}
.swiper_staff .box_staff .subtitle{
  width: 100%;
  font-weight: bold;
  padding-top: 10px;
  margin-top: 10px;
  border-top: 1px dashed #666;
}
/*******************************************/
.swiper_staff_2 .box_staff{
  display: inline-block;
  padding:20px;
  min-height: 300px;
  background-color: #f2f2f2;
  border-radius:5px;
}
.swiper_staff_2 .box_staff a{
  color: #000;
  display: block;
  height: 100%;
  width: 100%;
}
.swiper_staff_2 .box_staff .pic{
  width: 100%;
  text-align: center;
}
.swiper_staff_2 .box_staff .pic img{
  max-width: 300px;
  max-height: 200px;
  border-radius:2px;
}
.swiper_staff_2 .box_staff .title{
  width: 100%;
  font-weight: bold;
  color: #173d7a;
  font-size: 1.05em;
}
.swiper_staff_2 .box_staff .subtitle{
  width: 100%;
  font-weight: bold;
  padding-top: 10px;
  margin-top: 10px;
  border-top: 1px dashed #666;
}
/*******************************************/
.swiper_story .box_story{
  display: inline-block;
  padding:5px;
  background-color: #f2f2f2;
  border-radius:5px;
}
.swiper_story .box_story a{
  color: #000;
  display: block;
  height: 100%;
  width: 100%;
  max-width: 300px;
}
.swiper_story .box_story .pic{
  border-radius: 3px;
  overflow: hidden;
  width: 100%;
  padding-bottom: 56.25%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.swiper_story .box_story .title{
  width: 100%;
  font-size: 1em;
}
.swiper_story .box_story .subtitle{
  width: 100%;
  color: #555;
  font-size: 0.8em;
  letter-spacing: 0px;
}
.swiper_story .box_story .subtitle .date,
.swiper_story .box_story .subtitle .school{
  display: inline-block;
}
.swiper_story .box_story .subtitle .school::before{
  content: " / ";
}
/*******************************************/
.swiper_events .box_events{
  display: inline-block;
  padding:5px;
  background-color: #f2f2f2;
  border-radius:5px;
}
.swiper_events .box_events a{
  color: #000;
  display: block;
  height: 100%;
  width: 100%;
  max-width: 300px;
}
.swiper_events .box_events .pic{
  border-radius: 3px;
  overflow: hidden;
  width: 100%;
  padding-bottom: 56.25%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.swiper_events .box_events .title{
  width: 100%;
  font-size: 1em;
}
.swiper_events .box_events .subtitle{
  width: 100%;
  color: #555;
  font-size: 0.8em;
  letter-spacing: 0px;
}
.swiper_events .box_events .subtitle .date,
.swiper_events .box_events .subtitle .school{
  display: inline-block;
}
.swiper_events .box_events .subtitle .school::before{
  content: " / ";
}
/*******************************************/
.column_box_title{
  position: relative;
  width: 100%;
  height: 70px;
  background-color: #f5f5db;
  border-radius:50px;
}
.column_box_title_2{
  background-color: #e8f6fe;
}
.column_box_title .icon{
  position: relative;
  display: inline-block;
  width: 90px;
  height: 72px;
  top:-2px;
  -moz-background-size: contain; -webkit-background-size: contain; -o-background-size: contain; background-size: contain;
  vertical-align: middle;
}
.column_box_title .title{
  display: inline-block;
  width: calc(100% - 130px);
  padding: 6px 0 6px 10px;
  margin: 0 20px 0 10px;
  border-bottom: 5px solid #e3e3af;
  vertical-align: middle;
}
.column_box_title_2 .title{
  border-bottom: 5px solid #bed9e6;
}
.column_box_title .title h2.text{
  float: left;
  margin: 0;
  color: #006600;
  font-size: 1.2em;
}
.column_box_title_2 .title h2.text{
  color: #173d7a;
}
.column_box_title .title span.more{
  float: right;
  background: #fff;
  padding: 1px 12px 3px 12px;
  border-radius:50px;
  transition: background 0.3s; -webkit-transition: background 0.3s;
}
.column_box_title .title span.more a{
  color: #000;
  font-size: 0.86em;
  font-weight: bold;
}
.column_box_title .title span.more:hover{
  background: var(--hover_color);
}
.column_box_title .title span.more:hover a{
  color: #fff;
}
.column_box_title .icon_index_column_1{background-image: url('../images/icon_index_column_1.png');}
.column_box_title .icon_index_column_2{background-image: url('../images/icon_index_column_2.png');}
.column_box_title .icon_index_column_3{background-image: url('../images/icon_index_column_3.png');}
.column_box_title .icon_index_column_4{background-image: url('../images/icon_index_column_4.png');}
.column_box_title .icon_index_column_5{background-image: url('../images/icon_index_column_5.png');}
.column_box_title .icon_index_column_6{background-image: url('../images/icon_index_column_6.png');}
.column_box_title .icon_index_column_7{background-image: url('../images/icon_index_column_7.png');}
.column_box_title .icon_index_column_8{background-image: url('../images/icon_index_column_8.png');}
/*story_list*/
.column_story{
  display: block;
  width: 100%;
  padding:20px 10px 10px 10px;
  background-color: #fff;
  border-radius:15px;
  box-shadow: 0 1px 5px rgba(0,0,0,0.4);
}
.list_story{
  clear:both;
  position:relative;
  width:100%;
  margin: 0 auto;
}
/*box_story*/
.box_story{
  display: inline-block;
  width: 100%;
  vertical-align: top;
  padding: 10px;
  transition: all 0.3s; -webkit-transition: all 0.3s;
}
.box_story a{
  color: #000;
  display: block;
}
.box_story .pic{
  width: 100%;
  padding-bottom: 62.5%;
  border:4px solid #ccc;
  overflow: hidden;
  background-color: #fff;
  background-position: center;
  transition: all 0.3s; -webkit-transition: all 0.3s;
  -webkit-border-radius:10px; -moz-border-radius:10px; border-radius:10px;
  -moz-background-size: cover; -webkit-background-size: cover; -o-background-size: cover; background-size: cover;
}
.box_story:hover .pic{
  border:4px solid var(--hover_color2);
}
.box_story .title{
  width: 100%;
  text-align: center;
  font-size: 1.05em;
  padding: 5px;
  letter-spacing: 0px;
}
/*events_list*/
.column_events{
  display: block;
  width: 100%;
  padding:20px 10px 10px 10px;
  background-color: #fff;
  border-radius:15px;
  box-shadow: 0 1px 5px rgba(0,0,0,0.4);
}
.list_events{
  clear:both;
  position:relative;
  width:100%;
  margin: 0 auto;
}
/*box_events*/
.box_events{
  display: inline-block;
  width: 100%;
  vertical-align: top;
  padding: 10px;
  transition: all 0.3s; -webkit-transition: all 0.3s;
}
.box_events a{
  color: #000;
  display: block;
}
.box_events .pic{
  width: 100%;
  padding-bottom: 62.5%;
  border:4px solid #ccc;
  overflow: hidden;
  background-color: #fff;
  background-position: center;
  transition: all 0.3s; -webkit-transition: all 0.3s;
  -webkit-border-radius:10px; -moz-border-radius:10px; border-radius:10px;
  -moz-background-size: cover; -webkit-background-size: cover; -o-background-size: cover; background-size: cover;
}
.box_events:hover .pic{
  border:4px solid var(--hover_color2);
}
.box_events .title{
  width: 100%;
  text-align: center;
  font-size: 1.05em;
  padding: 5px;
  letter-spacing: 0px;
}
/*******************************************/
/*column_video*/
.column_video{
  display: block;
  width: 100%;
  padding:20px 10px;
  background-color: #fff;
  border-radius:15px;
  box-shadow: 0 1px 5px rgba(0,0,0,0.4);
}
.column_video .box_video{
  width: 100%;
  margin:10px auto;
}
.column_video .box_video .title{
  width: 100%;
  text-align: center;
  font-size: 1.05em;
  padding: 5px;
  letter-spacing: 0px;
}
/*******************************************/
/*website_list*/
.column_website{
  display: block;
  width: 100%;
  padding:20px 10px;
  background-color: #fff;
  border-radius:15px;
  box-shadow: 0 1px 5px rgba(0,0,0,0.4);
}
.list_website{
  clear:both;
  position:relative;
  width:100%;
  max-width: 1400px;
  margin: 10px auto;
  letter-spacing: -7px;
  display: grid;
  grid-gap: 1px 6px;
  grid-template-columns: repeat(2,1fr);
  list-style-type: none;
}
.list_website.grid8{
  grid-template-columns: repeat(8,1fr);
}
/*box_website*/
.box_website{
  vertical-align: top;
  padding: 0;
  display: list-item;
}
.box_website a{
  display: block;
}
.box_website img{
  border:1px solid #ccc;
  width: 100%;
  height: 100%;
  border-radius:5px;
}
/*******************************************/
/*******************************************/
/*******************************************/
/*******************************************/
/*******************************************/
/*******************************************/
/*******************************************/
/*******************************************/
/*******************************************/
/*******************************************/
/*******************************************/
/*******************************************/