﻿@charset "utf-8";
/*--- financial monthly ---*/
/*破壞式table*/
.fin_monthly.destory_table th,
.fin_monthly.destory_table td{
	/*height: 50px;*/
	font-size: 14px;
	line-height: 21px;
	/*padding: 1px 15px 1px 15px;*/
	padding: 6px 15px;
}
.fin_monthly.destory_table th{
	padding: 8px 15px;
}
/*年份select*/
.filter_select_block.fin_monthly{
	/*padding: 20px 15px;*/
	padding: 15px;
	/*margin-top: 45px;*/
	/*margin-bottom: 30px;*/
	margin-bottom: 20px;
}
.fin_monthly .common_sel{
	background-color: #fff;
	max-width: 300px;
	/*height: 40px;*/
	padding-top: 2px;
	padding-bottom: 2px;
}
.filter_select_block.fin_monthly span{
	margin-left: 10px;
	line-height: 32px;
}
/*note*/
.fin_bottom_note{
	color: #8f9195;
	/*margin-top: 15px;*/
	margin-top: 5px;
	font-size: 14px;
}
/*sub title*/
.fin_sub_title{
	/*margin-top: 30px;*/
	margin-top: 20px;
	font-size: 22px;
	font-weight: bold;
}
.fin_sub_title:first-of-type{
	margin-top: 0;
	margin-bottom: 20px;
}

