﻿@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.ease {
  transition: all .3s linear;
}
a,
a:link,
a:visited,
a:hover,
a:active {
  color: #000;
  text-decoration: none;
}
html {
  width: 100%;
  min-height: 100%;
}
body {
  width: 100%;
  min-height: 100%;
  max-width: 640px;
  min-width: 320px;
  margin: 0 auto;
  font: .24rem/1.5 "Microsoft Yahei", Arial;
  color: #666;
  background: #fff;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
body:before,
body:after {
  content: "";
  width: 100%;
  display: block;
}
img {
  border: 0px;
}
em,
b {
  font-style: normal;
}
h1,
h2,
h3,
h4,
h5,
h6,
h7 {
  font-weight: normal;
  font-size: .24rem;
}
ul,
ol {
  list-style-type: none;
}
input,
button,
select,
textarea {
  outline: none;
  font-family: "Microsoft Yahei", Arial;
  font-size: .24rem;
  -webkit-appearance: none !important;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #999;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #999;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #999;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #999;
}
.hidden {
  display: none;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
  width: 100%;
  height: 0;
  line-height: 0;
  font-size: 0;
}
/*公用样式*/
.layout {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 101;
  background: #000;
  opacity: 1;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.por {
  position: relative;
}
.poa {
  position: absolute;
}
.tac {
  text-align: center;
}
.icon,
.iconbef:before,
.iconbef:after {
  background: url(../images/ico.png) no-repeat;
  display: inline-block;
  background-size: 2rem auto;
  vertical-align: middle;
}
.iconbef:before,
.iconbef:after {
  content: "\20";
  display: block;
}
/*清除浮动*/
.clearfix {
  *zoom: 1;
}
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
/*header_main*/
.logo {
  width: 100%;
  height: .9rem;
  padding-top: .1rem;
  text-align: center;
  display: block;
  border-bottom: 1px solid #cdcdcd;
}
.logo img {
  height: .8rem;
  display: block;
  margin: 0 auto;
}
.nav_main {
  width: 100%;
  height: .96rem;
  position: relative;
  background: #fff;
}
.nav_main .navBtn {
  width: .8rem;
  height: .96rem;
  text-align: center;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 11;
  background: #fff;
}
.nav_main .navBtn span {
  width: .28rem;
  height: .04rem;
  display: block;
  left: .26rem;
  z-index: 11;
  position: absolute;
  background: #000;
  transition-duration: .5s;
}
.nav_main .navBtn span:first-child {
  top: .35rem;
}
.nav_main .navBtn span:nth-child(2) {
  top: .43rem;
  transition-duration: .1s;
}
.nav_main .navBtn span:nth-child(3) {
  top: .51rem;
}
.nav_main .navBtn.close {
  z-index: 222;
}
.nav_main .navBtn.close span {
  z-index: 222;
}
.nav_main .navBtn.close span:nth-child(2) {
  left: -100%;
  opacity: 0;
}
.nav_main .navBtn.close span:nth-child(1) {
  transform: rotate(45deg);
  top: 50%;
}
.nav_main .navBtn.close span:nth-child(3) {
  transform: rotate(-45deg);
  top: 50%;
}
.nav_main .nav {
  height: .96rem;
  padding-right: .8rem;
  overflow: hidden;
}
.nav_main .nav * {
  transition: none;
}
.nav_main .nav:before,
.nav_main .nav:after {
  content: "\20";
  display: block;
  position: absolute;
  right: .8rem;
  top: 0;
}
.nav_main .nav:before {
  width: .06rem;
  height: .44rem;
  top: .24rem;
  z-index: 10;
  background: url(../images/nav-z-bg.png) no-repeat right center;
  background-size: auto .44rem;
}
.nav_main .nav:after {
  width: .72rem;
  height: .96rem;
  z-index: 9;
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 70%, #ffffff 100%);
}
.nav_main .nav .list {
  width: 300%;
  height: .96rem;
  font-size: .28rem;
}
.nav_main .nav li {
  padding: 0 .28rem;
  float: left;
}
.nav_main .nav li a {
  display: block;
  line-height: .5rem;
  font-weight: 400;
  box-sizing: border-box;
  padding-top: .18rem;
}
.nav_main .nav li a:after {
  width: .22rem;
  height: .03rem;
  display: none;
  background: #ff4444;
  content: "\20";
  margin: 0 auto;
}
.nav_main .nav li.hover a,
.nav_main .nav li:hover a {
  color: #ff4444;
}
.nav_main .nav li.hover a:after,
.nav_main .nav li:hover a:after {
  display: block;
}
.search {
  height: .5rem;
  line-height: .5rem;
  position: relative;
  margin: 0 0 .28rem .24rem;
}
.search input {
  border: 0;
  background-color: none;
}
.search .txt {
  width: 5.14rem;
  height: .5rem;
  line-height: .5rem;
  float: left;
  text-indent: 2.6em;
  background: #ededef;
  border-radius: .35rem;
}
.search .btn {
  width: .9rem;
  height: .5rem;
  line-height: .5rem;
  float: left;
  text-align: center;
  color: #ff4444;
  background: none;
}
.search:before {
  width: .34rem;
  height: .34rem;
  position: absolute;
  top: .12rem;
  left: .2rem;
  background-position: 0 0;
}
/* banner */
.banner {
  position: relative;
  height: 2.96rem;
  overflow: hidden;
}
.banner .list {
  float: left;
  width: 500%;
  height: 2.96rem;
}
.banner .list li {
  float: left;
  width: 20%;
  height: 2.96rem;
}
.banner .list img {
  display: block;
  width: 100%;
}
.banner .tip {
  width: 100%;
  height: .13rem;
  text-align: center;
  position: absolute;
  left: 0px;
  bottom: .3rem;
}
.banner .tip span {
  width: .13rem;
  height: .13rem;
  border-radius: 100%;
  display: inline-block;
  margin: 0px .04rem;
  background: #ffffff;
}
.banner .tip span.cur {
  background: #ea4d07;
}
/*subNav*/
.subNav {
  position: fixed;
  width: 3.56rem;
  height: 100%;
  top: 0;
  right: 0;
  z-index: 111;
  background: #2f2f31;
  -webkit-transform: translateX(3.56rem);
}
.subNav * {
  box-sizing: border-box;
}
.subNav a {
  display: block;
  color: #fff;
}
.subNav h3 {
  width: 100%;
  height: .6rem;
  line-height: .6rem;
  padding-left: .25rem;
  color: #fff;
  background: #222224;
}
.subNav .list li {
  width: 100%;
  height: .72rem;
  line-height: .72rem;
  padding: 0 .25rem;
  border-bottom: 1px solid #222224;
}
.subNav .list li:hover,
.subNav .list li.hover {
  background: #222224;
}
.subNav .list li:hover a:before,
.subNav .list li.hover a:before {
  content: "\20";
  width: .04rem;
  height: .27rem;
  display: inline-block;
  vertical-align: middle;
  background: #ff4444;
  margin-right: .2rem;
}
/* index */
.subNavShow {
  -webkit-transform: translateX(-3.56rem);
  -moz-transform: translateX(-3.56rem);
  -ms-transform: translateX(-3.56rem);
  transform: translateX(-3.56rem);
}
.subNavShow2 {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.bottom {
  padding: .52rem 0 .3rem;
  text-align: center;
  background: #fff;
}
.bottom .bNav {
  margin-bottom: .4rem;
}
.bottom .bNav a {
  display: inline-block;
  color: #000000;
  margin: 0 .22rem;
}
.bottom .friendLink {
  font-size: 0;
  line-height: 0;
}
.bottom .friendLink a {
  width: 1.44rem;
  height: .48rem;
  line-height: .48rem;
  display: inline-block;
  font-size: .24rem;
  background: #ff4444;
  color: #fff;
  margin: 0 .03rem;
}
.bottom .copyright {
  color: #000;
}
.bottom .copyright .title {
  padding: .3rem 0 .15rem;
}
.bottom .copyright .txt {
  font-size: .22rem;
  line-height: .36rem;
}
/*******************content*************/
.content {
  border-top: .2rem solid #f1f1f1;
  overflow: hidden;
}
.content.noborder {
  border-top: 0;
}
.content.boborder {
  border-bottom: .2rem solid #f1f1f1;
}
.dialog-layout {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 101;
  background: #000;
  opacity: .5;
}
.moreBtn {
  width: 100%;
  height: .72rem;
  line-height: .72rem;
  display: block;
  text-align: center;
  background: #eeeeee;
}
.nybanner {
  width: 100%;
  height: 2.96rem;
  overflow: hidden;
}
.nybanner img {
  width: 100%;
  display: block;
}
/*pager*/
.pager {
  width: 100%;
  height: .68rem;
  text-align: center;
  padding-bottom: .1rem;
  overflow: hidden;
  font-size: 0;
  line-height: 0;
}
.pager p {
  display: none;
}
.pager li {
  display: inline-block;
  line-height: .68rem;
}
.pager li a {
  padding: 0 .25rem;
  display: block;
  font-size: .24rem;
  color: #000;
}
.pager li a.current {
  color: #ff4444;
}
/*subTit*/
.subTit {
  width: 100%;
  height: .65rem;
  line-height: .65rem;
  text-align: center;
  border-top: .02rem solid #bf6161;
  background: linear-gradient(#fbfbfb 0, #ffffff 100%);
}
.subTit a {
  width: 1.55rem;
  height: .65rem;
  line-height: .65rem;
  display: block;
  position: relative;
  float: left;
}
.subTit a:first-child {
  margin-left: .3rem;
}
.subTit a:before,
.subTit a:after {
  width: 1px;
  height: .65rem;
  content: "\20";
  display: block;
  position: absolute;
  top: 0;
  display: none;
}
.subTit a:before {
  left: 0;
  background: -webkit-linear-gradient(top, #cccccc, #ffffff);
}
.subTit a:after {
  right: 0;
  background: -webkit-linear-gradient(top, #cccccc, #ffffff);
}
.subTit a:hover,
.subTit a.hover {
  border-top: .02rem solid #ff4444;
  margin-top: -.02rem;
}
.subTit a:hover:before,
.subTit a.hover:before,
.subTit a:hover:after,
.subTit a.hover:after {
  display: block;
}
/*aboutTit*/
.aboutTit {
  width: 100%;
  overflow: hidden;
}
.aboutTit .list {
  width: 300%;
  height: .8rem;
  position: relative;
  font-size: .3rem;
}
.aboutTit li {
  padding: 0 .28rem;
  float: left;
}
.aboutTit li a {
  display: block;
  line-height: .8rem;
  font-weight: 400;
  box-sizing: border-box;
}
.aboutTit li.hover a,
.aboutTit li:hover a {
  color: #ff4444;
}
/*recom*/
.recom {
  padding-top: .2rem;
  background: #f1f1f1;
  transition: none;
}
.recom * {
  transition: none;
}
.recom .recomCon {
  width: 100%;
  overflow: hidden;
  background: #fff;
  box-sizing: border-box;
}
.recom .recomConList {
  width: 200%;
}
.recom .list {
  float: left;
  width: 50%;
}
.recom .list li {
  border-bottom: 1px solid #eeeeee;
}
.recom .list li a {
  display: block;
  padding: .16rem .2rem .16rem .3rem;
}
.recom .list li.item {
  position: relative;
}
.recom .list li.item .img {
  width: 1.2rem;
  height: .9rem;
  float: left;
  margin-right: .15rem;
  padding: .04rem;
  border: 1px solid #f1f1f1;
}
.recom .list li.item h3 {
  color: #000;
  height: .4rem;
  overflow: hidden;
}
.recom .list li.item .txt {
  font-size: .2rem;
  color: #aaaaaa;
  line-height: .28rem;
}
.recom .list li.item .time {
  color: #aaaaaa;
  position: absolute;
  right: .25rem;
  font-size: .18rem;
  bottom: .2rem;
}
.recom .list li.item .time:before {
  width: .22rem;
  height: .22rem;
  display: inline-block;
  background-position: -1.4rem 0;
}
.recom .list li .tit {
  color: #ff4444;
}
.recom .list li .tit:after {
  width: 1px;
  height: .28rem;
  content: "\20";
  display: inline-block;
  margin: 0 .18rem;
  vertical-align: middle;
  background: #eeeeee;
}
.newslist {
  padding: 0 3%;
}
.newslist .item {
  width: 100%;
  border-bottom: 1px solid #eeeeee;
}
.newslist .item * {
  transition: all .3s linear;
}
.newslist .item a {
  padding: .3rem 0;
  width: 100%;
  display: block;
}
.newslist .item img {
  width: 1.44rem;
  height: .96rem;
  display: block;
  margin-top: .06rem;
  float: right;
  margin-right: .1rem;
}
.newslist .item h3 {
  font-size: .3rem;
  line-height: .36rem;
  max-height: .72rem;
  overflow: hidden;
  color: #000000;
}
.newslist .item .dec {
  color: #999999;
  font-size: .2rem;
  margin-top: .08rem;
}
.newslist .item .dec span {
  margin-right: .2rem;
}
.newslist .item.pic4 h3 {
  height: .36rem;
  margin-bottom: .08rem;
}
.newslist .item.pic4 img {
  float: left;
  margin-right: .06rem;
}
.newslist .item.pic4 img:last-child {
  margin-right: 0;
}
.newslist2 {
  padding: 0 3%;
}
.newslist2 .item {
  padding: .3rem 0 .2rem;
  border-bottom: 1px solid #cccccc;
}
.newslist2 .item * {
  transition: all .3s linear;
}
.newslist2 .item h3 {
  line-height: .3rem;
  height: .6rem;
  overflow: hidden;
}
.newslist2 .item span.w {
  color: #ff4444;
  display: block;
  font-size: .2rem;
  line-height: .28rem;
}
.newslist2 .item a.fl {
  width: 5.1rem;
  display: block;
}
.newslist2 .item a.fl:hover .veiw-ico {
  background: #ff4444;
}
.newslist2 .item .down-ico,
.newslist2 .item .veiw-ico {
  width: .8rem;
  height: .8rem;
  margin-top: .02rem;
  padding-top: .28rem;
  box-sizing: border-box;
  text-align: center;
  background: #b5b5b5;
}
.newslist2 .item .down-ico:before,
.newslist2 .item .veiw-ico:before {
  width: .35rem;
  height: .35rem;
  display: block;
  margin: 0 auto;
}
.newslist2 .item .veiw-ico {
  margin-left: .16rem;
}
.newslist2 .item .down-ico:before {
  background-position: -.96rem 0;
}
.newslist2 .item .veiw-ico:before {
  background-position: -.45rem 0;
}
.newslist2 .item .down-ico:hover {
  background: #ff4444;
}
.newslist3 a {
  display: block;
  width: 100%;
}
.newslist3 a:hover .veiw-ico {
  background: #ff4444;
}
.newslist3 .item .time {
  color: #999999;
  line-height: .28rem;
  display: block;
  font-size: .2rem;
}
/*links*/
.pageLinks {
  padding: 3% 3%;
}
.pageLinks .tit {
  color: #ff4444;
  margin-bottom: .1rem;
}
.pageLinks .list li {
  line-height: .56rem;
}
.pageLinks .list li a {
  display: block;
  color: #666666;
}
/*aboutPage*/
.aboutPage {
  padding: 3%;
  color: #666;
  line-height: .48rem;
}
.aboutPage img {
  max-width: 100%;
}
/*cateList*/
.cateList {
  width: 95%;
  padding: 5% 0 3%;
  margin-left: 5%;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
}
.cateList .list {
  width: 120%;
}
.cateList a {
  font-size: .24rem;
  line-height: .52rem;
  display: inline-block;
  margin-right: .32rem;
  color: #000;
  padding: 0 .1rem;
}
.cateList a.hover {
  color: #ff4444;
  border-bottom: .03rem solid #ff4444;
}
/*showInfo*/
.showInfo {
  padding: .3rem 3% .4rem;
}
.showInfo .title {
  font-size: .4rem;
  line-height: .42rem;
  margin-bottom: .18rem;
  color: #000;
}
.showInfo .mark {
  font-size: .22rem;
  color: #666666;
  padding-bottom: .1rem;
  border-bottom: 1px solid #ddd;
}
.showInfo .mark span {
  margin-right: .2rem;
}
.showInfo .contxt {
  padding: .2rem 0 .4rem;
  line-height: .42rem;
  color: #666666;
}
.showInfo .contxt img {
  max-width: 100%;
  height: auto !important;
}
.showInfo .reLink {
  width: 100%;
}
.showInfo .reLink .nextLink,
.showInfo .reLink .prevLink {
  width: 100%;
  height: .6rem;
  line-height: .6rem;
  margin-bottom: .1rem;
  color: #666666;
  border-bottom: 1px solid #ddd;
}
.showInfo .reLink a {
  color: #666;
  display: inline-block;
}
/*fenx*/
#nativeShare {
  margin: 0 auto;
  width: 100%;
  padding-top: 0.3rem;
  max-width: 640px;
  min-width: 320px;
}
#nativeShare .label {
  width: 1rem;
  margin-left: 0.1rem;
  font-size: 0.24rem;
  color: #666666;
  line-height: 0.6rem;
}
#nativeShare .list {
  width: 5rem;
  float: right;
}
#nativeShare .list span {
  height: 0.9rem;
  width: 0.9rem;
  padding: 0;
  display: inline-block;
}
#nativeShare .list span i {
  margin: 0 auto;
  width: 0.63rem;
  height: 0.63rem;
  display: block;
}
#nativeShare .weibo i {
  background-image: url('../images/weibo.png');
  background-size: cover;
}
#nativeShare .weixin i {
  background-image: url('../images/weixin_friend.png');
  background-size: cover;
}
#nativeShare .weixin_timeline i {
  background-image: url('../images/weixin.png');
  background-size: cover;
}
#nativeShare .qq i {
  background-image: url('../images/qq.png');
  background-size: cover;
}
#nativeShare .qzone i {
  background-image: url('../images/qqzone.png');
  background-size: cover;
}
#nativeShare .more i {
  background-image: url('../images/more.png');
  background-size: cover;
}
#nativeShare .list span.qzone,
#nativeShare .list span.more {
  width: 0.73rem;
}
#fenxiang {
  display: none;
}
.fenx {
  height: 1.0rem;
  width: 100%;
}
.fenx .tt {
  margin-left: 0.2rem;
  font-size: 0.24rem;
  color: #666666;
  line-height: 0.6rem;
}
.fenx .bdsharebuttonbox {
  width: 80%;
  float: right;
}
.fenx .bdsharebuttonbox a {
  margin-left: 0.2rem;
}
#bdfx a {
  height: 0.6rem;
  width: 0.6rem;
  margin: 0;
  padding: 0;
  margin: 0px 0.08rem;
  display: inline-block;
}
#bdfx .d1 {
  background: url(../images/qqzone.png) no-repeat center;
  background-size: 100% 100%;
}
#bdfx .d2 {
  background: url(../images/weibo.png) no-repeat center;
  background-size: 100% 100%;
}
.ig-top {
  width: .6rem;
  height: .6rem;
  background: url(../images/ico-top.png) center center no-repeat;
  background-size: contain;
  position: fixed;
  right: 3%;
  bottom: 1.2rem;
  opacity: .8;
  display: none;
}
.ig-top:active {
  opacity: 1;
}
/*aboutPage1*/
.aboutPage1 {
  padding: 3% 0;
}
.aboutPage1 .tit {
  height: .56rem;
  line-height: .56rem;
  color: #ff4444;
  padding: 0 0 0 .2rem;
  background: #eeeeee;
}
.aboutPage1 ul {
  padding: .15rem 0 .16rem;
}
.aboutPage1 li {
  width: 50%;
  padding-left: .2rem;
  margin-bottom: .2rem;
  box-sizing: border-box;
  float: left;
}
.aboutPage1 li h4 {
  color: #000;
  margin-bottom: .06rem;
}
.aboutPage1 li span {
  color: #666;
  font-size: .22rm;
  display: block;
}
.aboutPage1 li:nth-child(2n) {
  padding-right: .2rem;
}
/*recomAbout*/
.recomAbout {
  padding: .22rem 0;
  margin-top: .2rem;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}
