@charset "UTF-8";
.g-bd {
  margin: 0 auto;
  background: #fff;
}

.g-bd .banner {
  height: 200px;
  overflow: hidden;
  margin-bottom: 30px;
}

.g-sd .main-column {
  font-size: 20px;
  line-height: 50px;
  height: 50px;
  overflow: hidden;
  padding-left: 35px;
  color: #fff;
  background: #AD1111;
  background-color: #AD1111;
  background-position: center;
}

.g-sd .column-nav {
  overflow: hidden;
  background: #F7F7F7;
}

.g-sd .column-list {
  margin: 0;
  padding: 10px 0;
}

.g-sd .column-list li {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  border-bottom: 1px solid #ddd;
}

.g-sd .column-list li:nth-last-child(1) {
  border-bottom: 0;
}

.g-sd .column-list .cur {
  color: #333 !important;
  background-color: #fff;
}

.g-sd .column-list .cur + ul {
  display: block !important;
}

.g-sd .column-list > li > a {
  border-left: 2px solid transparent;
}

.g-sd .column-list > li > a .iconfont {
  display: none;
  float: right;
}

.g-sd .column-list > li > a.ac, .g-sd .column-list > li > a:hover {
  color: #AD1111;
  background-color: #fff;
  border-left-color: #AD1111;
}

.g-sd .column-list > li > a.ac, .g-sd .column-list > li > a.selected{
  color: #AD1111;
  background-color: #fff;
  border-left-color: #AD1111;}

.g-sd .column-list > li > a.ac .iconfont, .g-sd .column-list > li > a:hover .iconfont {
  display: block;
}

.g-sd .column-list > li > a.ac + ul, .g-sd .column-list > li > a:hover + ul {
  display: block;
}

.g-sd .column-list > li a {
  font-size: 16px;
  line-height: 30px;
  display: block;
  padding: 10px;
  padding-left: 35px;
  padding-right: 30px;
  color: #333;
}

.g-sd .column-list .sub-list {
  display: none;
}

.g-sd .column-list .sub-list .ac {
  color: #333;
  background-color: #fff;
}

.g-sd .column-list .sub-list .ac :before {
  border-color: #AD1111;
}

.g-sd .column-list .sub-list li a {
  position: relative;
  padding-left: 45px;
}

.g-sd .column-list .sub-list li a::before {
  position: absolute;
  top: 50%;
  left: 30px;
  margin-top: -3px;
  content: '';
  border: 3px solid #ccc;
  border-radius: 50%;
  background: #666;
}

.g-sd .column-list .sub-list li a:hover::before {
  border-color: #AD1111;
}

.g-mn .address {
  width: 100%;
  height: 50px;
  line-height: 50px;
  text-align: right;
  position: relative;
  border-bottom: 2px solid #AD1111;
  margin: 0 0 10px 0;
}

.g-mn .address a,
.g-mn .address span {
  color: #666;
}

.g-mn .address .address-1 {
  font-size: 20px;
  line-height: 50px;
  height: 50px;
  margin-bottom: 10px;
  padding-left: 12px;
  color: #AD1111;
}

.g-mn .address .address-2 {
  color: #666;
  opacity: .7;
}

.g-mn .list-1 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-height: 520px;
  list-style: none;
}

.g-mn .list-1 .item {
  position: relative;
  display: block;
  border-bottom: 1px dashed #efefef;
  height: 40px;
  line-height: 40px;
  overflow: hidden;
}

.g-mn .list-1 .item:hover {
  color: #AD1111;
}

.g-mn .list-1 .item-time {
  float: right;
  margin-right: 10px;
}

.g-mn .list-1 .item-right {
  float: left;
  font-size: 14px;
  margin-bottom: 5px;
}

.g-mn .fy {
  margin-top: 20px;
  margin-bottom: 20px;
  color: #666;
  text-align: center;
}

.g-mn .fy a:hover {
  color: #AD1111;
}

.g-mn .fy span {
  margin-left: 10px;
}

.g-mn .list-1 .news{
	border-bottom: 1px dashed #efefef;
    height: 40px;
    line-height: 40px;
    float: left;
    width: 100%;
}

#main-column-button {
  float: right;
  line-height: 65px;
  cursor: pointer;
  margin-left: 10px;
  width: 50px;
  text-align: center;
}

.main-cnt .cnt-hd {
  position: relative;
  margin-bottom: 20px;
}

.main-cnt .cnt-hd .title {
  color: #333;
  font-size: 28px;
  font-family: "黑体";
  margin: auto;
  line-height: 1.5;
  margin-bottom: 20px;
  text-align: center;
  padding-bottom: 15px;
  border-bottom: 2px solid lightgray;
}

.main-cnt .cnt-hd .subtitle {
  font-size: 22px;
}

.main-cnt .cnt-hd .time {
  margin: auto;
  text-align: center;
  margin: auto;
  font-size: 14px;
  height: 30px;
  font-size: 13px;
  color: gray;
}

.main-cnt .cnt-hd .fx {
  position: absolute;
  right: 17px;
  bottom: 5px;
}

.main-cnt .cnt-bd {
  margin: auto;
}

.main-cnt .cnt-content {
  font-size: 14px;
  min-height: 340px;
  line-height: 1.8;
  color: #000;
}

.main-cnt .cnt-content p {
  margin-bottom: 10px;
}

.main-cnt .cnt-content img {
  display: block;
  max-width: 100%;
  margin: auto;
}

.main-cnt .cnt-content blockquote {
  border-left: 0;
}

.main-cnt .cnt-ft {
  margin: 20px;
  text-align: center;
  font-size: 15px;
}

.main-cnt .cnt-ft a {
  color: #666;
}

.main-cnt .cnt-ft a:hover {
  color: #c50001;
}

.main-cnt .xgxx .xgxx-hd {
  border-bottom: 1px solid lightgray;
  height: 30px;
  color: #000;
  font-size: 16px;
  position: relative;
}

.main-cnt .xgxx .xgxx-hd span {
  position: absolute;
  bottom: -1px;
  border-bottom: 1px solid #000;
  padding: 0 10px 0 10px;
}

.main-cnt .xgxx .list {
  font-size: 14px;
  line-height: 24px;
  padding: 20px 0 20px 0;
  color: #6a6a6a;
}

.main-cnt .xgxx .list li {
  position: relative;
  height: 33px;
  line-height: 33px;
  border: 0;
}

.main-cnt .xgxx .list li:hover {
  color: #c50001;
}

.main-cnt .xgxx .list li a {
  position: absolute;
  width: 90%;
  overflow: hidden;
}

.main-cnt .xgxx .list li .time {
  position: absolute;
  right: 0;
  top: 0;
}
