﻿
.location {
  width: 100%;
  text-align: right;
  margin-top: 10px;
  font-size: 14px;
  color: #e2f1f8;
}
.location>a {
  display: inline-block;
  color: #e2f1f8;
  padding: 0px 10px;
}
.introCont {
  width: 100%;
  background: url(../images/opacity.png) repeat;
  box-sizing: border-box;
  padding: 40px 90px;
  margin-top: 20px;
  min-height: 700px;
}
.introTitle {
  width: 100%;
  border-bottom: 2px solid #a9bbcb;
  padding-bottom: 30px;
}
.introTitle>h2 {
  display: block;
  text-align: center;
  font-size: 40px;
  color: #29547e;
}
.introTitle>h4 {
  display: block;
  font-size: 16px;
  color: #000000;
  text-align: center;
  margin-top: 20px;
}
.introDetail {
  width: 100%;
  margin-top: 40px;
}
.introDetail p {
  font-size: 16px;
  color: #000000;
  line-height: 36px;
  margin-bottom: 10px;
  text-indent: 2em;
}
.participants {
  width: 100%;
  margin-top: 30px;
}
.partItem {
  width: 19.3%;
  height: 360px;
  box-sizing: border-box;
  padding: 20px;
  margin-bottom: 20px;
  background-color: #d2dce6;
  overflow: hidden;
}
.partItemImg {
  width: 100%;
  height: 200px;
  overflow: hidden;
}
.partItemText>h6,
.partItemText>h5 {
  display: block;
  text-align: center;
  color: #214a76;
  font-size: 16px;
  margin-top: 10px;
}
.partItemText>h5 {
  font-size: 20px;
  margin-top: 5px;
}
.partItemText>span {
  display: block;
  font-size: 14px;
  color: #000000;
  line-height: 24px;
  height: 48px;
  overflow: hidden;
  margin-top: 5px;
  text-align: center;
}
.partItem + .partItem {
  margin-left: 0.866666%;
}
.partItem:nth-child(5n+1) {
  margin-left: 0px;
}
.page {
  width: 100%;
  margin-top: 10px;
}
.page span {
  display: block;
  float: left;
  text-align: left;
  font-size: 14px;
  line-height: 40px;
  color: #000000;
}
.pageA {
  float: right;
}
.pageA>a {
  display: inline-block;
  width: 40px;
  height: 40px;
  text-align: right;
}
.prev {
  background: url(../images/icon_prev.jpg) no-repeat;
}
.next {
  background: url(../images/icon_next.jpg) no-repeat;
}
.pageA>a+a {
  margin-left: 10px;
}
.newsItemTitle {
  display: block;
  font-size: 40px;
  color: #29547e;
  width: 100%;
  text-align: center;
  font-weight: bold;
}
.newsItemList {
  width: 100%;
  margin-top: 35px;
  box-sizing: border-box;
  background-color: #cad6e1;
}
.newsItemListImg {
  width: 440px;
  height: 220px;
  overflow: hidden;
}
.newsItemListImg>img {
  transition: all .3s ease-out .1s;
  -webkit-transition: all .3s ease-out .1s;
  -moz-transition: all .3s ease-out .1s;
  -ms-transition: all .3s ease-out .1s;
  -o-transition: all .3s ease-out .1s;
}
.newsItemList:hover .newsItemListImg>img {
  transform: scale(1.1,1.1);
  -webkit-transform: scale(1.1,1.1);
  -moz-transform: scale(1.1,1.1);
  -ms-transform: scale(1.1,1.1);
}
.newsItemListText {
  width: 820px;
  box-sizing: border-box;
  padding: 30px 54px;
}
.newsItemListText>span {
  display: block;
  font-size: 17px;
  color: #214a76;
}
.newsItemListText>h3 {
  display: block;
  font-size: 24px;
  color: #000000;
  line-height: 32px;
  height: 32px;
  overflow: hidden;
  margin: 9px 0px;
}
.newsItemListText>p {
  font-size: 16px;
  color: #000000;
  line-height: 30px;
  height: 90px;
  overflow: hidden;
}
.newsItemList + .newsItemList {
  margin-top: 20px;
}
.newsItemPageBottom .page {
  margin-top: 30px;
}
.interviewBox {
  width: 100%;
  margin-top: 35px;
}
.interviewList {
  width: 31.7%;
  height: 360px;
  margin-bottom: 30px;
  box-sizing: border-box;
  background-color: #cad5e0;
  padding: 20px;
}
.interviewPic {
  width: 360px;
  height: 240px;
  overflow: hidden;
}
.interviewText {
  width: 100%;
  margin-top: 18px;
}
.interviewText>h3 {
  display: block;
  font-size: 18px;
  color: #000000;
  line-height: 30px;
  height: 60px;
  overflow: hidden;
}
.interviewList+.interviewList {
  margin-left: 2.4%;
}
.interviewList:nth-child(3n+1) {
  margin-left: 0px;
}
.displaynewsTitle {
  width: 100%;
  border-bottom: 2px solid #9aafc2;
  padding-bottom: 30px;
}
.displaynewsTitle>h2 {
  display: block;
  text-align: center;
  font-size: 28px;
  color: #29547e;
  font-weight: bold;
}
.displaynewsTitle>h4 {
  display: block;
  text-align: center;
  font-size: 16px;
  color: #29547e;
  margin-top: 20px;
}
.displaynewsDetail {
  width: 100%;
  margin-top: 40px;
  border-bottom: 2px solid #9aafc2;
  padding-bottom: 40px;
}
.displaynewsDetail p {
  font-size: 16px;
  color: #000000;
  line-height: 28px;
  text-indent: 2em;
  margin-bottom: 10px;
}
.displaynewsDetail img {
  display: block;
  max-width: 90%;
  margin: 15px auto;
}
.displayPage {
  width: 100%;
  margin-top: 40px;
}
.displayPage>a {
  display: block;
  width: 50%;
  float: left;
  font-size: 14px;
  color: #000000;
}
.displayPage>a+a {
  float: right;
  text-align: right;
}
.displayPage>a:hover {
  color: #29547e;
}
.partDetail {
  width: 100%;
  box-sizing: border-box;
  padding: 60px;
}
.partDetailImg {
  width: 200px;
  height: 200px;
  overflow: hidden;
}
.partDetailText {
  width: 75%; 
}
.partDetailText>h3 {
  display: block;
  font-size: 30px;
  color: #214a76;
  line-height: 36px;
}
.partDetailText>h3 + h3 {
  font-size: 16px;
}
.partDetailText>p {
  font-size: 14px;
  color: #000000;
  line-height: 40px;
  margin-top: 15px;
}
.partDetailText>p + p {
  margin-top: 0px;
}
.partReturnBox {
  position: relative;
}
.partReturn {
  position: absolute;
  bottom: 40px;
  left: 50%;
  margin-left: -55px;
}
.partReturn>a {
  display: block;
  width: 111px;
  text-align: center;
  height: 18px;
  line-height: 18px;
  font-size: 16px;
  color: #0058a0;
  background: url(../images/icno_return.png) no-repeat;
}
.wonderfulNav {
  width: 100%;
  text-align: center;
  margin-top: 28px;
}
.wonderfulNav>a {
  display: inline-block;
  width: 120px;
  height: 40px;
  line-height: 40px;
  overflow: hidden;
  background: url(../images/nav_bg.png) no-repeat;
  font-size: 20px;
  color: #ffffff;
  text-align: center;
}
.wonderfulNav>a+a {
  margin-left: 40px;
}
.wonderfulNav>a:hover {
  background: url(../images/nav_bg_h.png) no-repeat;
}
.wonderfulNavAct {
  background: url(../images/nav_bg_h.png) no-repeat !important;
}
.wonderfulCont {
  width: 100%;
  margin-top: 30px;
}
.wonderfulItem {
  width: 23.8%;
  height: 270px;
  margin-bottom: 20px;
  background-color: #cfd9e3;
  cursor: pointer;
}
.wonderfulPic {
  width: 100%;
  height: 216px;
  overflow: hidden;
}
.wonderfulText {
  width: 100%;
}
.wonderfulText>h3 {
  display: block;
  height: 53px;
  line-height: 53px;
  overflow: hidden;
  text-align: center;
  font-size: 16px;
  color: #000000;
}
.wonderfulItem + .wonderfulItem {
  margin-left: 1.6%;
}
.wonderfulItem:nth-child(4n+1) {
  margin-left: 0px;
}
.wonderfulItem:hover,
.partItem:hover,
.interviewList:hover {
  background-color: #214a76;
}
.wonderfulItem:hover .wonderfulText>h3,
.partItem:hover .partItemText>h6,
.partItem:hover .partItemText>h5,
.partItem:hover .partItemText>span,
.interviewList:hover .interviewText>h3 {
  color: #ffffff;
}