@charset "UTF-8";
/* CSS Document */


.news_slider{
  margin: 20px 0 90px;
  padding: 60px 0 40px;
  background: #003893;
  position: relative;
  z-index: 1;
}

.news_slider h2{
	font-family:"FrutigerBold";
  font-size: 32px;
  line-height: 1;
  text-align: center;
  color: #FFF;
  margin-bottom: 30px;
}

.slider_box {
  height: 100%;
}

.slider_box li{
  width: 400px;
  background: #FFF;
  min-height:  100% !important;
}

.slider_box li a{
  display: block;
}

.slider_box li a:hover{
  text-decoration: none;
  opacity: .7;
  transition: .3s;
}

.slider_box li div{
  padding: 25px;
}

.slider_box li p{
  font-size: 18px;
  line-height: 1.4;
  margin-bottom: 15px;
}

.slider_box li p.date{
  font-size: 13px;
  line-height: 1;
  margin-bottom: 0;
}

.slider_box li p.date span{
  min-width: 55px;
  font-size: 13px;
  line-height: 1;
  text-align: center;
  color: #285069;
  background: #eee;
  padding: 5px 10px;
  margin-left: .5em;
  display: inline-block;
  vertical-align: middle;
  box-sizing: border-box;
}

.news_box{
  max-width: 1100px;
  margin: 0 auto;
}

.news_box h1{
	font-family:"FrutigerBold";
  font-size: 33px;
  line-height: 1;
  color: #333;
  text-align: center;
  margin-bottom: 60px;
}

.news_box .tab{
  display: flex;
  justify-content: center;
  margin-bottom: 60px;
}

.news_box .tab li{
  width: 50%;
  font-size: 20px;
  line-height: 1;
  text-align: center;
  color: #676767;
  background: #f5f5f5;
  padding: 20px 0;
  border-bottom: 2px solid #cbcbcb;
  cursor: pointer;
  transition: .3s;
}

.news_box .tab li:hover{
  opacity: .7;
  transition: .3s;
}

.news_box .tab li.active{
  color: #FFF;
  background: #0f378f;
  border-bottom: 2px solid #0f378f;
  cursor: default;
  transition: .3s;
}

.news_box .tab li.active:hover{
  opacity: 1;
}


.news,
.breadcrumb{
	width: 100%;
	max-width: 1280px;
	margin: 0 auto;
}

.align-center{
	text-align: center;
}

.phchdbreadcrumb .breadcrumb .inner{
	width: 100% !important;
	margin: 0;
}

.news_list{
	margin-bottom: 200px;
}

.tab02.news_list{
  display: none;
}

.news_list dl > div{
	display: flex;
  justify-content: flex-start;
	border-bottom: 1px dotted #777;
	padding-bottom: 30px;
	margin-bottom: 30px;
}

.news_list dl > div dt{
	font-size: 13px;
  line-height: 1;
  white-space: nowrap;
  padding-right: 40px;
}

.news_list dl > div dt p{
  min-width: 100px;
  display: inline-block;
}

.news_list.y_no dl > div dt p{
  min-width: 60px;
}

.news_list dl > div dd{
	font-size: 16px;
  line-height: 1.4;
  margin-top: -3px;
}

.news_list dl > div dt span{
	min-width: 110px;
	height: 23px;
	font-size: 12px;
	color: #285069;
  padding: 0 5px;
	text-align: center;
	line-height: 23px;
  background: #EEE;
	display: inline-block;
  box-sizing: border-box;
}

.news_list dl > div dt span + span{
  color: #FFF;
  background: #003893;
  margin-left: 10px;
}

.news_list a[href$=".pdf"]{
	padding-right: 18px;
	background: url("/~/Media/phchd/news/icon_pdf_w.gif") right top no-repeat;
	background-size: auto 14px;
}

.news_list > div{
  display: none;
}

p.more{
  width: 195px;
  height: 40px;
  font-size: 14px;
  line-height: 40px;
  text-align: center;
  color: #FFF;
  background: #0f378f;
  margin: 45px auto 0;
  cursor: pointer;
  transition: .3s;
}

p.more:hover{
  opacity: .6;
  transition: .3s;
}

ul.cau{
	font-size: 14px;
	color: #333;
	margin-bottom: 116px;
}

