@charset "utf-8";
img {
  max-width: 100%;
}
body {
  background-color: white;
}
html,
body {
  font-family: "Microsoft YaHei", "微软雅黑", sans-serif, Helvetica, Arial;
  font-size: 0.16rem;
}
ul > li > ul,
ul > li > ol,
ol > li > ol,
ol > li > ul {
  margin: 0;
}
.transition {
  -webkit-transition: all 0.5s ease-in;
  -o-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
}
button {
  outline: none;
}
.am-modal-bd {
  border-bottom: none!important;
}
.logo_home {
  padding-top: 1.3rem;
  z-index: 111;
  width: 100%;
  text-align: center;
}
.logo_home .position-logo {
  width: 1.55rem;
  height: 1.55rem;
  display: inline-block;
  border-radius: 50%;
  margin: 0 auto;
  border: 0.05rem solid white;
  -webkit-box-shadow: 1px 9px 20px -11px #dadada;
  -moz-box-shadow: 1px 9px 20px -11px #dadada;
  -o-box-shadow: 1px 9px 20px -11px #dadada;
  box-shadow: 1px 9px 20px -11px #dadada;
}
.logo_home .position-logo img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.seperate {
  width: 100%;
  height: 0.2rem;
  background-color: #F4F8FB;
}
.subscribe {
  padding-top: 0.3rem;
}
.subscribe h3 {
  color: #121212;
  font-size: 0.36rem;
  margin: 0.2rem 0 0.04rem;
  text-align: center;
  font-weight: 400;
}
.subscribe > p {
  text-align: center;
  line-height: 0.42rem;
  margin: 0 0.6rem;
}
.subscribe > p span {
  font-size: 0.28rem;
  color: #999899;
}
.subscribe > p.checkShowOrHide {
  height: 0.4rem;
  overflow: hidden;
}
.subscribe .expand {
  font-size: 0.24rem;
  color: #999899;
  float: right;
  margin-right: 0.3rem;
  margin-top: 0.1rem;
}
.subscribe .expand i {
  margin-left: 0.1rem;
  font-size: 0.14rem;
  color: #999899;
}
.subscribe .do-operate {
  text-align: center;
  margin: 0.2rem 0;
}
.subscribe .do-operate button {
  font-size: 0.24rem;
  width: 1.3rem;
  height: 0.48rem;
  margin-right: 0.2rem;
  display: inline-block;
  border: none;
}
.subscribe .do-operate button:nth-of-type(1) {
  color: #333333;
  background-color: white;
  border: 0.01rem solid #333333;
  border-radius: 0.03rem;
}
.subscribe .do-operate button:nth-of-type(1) i {
  margin-right: 0.1rem;
  font-size: 0.16rem;
  vertical-align: inherit;
}
.subscribe .do-operate button:nth-of-type(2) {
  color: white;
  background: -webkit-linear-gradient(-25deg, #0171e0, #1783ef);
  /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(-25deg, #0171e0, #1783ef);
  /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(-25deg, #0171e0, #1783ef);
  /* Firefox 3.6 - 15 */
  background: linear-gradient(-25deg, #0171e0, #1783ef);
  /* 标准的语法（必须放在最后）*/
  border-radius: 3px;
  border: 1px solid #0171e0;
}
.subscribe .do-operate .cancel-attention {
  background-color: #B5B5B5 !important;
  border: 1px solid #B5B5B5 !important;
  color: white!important;
}
.subscribe .apse {
  margin: 0.44rem 0 0.22rem;
}
.subscribe .apse li {
  width: 25%;
  float: left;
  position: relative;
}
.subscribe .apse li icon {
  right: 0;
  height: 0.22rem;
  top: 0.3rem;
  width: 1px;
  display: inline-block;
  position: absolute;
  background-color: #323333;
}
.subscribe .apse li p:nth-of-type(1) {
  font-size: 0.48rem;
  color: #323333;
  font-weight: 400;
  line-height: 0.48rem;
  text-align: center;
}
.subscribe .apse li p:nth-of-type(2) {
  text-align: center;
  font-size: 0.24rem;
  color: #666666;
}
main {
  padding-top: 0;
  padding-bottom: 0.98rem;
  min-height: calc(100vh - 7.28rem);
}
main .tab-panel {
  padding: 0!important;
}
main .message-content .fixed {
  position: fixed;
  top: 0;
  width: 100%;
  background-color: white;
  z-index: 333;
}
main .message-content .tabs-nav {
  border-bottom: 0.01rem solid #E9E9E9;
  overflow: hidden;
}
main .message-content .tabs-nav li {
  list-style: none;
  width: 25%;
  float: left;
  text-align: center;
}
main .message-content .tabs-nav li span {
  position: relative;
  margin: 0 0.55rem;
  padding: 0;
  font-size: 0.28rem;
  overflow: hidden;
  white-space: nowrap;
  height: 0.88rem;
  line-height: 0.88rem;
  color: #666666;
  border: 1px solid transparent;
  border-radius: 0;
  display: block;
}
main .message-content .tabs-nav li.am-active span {
  color: #0171E0;
}
main .message-content .tabs-nav li.am-active span icon {
  position: absolute;
  width: 100%;
  height: 0.04rem;
  bottom: 0;
  left: 0;
  background: -webkit-linear-gradient(0deg, #0171e0 0%, #2e94fa 100%);
  background: -o-linear-gradient(0deg, #0171e0 0%, #2e94fa 100%);
  background: -moz-linear-gradient(0deg, #0171e0 0%, #2e94fa 100%);
  background: linear-gradient(0deg, #0171e0 0%, #2e94fa 100%);
  border-radius: 2px;
}
main .comment {
  padding: 0.1rem 0.3rem 0 0.28rem;
}
main .comment li .title {
  margin: 0.15rem 0 0.05rem;
}
main .comment li .title a {
  color: #999999;
  font-size: 0.24rem;
}
main .comment li .title time {
  color: #999999;
  font-size: 0.24rem;
}
main .comment li p:nth-of-type(2) a {
  color: #666666;
  font-size: 0.28rem;
}
main .comment li .inner-content {
  background: #F7F7F7;
  border-radius: 0.1rem;
  padding: 0.25rem 0.2rem 0.3rem 0.25rem;
  position: relative;
  margin: 0.24rem 0;
}
main .comment li .inner-content .comment-one aside {
  width: 0.7rem;
  height: 0.7rem;
  float: left;
}
main .comment li .inner-content .comment-one aside img {
  border-radius: 50%;
  width: 100%;
  height: 100%;
}
main .comment li .inner-content .comment-one .right-comment {
  margin-left: 0.9rem;
}
main .comment li .inner-content .article aside {
  width: 1.5rem;
  height: 0.99rem;
  border-radius: 5px;
  float: left;
}
main .comment li .inner-content .article aside img {
  border-radius: 0.05rem;
  width: 100%;
  height: 100%;
}
main .comment li .inner-content .article .right-comment {
  margin-left: 1.7rem;
}
main .comment li .inner-content .right-comment h2 {
  color: #131313;
  font-size: 0.32rem;
  font-weight: 400;
}
main .comment li .inner-content .right-comment p {
  overflow: hidden;
}
main .comment li .inner-content .right-comment p a {
  font-size: 0.24rem;
  color: #666666;
}
main .comment li .inner-content .right-comment p time {
  color: #999999;
  font-size: 0.24rem;
}
main .comment li .inner-content .right-comment p time i {
  height: 11px;
  width: 1px;
  display: inline-block;
  background-color: #666666;
  margin: 0 0.05rem;
  vertical-align: middle;
  margin-top: -4px;
  -webkit-transform: rotate(10deg);
  -ms-transform: rotate(10deg);
  transform: rotate(10deg);
}
main .comment li .inner-content .right-comment h2 a {
  color: #131313;
  font-size: 0.32rem;
  font-weight: 400;
}
main .comment li .triangle_border_up {
  width: 0;
  height: 0;
  border-width: 0 0.12rem 0.12rem;
  border-style: solid;
  border-color: transparent transparent #f7f7f7;
  /* margin: 40px auto; */
  top: -0.12rem;
  left: 20%;
  position: absolute;
}
main .collect {
  margin: 0 0.3rem;
}
main .collect li {
  height: 0.88rem;
  line-height: 0.88rem;
  border-bottom: 1px solid #E9E9E9;
  position: relative;
}
main .collect li span {
  font-weight: 400;
}
main .collect li span:nth-of-type(1) {
  font-size: 0.32rem;
  color: #323333;
  /* width: 100%; */
  display: inline-block;
  padding-right: 1.2rem;
  float: left;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 100%;
}
main .collect li span:nth-of-type(2) {
  color: #999999;
  font-size: 0.24rem;
  position: absolute;
  right: 0;
}
main .one-collect .collect-one {
  background-color: #F4F8FB;
  padding: 0.3rem 0.3rem;
  position: relative;
}
main .one-collect .collect-one .triangle_border_bottom {
  width: 0;
  height: 0;
  border-left: 0.18rem solid transparent;
  border-right: 0.18rem solid transparent;
  border-bottom: 0.18rem solid white;
  bottom: 0;
  left: 15%;
  position: absolute;
}
main .one-collect .collect-one span:nth-of-type(1) {
  font-size: 0.28rem;
  color: #0066D1;
  display: inline-block;
  line-height: 0.36rem;
  width: 70%;
  overflow: hidden;
}
main .one-collect .collect-one span:nth-of-type(2) {
  font-size: 0.24rem;
  color: #999999;
}
main .tag .tag-content {
  margin: 0 0.3rem;
}
main .tag .tag-content > li {
  margin: 0.3rem 0;
}
main .tag .tag-content > li > a {
  color: #333333;
  font-size: 0.36rem;
}
main .tag .tag-content > li > ul li {
  margin-bottom: 0.2rem;
  margin-right: 0.2rem;
  font-size: 0.28rem;
  background: #f4f8fb;
  border-radius: 0.3rem;
  padding: 0.09rem 0.2rem;
  border: none;
  float: left;
}
main .tag .tag-content > li > ul li:nth-of-type(3n+3) {
  margin-right: 0;
}
main .tag .tag-content > li > ul li ._new {
  background-color: #60a616;
}
main .tag .tag-content > li > ul li ._hot {
  background-color: #F2CB13;
}
main .tag .tag-content > li > ul li a {
  color: #333333;
  font-size: 0.28rem;
}
main .tag .tag-content > li > ul li i {
  width: 0.32rem;
  font-style: normal;
  height: 0.32rem;
  border-radius: 0.05rem;
  font-size: 0.24rem;
  text-align: center;
  line-height: 0.32rem;
  color: white;
  margin-left: 0.1rem;
  display: inline-block;
}
main .classify-bottom {
  padding: 0.3rem 0.3rem 0 0.28rem;
}
main .classify-bottom > h2 {
  font-size: 0.36rem;
  margin: 0.2rem 0 0.3rem;
  color: #2D4863;
  line-height: 0.36rem;
}
main .classify-bottom li {
  position: relative;
  margin-bottom: 0.3rem;
  border-bottom: 1px solid #E9E9E9;
}
main .classify-bottom li > div {
  float: left;
  padding-right: 2.46rem;
  width: 100%;
}
main .classify-bottom li > div.textAll {
  padding-right: 0;
}
main .classify-bottom li > div h3 {
  height: 1rem;
  margin-top: -0.1rem;
  overflow: hidden;
}
main .classify-bottom li > div h3 a {
  font-size: 0.32rem;
  color: #333333;
  line-height: 0.52rem;
  vertical-align: top;
  display: inline-block;
}
main .classify-bottom li > div h3 icon {
  width: 0.69rem;
  margin-left: 0.1rem;
  vertical-align: middle;
  display: inline-block;
  text-align: center;
  line-height: 0.22rem;
  padding: 0.08rem 0;
  background: #ffffff;
  border: 0.02rem solid #ebc06d;
  border-radius: 0.05rem;
  font-size: 0.22rem;
  color: #EBC06C;
}
main .classify-bottom li > div .article-bottom {
  height: 0.4rem;
  line-height: 0.4rem;
  width: 100%;
  overflow: hidden;
  margin: 0.24rem 0 0.16rem;
}
main .classify-bottom li > div .article-bottom a {
  line-height: 0;
}
main .classify-bottom li > div .article-bottom a img {
  width: 0.32rem;
  height: 0.32rem;
  border-radius: 50%;
  vertical-align: middle;
  float: left;
}
main .classify-bottom li > div .article-bottom a i {
  font-size: 0.24rem;
  color: #666666;
  font-style: normal;
  height: 0.3rem;
  line-height: 0.3rem;
  vertical-align: text-bottom;
  margin-left: 0.1rem;
}
main .classify-bottom li > div .article-bottom time {
  font-size: 0.22rem;
  font-family: 'DIN-MEDIUM';
  color: #999999;
}
main .classify-bottom li > div .article-bottom time i {
  height: 9px;
  width: 1px;
  display: inline-block;
  background-color: #666666;
  margin: 0 0.05rem;
  vertical-align: middle;
  margin-top: -4px;
  -webkit-transform: rotate(10deg);
  -ms-transform: rotate(10deg);
  transform: rotate(10deg);
}
main .classify-bottom li aside {
  width: 2.16rem;
  height: 1.43rem;
  border-radius: 5px;
  float: right;
  position: absolute;
  right: 0;
  top: 0;
}
main .classify-bottom li aside img {
  vertical-align: top;
  width: 100%;
  height: 100%;
  border-radius: 0.06rem;
}
main .classify-bottom li.advertise {
  width: 100%;
}
main .classify-bottom li.advertise > a {
  display: inline-block;
  width: 100%;
  height: 2.3rem;
}
main .classify-bottom li.advertise > a img {
  width: 100%;
  height: 100%;
  border-radius: 0.06rem;
}
main .classify-bottom li.advertise > p {
  font-size: 0.32rem;
  color: #333333;
  line-height: 0.52rem;
  padding: 0.07rem 0 0.18rem 0;
}
main .classify-bottom li.advertise > p a {
  color: #333333;
}
