@charset "utf-8";
a,a.text-link{color:#3c6598}
article,p,#article{word-wrap:break-word}
article,h1,h2,h3,h4,h5,h6,p,#article{word-wrap:break-word}
body,html{-webkit-text-size-adjust:none;margin:0;padding:0}
body{font-family:helvetica;background:#fafafa;font-size:18px}
p{margin-top:0;margin-bottom:14px}
a{text-decoration:none;border:none;outline:0}
header{margin:0 15px;padding:60px 0 0;display:block}
header h1{display:block;font-size:21px;font-weight:bolder;color:#000;margin:0 0 5px}
header .subtitle{position:relative;font-size:11px;color:#747474}
article,#article{margin:0 15px;line-height:1.5em;overflow:hidden}
article table,#article table{margin:0 auto;font-size:14px;text-align:center;border-spacing:0;border-collapse:collapse}
article table td,#article table td{border:1px solid #dadada;padding:2px}
article img,#article img{border-radius:4px;background:#efefef;max-width:98%!important;height:auto !important;}
article,article table,p,#article,#article table{color:#303030}
article center,#article center{margin-top:15px}
article p,#article p{content-visibility: auto;}
h1,h2,h3,h4,h5,h6{font-size:1em;font-weight:700;color:#303030;margin:10px 0}
blockquote{border-left:4px solid #eee;padding-left:10px;margin-left:10px;margin-right:10px}
code,pre{font-size:12px;line-height:1.5em;background:#eee;padding:10px}
.crumbs{border-top:1px solid #e5e5e5;border-bottom:1px solid #e5e5e5;text-align:right;line-height:30px;font-size:10px;color:#AAA}
.crumbs a{text-decoration:none}
.event{margin:10px 0;width:100%;float:left}
.event img{vertical-align:middle}
.fl{float:left}
.fr{float:right}
img{border:none;}
.enroll{background-color:#ff9000;color:#ffdcb0;padding:10px 20px;font-size:10px;font-weight:bold;border:none}
.w100{width:100%}
#Bar{width:100%;position:fixed;height:40px;background:#e4e9ec;border-bottom:1px solid #d6d6d6;z-index:10;}
#Bar .logo{display:inline-block;height:40px;max-width:100%;overflow:hidden;}
#Bar img{height:28px;margin:6px 15px;display:block;}
.space{height:20px;width:100%;clear:both}
.pt10{padding-top:30px}
#search
{
  width: 100%;
  height: 35px;
  padding-top: 5px;
  position: absolute;
  left: 0;
  top: 40px;
  background: #fff;
  text-align: right;
  display: none;
}
.u-commont
{
  width: 100%;
  background: #fefefe;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #aaa;
  text-align: center;
  line-height: 40px;
  float: left;
  font-size: 26px;
}
.u-commont a {
  -webkit-background-size: 28px 28px;
  background-size: 28px 28px;
  padding-left: 38px;
}
.hm-t-footer{display:none}
.attachment a {
  display:block;
}
.nav
{
  width: 100%;
  height: 100%;
  top: 0;
  left: 100%;
  z-index: 1000;
  background: #e4e9ec;
  position: fixed;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.nav.show
{
  left: 0;
}
.nav_close
{
  padding: 10px 10px 0 0;
  text-align: right;
}
.nav_search
{
  padding: 5px;
  text-align: center;
}
#searchText{
  width: 70%;
  height: 30px;
}
.sub{
  display: inline-block;
  line-height: 20px;
  font-size: 14px;
  text-align: center;
  color: #4c5161;
  border: 1px solid #d0d0d5;
  border-radius: 4px;
  padding: 9px 15px;
  min-width: 50px;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  text-decoration: none;
  -webkit-transition: border-color .15s,background-color .15s,opacity .15s;
  transition: border-color .15s,background-color .15s,opacity .15s;
  cursor: pointer;
  overflow: visible;
}
.nav_list
{
  width: 96%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.nav_item,.nav_item100,.nav_item_sub
{
  width: 30%;
  text-align: center;
  background-color: #fff;
  margin-top: 4px;
  padding: 4px 0;
  border-radius: 2px;
}
.nav_item100
{
  width: 96%;
}
.nav_item_sub
{
  width: 22%;
  font-size: .8em;
}
.nav_item a,.nav_item a:link,.nav_item a:visited
{
  color: #000;
}
.tjxw{
  padding: 10px 0;
  background-color: #eee;
  overflow: hidden;
}
.tjxwtit{
  width: 96%;
  margin: 0 auto;
  font-size: 16px;
  color: #d73446;
  border-left: 2px solid #807e7e;
  line-height: 16px;
  text-align: left;
}
.tjxwcon{
}
.tjxwcon li{
  margin-top: 10px;
  font-size: 14px;
}
.video-wrap{position:relative}
  .play-btn{
    width: 50px;
    height: 50px;
    position:absolute;
    left:50%;
    top:50%;
    transform:translateX(-50%) translateY(-50%);
    background: rgba(0,0,0,.6);
    border-radius: 50%;
  }
  .play-btn:after{
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-left-width: 20px;
    border-left-color: #fff;
    border-width: 10px 0 10px 15px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform:translateX(-50%) translateY(-50%);
  }
.hint{
    display: inline-block;
    width: 18px;
    height: 18px;
    line-height: 18px;
    border: 1px solid #3c6598;
    border-radius: 50%;
    color: #3c6598;
    text-align: center;
    margin-left: 10px;
    cursor: default;
}<!--ecms sync check [sync_thread_id="3bcee7cc5a424330844ab778a62d31c1" sync_date="2024-03-29 16:25:20" check_sum="3bcee7cc5a424330844ab778a62d31c1]-->