s@font-face {
    font-family: AppleSymbols;
    src: url('../fonts/AppleGothic.ttf') format('truetype');
}

@font-face {
    font-family: TimesNewRomanItalic;
    src: url('../fonts/Times New Roman Italic.ttf');
}

@font-face {
    font-family: TimesNewRoman;
    src: url('../fonts/Times New Roman.ttf');
}

/*@font-face {
    font-family: PingFangSCRegular;
    src: url('../fonts/Amiri-Regular.ttf');
}*/


/*@font-face {
    font-family: Amiri;
    src: url('../fonts/Amiri-Regular.ttf');
}*/



/*@font-face{
	font-family: PingFangSCLight;
	src: url('../fonts/PingFang Light.ttf');
}
@font-face{
	font-family: SourceHanSansCNBold;
	src: url('../fonts/Source Han Sans CN Bold.ttf');
}*/

@font-face {
    font-family: SourceHanSansCNRegular;
    src: url('../fonts/SourceHanSansCNRegular.ttf');
}

body {
   /*// font-size: .23rem;*/
    font-family: Amiri;
    /* font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji"; */
}


/* 超鏈接樣式 */

.link-text {
    color: #243f74;
    cursor: pointer;
}

.link-text:hover {
    color: #A31953;
    text-decoration: underline;
}

.common-padding {
    width: 75.2rem;
    margin: 0 auto;
    
}

.flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.flex-top {
    align-items: flex-start!important;
}

.flex-start {
    /* justify-content: flex-start!important; */
}

.full-height {
    height: 100%;
}

.none {
    display: none;
}


/* header */

.header {
    height: 4.05rem;
    background-color: #A31953;
    color: #FFFFFF;
    font-size: 1.3rem;
    /*font-weight: bold;*/
    font-family: Amiri;
}

.icon {
    display: inline-block;
    width: 1rem;
    height: 1rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    margin: 0 .05rem;
}

.icon-home {
    background-image: url(../../images/icon_home.png);
}

.icon-submit {
    background-image: url(../../images/icon_submit.png);
}

.icon-login {
    background-image: url(../../../images/icon_login.png);
}

.arrow-down {
    display: inline-block;
    width: .52rem;
    height: .52rem;
    border-width: 1px 1px 0 0;
    border-style: solid;
    border-color: #fff;
    transform: rotate(135deg);
    margin: 0 4px;
    transition: .2s;
}

.header-desc {
    margin-right: .55rem;
    white-space: nowrap;
    font-family: Amiri; 
}

.logo {
    flex-direction: column;
    justify-content: center;
}

.logo .logo-pic {
    display: inline-block;
    width: 8.2rem;
    height: 4.1rem;
    background: url(../../images/logo-lighten.svg) center no-repeat;
    background-size: 100%;
    margin-right: .5rem;
}

.logo .logo-title {
    font-size: .1rem;
    height: .12rem;
    margin-top: -.03rem;
    white-space: nowrap;
    transform: scale(.9);
}

.main-menu>li {
    height: .72rem;
    margin: 0 0.8rem;
    display: flex;
    align-items: center;
    white-space: nowrap;
    position: relative;
}

.main-menu>li:hover .sub-menu {
    display: block;
}

.main-menu li:hover .arrow-down {
    transform: rotate(-45deg);
}

.main-menu li a {
    font-size: 1.2rem;
}

.sub-menu li.li_border {
    border-bottom: 1px solid #dedede;
}

.sub-menu {
    display: none;
    padding: 0.05rem;
    background-color: #fff;
    box-shadow: 0px 5px 0px #a31953;
    position: absolute;
    left: -0.64rem;
    top: 1.1rem;
    z-index: 99;
    border-top: 19px solid #A31953;
    /*transform: translate(.48rem, 0);*/
}

.sub-menu.recent {
    /* left: -1.2rem; */
}

.sub-menu li {
    transition: .3s;
}

.sub-menu li a {
    display: block;
    line-height: 2;
    color: #252525;
    margin: 0 .05rem;
    padding: .02rem .04rem;
    border-radius: .05rem;
    border: solid 2px transparent;
}

.sub-menu li:hover {
    background-color: #E1E1E1;
}

.sub-menu li:hover a {
   /* font-weight: bold;*/
    color: #A31953;
    /*border: solid 2px #A31953;*/
    /*box-shadow: 0px 3px 4px rgba(199, 2, 85, 0.42) inset,0px 3px 4px rgba(199, 2, 85, 0.42);*/
}

.justiy {
    text-align: justify;
}

.header-btn {
    background-color: transparent;
    border: solid 1px rgba(255, 255, 255, 0);
    border-radius: 6px;
    color: #FFFFFF;
    padding: .05rem .5rem;
    margin-left: .2rem;
    display: flex;
    align-items: center;
    transition: .2s;
}

.border {
    border: 1px solid #dddddd;
}

.center {
    text-align: center;
}

.header-btn:hover {
    border-color: rgba(255, 255, 255, 0.5);
}


/* footer */

.footer {
    border-top: solid 3px #A31953;
    background-color: #f5f5f5;
    padding-top: .6rem;
    padding-bottom: .6rem;
}

.footer-logo {
    width: 18.6rem;
    margin-right: -9rem;
}

.footer-logo img {
    /*width: 70%;*/
}

.footer-nav {
    flex: 1;
    color: rgb(20, 20, 20);
}

.footer-nav-item h4 {
    line-height: 2.4;
    font-size: 1.3rem;
    font-family: Georgia;
}

.footer-nav-item p a{
    line-height: 2;
    font-size: 1rem;
}

.copyright {
    height: 1.56rem;
    background-color: #222222;
    color: #fff;
    font-size: .2rem;
}

.org-list {
    /* width: 36%; */
}

.org-list li {
    margin: 0 8px;
}

.org-list li.line {
    width: 1px;
    height: .24rem;
    background-color: #666;
}


/* News & Events */

.news-events {
    height: 4.88rem;
}

.news-left {
    width: 6.06rem;
    height: 100%;
    background-color: #24375C;
    color: #fff;
    flex-direction: column;
    padding: .3rem;
    text-align: justify;
    align-items: flex-start;
}

.news-left-title {
    font-size: .26rem;
    line-height: .36rem;
   /* font-weight: bold;*/
}

.news-left-text {
    font-size: .23rem;
    line-height: .33rem;
}

.news-left-text.first {
    margin-top: -1rem;
}

.news-list {
    flex: 1;
    height: 100%;
    border: solid 1px #24375C;
    padding: 0 .2rem 0 .2rem;
    overflow: auto;
}

.news-list .flex {
    padding: .22rem 0 .15rem .2rem;
    border-bottom: solid 1px #707070;
    position: relative;
}

.news-list .flex:last-child {
    border: none;
}

.news-list .flex:before {
    content: '';
    width: .1rem;
    height: .1rem;
    border-radius: 50%;
    background-color: #24375C;
    position: absolute;
    left: 0;
    top: 0.38rem;
    transform: translateY(-50%);
}

.news-list .flex .news-text {
    width: 88%;
    font-size: .23rem;
    font-weight: normal;
    line-height: .33rem;
    text-align: justify;
    /* white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden; */
}

.news-list .flex .news-text.date {
    width: 12%;
    font-size: .18rem;
    font-weight: normal;
    text-align: right;
}


.flexrow{
        display: flex;
    flex-direction: row;
    align-items: center;
    margin: 0.2rem auto;
}
.form-check-label{
    display: flex;
    flex-direction: row;
    align-items: center;
}
.form-check-input{
    margin-top: 0;
}

.header-left{
    font-size: 2.1rem;
}