@charset "UTF-8";
body {
  min-width: 1280px;
}

.clear:after {
  content: "";
  clear: both;
  height: 0;
  visibility: hidden;
  display: block;
}

.clear {
  zoom: 1;
}

html, body {
  font-family: "黑体", "思源黑体", "Arial Normal", Arial;
}

.bw {
  width: 1280px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  margin: 0 auto;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

a {
  outline: none;
}

a:active, a:hover, a:focus {
  outline: none;
}

.header {
  color: #fff;
  font-size: 14px;
  width: 100%;
  height: auto;
  background-color: #333;
}

.header .head {
  line-height: 40px;
  height: 40px;
  width: 1200px;
  margin: 0 auto;
}

.header .head .span {
  float: left;
}

.header .head .loginarea {
  float: right;
}

.header .head .loginarea span {
  line-height: 16px;
  padding: 0 1em;
}

.header .head .loginarea .quit {
  padding-right: 0;
}

.header .head .loginarea .name {
  border-right: 1px solid #fff;
}

.header .head .loginarea a {
  color: #fff;
  text-decoration: none;
}

.header .head .loginarea a:hover {
  text-decoration: underline;
}

.header .logobox {
  background-color: #f2f2f2;
  font-size: 0;
  height: 100px;
  overflow: hidden;
}

.header .logobox .logo {
  width: 1200px;
  margin: 0 auto;
  font-size: 0;
  text-align: right;
}

.header .logobox .logo .logoImg {
  float: left;
}

.header .logobox .logo .title {
  float: right;
  font-size: 14px;
  color: #ca1331;
  height: 100px;
  line-height: 100px;
}

.header .logobox .logo .title span {
  font-size: 22px;
  font-weight: 600;
  padding: 0 20px;
  border-right: 1px solid #ca1331;
}

.header .logobox .logo .title a {
  margin: 0 20px;
  color: #000;
  font-size: 16px;
}

.header .logobox img {
  width: 200px;
  margin: 28px 0;
  vertical-align: middle;
}

.menuBar {
  height: 70px;
  line-height: 70px;
  border: 1px solid #ca1331;
  background-color: #ca1331;
}

.menuBar a {
  color: #fff;
}

.menuBar .bw {
  font-size: 0;
}

.menuBar .menuitem {
  font-size: 16px;
  width: 200px;
  display: inline-block;
  text-align: center;
  cursor: pointer;
  position: relative;
}

.menuBar i {
  margin-left: 1em;
}

.menuBar .menuitem:hover {
  background-color: #b51a2f;
}

.menuBar .menuitem:hover i:before {
  content: "\f126";
}

.menuBar .menulist {
  display: none;
  min-width: 70%;
  position: absolute;
  background-color: #fff;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  overflow: hidden;
  box-shadow: 2px 2px 10px 4px #666;
  -moz-box-shadow: 2px 2px 10px 4px #666;
  -webkit-box-shadow: 2px 2px 10px 4px #666;
}

.menuBar .menulist li {
  line-height: 40px;
  height: 40px;
  color: #000;
  text-align: left;
  padding: 0 1em;
  font-size: 14px;
}

.menuBar .menulist li a {
  color: #333;
  display: block;
  width: 100%;
}

.menuBar .menulist li a:hover {
  font-weight: bold;
  color: #ca1331;
}

.articles {
  margin-top: 30px;
  background-color: #fff;
  padding: 1em;
}

.articles .tit {
  margin-top: 30px;
}

.arti table {
  border-collapse: collapse;
  border: 1px solid #d7d7d7;
  margin: 0 auto;
}

.arti table th {
  color: #333;
  font-weight: bold;
  background-color: #fddfbe;
}

.arti table tr {
  background-color: #fff;
  white-space: 0;
}

.arti table td {
  border: 1px solid #d7d7d7;
  padding: 0;
  margin: 0;
  color: #555;
}

.arti table tbody tr:hover {
  background-color: #f1f1f1;
}

.M-box3 {
  padding-left: 0;
}

h2 {
  text-align: center;
  font-size: 25px;
  font-weight: bold;
  color: #333;
}

.date {
  font-size: 16px;
  text-align: center;
  line-height: 60px;
  color: #666;
}

.gotop {
  display: none;
}

.inoutbox {
  height: 50px;
  overflow: hidden;
  display: inline-block;
  line-height: 50px;
  margin-right: 20px;
}

.inoutbox label {
  float: left;
  padding-right: 20px;
}

.inoutbox input {
  height: 30px;
  line-height: 30px;
  margin-top: 10px;
  text-align: left;
  border: 1px solid #999;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  padding: 0 10px;
  width: auto;
}

.inoutbox button {
  background-color: #ca1331;
  border: none;
  color: #fff;
  padding: 5px 2em;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.inoutbox button:hover {
  background-color: #b51a2f;
}
