html,
body {
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	/**font-family:  "Microsoft YaHei", "Microsoft JhengHei", "Georgia", "Xin Gothic", "Hiragino Sans GB", "Droid Sans Fallback","STHeiti",  sans-serif;**/
	height:100%;
	
	background-color:#f0ede6;
}

::selection {
  background: #03a4ed;
  color: #fff;
}

::-moz-selection {
  background: #03a4ed;
  color: #fff;
}


a{
	color: #333;
	text-decoration: none;
	-webkit-backface-visibility: hidden;
}


a:hover,a:active {
    text-decoration: none;
    color: #ff695f;
}



.fs-7{
	font-size:15px;
}
.fs-8{
	font-size:14px;
}
.fs-9{
	font-size:13px;
}
.fs-10{
	font-size:12px;
}
.lh-md{
	line-height:1.8;
}


.link-text{
	color:#333;
	text-decoration: underline  #333;
	text-underline-offset: 4px;
}
.link-text:hover{
	color:#ff695f;
	text-decoration: underline  #ff695f;
	text-underline-offset: 4px;
}



.header{
	background-color:#f1f1f1;
	padding:1rem 0;
}



.navbar-brand{
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
}
.navbar-brand img{
	object-fit: contain;
	height:50px;
	margin-right:10px;
}

.navbar-brand h1{
	margin:0;
	font-size:24px;
	font-weight:bold;
}


.navbar-toggler{
	position: absolute;
    right: 10px;
    top: 10px;
}

.navbar-nav .nav-item {
	position: relative;
	margin:0 1rem;
}

.navbar-nav .nav-item .nav-link{
	font-weight:bold;
	font-size:18px;
	color:#000;
	padding:1rem 0;
	transition: all .3s ease;
}

.navbar-nav .nav-item .nav-link:after{
    position: absolute;
    content: "";
    display: block;
    margin: 0 auto;
    width: 0;
    height: 2px;
    transition: opacity .3s ease, width .3s ease;
    right: 0;
    left: 0;
	bottom:0;
    pointer-events: none;
    background-color: var(--hoverColor, currentColor);
}
.navbar-nav .nav-item:hover .nav-link{
	color:#f44336;
}


.navbar-nav .nav-item:hover .nav-link:after{
	width:100%;
}


.footer{
	background-color:#010101;
	padding:30px 0;
	
}
.max-width-160{
	max-width:160px;
}
.footer p{
	color:#ccc;
	line-height:2;
}




