/* CSS Reset *//**********************************************************/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
margin:0;
padding:0;
}
table {
border-collapse:collapse;
border-spacing:0;
}
fieldset,img {
border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
font-style:normal;
font-weight:normal;
}
ol,ul {
list-style:none;
}
caption,th {
text-align:left;
}
h1,h2,h3,h4,h5,h6 {
font-size:100%;
font-weight:normal;
}
q:before,q:after {
content:'';
}
abbr,acronym { border:0;
}

/* Global *//**********************************************************/

body
{
	font-size:14px;
	font-family: "Myriad Arabic",sans-serif;
	color:#000;
	line-height:22px;
	background-color:#fff;
	-webkit-text-size-adjust:none;
}

a
{
	text-decoration:none;
}

a:hover
{
	text-decoration:none;
}

/* Site *//**********************************************************/

body
{
	position:relative;
}

.clear
{
	clear:both;
	display:block;
}

.siteBg
{
	height:100vh;
	width:100vw;
	display:block;
	position:fixed;
	background-image:url(../images/global/site_bg.png);
	background-size:auto 100%;
	background-repeat:no-repeat;
	background-position:center;
	z-index:-1;
}

.landingBg
{
	background-image:url(../images/global/intro_bg.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	background-size:100%;
	background-color:#1B3B6C;
}

@media (orientation: landscape) {
    .landingBg
	{
		background-image:url(../images/global/intro_bg_2.jpg);
	}
}

.siteArea
{
	width:100%;
	overflow:hidden;
}

#header
{
	background-color:#E3E1DF;
	padding: 19px 15px;
	height:24px;
	position:fixed;
	width:calc(100% - 30px);
	z-index:999;
}

#header img
{
	height:24px;
}

#header .navBtn
{
	float:right;
	height:24px;
}

#globalNav
{
	width:215px;
	background-color:#fff;
	position:absolute;
	right:0;
	top:62px;
	display:none;
}

#globalNav .searchArea
{
	background-color:#C8C8C8;
	height:24px;
	padding:13px 15px;
	width:185px;
	background-image:url(../images/global/search_bg.png);
	background-size:100%;
	background-repeat:no-repeat;
}

#q
{
	width:141px;
	border:0px
}

#searchBtn
{
	width:40px;
	height:20px;
	border:0px;
	background:none;
	cursor:pointer;
	
}

#globalNav .langArea
{
	background-color:#E2E1DF;
	text-align:center;
	padding:8px;
}

#globalNav .langArea a
{
	color:#254671;
	margin:0 10px;
	font-size:20px;
}

#globalNav .langArea #tc, #globalNav .langArea #sc
{
	font-size:16px;
}

#globalNav .catArea
{
	padding:5px 0;
}

#globalNav .catArea a
{
	display:block;
	padding:5px 10px;
	font-size:18px;
	color:#333;
	line-height:24px;
}

#statusArea
{
	font-family:'Microsoft YaHei',"Heiti SC",'STHeiti Light','PMingLiU', sans-serif;
	display:none;
	padding: 6px 15px;
	font-size:24px;
	line-height:40px;
	color:#13346e;
	border-bottom:3px solid #656565;
	background:#eceae8;
}

#noResultArea
{
	padding: 6px 15px;
	font-size:14px;
	display:none;
}

#mainArea
{
	padding:62px 0 0;
}

#mainArea .landingBlock
{
	font-family:'Microsoft YaHei',"Heiti SC",'STHeiti Light','PMingLiU', sans-serif;
	color:#fff;
	padding:15px;
	font-size:18px;
	line-height:30px;
	
}

.landingBtn
{
	text-align:center;
	padding:20px;
}

.landingBtn img
{
	width:15vw;
}

#mainArea .yearBlock
{
	
}

#mainArea .yearBlock .itemBar
{
	color:#fff;
	font-size:14px;
	display:table;
	width:100%;	
	width:calc(100% - 30px);
	padding: 6px 15px;
	font-family:'Bebas Neue', sans-serif;
	line-height:18px;
}

#mainArea .yearBlock.hide .itemBar
{
	display:none;	
}

#year_1816-1860 .itemBar { background-color:#884334 }
#year_1861-1870 .itemBar { background-color:#08437F }
#year_1871-1940 .itemBar { background-color:#3A7C3C }
#year_1941-1945 .itemBar { background-color:#764C22 }
#year_1946-1973 .itemBar { background-color:#E0941A }
#year_1974-1979 .itemBar { background-color:#6BA396 }
#year_1980-1988 .itemBar { background-color:#1B66A9 }
#year_1989-1999 .itemBar { background-color:#DD392D }
#year_2000-present .itemBar { background-color:#AF9246 }

#mainArea .yearBlock .itemBar span
{
	display:inline-block;	
}

#mainArea .yearBlock .itemBar .year
{
	font-size:22px;
	padding:18px 0;
	width:110px;

}

#mainArea .yearBlock .itemBar .desc
{
	font-size:22px;
	padding:18px 0;
	
}

.itemArea
{
	display:none;
}

.itemBox
{
	border-bottom:1px solid #aaa;
}

.itemTop
{
	padding:20px 15px 0;
}

.itemTop .title
{
	/*
	float:left;
	width:60%;
	*/
	position:relative;
}

.itemTop .year
{
	font-family:'Bebas Neue', sans-serif;
	font-size:24px;
	line-height:38px;
	color:#000;
}

.itemTop .sub
{
	font-family:'Microsoft YaHei',"Heiti SC",'STHeiti Light','PMingLiU', sans-serif;
	font-size:18px;
	color:#000;
	line-height:20px;
	padding-bottom:10px;
}

.itemTop .insideStoryBtn
{
	position:absolute;
	right:0;
	top:0;
	width:104px;
	height:39px;
	background-image:url(../images/global/inside_story.png);
	background-size:100%;
	background-repeat:no-repeat;
	display:block;
}

.itemTop .cat
{
	clear:both;
	/*
	width:40%;
	float:right;
	*/
	padding-bottom:5px;
}

.itemTop .cat .catIcon
{
	font-family:'Microsoft YaHei',"Heiti SC",'STHeiti Light','PMingLiU', sans-serif;
	display:inline-block;
	text-align:center;
	padding: 2px 5px 0 25px;
	font-size:12px;
	background-image:url(../images/global/cat_icon.png);
	background-repeat:no-repeat;
	background-position:5px 4px;
	border:1px solid #666;
	border-radius:2px;
	margin-bottom:3px;
}

.itemSlideArea
{
	width:100%;
	position:relative;
}

.itemSlideArea .leftBtn, .itemSlideArea .rightBtn
{
	position:absolute;
	width:30px;
	height:30px;
	background-size:100%;
	top:calc(50% - 15px);
	z-index:998;
}

.itemSlideArea .leftBtn{ left:-15px; background-image:url(../images/global/left_btn.png);}
.itemSlideArea .rightBtn{ right:-15px;  background-image:url(../images/global/right_btn.png);}

.slick-disabled
{
	opacity:0.3;
}

.slide
{
	margin:0 auto;
	width:90%;
	width:calc(100% - 28px);
	padding: 0 0 10px;
}

.slide img
{
	width:100%;
}

.slide .caption
{
	font-family:'Microsoft YaHei',"Heiti SC",'STHeiti Light','PMingLiU', sans-serif;
	color:#444;
	display:block;
	padding:5px 0 0;
	font-size:13px;
	line-height:17px;
}

.itemDesc
{
	padding: 0 15px 20px;
	font-size:16px;
	line-height:20px;
}

.itemDesc .descBox
{
	font-family:'Microsoft YaHei',"Heiti SC",'STHeiti Light','PMingLiU', sans-serif;
	padding:20px;
	color:#fff;
	text-align:justify;
}

/*.brownBox{background-color:#894334; color:#fff}*/


/* Background *//**********************************************************/

#year_1816-1860 .descBox { background-color:#884334;}
#year_1861-1870 .descBox { background-color:#08437F;}
#year_1871-1940 .descBox { background-color:#3A7C3C;}
#year_1941-1945 .descBox { background-color:#764C22;}
#year_1946-1973 .descBox { background-color:#E0941A;}
#year_1974-1979 .descBox { background-color:#6BA396;}
#year_1980-1988 .descBox { background-color:#1B66A9;}
#year_1989-1999 .descBox { background-color:#DD392D;}
#year_2000-present .descBox { background-color:#AF9246;}

.parchment
{
	background-image:url(../images/global/parchment_bg.png);
	background-color:#F8E2B0;
	background-position:top;
	background-size:100%;
	background-repeat:no-repeat;
}

.parchment .descBox
{
	background:none!important;
	color:#000;
	padding:5px 0;
}

.descBox.noBackground
{
	background:none!important;
	color:#000;
	padding:5px 0;
}

/* Special *//**********************************************************/

.sp1
{
	background-image:url(../images/global/sp1_bg.png);
	background-color:#4A4338;
	background-position:top;
	background-size:100% 100%;
	background-repeat:no-repeat;
}

.sp1 .itemTop .year
{
	color:#fff;
}

.sp1 .itemTop .sub
{
	color:#fff;
}

.sp1 .itemDesc .descBox
{
	color:#fff
}

.sp1 .itemTop .cat .catIcon
{
	color:#fff;
	border:1px solid #ddd;
}

.sp1 .caption
{
	color:#fff
}







