@charset "UTF-8";
/* CSS Document */


#leftnav{
	width:255px;
	height: auto;
	float: left;
	padding-top: 50px;
	padding-left: 0px;
}


#leftnav2{
	width:255px;
	height: auto;
	float: left;
	padding-top: 10px;
	padding-left: 0px;
}



#cont2{
	width:auto;
	height:670px;
}


#cont3{
	width:auto;
	height:670px;
}

#cont4{
	width:auto;
	height:3800px;
}



#cont5{
	width:auto;
	height:900px;
}


#cont6{
	width:auto;
	height:950px;
}

#cont7{
	width:auto;
	height:920px;
}



#cont8{
	width:auto;
	height:3650px;
}


#cont9{
	width:auto;
	height:1050px;
}


#cont10{
	width:auto;
	height:1650px;
}


#cont11{
	width:auto;
	height:1900px;
}



#cont12{
	width:auto;
	height:1400px;
}


#cont13{
	width:auto;
	height:1665px;
}



#cont14{
	width:auto;
	height:2130px;
}



#cont15{
	width:auto;
	height:2000px;
}


#cont16{
	width:auto;
	height:2400px;
}


#cont17{
	width:auto;
	height:1800px;
}

#cont18{
	width:auto;
	overflow:hidden;
	padding-bottom:30px;
}



#cont19{
	width:auto;
	height:2250px;
}


#cont20{
	width:auto;
	height:1100px;
}


#cont21{
	width:auto;
	height:1200px;
}


#mnav{
	padding:6px;
	border-top:4px solid;
	border-color:#98D7FF;
	height:40px;
}


#mnav2{
	padding:6px;
	border-top:4px solid;
	border-color:#98D7FF;
	height:35px;
}

#mnav3{
	padding:6px;
	border-top:4px solid;
	border-color:#98D7FF;
	height:5px;
}


#sec{
	border-top:0px solid;
	border-color:#98D7FF;
	padding-top:10px;
	padding-bottom:50px;
	background-image:url(../frame_images/gd.jpg);
	background-position:left top;
	background-repeat:no-repeat;
	overflow:hidden;
}


#sec_x{
	border-top:0px solid;
	border-color:#98D7FF;
	padding-top:10px;
	padding-bottom:30px;
	background-image:url(../frame_images/gd.jpg);
	background-position:left top;
	background-repeat:no-repeat;
	overflow:hidden;
}


#sec2{
	border-top:0px solid;
	border-color:#98D7FF;
	padding-top:8px;
	padding-bottom: 20px;
	background-image:url(../frame_images/gd.jpg);
	background-position:left top;
	background-repeat:no-repeat;
	
}



#ttx{
	width:700px;
	float:left;
	height:auto;
	padding-left: 40px;
	padding-top: 30px;
	
}


#ttx2{
	width:auto;
	float:left;
	height:auto;
	padding-left: 60px;
	padding-top: 30px;
}

#ttx4{
	width:700px;
	float:left;
	height:auto;
	padding-left: 80px;
	padding-top: 40px;
}


#link{
	padding-left:25px;
}



#number{
	padding-left:8px;
}



#fadeshow1{
	border:4px solid;
	border-color: #FFFFFF;
}


#ll{
	width:auto;
	height:auto;
	float:left;
}


#ll2{
	width:320px;
	height:auto;
	float:left;
	padding-top:0px;
	padding-left: 30px;
}


#ent{
	height:200px;
}


#tt2{
	width:500px;
	padding-top: 10px;
}
	
	
	
#form{
	border:1px solid;
	border-color:#98D7FF;
	padding:20px;
	background-color: #98D7FF;
	width: 630px;
}	
	
	

/* news feeder */

section {
  width: 450px;
  float:right;
  background-color: #fff;
  overflow: hidden;
  margin-bottom:120px;
  margin-top:30px;
  border-radius: 6px;
}

.header {
  width: 100%;
  height: 35px;
  padding-top:15px; padding-left:20px;
  background-color: #808080;
  overflow: hidden;
}
.header .circle {
  position: relative;
  top: 20px;
  left: 60px;
  width: 50px;
  height: 50px;
  background-color: #f1c40f;
  box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.3);
  border-radius: 50%;
  z-index: 10;
}
.header h1 {
  position: relative;
  top: 10px;
  left: 110px;
  font-size: 2.5em;
  color: #fff;
  border-bottom: 1px solid #f1c40f;
}

.line {
  position: absolute;
  z-index: 1;
  top: 50px;
  left: 85px;
  height: calc(100% + 100px);
  width: 0px;
  border-right: 1px solid #f1c40f;
}

#content {
  width: 100%;
  height: 300px;
  overflow: hidden;
  padding-top: 20px;
  overflow-y: auto;
  overflow-x: hidden;
}
#content::-webkit-scrollbar {
  width: 10px;
  background-color: #EBEBEB;
}
#content::-webkit-scrollbar-thumb {
  background-color: #ccc;
}
#content .object {
  width: 100%;
}
#content .object:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
}
#content .object .date {
  float: left;
  width: 60px;
  margin: 20px;
  background-color: #8fd5fb;
  color: #fff;
  border-radius: 5px;
  text-align: center;
  line-height: 1.9em;
  font-size: 14px;
  font-family:Verdana, Arial, Helvetica, sans-serif;
}
#content .object .circle {
  position: relative;
  float: left;
  z-index: 10;
  margin: 30px 0 0 -5px;
  width: 20px;
  height: 20px;
  background-color: #3498db;
  border-radius: 50%;
}
#content .object .context {
  float: left;
  color: #666;
  width: 300px;
  min-height: 40px;
  margin: 10px 0 10px 0px;
  padding: 20px;
  border-bottom:1px solid #eaeaea;
  line-height: 1.5em;
}

	
	
	
	
	
	
	
	
	
	
	
