* {
  padding: 0;
  margin: 0;
}

body {
  font: normal 14px/1.5 "Microsoft Yahei";
}

a {
  text-decoration: none;
}

ul, dl {
  list-style-type: none;
}

img {
  border: none;
}

.unselect {
  -moz-user-select: none; /*火狐*/
  -webkit-user-select: none;  /*webkit浏览器*/
  -ms-user-select: none;   /*IE10*/
  user-select: none;
}

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: "";
  clear: both;
  height: 0;
}

.clearfix {
  zoom: 1;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.animated {
  -webkit-animation-duration:0.4s;
  animation-duration:0.4s;
  -webkit-animation-fill-mode:both;
  animation-fill-mode:both
}

.wrap {
  width: 1000px;
  margin: 0 auto;
}

.top-bar {
  background: #fff;
  border-bottom: 2px #e20000 solid;
}

.top-bar-login,
.top-bar-login-after {
  line-height: 30px;
  font: 12px/30px simsun;
}

.top-bar-login-after {
  display: none;
}

.top-bar .ofw-logo {
  margin-top: 2px;
}

.top-bar-login>.signin {
  display: inline-block;
  background: #e20000;
  height: 24px;
  width: 50px;
  border-radius: 2px;
  text-align: center;
  margin-top: 3px;
  line-height: 24px;
}

.top-bar-login>.signin>a {
  color: #fff;
}

.top-bar-login a,
.top-bar-login-after a {
  color: #333;
}

.top-bar-login a:hover,
.top-bar-login-after a:hover {
  text-decoration: underline;
}

.top-bar-login i {
  font-style: normal;
  color: #666;
}

.top-bar-login>.email {
  padding-left: 24px;
  display: inline-block;
  background: url(//images.ofweek.com/images/global-steven/email/ico_email.png) no-repeat left;
}


#g-footer {
  margin-top: 15px;
  padding: 10px 0;
  border-top: 1px solid #ddd;
  clear: both;
  font-family: simsun;
  font-size: 12px
}

#g-footer .g-footer-nav {
  height: 30px;
  line-height: 30px;
  text-align: center
}

#g-footer .g-footer-nav a {
  color: #1a4991;
  text-decoration: none
}

#g-footer .g-footer-nav a:hover {
  color: #f15c00;
  text-decoration: underline
}

#g-footer .g-footer-links {
  color: #666;
  float: left;
  line-height: 25px;
  padding: 5px 0;
  text-align: center;
  width: 100%
}

#g-footer .g-footer-links a,#g-footer .g-footer-record a {
  color: #243851
}

#g-footer .g-footer-links a:hover,#g-footer .g-footer-record a:hover {
  color: #c00
}

#g-footer .g-footer-record {
  width: 536px;
  margin: 0 auto 10px;
  overflow: hidden
}

#g-footer .g-footer-record p {
  border: 1px solid #d2d2d2;
  float: left;
  font-size: 12px;
  height: 50px;
  line-height: 20px;
  margin: 6px;
  width: 120px;
  overflow: hidden
}

#g-footer .g-footer-record .fn-fl {
  padding: 3px;
  float: left
}

#g-footer .g-footer-record .fn-fr {
  padding: 5px 3px 0;
  width: 72px;
  float: right
}

/* column-title */
.column-title {
  font-size: 0;
  text-align: center; 
}
.column-title p {
  position: relative;
  display: inline-block;
  height: 63px;
  font-size: 36px;
  color: #03126b;
  font-weight: bold;
}
.column-title p::before {
  position: absolute;
  top: 0;
  left: -108px;
  content: '';
  width: 98px;
  height: 63px;
  background: url(../img/titleleft.png) no-repeat;
}
.column-title p::after {
  position: absolute;
  top: 0;
  right: -108px;
  content: '';
  width: 98px;
  height: 63px;
  background: url(../img/titleright.png) no-repeat;
}


/* detail */
a.detail:link, a.detail:visited { color: red; }
a.detail:hover{ text-decoration: underline; }

/* banner */
.banner { overflow: hidden; position: relative; height: 559px; background: url(../img/banner.png?v=20190712) center no-repeat; }

.banner .txt { width: 650px; margin: 0 auto; font-size: 14px; color: #fff; line-height: 1.5em; text-indent: 2em;}
.banner .txt p {
  padding-top: 5px;
}
.banner .banner_title {
  position: absolute;
  top: 65px;
  left: 50%;
  margin-left: -500px;
  width: 1000px;
  font-size: 72px;
  color: #fff;
  text-align: center;
  line-height: 1;
  font-weight: bold;
}
.banner .banner_title2 {
  position: absolute;
  top: 230px;
  left: 50%;
  margin-left: -310px;
  width: 500px;
  font-size: 30px;
  color: #fff;
  text-align: left;
  line-height: 1;
}

.share {
  position: absolute;
  bottom: 30px;
  left: 50%;
  margin-left: -170px;
  width: 300px;
  font-size: 0;
  text-align: center;
}
.share span {
  display: inline-block;
  font-size: 14px;
  color: #06d1fb;
  vertical-align: middle;
}
.share a {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 40px;
  margin-left: 25px;
  vertical-align: middle;
}
.share a > img {
  width: 40px;
  height: 40px;
}
#wx_img {
  position: absolute;
  left: 50%;
  top: -115px;
  margin-left: -50px;
  border: 4px solid #fff;
}

/* news */
.news { padding: 66px 0 0; background: #fff; }
.news .wrap { padding: 60px 0 30px; }
.news-item { margin-bottom: 32px; }
.news-img {
  width: 188px;
  height: 105px;
}
.news .news-right {
  width: 765px;
  margin-left: 46px;
}
.news .news-right h2 {
  width: 100%;
  font-size: 24px;
  color: #03126b;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: all .2s;
}
.news .news-right h2:hover {
  color: #0e24a5;
}
.news .news-right .news-author {
  font-size: 0;
  margin-top: 15px;
}
.news-author img {
  display: inline-block;
  width: 50px;
  height: 50px;
  vertical-align: middle;
  margin-right: 15px;
  border-radius: 50px;
}
.news-author span {
  display: inline-block;
  font-size: 16px;
  color: #03126b;
  vertical-align: middle;
  margin-right: 20px;
}
.news-author i {
  display: inline-block;
  font-size: 16px;
  color: #686869;
  vertical-align: middle;
  font-style: normal;
}

.m-login_header{height: 35px;line-height: 34px;border-bottom: 1px solid #dcdcdc;background: #fff;color: #fff;padding: 0 20px;}
.m-login_header a{color: #919191;font-size: 14px;}
.m-login_header span{margin:0 5px;}
.m-login_header a.header-btn {width: 60px;height: 26px;line-height: 26px;text-align: center;margin-top: 6px;color: #919191;display:inline-block;}
.m-login_header a.header-login:hover{opacity:0.7;}
.m-login_header a.header-register {background: #FF5A5F;border-radius: 34px;color: #fff;}
.m-login_header a.header-register:hover{background:#ff373d;}
.cm-commom_nav{background: #fcfcfc;box-shadow: 0 2px 4px 0 rgba(0,0,0,0.10);}
.m-login_top{height: 70px;line-height: 70px;}
.m-login_top span{font-size: 16px;color: #999;}
.m-login_top a.fl img{position: relative;top: -9px;}
.m-home_href{margin-left: 15px;}
.m-home_href a{font-size: 16px;color: #444;}
.u-gray_content{background: #e1e1e1;color: #666;height: 30px;line-height: 30px;font-size: 14px;text-align: center}