/*=============================================================*/
/* 撟港遢+���賊�豢�� */
/*=============================================================*/

	.year_term_container {
      border-radius: 0.9375rem;
      display: flex;
      justify-content: flex-end;
      flex-wrap: wrap;
      gap: 0.625rem;
      margin-bottom: 1.25rem;
    }

    .year-select,
    .term-select {
      /* border: 1px solid #000; */
      /* border-radius: 20px; */
      /* padding: 20px 40px; */
      font-size: 1rem;
      color: var(--dark_color);
      box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
    }

    .year-select select,
    .term-select select {
	  width: 6.25rem; /*100*/
      cursor: pointer;
      color: inherit;
      font-size: inherit;
      border: none;      
      
    }
    .year-select select{
		font-family: var(--foreign_font);
	}


	.year_term_container button.submit{
		border-radius: 0.125rem; /*2*/
		border: none;
		font-size: 1rem; /*16px*/
		padding: 0 0.625rem;
		margin: 0;
		font-weight: 500;
		line-height: 1;
		background-color: var(--fourth_color);
		font-family: var(--mandarin_font);
		color: #fff;
		height: auto;
		cursor: pointer;
		box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
	}
	.year_term_container button.submit:hover{
		opacity: 0.7;
	}
.DownloadArea {
    padding: 0;
}


.DownloadList {
    position: relative;
    border-bottom: 1px #b5b5b5 solid;
    margin: 0 0 10px 0;
    padding: 10px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 5px;

}

.download_left {
    display: flex;
    align-items: center;
    gap: 5px;
}

.download_right {
    display: flex;
    align-items: center;
    gap: 10px;
}

.download_num {
    padding-right: 5px;
    border-right: 1px solid #ccc;
}

.download_time {
    margin-left: -5px;
    border-right: 1px solid #ccc;
}

.DownloadTag {
    position: absolute;
    left: 0px;
    font-size: 16px;
    color: #b56767;
    text-align: left;
}

.DownloadDate {
    position: absolute;
    left: 0px;
    font-family: 'Montserrat', sans-serif;
    color: #575757;
    font-size: 16px;
    line-height: 22px;
}

.DownloadTit {
    font-weight: normal;
    font-size: 16px;
    line-height: 22px;
    color: #333;
    display: block;
}

.DownloadTit a {
    font-weight: inherit;
    font-size: inherit;
    line-height: inherit;
    color: inherit;
    display: block;
    text-decoration: none;
}

.DownloadTit a:hover {
    transition: all 0.3s ease;
    opacity: 0.7;
}

.Download {
    position: absolute;
    position: relative;
    top: 0;
    right: 0px;
}


.DownlFile {
    float: left;
    padding-left: 10px;

}

.DownlFile a {
    display: block;
}

.DownlFile a:hover {
    opacity: 0.5;
}

.DownlFile img {
    width: 28px;
    height: auto;
}



@media (max-width:990px) {

    .DownloadList {}

    .DownloadDate {
        font-size: 14px;
    }

    .DownlFile img {
        width: 26px;
    }
}


@media (max-width:768px) {


    .DownloadList {
        padding: 0px 0px 10px 0px;
        margin-bottom: 10px;
        margin-top: 0;
    }

    .DownloadList:first-of-type {
        padding: 10px 0px 10px 0px;

    }

    .DownloadDate {
        position: unset;
        left: unset;
        margin-bottom: 10px;
    }

    .Download {
        position: unset;
        top: unset;
        margin-top: 10px;
        bottom: 0px;
        margin-top: 0;
    }

    .DownlFile {
        padding: 0px 15px 0px 0px;
        padding: 0;
    }
}

@media (max-width:640px) {
    .right_contentBg strong {
        font-size: 16px;
    }

    .DownloadTit {
        font-weight: normal;
        font-size: 14px;
        line-height: 22px;
        color: #333;
        display: block;
    }

    .type button {

        font-size: 14px;

    }

}