ul.cau li{
	text-indent: -1em;
	padding-left: 1em;
}

.ft_y{
	padding: 30px 0;
	text-align: center;
	background: #f4f4f4;
}

.ft_y ul,
.ft_y ul li{
	display: inline-block;
}

.ft_y ul li a{
	font-size: 15px;
	line-height: 1;
	color: #000;
	padding: 0 20px;
	display: inline-block;
}

.ft_y ul li + li{
	border-left: 1px solid #666;
}

.select_y{
	position: relative;
	height: 30px;
  margin-bottom: 60px;
}

.select_y.mby{
	margin-bottom: 30px;
}

.select_y > ul{
	width: 140px;
	height: 30px;
	font-size: 14px;
	line-height: 30px;
	position: absolute;
	top:0;
	right: 0;
	z-index: 1;
}

.select_y p{
	width: 100%;
	height: 30px;
	border: 1px solid #013893;
	-webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
	overflow: hidden;
}

.select_y p span{
	padding-left: 1em;
	margin-left: 28px;
	border-left: 1px solid #013893;
	display: block;
	position: relative;
}

.select_y p span::before{
	content: "";
	width: 9px;
	height: 13px;
	background: url("/~/Media/phchd/news/icon_a.png") center no-repeat;
	background-size: 100% auto;
	position: absolute;
	 top:50%;
	 left: -20px;
	transform:rotate(90deg) translateX(-52%);
}

.select_y li {
  position: relative;
}

.select_y ul li ul  li {
	border-left: 1px solid #013893;
	border-right: 1px solid #013893;
}

.select_y ul li:hover  ul  li:first-child{
	margin-top: -3px;
	border-top: 1px solid #013893;
}

.select_y ul li:hover  ul  li:last-child{
	-moz-border-radius-bottomright: 5px;
  -webkit-border-bottom-right-radius: 5px;
  border-bottom-right-radius: 5px;
  -moz-border-radius-bottomleft: 5px;
  -webkit-border-bottom-left-radius: 5px;
  border-bottom-left-radius: 5px;
	overflow: hidden;
	border-bottom: 1px solid #013893;
}
.select_y li a {
    background: #FFF;
    border-bottom: 1px dotted #ccc;
    color: #000;
    display: block;
    width: 100%;
    margin: 0 auto;
    height: 30px;
    line-height: 33px;
    text-align: center;
    text-decoration: none;
	box-sizing: border-box;
	overflow: hidden;
}

.select_y ul li  ul  li:nth-child(2) a{
	border-top: 1px dotted #ccc;
}

.select_y ul li ul  li:last-child a {
   -moz-border-radius-bottomright: 5px;
  -webkit-border-bottom-right-radius: 5px;
  border-bottom-right-radius: 5px;
  -moz-border-radius-bottomleft: 5px;
  -webkit-border-bottom-left-radius: 5px;
  border-bottom-left-radius: 5px;
	border: none;
}

.select_y li a:hover{
    background: #DBDBDB;
}

.select_y li li {
    height: 0;
    overflow: hidden;
    transition: .3s;
}

.select_y li:hover > ul > li {
    height: 30px;
    overflow: visible;
}



