@charset "UTF-8";
/*20211221*/
.rule_lib_container {
  width: 1050px;
  margin: 30px auto;
  padding: 25px;
  background: #fff;
}

.rule_lib_container table.rule_table {
  width: 1050px;
  table-layout: fixed;
  border-collapse: collapse;
}

.rule_lib_container table.rule_table tr td {
  vertical-align: middle;
  padding: 15px 0;
  font-weight: 400;
  font-size: 14px;
  line-height: 50px;
  font-family: "SimSun";
  text-align: center;
}

.rule_lib_container table.rule_table tr td span {
  padding: 0 10px;
}

.rule_lib_container table.rule_table tr td.tl {
  text-align: left;
  padding: 15px 30px;
}

.rule_lib_container table.rule_table tr td.tl h4 {
  font-weight: 700;
  font-size: 16px;
  line-height: 32px;
}

.rule_lib_container table.rule_table tr td.tl p {
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #5d89b6;
}

.rule_lib_container table.rule_table tr:nth-child(odd) {
  background: #eee;
}

.rule_lib_container table.rule_table tr.rule_title {
  border-bottom: 2px solid #0f5a9d;
  background: none;
}

.rule_lib_container table.rule_table tr.rule_title th {
  font-weight: 700;
  font-size: 20px;
  line-height: 60px;
  font-family: "方正小标宋简体";
  text-align: center;
}

.rule_lib_container table.rule_table tr.rule_title th.tl {
  text-align: left;
  padding: 0 30px;
  text-indent: 100px;
}

.rule_detail_container {
  position: relative;
  width: 1400px;
  margin: 30px auto;
  background: #fff;
  border: none;
}

.rule_detail_container div.rule_logo {
  height: 100px;
  padding: 35px 0;
  border-bottom: 5px solid #015293;
  text-align: center;
}

.rule_detail_container div.rule_logo i.logo {
  display: inline-block;
  width: 540px;
  height: 100px;
  background: url(/img/MAIN/2016/12/116958/images/rule_lib_logo.jpg) center center no-repeat;
}

.rule_detail_container div.rule_detail {
  padding: 50px 90px 70px;
  border-bottom: 5px solid #015293;
}

.rule_detail_container div.rule_detail div.title h1 {
  margin-top: 0px;
  font-weight: 700;
  font-size: 28px;
  line-height: 1.2;
  font-family: "方正小标宋简体";
  text-align: center;
  color: #333;
}

.rule_detail_container div.rule_detail div.title h4.sub {
  margin-top: 18px;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.2;
  font-family: "FangSong";
  text-align: center;
  color: #333;
}

.rule_detail_container div.rule_detail div.wenben {
  margin-top: 40px;
}

.rule_detail_container div.rule_detail div.wenben h1.title{
	display: none!important;
}

.rule_detail_container div.rule_detail div.wenben p {
  font-weight: 400;
  font-size: 21px;
  line-height: 38px;
  font-family: "FangSong";
  text-align: left;
  text-indent: 2em;
  color: #333;
}

.rule_detail_container div.rule_detail div.wenben div.download {
  display: block!important;
  position: absolute;
  top: 120px;
  right: 0px;
}

.rule_detail_container div.rule_detail div.wenben div.download span {
  display: block;
  width: 90px;
  height: 38px;
  border: 1px solid #d2d2d2;
  float: left;
  margin-right: 12px;
  font-weight: 400;
  font-size: 14px;
  line-height: 38px;
  font-family: "Mircosoft Yahei";
  text-align: center;
  color: #666;
}

.rule_detail_container div.rule_detail div.wenben div.download a {
  color: #666;
}

.rule_detail_container div.rule_publish {
  height: 40px;
  padding: 40px 90px;
  text-align: right;
}

.rule_detail_container div.rule_publish i.publish {
  display: inline-block;
  width: 280px;
  height: 40px;
  background: url(/img/MAIN/2016/12/116958/images/rule_lib_publish.jpg) center center no-repeat;
}

/*20211224*/
.rule_detail_container {
  margin: 0px auto;
}

.wenben_guoban {
    width: 100%!important;
    max-width: 100%!important;
    margin: 0 auto!important;
    padding: 0!important;
    background: #fff!important;
    overflow: hidden!important;
}


/* MEDIA QUERIES Mobile phone
---------------------------------------------------------------------- */
@media (max-width: 689px) and (min-device-width: 320px), (max-device-width: 480px) {
	
.rule_lib_container {
    width: 100%;
    margin: 30px auto;
    padding: 25px 0; 
    background: #fff;
}
.rule_lib_container table.rule_table {
    width: 100%;
	margin: 0 auto;
    table-layout: auto;
    border-collapse: collapse;
}
.rule_lib_container table.rule_table tr.rule_title th {
    white-space: nowrap;
}
.rule_lib_container table.rule_table tr td span {
    display: block;
    white-space: nowrap;
}
	
}
