html {
  color: #333;
  background: #fff;
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none;
  height: 100%;
}
body {
  max-width: 560px;
  margin: 0 auto;
  font: 14px/1 "微软雅黑", helvetica, sans-serif;
  height: 100%;
  color: #333;
}
* {
  margin: 0;
  padding: 0;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); /*-webkit-user-select: none;*/
}
img {
  border: 0;
}
img[src=""],
img:not([src]) {
  opacity: 0;
}
a {
  text-decoration: none;
  color: #333;
}
a:link,
a:visited,
a:hover,
a:active {
  color: #333;
  text-decoration: none;
}
i {
  font-style: normal;
  font-weight: normal;
}
ul {
  list-style: none;
}
:focus {
  outline: 0;
}
input[type="search"],
button {
  border: 0;
  -webkit-appearance: none;
  background-color: transparent;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: text;
}
::-webkit-search-decoration,
::-webkit-search-cancel-button,
::-webkit-search-results-button,
::-webkit-search-results-decoration {
  display: none;
}
:-moz-placeholder,
::-webkit-input-placeholder {
  color: #9a9696;
}

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.fr {
  float: right;
}
.fl {
  float: left;
}
.hide {
  display: none;
}
h1,
h2,
h3,
h4,
h5 {
  font-weight: normal;
  margin: 0;
  padding: 0;
}

.top {
  height: 108px;
  z-index: 999;
}
.header {
  height: 68px;
  width: 100%;
  background-color: #002e5d;
  display: flex;
  display: -webkit-flex;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
}
.detail-header {
  position: relative;
}
.detail-header .top-channel {
  font-size: 16px;
  color: #fff;
  display: block;
  margin-left: 15px;
  padding-left: 16px;
  position: relative;
  margin-top: 23px;
  height: 22px;
  line-height: 22px;
}
.detail-header .top-channel::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  width: 1px;
  height: 16px;
  background-color: #fff;
}
.header .logo {
  margin-top: 18px;
  margin-left: 9px;
}
.header .logo img {
  height: 28px;
}
.header .search {
  flex: 1;
  margin: 18px 13px;
  height: 30px;
  border-radius: 3px;
  overflow: hidden;
  background-color: rgba(248, 248, 248, 0.9);
}

.header .search .search-btn {
  width: 100%;
  height: 30px;
  line-height: 30px;
  padding-left: 40px;
  box-sizing: border-box;
  border: none;
  border-radius: 3px;
  font-size: 12px;
  color: #999999;
  background: url(../image/search_icon.png) 12px center no-repeat;
  background-size: 16px auto;
}
.menu {
  position: fixed;
  top: 68px;
  left: 0;
  height: 38px;
  overflow: hidden;
  border-bottom: 1px solid #e9e9e9;
  z-index: 1000;
  background-color: #fff;
  width: 100%;
}

.menu .top_menu {
  width: 100%;
  display: flex;
  display: -webkit-flex;
  height: 38px;
  line-height: 38px;
}

.menu .top_menu a.btn {
  flex: 1;
  display: block;
  color: #333333;
  font-size: 18px;
  text-align: center;
  position: relative;
}

.menu .top_menu a.cur::after {
  content: "";
  position: absolute;
  background-color: #ffcd45;
  height: 2px;
  width: 24px;
  bottom: 0;
  left: 50%;
  margin-left: -12px;
}

.submenu {
  padding: 5px 8px 0;
  height: 28px;
  line-height: 28px;
  display: flex;
}

.submenu a {
  display: block;
  font-size: 16px;
  color: #666666;
  text-align: center;
  flex: 1;
}

.submenu a.cur {
  color: #cda949;
}

.footer {
  padding: 0;
  line-height: 30px;
  height: 30px;
  text-align: center;
  color: #666;
  background-color: #eee;
  font-size: 10px;
}