.recomAbout li {
  line-height: .54rem;
  padding: 0 3%;
}
.recomAbout li a {
  display: block;
  color: #999999;
}
.recomAbout li.hover a {
  color: #ff4444;
}
.erro {
  padding: .2rem;
  color: Red;
}
.pagerMobile {
  width: 100%;
  text-align: center;
  background: #fff;
  padding: .2rem 0;
  font-size: .2rem;
}
.pagerMobile a,
.pagerMobile span {
  width: 1.64rem;
  height: .6rem;
  line-height: .6rem;
  display: inline-block;
  background: #ff4c4c;
  color: #fff;
  border-radius: 3px;
}
.pagerMobile .yem {
  height: .6rem;
  display: inline-block;
  margin: 0px .2rem;
  line-height: .62rem;
  font-size: .3rem;
}
.recom2 .subTit a {
  width: 2rem;
}
.recom2 .subTit a:hover,
.recom2 .subTit a.hover {
  font-weight: bold;
}
.recom2 .list li {
  border-bottom: 1px dotted #cdcdcd;
}
.recom2 .list li a {
  padding: .3rem .2rem .3rem .3rem;
}
.recom2 .list li.item .img {
  width: 2.14rem;
  height: 1.2rem;
  border: none;
  padding: 0;
  background: red;
}
.recom2 .list li.item h3 {
  font-size: .28rem;
  height: .8rem;
  line-height: .4rem;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.recom2 .list li.item .txt {
  font-size: .24rem;
  color: #666;
  padding-top: .1rem;
}
.recom2 .login {
  text-align: center;
  padding: 0 3%;
}
.recom2 .login h3 {
  font-size: .4rem;
  color: #1857a4;
  padding: .64rem 0;
}
.recom2 .login li {
  border: 1px solid #ddd;
  height: .75rem;
  line-height: .75rem;
  margin-bottom: .2rem;
  vertical-align: top;
  border-radius: .05rem;
}
.recom2 .login li .fl {
  float: right;
  width: .33rem;
  margin-right: .24rem;
}
.recom2 .login li .fl i {
  width: .33rem;
  height: .33rem;
  background-position: 0 -.34rem;
}
.recom2 .login li .fr {
  background: #fff;
  width: 85%;
  overflow: hidden;
  float: left;
}
.recom2 .login li .fr input {
  width: 100%;
  border: none;
  height: .75rem;
  padding-left: .1rem;
  box-sizing: border-box;
}
.recom2 .login li .fr select {
  width: 100%;
  outline: none;
  border: none;
  padding-left: .1rem;background:none;
  box-sizing: border-box;
}
.recom2 .login li:nth-child(2) .fl i {
  background-position: -.33rem -.34rem;
}
.recom2 .login li:nth-child(3) .fl i {
  background-position: -.66rem -.34rem;
}
.recom2 .login .btn {
  width: 100%;
  height: .75rem;
  line-height: .75rem;
  color: #fff;
  background: #ee3232;
  font-size: .26rem;
  border: none;
  margin-top: 0.5rem;
}
.xqhz_main {
  background: #fff;
}
.xqhz_main .subTit a:hover,
.xqhz_main .subTit a.hover {
  font-weight: 400;
}
.xqhz_main .img {
  padding: 0 3%;
  background: #fff;
  margin: .2rem 0;
}
.xqhz_main .img img {
  max-width: 100%;
}
.xqhz_main .body {
  background: #fff;
}
.xqhz_main .body li {
  border-bottom: 1px solid #eee;
  padding: 0 3% .25rem;
  margin-bottom: .25rem;
}
.xqhz_main .body li h3 {
  font-size: .28rem;
  color: #ee3232;
  font-weight: bold;
  padding-bottom: .1rem;
}
.xqhz_main .body li p {
  color: #666;
  line-height: .3rem;
}
.xqhz_main .body li p span i {
  width: .26rem;
  height: .3rem;
  background-position: -1.02rem -.34rem;
  margin-right: .1rem;
}
.xqhz_main .body li p span:last-child i {
  background-position: -1.28rem -.34rem;
  margin-left: .2rem;
}
.xqhz_main .body .more {
  border: 1px solid #ccc;
  background: #f6f6f6;
  line-height: .65rem;
  text-align: center;
  margin: 0 3%;
  border-radius: .05rem;
}
.xqhz_main .body .more a {
  display: block;
  width: 100%;
  height: 100%;
}
.xqhz_main .body2 li p span:last-child i {
  background-position: -1.54rem -.34rem;
  margin-left: .2rem;
}
.xqhz_main .tit2 {
  margin-top: .6rem;
}
.xqhz_main_2 {
  margin: 0 3%;
}
.xqhz_main_2 .tit {
  font-size: .3rem;
  text-align: center;
  background: url(../images/line.png) no-repeat center center;
  background-size: 3.58rem .02rem;
  font-weight: bold;
  margin-top: .42rem;
  margin-bottom: .27rem;
}
.xqhz_main_2 .body {
  border-top: 1px solid #eee;
}
.xqhz_main_2 li {
  border: 1px solid #eee;
  float: left;
  width: 50%;
  box-sizing: border-box;
  line-height: .5rem;
  padding: .26rem .15rem;
  border-top: none;
}
.xqhz_main_2 li img {
  width: .5rem;
  height: .5rem;
  float: left;
  margin-right: .1rem;
}
.xqhz_main_2 li p {
  font-size: .2rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.xqhz_main_2 li:nth-child(2n) {
  border-left: none;
}
.xqhz_main_3 {
  margin-top: .42rem;
  margin-bottom: .5rem;
}
.xqhz_main_3 .body{border-bottom: 1px solid #eee;border-top: none;}
.xqhz_main_3 li {
  padding: 0;
  border: 1px solid #eee;border-bottom: none;
}
.xqhz_main_3 li img {
  width: 100%;
  height:.88rem;margin-right: 0;
}
/*字体*/
@media only screen and (min-width: 641px) {
  html {
    font-size: 100px;
  }
}
@media only screen and (max-width: 640px) {
  html {
    font-size: 100px;
  }
}
@media only screen and (max-width: 540px) {
  html {
    font-size: 84.375px;
  }
}
@media only screen and (max-width: 480px) {
  html {
    font-size: 75px;
  }
}
@media only screen and (max-width: 414px) {
  html {
    font-size: 64.6875px;
  }
}
@media only screen and (max-width: 400px) {
  html {
    font-size: 62.5px;
  }
}
@media only screen and (max-width: 375px) {
  html {
    font-size: 58.5938px;
  }
}
@media only screen and (max-width: 360px) {
  html {
    font-size: 56.25px;
  }
}
@media only screen and (max-width: 320px) {
  html {
    font-size: 50px;
  }
}
@font-face {
  font-family: 'impact';
  src: url('../font/impact.eot');
  src: url('../font/impact.eot?#iefix') format('embedded-opentype'), url('../font/impact.ttf') format('truetype');
}
/*# sourceMappingURL=style.css.map */