@media (max-width: 768px){
	.filter_select_block.fin_monthly{
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.fin_monthly .common_sel{
		max-width: none;
	}
	.filter_select_block.fin_monthly span{
		display: block;
		margin-top: 15px;
		margin-left: 0;
		margin-bottom: -5px;
	}
	/*破壞式table*/
	.fin_monthly th,
	.fin_monthly td{
		height: auto;
	}
}

/*--- financials financial ---*/
.fin_download_list{
	display: block;
	margin-bottom: -20px;
}
.fin_download_list li{
	float: left;
	display: block;
	margin-right: 20px;
	margin-bottom: 20px;
}
.fin_download_list li:nth-child(5n+5){
	margin-right: 0;
}
.fin_download_list li a{
	display: block;
	width: 216px;
	height: 140px;
	padding: 15px;
	text-decoration: none;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url(../../images/investor/yageo_download_item_bg.jpg);
	background-size: cover;
	overflow: hidden;
	color: #000;
	text-align: center;
	-webkit-transition: .3s ease;
	-moz-transition: .3s ease;
	-o-transition: .3s ease;
	transition: .3s ease;
}
.fin_download_list li a:hover{
	background-image: url(../../images/investor/yageo_download_item_bg_hover.jpg);
	color: #fff;
}
.fin_download_list li .normal_block .year_text{
	margin-top: 13px;
	margin-bottom: 10px;
}
.fin_download_list li .normal_block .title_text{
	font-size: 18px;
	line-height: 26px;
	height: 52px;
	overflow: hidden;
	margin-top: 10px;
}
.fin_download_list.annual li .normal_block .title_text{
	margin-top: 27px;
}
.fin_download_list li .hover_block .title_text{
	font-size: 18px;
	line-height: 26px;
	margin-top: 25px;
	margin-bottom: 15px;
}
.fin_download_list li .hover_block i{
	font-size: 20px;
	line-height: 30px;
}
.fin_download_list li a .normal_block,
.fin_download_list li a:hover .hover_block{
	display: block;
}
.fin_download_list li a .hover_block,
.fin_download_list li a:hover .normal_block{
	display: none;
}
.fin_subtitle_bottom{
	/*margin-top: 45px;*/
	/*margin-bottom: -20px;*/
}
.fin_subtitle_bottom.annual_type{
	/*margin-top: 40px;
	margin-bottom: 15px;*/
	margin-top: 20px;
	margin-bottom: 10px;
}

@media screen and (max-width: 1259px){
	.fin_download_list li:nth-child(5n+5){
		margin-right: 20px;
	}
}
@media screen and (max-width: 495px){
	.fin_download_list{
		width: 216px;
		margin-left: auto;
		margin-right: auto;
	}
	.fin_download_list li,
	.fin_download_list li:nth-child(5n+5){
		margin-right: 0;
		float: none;
	}
}


/*--- financials investor ---*/
/*common_table*/
.fin_investor.common_table{
	margin-top: 15px;
}
.fin_investor.common_table .date_th{
	width: 125px;
}


.fin_investor.common_table th,
.fin_investor.common_table td{
	text-align: left;
}
.fin_investor.common_table td:first-child{
	color: #8f9195;
}

@media (max-width:768px){
	.fin_investor.common_table td{
		text-align: center;
		height: auto;
	}
	.fin_investor.common_table .date_th{

	}

}

/*--- financials annual ---*/
.fin_annual.destory_table{
	/*margin-top: 45px;*/
	margin-top: 20px;
}
.fin_annual.destory_table th,
.fin_annual.destory_table td{
	/*height: 50px;*/
	/*padding: 1px 15px;*/
	font-size: 14px;
	line-height: 21px;
	padding: 6px 15px;
}
.fin_annual.destory_table th{
	padding-top: 8px;
	padding-bottom: 8px;
}

/*----- News -----*/
.page_main_title.info{
	padding-top: 0px;
}
.investor_item_block{
	/*padding: 60px 0 100px 0;*/
	padding-top: 30px;
}

/*date*/
.filter_select_block .two .sel_date input{
	width: 180px;
	height: 40px;
	border: none;
    box-shadow: none;
    border-radius: 3px;
    text-align: left;
    background-repeat: no-repeat;
    background-position: 93%;
    background-image: url(../../images/investor/yageo_calender_icon.png);
    background-color: #ffffff;
    padding: 0 10px 0 20px;
    margin-right: 10px;
}
.filter_select_block .common_btn{
    width: 150px;
    height: 40px;
	color: #e98121;
    line-height: 38px;
    border: 1px solid #e98121;
    border-radius: 3px;
    text-align: center;
    text-decoration: none;
    background: #eceff1;
    margin-right: 10px;
}
.filter_select_block .common_btn:hover,
.filter_select_block .common_btn.active,
.back.common_btn:hover{
    color: #fff;
}
.filter_select_block .common_btn.active,
.filter_select_block .common_btn.active:before ,
.filter_select_block .common_btn.active:after{
    background: #e98121;
}
.filter_select_block .common_btn:before,
.back.common_btn:before{
    background: #F3B780;
}
.filter_select_block .common_btn:after,
.back.common_btn:after{
    background: #e98121;
}
.filter_select_block{
	display: flex;
	background: #eceff1;
	/*padding: 30px;*/
	padding: 15px 30px;
	/*margin-bottom: 50px;*/
	margin-bottom: 20px;
}
.filter_select_note{
	font-size: 16px;
	line-height: 36px;
	color: #e98121;
	margin-right: 20px;
}
.filter_select_block .one{
	width: 350px;
}
.filter_select_block .two{
	width: 500px;
}
.filter_select_block .three{
	width: 170px;
}
.filter_select_block .one,
.filter_select_block .two,
.filter_select_block .two > div,
.filter_select_block .three{
	display: flex;
}
.filter_select_block .two .filter_select_note{
	margin-left: 20px;
}
.filter_select_block .three .common_btn{
	width: 100%;
}

@media screen and (max-width: 1100px){
	.filter_select_block{
		flex-wrap: wrap;
	}
	.filter_select_block.news_type{
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.filter_select_block .one,
	.filter_select_block .two{
		margin-bottom: 20px;
	}
	.filter_select_block .common_btn{
		width: calc(50% - 5px);
	}
	.filter_select_block .two > div{
		width: 100%;
    	flex-wrap: wrap;
    }
	.filter_select_block .two > div .input-group{
		width: calc(50% - 5px);
    	margin-right: 10px;
    }
    .filter_select_block .two .sel_date input{
    	width: 100%;
    }
    .filter_select_block .common_btn:last-child,
    .filter_select_block .two .sel_date .input-group:last-child{
    	margin-right: 0;
    }
	.filter_select_block .two .filter_select_note {
		width: 100%;
	    margin-left: 0;
	}
	.filter_select_block .one,
	.filter_select_block .two,
	.filter_select_block .three{
		width: 100%;
	}
	.filter_select_block .three .common_btn {
	    width: 100%;
	    margin-right: 0;
	}
}
@media screen and (max-width: 768px){
	.filter_select_block.news_type{
		padding-bottom: 10px;
	}
	.filter_select_block .one{
		flex-wrap: wrap;
		margin-bottom: 0;
	}
	.filter_select_block .two{
		margin-bottom: 10px;
	}
	.filter_select_block{
		padding: 20px 10px 22px 10px;
		padding-bottom: 15px;
	}
	.filter_select_block .common_btn{
		width: 100%;
		margin: 0 0 10px 0;
	}
	.filter_select_block .two > div .input-group{
		width: 100%;
    	margin: 0 0 10px 0;
    }
}
/*items*/
.item_block{
	overflow: hidden;
}
.item_list,
.item_list li,
.item_list li a{
	display: block;
}
.item_list{
	margin-right: -30px;
	margin-bottom: -30px;
}
.item_list li{
	width: 25%;
	float: left;
	padding-right: 30px;
	/*margin-bottom: 30px;*/
	margin-bottom: 20px;
}
.item_list li a{
	width: 100%;
	/*height: 224px;*/
	height: 175px;
	border: 1px solid #d2d2d2;
	border-top: 4px solid #939b4f;
	text-decoration: none;
	position: relative;
    transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
}
.item_list li a:hover{
	-webkit-box-shadow: 2px 3px 13px rgba(6,0,1,0.3);
    box-shadow: 2px 3px 13px rgba(6,0,1,0.3);
}
/*191021 adjust border-top*/
.item_list li a:before {
    position:absolute; 
    width:100%; 
    outline: 1px solid #939b4f;
    top:-3px;
    left:0;
    content: '';
    background:#939b4f;
    height:2px;
}

.item_list li .content_block{
	padding: 0 10px 20px;
	/*margin-top: 22px;*/
	margin-top: 20px;
}
.item_list li a .sub_title{
	font-size: 14px;
	color: #8f9195;
	overflow: hidden;
	/*margin-bottom: 10px;*/
	margin-bottom: 8px;
}
.item_list li a .text_block{
	color: #000;
	font-size: 16px;
	max-height: 96px;
	overflow: hidden;
}
.item_list li a:hover .index-border span:before {
    height: 100%;
    /*move in*/
    transition: all 0.1s ease 0;
}


@media screen and (max-width: 1100px){
	.item_list li{
		width: 33.33%;
	}
}
@media screen and (max-width: 768px){
	.item_list li{
		width: 50%;
	}
}
@media screen and (max-width: 600px){
	.item_list li{
		width: 100%;
	}
	.item_list li a{
		width: 280px;
		margin-right: auto;
		margin-left: auto;
	}
}
/*邊框效果*/
.index-border-area {
    padding: 0;
    background: transparent;
    outline: none !important;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    display: inline-block;
}
.index-border {
    padding: 0;
    border: none;
	top: 0;
	left: -1px;
	position: absolute;
    width: 100%;
    width: -webkit-calc(100% + 2px);
	width: -moz-calc(100% + 2px);
	width: calc(100% + 2px);
    height: 100%;
    height: -webkit-calc(100% + 1px);
	height: -moz-calc(100% + 1px);
	height: calc(100% + 1px);
    /*line-height: 42px;*/
}
/*左框*/
.index-border:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
	background: #939b4f;
    height: 0%;
    width: 4px;
    /*move out*/
    transition: all 0.2s ease 0;
}
.item_list li a:hover .index-border:before {
    height: 100%;
    /*move in*/
    transition: all 0.2s ease 0.6s;
}
.index-border span {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
}
.index-border span:before,
.index-border span:after {
    content: "";
    position: absolute;
    background: #939b4f;
}
/*下框*/
.index-border span:after {
	width: 0%;
	height: 4px;
	right: 0;
    bottom: 0;
	/*move out*/
	transition: all 0.2s ease 0.2s;
}
.item_list li a:hover .index-border span:after {
    width: 100%;
    /*move in*/
    transition: all 0.2s ease 0.5s;
}
/*右框*/
.index-border span:before{
    width: 4px;
    height: 0%;
    right: 0;
    top: 0;
	/*move out*/
    transition: all 0.2s ease 0.4s;

}


/* ----- News info ----- */
.date_info{
	display: block;
	font-size: 16px;
	color: #8f9195;	
	margin-bottom: 18px;
}
.back.common_btn {
    width: 150px;
    height: 40px;
    color: #e98121;
    line-height: 38px;
    border: 1px solid #e98121;
    border-radius: 3px;
    text-align: center;
    text-decoration: none;
    background: #fff;
    margin: 100px auto 0;
    margin-top: 20px;
}
/* ----- Ryan ----- */
.desc_block {
    line-height:36px;
    padding:0 20px;
}

.video-link {
    vertical-align:middle;
}
.video-link .st0{fill:#8f9195;}
.video-link .st1{fill:#FFFFFF;}
.video-link:hover .st0 {fill:#d06e13;}


.fin_investor.common_table .doc_col,
.fin_investor.common_table .doc_link  {
    width:20px;
    word-break:keep-all;
    text-align:right;
    padding:8px 4px;
}

.fin_investor.common_table td.doc_link a{
    font-size:20px;
    margin:0;
}

.fin_investor.common_table .doc_col:last-child,
.fin_investor.common_table .doc_link:last-child {
    padding-right:15px;
}

.fin_investor.common_table th:nth-child(4) {
    padding:8px;
}
.fin_investor.common_table th:nth-child(4):before {
    content:'/';
    position:absolute;
    right:0;
}
.fin_investor.common_table th:nth-child(4):after {
    content:'/';
    position:absolute;
    left:0;
}

.fin_investor.common_table td:nth-child(3):not(:last-child) {
    text-align:right;
    line-height:17px;
}

.fin_investor.common_table td:nth-child(4) {
    text-align:center;
}
.fin_investor.common_table td:nth-child(5) {
    text-align:left;
}


/*Only One Column*/
.fin_investor.common_table th:nth-child(3):last-child,
.fin_investor.common_table td:nth-child(3):last-child {
    width:125px;
    text-align:right;
    padding:8px 15px;
}
.fin_investor.common_table td:nth-child(3) a {
	margin-left:5px;
}

.fin_investor.common_table th.doc_col.single-col,
.fin_investor.common_table td.doc_link.single-col {
    text-align:center;
}

.fin_investor.common_table td.doc_link:last-child a:last-child{
    vertical-align:top;
    margin-right:5px;
}

@media screen and (max-width: 768px){
    .fin_investor.common_table td:last-child a {
	    margin-left:5px;
    }

    .fin_investor.common_table td:last-child {
		width: auto !important;
        text-align:center !important;
	}

    .fin_investor.common_table td.doc_link:not(:last-child) a:first-child{
        vertical-align:top;
    }
}







