@charset "UTF-8";

.notice-box {
  /* border-top: 2px solid #268c2b;
  background-color: #fff; */
}

.notice-box .content {
	border: 1px solid #cccccc;
}

.title-box {
  padding: 20px 30px;
  color: #666;
}

.pBtitle {
  border-bottom: 1px solid #bbb;
}

.pBtitle h3 {
  font-size: 20px;
  color: #37aa00;
  text-align: center;
  font-weight: bold;
}

.pBtitle h4 {
  font-size: 12px;
  margin-top: 12px;
  line-height: 32px;
  text-align: center;
  font-weight: normal;
}

.pBtitle h4 span {
  margin-left: 5px;
  margin-right: 15px;
  display: inline-block;
}

.pBcontent {
  color: #000;
  font-size: 14px;
  line-height: 28px;
  padding: 20px 0;
}

.pBcontent p {
  line-height: 28px;
  color: #000;
  text-indent: 2em;
  text-align: justify;
  margin-bottom: 5px;
  padding-left: 40px;
  padding-right: 40px;
}

.contact {
  overflow: hidden;
}

.large.header {
  text-align: center;
  font-size: 1.5em;
  border-bottom: 1px solid #e6e6e6;
  color: #37aa00;
  margin-bottom: 20px;
  width: 100%;
  background-color: transparent;
}

.leftnav {
  width: 160px;
  float: left;
}

.leftnav ul {
  padding-left: 30px;
}

.leftnav li {
  line-height: 2em;
  list-style-type: disc;
}

.leftnav li.active {
  color: #19ad27;
}

.leftnav li.active a {
  color: #19AD27;
}

.rightcontent {
  padding: 0 30px 0 10px;
  width: 950px;
  float: right;
  border-left: 1px solid #e8e7e7;
  min-height: 460px;
}

.rightcontent dl {
  padding-left: 40px;
  padding-right: 40px;
}

.guideCon dl {
  position: relative;
  border-bottom: 1px solid #ececec;
  padding: 10px 0 10px 120px;
  font-size: 13px;
  color: #333;
  line-height: 30px;
}

.guideCon dl img {
  width: 897px;
  height: 425px;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
}

.base-content {
  margin-bottom: 15px;
  overflow: hidden;
}

.base-head {
  background: #dfdfdf;
  padding: 5px 8px;
  margin-bottom: 8px;
  box-shadow: 0 2px 2px 1px #d4d4d4;
  color: #053e05;
}

.base-img img {
  width: 100%;
  height: 200px;
  cursor: pointer;
}

.base-img p {
  background-color: #eee;
  text-align: center;
  text-indent: inherit;
  margin-bottom: 10px;
}

.backdrop {
  background-color: #000;
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 100;
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.pop-up {
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  max-width: 620px;
  max-height: 620px;
  position: fixed;
  z-index: 110;
  margin: auto;
  text-align: center;
}

.pop-box {
  left: 0;
  right: 0;
  position: fixed;
  z-index: 110;
  margin: auto;
  border-radius: 2px;
  background-color: #fff;
}

.pop-box.mini {
  width: 300px;
  top: 20%;
}

.pop-box.small {
  width: 420px;
  top: 20%;
}

.pop-up img{
  max-height: 100%;
  max-width: 100%;
}

.close-btn {
  display: block;
  cursor: pointer;
  z-index: 999;
  color: #333;
}

a.close-btn {
  width: 55px;
  height: 55px;
  position: fixed;
  right: 0;
  top: 0;
  color: #fff;
  font-size: 40px;
}

span.close-btn {
  position: absolute;
  top: -4px;
  right: 5px;
  float: right;
  font-size: 24px;
}

.login .login-header {
  color: #339900;
  font-weight: 200;
  text-align: center;
  margin: 20px 0;
  font-size: 20px;
}

.login .login-main {
  padding: 0 20px;
}

.login .control-group {
  margin-bottom: 20px;
}

.login .input-prepend {
  margin-bottom: 5px;
  white-space: nowrap;
  position: relative;
}

.login input.input-large {
  width: 260px;
  height: 40px;
  border: 1px solid #e4e4e4;
  padding-left: 35px;
  color: #333;
}

.login .btn-large {
  width: 260px;
  height: 34px;
  line-height: 30px;
  color: #ffffff;
  background-color: #339900;
  font-size: 16px;
}

.login .icon-user, .login .icon-lock {
  display: inline-block;
  width: 25px;
  height: 14px;
  margin-top: 1px;
  line-height: 14px;
  vertical-align: text-top;
  background-image: url(../images/glyphicons-halflings.png);
  background-repeat: no-repeat;
}

.login .add-on {
  position: absolute;
  top: 12px;
  left: 5px;
}

.login .icon-user {
    background-position: -163px 0;
}

.login .icon-lock {
  background-position: -282px -24px;
}

.pop-header {
  height: 30px;
  line-height: 30px;
  padding-left: 20px;
  padding-right: 20px;
  border-bottom: 1px solid #ccc;
  background-color: #f7f7f7;
  border-radius: 4px 4px 0 0;
  background: green;
}

.pop-main {
  padding: 10px 20px;
}

.pop-footer {
  border-top: 1px solid #ccc;
  background-color: #f7f7f7;
  padding: 10px;
  text-align: center;
  border-radius: 0 0 4px 4px;
}

.btn-gray {
  border: 1px solid transparent;
}

.content1 {
  background-color: #d6eed8;
  padding: 10px 0;
  border: 1px solid #9bd0ca;
  overflow: hidden;
  height: 140px;
  position: relative;
  z-index: 99;
}

.move-img {
  width: 3900px;
  height: 120px;
}

.move-img li {
  float: left;
  margin-right: 10px;
}

.move-img li a {
  display: block;
}

.move-img li img {
  width: 150px;
  height: 120px;
  
}
.trHeightAndBorder{
	height:120px;
	border-bottom: 1px dashed #ccc;
	margin-top: 20px;
    text-align: left;
}
.trHeightAndBorder .atitle{
	display: block;
	color:#000;
    font-size: 18px;
    font-weight: 800;
    padding: 0 0 12px 0;
}
.trHeightAndBorder .noticeTypeTime{
	display: inline-block;
	margin-top: 12px;
	margin-right: 40px;
}