@media screen and (max-width: 768px) {

    .news,
    .breadcrumb{
      width: 100%;
      margin: 0 auto;
    }

  .news_slider{
    margin: 5vw 0 15vw;
    padding: 10vw 4vw 8vw;
    position: relative;
    z-index: 1;
  }


  .news_slider h2{
    font-family:"FrutigerBold";
    font-size: 7vw;
    line-height: 1;
    text-align: center;
    color: #FFF;
    margin-bottom: 5vw;
  }

  .slider_box li a:hover{
    text-decoration: none;
    opacity: 1;
  }

  .slider_box li div{
    padding: 4vw;
  }

  .slider_box li p{
    font-size: 3.8vw;
    line-height: 1.4;
    margin-bottom: 2vw;
  }

  .slider_box li p.date{
    font-size: 3vw;
    line-height: 1;
    margin-bottom: 0;
  }

  .slider_box li p.date span{
    min-width: 5vw;
    font-size: 2.8vw;
    background: #eee;
    padding: 1vw 2vw;
  }

  .news_box h1{
    font-size: 7vw;
    line-height: 1;
    color: #333;
    text-align: center;
    margin-bottom: 10vw;
  }

  .news_box .tab{
    margin-bottom: 8vw;
  }

  .news_box .tab li{
    height: 14vw;
    font-size: 3.8vw;
    line-height: 1.2;
    padding: 3vw 0 0;
    box-sizing: border-box;
  }
  
  .news_box .tab li + li{
    padding: 5.5vw 0 0; 
  }

  .news_box .tab li:hover{
    opacity: 1;
  }
  
  .news_box > div{
    padding: 0 5vw;
  }

  .news_list{
    margin-bottom: 15vw;
  }

  .news_list dl > div{
    display: block;
    padding-bottom: 6vw;
    margin-bottom: 6vw;
  }

  .news_list dl > div dt{
    font-size: 3vw;
    line-height: 1;
    padding-right: 0;
    margin-bottom: 2vw;
  }

  .news_list dl > div dt p,
  .news_list.y_no dl > div dt p{
    min-width: inherit;
    padding-right: 2vw
  }

  .news_list dl > div dd{
    font-size: 3.6vw;
    line-height: 1.4;
    margin-top: 0;
  }

  .news_list dl > div dt span{
    min-width: inherit;
    height: 5vw;
    font-size: 3vw;
    text-align: center;
    padding: 0 2vw;
    line-height: 5vw;
  }

  .news_list dl > div dt span + span{
    color: #FFF;
    background: #003893;
    margin-left: 2vw;
  }

  .news_list a[href$=".pdf"]{
    padding-right: 5vw;
    background: url("/~/Media/phchd/news/icon_pdf_w.gif") right top no-repeat;
    background-size: auto 100%;
  }

  .news_list > div{
    display: none;
  }

  p.more{
    width: 45%;
    height: 11vw;
    font-size: 4vw;
    line-height: 11vw;
    margin: 10vw auto 0;
    cursor: pointer;
    transition: .3s;
  }

  p.more:hover{
    opacity: 1;
  }

  ul.cau{
    font-size: 3.4vw;
    color: #333;
    margin-bottom: 10vw;
    padding: 0 5vw;
  }

  ul.cau li{
    text-indent: -1em;
    padding-left: 1em;
  }
  
 .ft_y{
    padding: 5vw 0;
    text-align: left;
    background: #f4f4f4;
  }

  .ft_y ul{
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-flow: wrap;
  }

  .ft_y ul li{
    width: 33%;
    display: inline-block;
    margin-bottom: 4vw;
  }

  .ft_y ul li a{
    font-size: 3.5vw;
    padding: 0;
    display: block;
    text-align: center;
  }

  .ft_y ul li + li{
    border-left: 1px solid #666;
  }

.ft_y ul li:nth-child(3n+4){
    border-left: none;
  }
  
  .select_y{
    position: relative;
    height: 8vw;
    margin: 0 4vw 10vw;
    text-align: center;
  }

  .select_y.mby{
      margin-bottom: 5vw;
    }

  .select_y > ul{
    width: 40%;
    height: 8vw;
    font-size: 3.5vw;
    line-height: 8vw;
    position: absolute;
    top:0;
    right: 0;
    z-index: 1;
  }

  .select_y p{
    width: 100%;
    height: 8vw;
    padding-right: 5vw;
    box-sizing: border-box;
  }

  .select_y p span{
    height: 8vw;
    padding-left: 1em;
    margin-left: 8vw;
  }

  .select_y p span::before{
    content: "";
    width: 3vw;
    height: 4vw;
    position: absolute;
    top: 50%;
    left: -5.5vw;
  }
  
  .select_y li a {
      height: 8vw;
      line-height: 8vw;
  }

  .select_y li:hover > ul > li {
      height: 8vw;
      overflow: visible;
  }  
}

/** VARIABLES
===================================*/
/** RESET AND LAYOUT
===================================*/
.bx-wrapper {
  width: 1360px !important;
  height: auto;
  margin: 0 auto;
  position: relative;
  /*margin-bottom: 60px;*/
  padding-bottom: 45px;
  *zoom: 1;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  overflow: hidden;
}

.bx-viewport{
  overflow: visible !important;
  width: 400px !important;
  height: 100%;
  margin: 0 auto; 
}

