@charset "utf-8";
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

body {
	background-color: #fff;
	font-family: "微软雅黑";
}

.w {
	width: 1200px;
	margin: 0 auto;
}

.clearfix {
	content: "";
	display: table;
	clear: both;
}

/*当前位置*/
.position {
	width: 100%;
	height: 40px;
	line-height: 40px;
	background-color: #ededed;
}

.position .position-txt {
	padding-left: 25px;
	font-size: 13px;
	color: #454545;
}

/*文章正文*/
.con {
	width: 900px;
	/*min-height: 680px;*/
	margin:0 auto;
}
.con-title{font-size: 25px; color: #000;line-height: 50px; text-align: center; border-bottom: 2px #717171 solid;padding-bottom: 10px;}
.small-title{width: 900px; font-size: 15px; color: #333; height: 50px; line-height: 50px;}
.small-title .date{margin:0 150px;}
.small-title .fare{float: right; margin-right: 15px;}

.main-txt{margin-top: 10px;}
.main-txt p{font-size: 15px; color: #333; line-height: 2em;}
.main-corner{float: right; margin-top: 20px; margin-bottom: 40px;}
.main-corner div{font-size: 15px; color: #333; line-height: 26px;}

.main-word{width: 100%; height: 40px; line-height: 40px; padding: 0 20px; background-color: #f1f1f1;}
.main-word .main-word-left{float: left;}
.main-word-left span{font-size: 15px; font-weight: bold; color: #fa0505;}
.main-word .main-word-right{float: right;}
.main-word-right span{float: left;}
.main-word-right .printer{margin-left: 30px; padding-left: 25px; background: url(/cms_files/webshaoxingshiyuechengqurenminzhengfu/pubtplobject/defaultSet/459822/images/printer.png) no-repeat left center;}
.main-word-right .close{margin-left: 25px; padding-left: 25px; background: url(/cms_files/webshaoxingshiyuechengqurenminzhengfu/pubtplobject/defaultSet/459822/images/close.png) no-repeat left center;}
.con-main .line{border: 1px #c5c5c5 dotted; margin: 20px 0;}
.con-main .prev{margin-bottom: 15px;}


body{background: #fff;}
.current-position{height: 40px;line-height:40px;font-size: 13px;color: #454545;background-color: #ededed;}
.current-position a{color: #454545;}
.current-position a:hover{color:#d90e11;}
.current-position>div{background: url(/cms_files/webshaoxingshiyuechengqurenminzhengfu/pubtplobject/defaultSet/459822/images/current-position.png) no-repeat 2px center;padding-left:22px;}


 .xxgkTypeTable {
    /* margin-top: 30px; */
    width: 100%;
    border-top: 1px solid #dcdcdc;
    border-left: 1px solid #dcdcdc;
    overflow: hidden;
  }

  .xxgkTypeTable li {
    float: left;
    width: 50%;
    line-height: 40px;
    font-size: 14px;
    color: #666;
    border-bottom: 1px solid #dcdcdc;
    border-right: 1px solid #dcdcdc;
  }

  .xxgkTypeTable li span {
    display: inline-block;
    float: left;
    width: 30%;
    text-align: center;
    background: #f4f6f7;
    border-right: 1px #dcdcdc solid;
  }

  .xxgkTypeTable li p {
    float: left;
    width: 70%;
    padding: 0 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .xxgkTypeTable li p a {
    background-color: skyblue;
    text-decoration: none;
    border-radius: 10%;
    color: #717171;
    padding: 5px;
  }

  .xxgkTypeTable li p a em {
    text-align: right;
    color: #fff;
    padding-left: 5px;
  }
  .old_type .xxgkTypeTable li {
    width: 100%;
    line-height: 52px;
    font-size: 24px;
  }

  .old_type .xxgkTypeTable li span {
    width: 30% !important;
  }

  .old_type .xxgkTypeTable li p {
    width: 70% !important;
  }

  @media only screen and (max-width: 767px) {
    .xxgkTypeTable li {
      width: 100%;
      font-size: 3.2vw;
      line-height: 7.2vw;
    }

    .xxgkTypeTable li span {
      width: 30% !important;
    }

    .xxgkTypeTable li p {
      width: 70% !important;
    }
  }