@charset "UTF-8";


* {
    margin: 0;
    padding: 0;
    -webkit-text-size-adjust: none;
}
html,
body {
  position: relative;
  margin: 0 auto;
  padding: 0;
  width:100%;
  height:auto;
}
table,
tr,
td {
  border-collapse: collapse;
}
ul, li {
    list-style-type: none;
}

a {
  color: #666666;
    text-decoration: none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;

}
a:hover {
  color: #e60044;
}
.a_link{ text-decoration:underline;}
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
}
img {
    border: none;
    width: 100%;
    height: auto;
}

#ver-en{
  font: 14px/2  Arial, Helvetica, sans-serif;
  color: #666666;
}
#ver-tc{
  font: 14px/2 "宋体", Arial;
  color: #666666;
}

.warp{
   max-width:1170px;
  margin: 0px auto;

}
.clearfix {    clear: both;
    zoom: 1;
}
.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
.container{ margin:auto;overflow:hidden;padding:0 20px;}

.container p{ padding-bottom:30px;}
.container h2{font-size:1rem; color:#f00; padding-bottom:10px;}
.container h3{font-size:16px;margin-bottom:10px; color:#333333}




.select-content{ padding-bottom:30px; overflow:hidden;min-height:360px;}

.year-wrap {
    position: relative;
    border-bottom: 5px solid #18325F;
	margin-bottom:20px;
}
span.current-year {
    display: block;
    float: left;
    color: #18325F;
    font-size:1.3rem;

}
.year-box {
	width:130px;
  float: right;
  position: relative;
}
.year-box li.choose-year:after {
    content: "";
    width: 0px;
    height: 0px;
    display: block;
    position: absolute;
    top:17px;
    right:10px;
    z-index: 11;
    border-top:8px solid #fff;
    border-right:5px solid transparent;
    border-left:5px solid transparent;
}
ul.year-select {
    position: relative;
    width: 100%;
    z-index: 10;
    background-color: #757f82;
}
ul.year-select li {
    color: #fff;
    cursor: pointer;
    background:#18325F;
}
.s-year {
    display: block;
}
ul.year-select .s-year{padding:7px 15px;}
ul.year-option {
    position: absolute;
    width: 100%;
    background: #fff;
    left: 0px;
    display: none;
}
ul.year-option li{    padding: 7px 0; text-align:center;
  border-radius: 0px!important;
}
ul.year-option li a {
    display: block;
    color: #fff;
}
ul.year-option li:hover,
ul.year-option li.active{
   background:#747474;
}
ul.year-option li:hover a{
  color: #fff;
}
ul.click-show li{ border-bottom:1px solid #CCC; padding-top:10px;}
ul.click-show li h3 { position: relative; cursor: pointer;}
ul.click-show li h3::before{content: '';
  display: block;
  position: absolute;
  right:16px;
  top:8px;
  width:2px;
  height:10px;
  background-color:#000000;}
ul.click-show li h3::after{
  content: '';
  display: block;
  position: absolute;
  right: 12px;
  top:12px;
  width: 10px;
  height:2px;
  background-color:#000000;
}
ul.click-show li:hover h3::after, ul.click-show li.current h3::after{
background-color:#18325F;
}
ul.click-show li:hover h3::before, ul.click-show li.current h3::before{display:none;}
ul.click-show li.current h3,
ul.click-show li:hover h3 {
  color: #18325F;
}
ul.click-show li .h3-detail{
  display: none;
}

ul.comm-list li {
  padding-top: 20px;
  padding-bottom:20px;
  border-bottom:1px solid #dddddd;
}
ul.comm-list li span:first-child{width:150px;float: left;}
ul.comm-list li span:last-child{display: table-cell;}
ul.comm-list li span b{ color:#cccccc; display:block; font-weight:normal;}

.report-list {padding-top:20px;width:90%;overflow: hidden; margin: auto;}
.report-list li{ text-align:center;display: table; float:left;width:33%;padding:50px 0;}
.report-list li:nth-child(3n+1){clear: both;}
.report-list li a img{ display:table;margin: auto;width:100%;box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.5);}
.report-list li a img:hover{box-shadow: 2px 2px 15px rgba(0, 0, 0, 1);}

.report-list li a p{ padding-top:20px;color:#232323; padding-bottom:0; line-height:1.5;}
.report-list li a:hover p{ color:#18325F}
.report-list li a{color:#ffffff;display: table;position: relative;margin: auto;width: 200px; height:270px;}

.presentations-list{padding-top:20px;position: relative;width: 100%; height: auto; margin: 0px auto;}
.presentations-list li{position: relative;width:30%;float: left; margin-right:5%; margin-bottom:40px;}
.presentations-list li:nth-child(3n) { margin-right: 0px;}
.presentations-list li:nth-child(3n+1) { clear: both;}
.presentations-list li img{position:relative;display:table;margin:0 auto 10px auto;box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.5);width: 255px; height:188px;}
.presentations-list li p{padding:15px 10% 0 10%; text-align:center; line-height:1.3}



.tab-item{
  display: none;
}
.tab-item:first-child{ display:inherit;}

.ir-info ul{position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;width:100%;max-width:1024px;
    margin: auto;}
.ir-info ul li{padding-right:20%;}
.ir-info ul li:last-child{padding-right:0;}
/*ul.ir-presentations-ul{
  position: relative;
  width:100%;
  height: auto;
  margin:0px auto;
}
ul.ir-presentations-ul li{
  position: relative;
  width:25%;
  float: left;
  margin-right:12%;
  margin-bottom:50px;

}
ul.ir-presentations-ul li:nth-child(3n){
margin-right: 0px;
}
ul.ir-presentations-ul li:nth-child(3n+1){
  clear:both;
}
ul.ir-presentations-ul li a{
  position: relative;
  display: block;
}
ul.ir-presentations-ul li a img{
  display: block;
 border:1px solid #eeeeee;
}

ul.ir-presentations-ul li a span{
  display: block;
  padding-top: 15px;
    text-align:center;
}
ul.ir-presentations-ul li a span:hover{
  color: #18325F;
}



.share_iframe iframe{display: block;
  width: 100%;
  height:900px;    border: 0;}

*/

ul.ir-prosp{
  width: 100%;
  position: relative;
}
ul.ir-prosp li{
  display: table;
  position: relative;
  height: auto;
  margin:auto;
  padding-bottom:50px;
}
ul.ir-prosp dl dt{
  position: relative;
  width:100%;max-width:300px;
  display: table-cell;
}

ul.ir-prosp dl dd{
  position: relative;
  display: table-cell;
  vertical-align: top;
  padding-left: 15px;
}
ul.ir-prosp dl dd a{
  width: 74px;
  display: block;
  position: relative;
}
ul.ir-prosp dl dd b{
  font-size: 12px;
}
ul.ir-prosp dl dt a img{box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.5);}
ul.ir-prosp dl dt a img:hover{box-shadow: 2px 2px 15px rgba(0, 0, 0, 1);}


.contact_list p{padding-bottom:8px;}
.contact_list p span {
    width:80px;
    float: left;
}
.contact_list p b{display: table-cell; font-weight:normal;}
/*.m-box{
  margin-left: 5px;
}
ul.month-list li{
  display: none;
  padding: 0;
}
ul.month-list li:hover{
  background-color: #18325F;
}
.month-list li:first-child{
  display: block;
}
.month-list li p{
  padding-bottom: 0;
}
.month-list li p:hover,
.month-list li p.active{
  background-color: #747474;
}
.month-list li p a{
  display: block;
  padding: 5px 15px;
}
.s-year{
  display: block;
}


.tab_csoll {
    position: relative;
    width: 100%;
    height: auto;
    overflow-x: auto;
}

i.tab-hover {
    position: absolute;
    z-index: 8;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5) url(../images/hover.png) top center no-repeat;
    background-position-y: 50px;
    display: none;
}
table.highlights-table {
    position: relative;
    width: 100%;
    min-width:640px;
}
table.highlights-table tr td:first-child{
  text-align: left;

}
table.highlights-table thead tr td{font-weight:bold;}
table.highlights-table tr td{
  text-align: right;
  padding:10px 10px;
  border-bottom:1px solid #f4f4f4;
}
table.highlights-table tr td:nth-child(2){ background-color:#f4f4f4;}
*/
.gov-link a{ text-decoration:underline;}



.calendar_list {
}
.calendar_list dl {margin:0 0 20px 0;}

.calendar_list dl dt {
	height: 30px;
	background: url(../images/year_bg.png) no-repeat
}

.calendar_list dl dd {
	    border-bottom: 1px solid #dddddd;
	overflow: hidden;
	padding:20px 0px;
}
.calendar_list dl dd a {
	line-height: 17px;
	color: #8f8f8f;
	float: left
}
.calendar_list dl dd span {
	color: #666666;
	padding: 0px 0px 5px 0;
	display: block;
}
.calendar_list dl dd span strong {
	color: #18325F;
	float: left;
	width:60px;
}
#ver-en .calendar_list dl dd span strong {
	width:100px;
}