@media screen and (max-width: 768px) {
  .bx-wrapper {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  
  .bx-viewport{
    overflow: visible !important;
    width: 100% !important;
    height: 100%;
    margin: 0 auto; 
  }
}
.bx-wrapper img {
  width: 100%;
}
.bxslider {
  margin: 0;
  padding: 0;
  /*fix flickering when used background-image instead of <img> (on Chrome)*/
  -webkit-perspective: 1000;
}
ul.bxslider {
  list-style: none;
}

.bx-viewport {
  /* fix other elements on the page moving (in Chrome) */
  -webkit-transform: translateZ(0);
}
/** THEME
===================================*/
.bx-wrapper {
  /*-moz-box-shadow: 0 0 5px #ccc;
  -webkit-box-shadow: 0 0 5px #ccc;
  box-shadow: 0 0 5px #ccc;
  border: 5px solid #fff;
  background: #fff;*/
}
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  width: 100%;
  position: absolute;
  bottom: 0;
  z-index: 999;
}

@media screen and (max-width: 768px) {
  .bx-wrapper .bx-pager{
    width: 100%;
    bottom: 3vw;
  }
}
/* LOADER */
.bx-wrapper .bx-loading {
  min-height: 50px;
  background: url('/~/Media/phchd/top/image/bx_loader.gif') center center no-repeat #ffffff;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
}
/* PAGER */
.bx-wrapper .bx-pager {
  text-align: center;
  font-size: .85em;
  font-family: Arial;
  font-weight: bold;
  color: #666;
  padding-top: 20px;
}


.bx-wrapper .bx-pager.bx-default-pager a {
  background: #5a78aa;
  text-indent: -9999px;
  display: block;
  width: 8px;
  height: 8px;
  margin: 0 8px;
  outline: 0;
  border-radius: 50%;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active{
  background: #FFF;
}
@media screen and (max-width: 768px) {
  .bx-wrapper .bx-pager {
    text-align: center;
    color: #5a78aa;
    padding-top: 0;
  }
  .bx-wrapper .bx-pager.bx-default-pager a {
    width: 2vw;
    height: 2vw;
    margin: 0 1.5vw;
    outline: 0;
    border-radius: 50%;
  }
}

.bx-wrapper .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  vertical-align: bottom;
  *zoom: 1;
  *display: inline;
}
.bx-wrapper .bx-pager-item {
  font-size: 0;
  line-height: 0;
}
/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
  width: 40px !important;
  height: 100% !important;
  top: 0 !important;
  left: 0 !important;
  background: #003893;
}
.bx-wrapper .bx-prev::before {
  content: "";
  position: absolute;
  top: 135px !important;
  left: 6px;
  width: 25px !important;
  height: 25px !important;
  border-top: 1px solid #FFF;
  border-left: 1px solid #FFF;
  transform: rotate(-45deg)
}

.bx-wrapper .bx-next {
  width: 40px !important;
  height: 100% !important;
  top: 0 !important;
  right: 0 !important;
  background: #003893;
}
.bx-wrapper .bx-next::before {
  content: "";
  position: absolute;
  top: 135px !important;
  right: 6px;
  width: 25px !important;
  height: 25px !important;
  border-top: 1px solid #FFF;
  border-right: 1px solid #FFF;
  transform: rotate(45deg)
}

@media screen and (max-width: 768px) {
  .bx-wrapper .bx-prev {
    display: none;
  }
  .bx-wrapper .bx-next {
    display: none;
  }
}

.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  outline: 0;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  z-index: 9999;
}
.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}
/* AUTO CONTROLS (START / STOP) */
.bx-wrapper .bx-controls-auto {
  text-align: center;
}
.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  background: url('/~/Media/phchd/top/image/controls.png') -86px -11px no-repeat;
  margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active,
.bx-wrapper .bx-controls-auto .bx-start:focus {
  background-position: -86px 0;
}
.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  background: url('/~/Media/phchd/top/image/controls.png') -86px -44px no-repeat;
  margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active,
.bx-wrapper .bx-controls-auto .bx-stop:focus {
  background-position: -86px -33px;
}
/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%;
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px;
}
/* IMAGE CAPTIONS */
.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666;
  background: rgba(80, 80, 80, 0.75);
  width: 100%;
}
.bx-wrapper .bx-caption span {
  color: #fff;
  font-family: Arial;
  display: block;
  font-size: .85em;
  padding: 10px;
}