.gotoAPP {
  width: 103px;
  height: 36px;
  background: linear-gradient(
    180deg,
    rgba(66, 140, 219, 1) 0%,
    rgba(43, 104, 189, 1) 100%
  );
  border-radius: 18px 0 0 18px;
  position: fixed;
  right: 0;
  bottom: 100px;
  line-height: 36px;
  text-indent: 10px;
  color: #fff;
  font-size: 12px;
}
.gotoAPP.smallIcon {
  width: 36px !important;
  border-radius: 18px;
  text-align: center;
  text-indent: 0;
}

.ad-con {
  margin: 25px 12px;
}
.ad-con img {
  width: 100%;
}

/*头部 S*/
.top_header{
  height: 1.76rem /* 132/75 */;
}
.main_top{
  height: 1.76rem /* 132/75 */;
  background: #002E5D;
  width: 100%;
  display: -webkit-flex;
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  z-index: 5;
}

.main_top .logo img{
  width: 6.56rem /* 492/75 */;
  height: auto;
}
.main_top .search img{
  width: .586667rem /* 44/75 */;
  height: .586667rem /* 44/75 */;
}
.main_top .search {
  display: block;
  float: right;
  margin-top: .133333rem /* 10/75 */;
  margin-right: .16rem /* 12/75 */;
}
.logo_search{
  flex: 1;
  margin-top: .453333rem /* 34/75 */;
  margin-left: .346667rem /* 26/75 */;
}
.download{
  margin-top: .453333rem /* 34/75 */;
  text-align: center;
  margin-right: .32rem /* 24/75 */;

}
.download a{
  display: block;
  width: 100%;
  text-align: center;
  font-size: .266667rem /* 20/75 */;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #FFFFFF;
  line-height: .373333rem /* 28/75 */;
  margin-bottom: .053333rem /* 4/75 */;
}
/*底部 S*/
.bottom{
  height: 1.493333rem /* 112/75 */;
}
.main_bottom{
  position: fixed;
  bottom: 0;
  left: 0;
  background: #002E5D;
  width: 100%;
  height: 1.493333rem /* 112/75 */;
  display: flex;
  display: -webkit-flex;
  z-index: 2;
}
.main_bottom a{
  float: left;
  line-height: 1.493333rem /* 112/75 */;
  font-family: PingFang-SC-Regular, PingFang-SC;
  font-weight: 400;
  flex: 1;
  display: block;
  font-size: .426667rem /* 32/75 */;
  color: #FFFFFF;
  text-align: center;
  position: relative;
}
.main_bottom a.cur::after{
  content: "";
  position: absolute;
  background-color: #147AC9;
  height: .053333rem /* 4/75 */;
  width: .8rem /* 60/75 */;
  bottom: .32rem /* 24/75 */;
  left: 50%;
  margin-left: -.4rem /* 30/75 */;
}
.app{
  width: 3.12rem /* 234/75 */;
  height: .96rem /* 72/75 */;
  background: linear-gradient(180deg, #428CDB 0%, #2B68BD 100%);
  border-radius: .706667rem /* 53/75 */;
  position: fixed;
  left: 50%;
  margin-left: -1.56rem /* 117/75 */;
  bottom: 2.026667rem /* 152/75 */;
  text-align: center;
  z-index: 2;
}
.app a{
  font-size: .32rem /* 24/75 */;
  font-weight: bold;
  color: #FFFFFF;
  line-height: .96rem /* 72/75 */;
}
.news_index_v1_con_tab{
  margin-top: .266667rem /* 20/75 */;
  padding-bottom: .08rem /* 6/75 */;
  border-bottom: .026667rem /* 2/75 */ solid #E9E9E9;
}
.news_index_v1_con_tab ul li a{
  font-size: .426667rem /* 32/75 */;
  font-weight: 400;
  color: #2B74AF;
  line-height: .72rem /* 54/75 */;
  padding-left: .32rem /* 24/75 */;
}
.load_more{
  line-height: .48rem /* 36/75 */;
  height: .48rem /* 36/75 */;
  text-align: center;
  color: #036ab8;
  display: none;
}


@media screen and (max-width: 750px) {
  .logo_search {
    margin-left: .053333rem /* 4/75 */;
    flex: none;
  }
}
