	/*默认样式重置*/

	body,
	ul,
	dl,
	dd,
	h1,
	h2,
	h3,
	h4,
	h5,
	h6,
	form,
	input,
	p {
	  margin: 0px;
	  padding: 0px;
	}

	li {
	  list-style: none;
	}

	a {
	  text-decoration: none;
	}

	a:hover {
	  text-decoration: none;
	}

	img {
	  border: none;
	  vertical-align: top;
	}

	table {
	  border-collapse: collapse;
	}

	th,
	td {
	  padding: 0px;
	}

	html,
	body {
	  width: 100%;
	}

	#content {
	  width: 100%;
	  /*margin-top: 50px;*/
	  margin-bottom: 20px;
	}

	.place_bg {
	  width: 100%;
	  height: 100px;
	  background-color: #f9f7f8;
	}

	#CurrentPosition {
	  width: 1000px;
	  height: 100%;
	  padding-top: 16px;
	  margin: 0px auto;
	}

	#CurrentPosition p:nth-child(1) {
	  color: #b6b5b5;
	}

	#CurrentPosition p:nth-child(2) {
	  font-size: 25px;
	  color: #0186d1;
	}

	#CurrentPosition p:nth-child(3) {
	  color: #b6b5b5;
	}

	#CurrentPosition p:nth-child(3) span {
	  color: #0186d1;
	}

	#wrap {
	  width: 1200px;
	  margin: 0px auto;
	}

	#wrap_top {
	  /* width: 1200px; */
	  border-bottom: 1px solid #dcdddd;
	  /* margin-top: 10px; */
	}

	#wrap_top .row {
	  position: relative;
	  /* display: inline-block; */
	  left: 50%;
	  transform: translateX(-50%);
	}

	#wrap_top .row .date,
	#wrap_top .row .source {
	  display: inline-block;
	  color: #999;
	  margin-top: 5px;
	}

	#Head {
	  margin: 0px auto;
	  text-align: center;
	  color: #0186d1;
	  font-size: 24px;
    font-weight: 700;
    line-height: 70px;
	}

	.frame {
	  height: 20px;
	  background-color: #f9f7f8;
	  margin: 20px 0px;
	}

	.row {
	  margin-bottom: 10px;
	  color: #333333;
	}

	.col-md-2 {
	  font-size: 14px;
	  padding-right: 0;
	  color: #999;
	  /* margin-right: 15px; */
	}

	.preface {
	  text-indent: 2em;
	  margin-top: 20px;
	  font-size: 14px;
	}

	thead th {
	  background-color: #00b0f0;
	  color: white;
	  text-align: center;
	}

	tbody th,
	td {
	  /* background-color: #f7caac; */
    text-align: center;
    border: 1px solid #333333;
    border: 1px solid #333;
	}

	.content-STRO table {
    width: 1000px;
	  margin: 10px auto;
	}

	.table_title {
	  text-align: center;
	  margin-top: 20px;
	  color: #00bdf2;
	}

	.color_bule td {
	  background-color: #bdd6ee;
	  text-align: center;
	}

	.color_bule th {
	  background-color: #bdd6ee;
	  text-align: center;
	}

	#share {
	  width: 100%;
	  height: 35px;
	  margin-top: 40px;
	}

	#share ul {
	  width: 240px;
	  height: 35px;
	}

	#share li {
	  width: 35px;
	  height: 35px;
	  float: left;
	  margin-right: 5px;
	}

	#share li a {
	  display: inline-block;
	  width: 35px;
	  height: 35px;
	}

	#share li:nth-child(1) a {
	  background-image: url("../img/add.png");
	}

	#share li:nth-child(2) a {
	  background-image: url("../img/qq.png");
	}

	#share li:nth-child(3) a {
	  background-image: url("../img/weixin_pic.png");
	}

	#share li:nth-child(4) a {
	  background-image: url("../img/weibo.png");
	}

	#share li:nth-child(5) a {
	  background-image: url("../img/qqweibo.png");
	}

	#share li:nth-child(6) a {
	  background-image: url("../img/renren.png");
	}

	/*SendWord*/

	#Photo {
	  width: 300px;
	  height: 410px;
	  margin-top: 50px;
	}

	#Photo img {
	  width: 300px;
	  height: 410px;
	}

	#name {
	  margin-top: 50px;
	}

	#duty {
	  margin-top: 10px;
	  font-weight: bold;
	}

	.duty_ul {
	  margin-top: 30px;
	  border-bottom: 2px dashed #c9caca;
	  padding-bottom: 20px;
	}

	#duty_title {
	  font-family: "微软雅黑";
	  font-weight: bold;
	  color: #0186d1;
	}

	.duty_ul li {
	  margin-top: 10px;
	  font-family: "微软雅黑";
	  font-size: 14px;
	  font-weight: bold;
	}

	#ana {
	  margin-top: 20px;
	}

	#ana p {
	  text-indent: 2em;
	  font-family: "微软雅黑";
	  font-size: 14px;
	}

	.history_wrap li img {
	  position: relative;
	  left: 50%;
	  transform: translateX(-50%);
	}

	.history_wrap li p {
	  font-size: 16px;
	  line-height: 30px;
	  margin-bottom: 10px;
	}

  .content-STRO ul,
  .content-STRO ul li,
	ul.history_wrap,
	ul.history_wrap li {
	  list-style-type: none;
	  list-style-position: inside;
    list-style-image: url("../img/dot.png");
    line-height: 25px;
	}

	#wrap_top .title h2,
	#wrap_top .title h4 {
	  padding: 0;
	  color: rgb(1, 134, 209);
	  font-weight: 700;
	  padding-top: 10px;
	  font-size: 24px;
	  text-align: center;
	}

	#wrap_top .title h4 {
	  line-height: 30px;
	  font-size: 14px;
	  padding-top: 0px;
	  text-transform: uppercase;
  }
  #content #wrap .history_wrap a {
    line-height: 25px;
    font-size: 16px;
  }

  #wrap_top #location .row {
    margin-left: 0;
    margin-right: 0;
  }
  
  #wrap_top #location .col-xs-8 {
    padding-left: 0;
    padding-right: 0;
  }
    
  .pagesbox {
	height: 30px;
  }
  .pagesbox a, .pagesbox span{
  	display: inline;
  	position: relative;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
   }
   .pagesbox .current{z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #337ab7;
    border-color: #337ab7;
   }