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

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

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

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

.select_y{
	position: relative;
	height: 30px;
}

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

.select_y > ul{
	width: 140px;
	height: 30px;
	font-size: 14px;
	line-height: 33px;
	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;
	height: 30px;
	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:30%;
	 left: -20px;
	transform:rotate(90deg);
}

.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;
}

.tab{
	margin-top: 15px;
	margin-bottom: 30px;
	border-bottom: 1px solid #013893;
	display: flex;
}

.tab p{
	width: 305px;
	height: 50px;
	font-size: 19px;
	line-height: 53px;
	color: #013893;
	text-align: center;
	border: 1px solid #013893;
	border-bottom: none;
	-moz-border-radius-topleft: 5px;
  -webkit-border-top-left-radius: 5px;
   border-top-left-radius: 5px;
  -moz-border-radius-topright: 5px;
  -webkit-border-top-right-radius: 5px;
  border-top-right-radius: 5px;
	cursor: pointer;
	transition: .5s;
}

.tab p.activ{
	color: #FFF;
	cursor: default;
	background: #013893;
}

.tab p:hover{
	color: #FFF;
	background: #013893;
	transition: .3s;
}

.tab p + p{
	margin-left: 15px;
}

.news_list{
	margin-bottom: 200px;
}

.news_list.mbb{
	margin-bottom: 100px;
}

.news_list dl > div{
	display: flex;
	border-bottom: 1px dotted #777;
	padding-bottom: 15px;
	margin-bottom: 20px;
}

.news_list dl > div dt{
	width: 205px;
	min-width: 205px;
	font-size: 15px;
	font-family:FrutigerBold;
	position: relative;
}

.news_list.onyear dl > div dt{
	width: 235px;
	min-width: 235px;
}

.news_list dl > div.cate2 dt{
	width: 305px;
	min-width: 305px;
}

.news_list.onyear dl > div.cate2 dt{
	width: 355px;
	min-width: 355px;
}

.news_list dl > div dt span{
	width: 110px;
	height: 23px;
	font-size: 12px;
	color: #FFF;
	text-align: center;
	line-height: 23px;
	display: inline-block;
	position: absolute;
	top:0;
	 right: 10px;
}

.news_list dl > div.cate2 dt span{
	top:0;
	right: 130px;
}

.news_list dl > div.cate2 dt span + span{
	top:0;
	right: 10px;
}

.news_list dl > div dt span.cate_press{
	background: #013893;
}

.news_list dl > div dt span.cate_news{
	border: 2px solid #013893;
	color: #013893
}

.news_list dl > div dt span.cate_phc{
	background: #013893;
}

.news_list dl > div dt span.cate_lsi{
	background: #2eb9eb;
}

.news_list dl > div dt span.cate_asce{
	background: #531062;
}

.news_list dl > div dt span.cate_epre{
	background: #58585a;
}

.news_list dl > div dd{
	width: 1045px;
	font-size: 16px;
}

.news_list dl > div.cate2 dd{
	width: auto;
}

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

.list_group{
	display: none;
}

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;
}



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

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

    .select_y{
      position: relative;
      height: 30px;
			margin: 0 20px;
			text-align: center;
    }
	
    .select_y.mby{
        margin-bottom: 20px;
      }

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

    .select_y p{
      width: 100%;
      height: 40px;
			padding-right: 20px;
			box-sizing: border-box;
    }

    .select_y p span{
			height: 40px;
      padding-left: 1em;
      margin-left: 28px;
    }

    .select_y p span::before{
      content: "";
      position: absolute;
       top:38%;
      left: -20px;
    }

    .select_y li a {
        height: 40px;
        line-height: 40px;
    }

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

    .tab{
      margin-top: 35px;
      margin-bottom: 30px;
      border-bottom: 1px solid #013893;
      display: flex;
			padding: 0 15px;
    }

    .tab p{
      width: 49%;
      height: 10vw;
      font-size: 3vw;
      line-height: 10vw;
    }

    .tab p + p{
      margin-left: 2%;
    }

    .news_list{
      margin-bottom: 50px;
			padding: 0 15px;
    }
	
    .news_list.mbb{
      margin-bottom: 40px;
    }

    .news_list dl > div{
      display: block;;
      border-bottom: 1px dotted #777;
      padding-bottom: 15px;
      margin-bottom: 20px;
    }

    .news_list dl > div dt{
      width: 100%;
			min-width: inherit;
      font-size: 15px;
      margin-bottom: 5px;
    }
	
    .news_list.onyear dl > div dt{
      width: 100%;
			min-width: inherit;
    }
	
    .news_list dl > div.cate2 dt{
      width: 100%;
			min-width: inherit;
    }
	
    .news_list dl > div.cate2 dt{
      width: 100%;
			min-width: inherit;
    }
	
     .news_list.onyear dl > div.cate2 dt{
      width: 100%;
			min-width: inherit;
    }

    .news_list dl > div dt span{
      width: auto;
      height: 23px;
      font-size: 13px;
      color: #FFF;
      text-align: center;
      line-height: 23px;
			padding: 0 15px;
			margin-left: 15px;
      display: inline-block;
      position: static;
      top:auto;
       right: auto;
    }

    .news_list dl > div.cate2 dt span{
      top:auto;
      right: auto;
    }
	
	  .news_list dl > div.cate2 dt span + span{
      top:auto;
      right: auto;
			margin-left: 10px;
    }	

    .news_list dl > div dd{
      width: 100%;
      font-size: 15px;
			line-height: 1.4;
    }
	
    .news_list dl > div.cate2 dd{
      width: 100%;
    }

    ul.cau{
      font-size: 14px;
      margin-bottom: 60px;
			padding: 0 15px;
    }

    .ft_y{
      padding: 30px 0;
      text-align: left;
      background: #f4f4f4;
    }
	
    .ft_y ul{
      width: 100%;
    }

    .ft_y ul li{
			width: 33.3%;
      display: inline-block;
			margin-bottom: 20px;
    }

    .ft_y ul li a{
      font-size: 14px;
      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;
    }

}






