/* CSS Document */
@charset "UTF-8";
html, body, div, span, object, iframe,
 p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd,
 form, label, legend,
caption, tbody, tfoot, thead, tr, th, 
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}


body {
	background:none repeat scroll 0 0 #FFCC99;
	margin-top:15px;
	
}

#share-buttons img {
width: 35px;
padding: 5px;
border: 0;
box-shadow: 0;
display: inline;
}

table >tbody > tr > td > ul > li
	{
	margin:10px;
	margin-left:10px;
	}
nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

.main_warpper
	{
	width:1200px;
	height:500px;
	margin:auto;
	padding:0px;
	}  
		
.header
	{
	height:150px;
	background:#FFFFFF;
	}
	
.header_left
	{
	float:left;
	width:400px;
	margin-left:10px;
	margin-top:10px;
	}
.header_left > a >img
	{
	width:80%;
	margin-top:10px;
	}	
		
.header_right
	{
	float:right;
	width:778px;
	margin-right:10px;
	margin-top:10px;
	}	



	
.nav-manu > ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #333;
}

.nav-manu > ul > li 
	{
	float: left;
	}

li a, .dropbtn {
    display: inline-block;
    color: white;
    text-align: center;
    padding: 6px 8px;
    text-decoration: none;
	min-width: 134px;

}

li a:hover, .dropdown:hover .dropbtn {
    background-color: red;
}

li.dropdown {
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
	    min-width: 134px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.dropdown-content a {
    color: black;
    padding: 4px 8px;
    text-decoration: none;
    display: block;
    text-align: left;
}

.dropdown-content a:hover {background-color:#9933CC;}

.dropdown:hover .dropdown-content {
    display: block;
}


.news_update
	{
	height:18px;
	margin-top:8px;
	border:#000000 1px solid;
	}
	
.news_update .left_name
	{
	float:left;
	width:200px;
	height:18px;
	background:#FFFFFF;
	color:#0000FF;
	text-align:center;
    }
	
.news_update .right_news
	{
	font-size:16px;
	width:995px;
	float:right;
	color:#0000FF;
	}
		
.news_update .right_news marquee a
	{
	text-decoration:none;
	color:#000000;
	font-size:15px;
	}
	
.ads_wrapper
	{
	margin-top:10px;	
	height:auto;
	}	

.container {
  display: flex;
  margin-top:10px;
  margin-bottom:10px;
}
.container > div {
  flex: 1; /*grow*/
  margin:2px;
  margin-left:0px;
  padding:0px;
  }

.container > div  > a
  {
  text-decoration:none;
  margin-left:10px;
  }

.container > div  > a:hover
  {
text-decoration:underline;
  }

.box_title
	{
	background:#0000FF; 
	height:22px; 
	margin:auto;
	text-align:center;
	font-size:18px;
	font-weight:bold;
	color:#FFFFFF;
	}	
.div_link
	{
	margin-top:20px;
	text-align:center;
	}
	
.div_link a
	{
	color:#FFFFFF;
	text-decoration:none;
	font-size:20px;
	}
		
.div_link a:hover
	{
	text-decoration:underline;
	}		
	
footer
	{
	margin-top:20px;
	font-size:12px;
	background:#FF0000;
	}	

.post_image
	{
	width:100%;
	height:150px;
	}

input[type=text],[type=password],input[type=reset],select, textarea 
{
    width: 100%;
    padding: 4px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    margin-top: 0px;
    margin-bottom : 8px;
    resize: vertical;
}	

.comment
	{
	}