@keyframes fadeInLeft {
  0% {
    
    transform: translate3d(-3000px, 0, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInBottom {
  0% {
    transform: translate3d(0, 100px, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
.fadeInLeft {
	animation: fadeInLeft 1.5s;
}
.fadeInBottom {
	animation: fadeInBottom 1.5s;
}
.myhidden {
	visibility: hidden;
}

/* banner */
#mobile {
	/* height: 220px; */
	width: 100%;
	background-position: 50% 50%!important;
	background-size: cover!important;
	position: relative;
}
#mobile img {
	width: 100%;
	/* height: 100%; */
}
#mybanner {
	/* height: 390px; */
	width: 100%;
    background-position: 50% 50% !important;
    cursor: pointer !important;
    background-size: cover !important;
    position: relative !important;
}
#mybanner img {
	width: 100%;
	/* height: 100%; */
}
#mybanner div {
	position: absolute;
	top: 35%;
	width: 100%;
}
#mybanner h1, #mybanner h2 {
	width: 100%;
	text-align: center;
	color: rgb(181, 139, 114);
	font-family: SimHei;
}
#mybanner h1 {
	font-size: 3.2em;
	line-height: 1.4;
}
#mybanner h2 {
	font-size: 1.1em;
}

/* main */
#main {
	margin: 5% 15px 0 15px;
	overflow: hidden;
}
.monthDay {
	color: #575C5CFF;
	font-weight: 400;
	font-size: 3.3em;
	text-align: right;
	width: 100%;
	margin-bottom: 0;
}
.year {
 	/*margin-top: 5px;*/
    font-size: 1em;
    color: #999;
    text-align: right;
	width: 100%;
}
.newsTitile {
	font-size: 1.5em;
    line-height: 1.50em;
    text-align: left;
    color: rgb(129, 101, 84);
}
.myDetails {
	font-size: 1em;
    line-height: 1.50em;
    text-align: left;
    color: rgb(205, 192, 185);
}
.row {
	margin-bottom: 3%;
}

.page {
	width: 50%;
	margin: auto;
	text-align: center;
	margin-top: 74px;
}

.dux-page a{
	color: #999;
	margin-right: 10px;
}

.active-page {
	color: #B58B72 !important;
}


@media screen and (max-width: 992px) and (min-width:768px) { 
	
}
@media (max-width:767px) {
    #mybanner {
			height: 220px;
    }
    #mybanner h1 {
		font-size: 2em;
		line-height: 1.4;
	}
	#mybanner h2 {
		font-size: 1em;
	}

	#main {
		margin: 1% 15px;
	}
	.myTime {
		display: none;
	}
	.page {
		width: 90%;
		margin-top: 30px;
	}

}