.home-slider{
	height:720px;
}
.home-slider .mask{
	position: absolute;
    width: 100%;
    height: 100%;
	background-color:#00000040;
	z-index:1;
}
.home-slider .carousel-inner{
	position: absolute;
    width: 100%;
    height: 100%;
	z-index: 0;
}
.home-slider .carousel-inner .carousel-item{
	height:100%;
}
.home-slider .carousel-inner .carousel-item img{
	width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.home-slider .container{
	position: relative;
	z-index:2;
}


.home-slider .carousel-area{
	display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
	text-align:center;
}

.home-slider .carousel-area .flag{
	width:200px;
	margin-bottom:2rem;
}

.home-slider .carousel-area h2{
	font-size:3rem;
	font-weight:bold;
	color:#fff;
	margin-bottom:1rem;
}
.home-slider .carousel-area h3{
	font-size:3rem;
	font-weight:bold;
	color:#fff;
	margin-bottom:4rem;
}


@media (min-width: 992px) {
	.home-slider .carousel-area h2{
		font-size:5rem;
	}
	.home-slider .carousel-area h3{
		font-size:5rem;
	}
}

.home-slider .carousel-area h6{
	font-size:2rem;
	color:#fff;
	margin-bottom:4rem;
}



.section {
	padding:4rem 0;
}

.section-heading{
	position: relative;
	text-align: center;
	margin-bottom: 2rem;
}


.section-heading h2 {
	color: #333;
	font-size: 36px;
	font-weight: 700;
	letter-spacing: 2px;
}

@media (min-width: 992px) {
	.section-heading{
		margin-bottom: 3rem;
	}

	.section-heading h2{
		font-size: 46px;
	}
}

.section-heading h6 {
	font-size: 12px;
	font-weight: 500;
	text-transform: uppercase;
	line-height: 1.5em;
	color:#999;
}

.section-heading p {
	line-height: 1.5em;
	letter-spacing: 1px;
	color:#666;
	font-size:14px;
}



.part-instruction{
    margin: 3rem;
}

.part-instruction .text-area{
	line-height:1.8;
	font-size:18px;
	color:#000;
}



.part-apply{}

.part-apply .card .item{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
	padding:2rem 0;
}

.part-apply .card .card-title{

	font-size:24px;
	font-weight:bold;
	margin-top:1.5rem;
}
.part-apply .card .card-text{
	color:#080808;
	font-size:17px;
	font-weight: 400;
	margin-top:1rem;
}


.part-question{
	width:100%;
}

@media (min-width: 992px) {
	.part-question{
		width:800px;
		margin:0 auto;
	}
}

.part-question .accordion-item{
	background:none;
}

.part-question .accordion-button{
	background-color: #bcb6b638;
	font-weight:bold;
}





.article-list-date{
	background-color:#f9f9f9;
	border:1px solid #eee;
	padding:10px;
	
}
.article-list-date .item{
	display: flex;
	margin: 15px;
}
.article-list-date .item-date{
	background-color:#00549d;
	padding:10px;
	text-align:center;
	color:#fff;

	width:80px;
	height:90px;
	
	margin-right:10px;
	
	flex-shrink: 0;
}
.article-list-date .item-date big{
	font-size:28px;
	font-weight:bold;
}
.article-list-date .item-date time{
	font-size:12px;
}
.article-list-date .item-link{
	display:block;
}
.article-list-date .item-link h5{
	font-size:16px;
	font-weight: bold;
}
.article-list-date .item-link p{
	font-size:14px;
	line-height:1.8;
	color:#555;
	margin-bottom:0;
}


.part-banner{
	position: relative;
	width:100%;
	padding:50px 0;
	height:300px;
	background-image:url(../../images/banner.jpg);
	background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}


.part-banner .section-heading{
	position: relative;
	z-index:9;
}

.part-breadcrumb{
	padding:0.5rem 0;
	border-bottom:1px dashed #ccc;
}
.part-breadcrumb ol{
	margin-bottom:0;
}
.part-breadcrumb .breadcrumb-item{
	font-size:14px;
}

.article{
	background-color:#fff;
	padding:0.5rem 1rem;
}
.article-title{
	line-height:2;
    font-size: 1.4rem;
    font-weight: 600;
	text-align:center;

}


.article-info  {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}


.article-info cite {
	font-size: 12px;
    color: #666;
    font-weight: 200;
	margin-right:1rem;
	font-style:normal;
}
.article-info-name em{
	font-size: 12px;
	font-style:normal;
    color: #333;	
}

.article-content{
	margin:1rem 0;
	padding:1rem 0;
	border-top:1px solid #eee;
	border-bottom:1px solid #eee;
	
	line-height:2;
	font-weight: 400;

}
.article-content img{
	max-width:100%;
}

.article-content h1{
	margin:40px 0 30px
}
.article-content h2{
	margin:35px 0 25px
}
.article-content h3{
	margin:30px 0 20px
}
.article-content h4{
	margin:25px 0 15px
}





.side-nav{

	background-color:#013f93;
	color:#fff;
	border-radius:10px;
}

.side-nav .title{
	padding:20px;
}

.side-nav .title h5{
	font-size:18px;
	font-weight:bold;
}
.side-nav .title h6{
	font-size:14px;
}




.article-list{
	list-style:none;
	padding:0;
}
.article-list .item{
	border-bottom: 1px dotted #ddd;
    padding-bottom: 1rem;
	margin-bottom:1rem;
}
.article-list-image{
	position:relative;
}
.article-list-cateurl {
	display:block;
    position: absolute;
    top: 8px;
    left: 8px;
    padding: 0.2rem 1rem;
    color: #eee;
    font-size: 12px;
    border-radius: 4px;
    background: rgba(0,0,0,0.5);
}



.article-list-thumb{
	display:block;
}
.article-list-thumb img:hover {
	opacity: 0.8;
}

.article-list-title{
	display:block;
}
.article-list-title h5{
    font-size: 16px;
    line-height: 1.4em;
    font-weight: 500;
}
.article-list-title p{
    font-size: 13px;
    line-height: 1.8em;
    font-weight: 200;
}


.article-list-info  {
	display: flex!important;
	align-items: center!important;
	line-height:28px;
}


.article-list-info img {
    height: 28px;
    width: 28px;
    border-radius: 14px;
    margin-right: 8px;
}
.article-list-info cite {
	font-size: 12px;
    color: #999;
    font-weight: 200;
	margin-right:1rem;
	font-style:normal;
}
.article-list-info-name em{
	font-size: 12px;
	font-style:normal;
    color: #444;	
}
