﻿@charset "utf-8";
/* CSS Document */
html{height:100%;}
*{margin:0; padding:0;}
body{ border:0; font-size:16px; color:#5b5a5a; 
	margin:0px; text-align:left; line-height:30px; background-image: url(../images/bg.jpg); 
	font-family:Verdana, Geneva, sans-serif}
img{border:0;}
ul{padding:0; margin:0; }
li{padding:0; margin:0; list-style:none; color:#5b5b5b }
a {text-decoration: none; color: #000;}
a:hover {color: #860210; text-decoration:underline}
#bg{ position:absolute;z-index:-1;width:100%;height:100%;top:0px;left:0px;}
.main{ width:90%; margin:0 auto; }
.logo{ margin:10px 0px;}

.story{ margin:0 auto; margin-top:80px ; width:311px; height:48px;margin-bottom:30px}
.fontt{ font-size:16px; color:#333; margin-bottom:10px}
.contentbox{ overflow:auto; margin:0 auto; margin-top:60px; width:85%; margin-bottom:50px}
.left{ float:left; width:60%; margin-right:20px}
.left img{ max-width: 100%; margin-right:5px}
.left td{ line-height:24px;  }
.left td div{ font-weight:bold;color:#666; width:95%; font-size:15px; line-height:22px; 
-webkit-box-orient: vertical;
-webkit-line-clamp:1;
 margin-top:5px}

.left td p{ font-weight:normal; font-size:14px;}
.right{ float:right; width:35%; font-size:14px;}
.right li{ display:block; color:#333;  font-size:15px; line-height:26px; display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp:2;
overflow: hidden;width:90%; margin-top:5px}
.right li p{ color:#666}
.searchb{ width:60%; margin:0 auto; margin-bottom:10px}
.searchbox{ height:45px; border:1px solid #b28850; background:#FFF; width:100%}

.scontentbox{ margin:40px 0px 0px 0px;}
.scontentbox p{ font-size:14px; line-height:26px; display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp:5;
overflow: hidden; padding-top:5px;}
.scontentbox img{ float:left; display:block; margin-right:20px; margin-top:10px; margin-bottom:10px;max-width: 100%;}

.tit{ font-size:16px; color:#333; font-weight:bold}
.mechanism{ color:#666; font-size:14px;}


div.search {
	padding:10px 0;
}
form {
	position:relative;
	width:100%;
	margin:0 auto;
}
input,button {
	border:none;
	outline:none;
}
input {
	width:100%;
	height:45px;
	padding-left:13px;
}
button {
	height:45px;
	width:42px;
	cursor:pointer;
	position:absolute;
}

.contribution{ font-size:20px; font-weight:bold; line-height:45px; color:#000; }
.Contribution1{ width:50%; text-align:center; background:#c5464a; color:#fff; margin-left:30px; font-size:18px; border-radius:5px;}

/*搜索框6*/

.bar6 form{
	border:2px solid #c5464a;
	border-radius:5px;
	top:0px;
	right:0px;
}
.bar6 select {
	border-radius:5px 0px 0px 5px;
	font-size:14px;
	padding-left: 2%; border:0px ;

	height: 45px;
	width: 10%;
}
.bar6 input {
	margin-left: -5px;
	width:86%;padding-left:10px;font-size:14px; 
}
.bar6 button {
	background:#c5464a;
	border-radius:0 2px 2px 0;
	width:10%;
	top:0;
	right:0;font-size:14px; 
}
.bar6 button:before {
	content:"搜索";
	font-size:14px;
	color:#F9F0DA;
}

.label{ font-size:14px; color:#333; margin:10px 0px}
.label td{ text-align:left}

.label td a{}

.footer{ height:50px; background:#1a1a1a; text-align:center; line-height:50px; font-size:14px; color:#999 }

.login {
	position: fixed;
	top:0;
	right:0;
	width: 100%;
	height: 100%;
}
.login .bg {
	background-color: #000;
	opacity: 0.5;
	position: fixed;
	top:0;
	right:0;
	width: 100%;
	height: 100%;
}
.login form {
	background-color: white;
	margin-top: 180px;
	width: 550px;
	height: 420px;
	border-radius: 5px;
	text-align: center;
}
.login-form div {
	margin: 0 auto;
	margin-top: 10px;
	width: 340px;
}
.login-form img {
	margin-top: 30px;
}
.login-form .info {
	display: flex;
	flex-direction: row;
	justify-content:center;
    align-items:Center;
}
.login-form .line {
	border-top: solid #CCC 1px;
	margin-top: -0px;
	width: 65px;
	height: 1px;
}
.login-form .text {
	border: 1px solid #e7dd95;
	border-radius: 5px;
	background-color: #fff8c4;
	margin: 0 auto;
	width: 300px;
}
.login-form .submit {
	border: 1px solid #e7dd95;
	border-radius: 5px;
	background-color: #d0584a;
	margin: 0 auto;
	width: 315px;
	color: white;
}
.login-form a {
	font-size: 14px;
}

