* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.header {
  width: 100%;
  height: 0.86rem;
  display: flex;
  background-color: #003366;
  box-sizing: border-box;
}

.header > div {
  width: 50%;
  height: 0.33rem;
  margin: auto;
  box-sizing: border-box;
  font-size: 0.26rem;
}

.header > .header_left {
  float: left;
  padding-left: 0.53rem;
}

.header > .header_right {
  float: right;

}

.header > div > img {
  vertical-align: sub;
  display: inline-block;

}

.header_right {
  padding-left: 1.4rem;
}

.header_left img {
  width: 0.24rem;
  height: 0.33rem;
}

.header > div > span {
  height: 0.33rem;
  font-size: 0.26rem;
  font-family: SimHei;
  font-weight: 400;
  color: rgba(176, 184, 197, 1);
  display: inline-block;
  line-height: 0.33rem;
}

.header > .header_left > span {
  margin-left: 20px;
}

.header > .header_right > img {
  width: 0.49rem;
  height: 0.33rem;
  vertical-align: sub;
  display: inline-block;

}

.header > .header_right > span {
  margin-left: 0.25rem;
}

.header_img {
  display: block;
  width: 7.5rem;
  height: 1.68rem;
}

.com_nav {
  width: 100%;
  background-color: #013D83;
  height: 0.82rem;
}

.com_nav ul {
  float: left;
  display: inline-block;
  list-style: none;
  width: 80%;
  box-sizing: border-box;
  padding-left: 0.19rem;
}

.com_nav ul li {
  padding-left: 0.18rem;
  padding-right: 0.18rem;
  float: left;
  line-height: 0.82rem;
  text-align: center;
  font-size: 0.28rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
}
.com_nav .com_nav_l li a{
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: rgba(255, 255, 255, 1);
}

.com_nav_r {
  font-size: 0.28rem;
  float: left;
  width: 20%;
  height: 0.82rem;
}

.com_nav_r img {
  display: inline-block;
  margin-top: 0.41rem;
  transform: translateY(-50%);
}

.com_nav_r img:nth-of-type(1) {
  margin-right: 0.39rem;
  width: 0.40rem;
  height: 0.34rem;
}

.com_nav_r img:nth-of-type(2) {

  width: 0.36rem;
  height: 0.37rem;
}

.nav_hover_color {
  background-color: #012B5E;
}

.img_show {
  width: 100%;
  height: 2.83rem;
  margin-top: 0.25rem;
  display: flex;

}
.img_show a{
  display: block;
  width: 100%;
  height: 100%;
}

.img_show img {
  display: block;
  width: 7.10rem;
  margin: auto;
  height: 2.83rem;
}

.com_search {
  position: relative;
  margin-top: 0.56rem;
  display: flex;
  width: 100%;
  height: 0.63rem;
}

.com_search > img {
  position: absolute;
  left: 0.4rem;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  width: 0.28rem;
  height: 0.33rem;
}

.com_search > input {
  padding-left: 0.6rem;
  width: 7.12rem;
  height: 100%;
  display: block;
  margin: auto;
  background-color: #F2F2F2;
  border: none;
  border-radius: 0.4rem;
  font-size: 0.24rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #d5d5d5;
}

.community_content {
  width: 100%;
  margin-top: 0.29rem;
}

.community_content_c {
  position: relative;
  margin: auto;
  width: 7.11rem;
  height: 0.88rem;
  font-size: 0.32rem;

}

.community_content_c > .community_content_c_boder {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-bottom: 0.04rem solid rgba(230, 236, 241, 1);
}
.community_content_c_active{
  border-bottom: 0.04rem solid #031d83;
  color: #031d83 !important;
}
.community_content_c > span {
  position: absolute;
  text-align: center;
  width: 1.62rem;
  display: block;
  font-size: 0.32rem;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #444444;
  line-height: 0.84rem;
  height: 0.88rem;
}

.community_content_c > span:nth-of-type(1) {
  left: 0;
  bottom: 0;
}

.community_content_c > span:nth-of-type(2) {
  left: 1.62rem;
  bottom: 0;
}

.community_content_ul {
  width: 7.16rem;
  margin: auto;
}

.community_content_ul {
  font-size: 0.3rem;
}

.community_content_ul li {
  padding-top: 0.36rem;
  border-bottom: 0.02rem solid rgba(223, 223, 223, 1);
  padding-bottom: 0.33rem;
}

.community_content_ul li .content_c {
  width: 6.6rem;
  margin-bottom: 0.38rem;
}

.community_content_ul li .content_d {
  font-size: 0.3rem;
  font-family: SimHei;
  font-weight: 400;
  color: rgba(51, 51, 51, 1);
  line-height: 0.5rem;
}

.community_content_ul li .content_c span {
  text-align: center;
  line-height: 0.27rem;
  font-size: 0.24rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: rgba(255, 255, 255, 1);
  width: 0.58rem;
  height: 0.27rem;
  background: rgba(255, 76, 76, 1);
  -webkit-border-radius: 0.03rem;
  -moz-border-radius: 0.03rem;
  border-radius: 0.03rem;
  margin-left: 0.1rem;

}

.xiaoFang {
  text-align: center;
  line-height: 0.27rem;
  font-size: 0.24rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: rgba(255, 255, 255, 1);
  width: 0.58rem;
  height: 0.27rem;
  background: rgba(255, 76, 76, 1);
  -webkit-border-radius: 0.03rem;
  -moz-border-radius: 0.03rem;
  border-radius: 0.03rem;
  margin-left: 0.1rem;
}

.content_a {
  overflow: auto;
  font-size: 0.24rem;
  font-family: SimHei;
  font-weight: 400;
  color: rgba(134, 134, 134, 1);
}

.content_a span {
  display: inline-block;
}

.content_a span:nth-of-type(1) {
  float: left;
}

.content_a span:nth-of-type(2) {
  float: right;
}

.content_a span img {
  display: inline-block;
}

.content_a span img:nth-of-type(1) {
  width: 0.3rem;
  height: 0.2rem;
}

.content_a span img:nth-of-type(2) {
  width: 0.25rem;
  height: 0.21rem;
}

.read_more {
  text-align: center;
  margin-top: 0.58rem;
  font-size: 0.3rem;
  font-family: SimHei;
  font-weight: 400;
  color: rgba(51, 51, 51, 1);
}

.read_more span {
  opacity: 0.3;
}

.community_tieZi_ul {
  display: none;
  width: 7.16rem;
  margin: auto;
}

.community_tieZi_ul li {
  padding-top: 0.36rem;
  border-bottom: 0.02rem solid rgba(223, 223, 223, 1);
  padding-bottom: 0.33rem;
  overflow: auto;
}
.content_tieZi_d_l{
  margin-right: 0.36rem;
  width: 4.17rem;
  float: left;
  font-size:0.3rem;
  font-family:SimHei;
  font-weight:400;
  color:rgba(51,51,51,1);
}
.content_tieZi_d_l>p{
  line-height: 0.48rem;
}

.content_tieZi_d{
  overflow: auto;
  margin-bottom: 0.27rem;
}
.content_tieZi_d>img{
  display: block;
  float: left;
  width: 2.26rem;
  height: 1.7rem;
}
.content_tieZi_d_l>span{
  font-size: 0.24rem;
  font-family:Microsoft YaHei;
  font-weight:400;
  color:rgba(146,146,146,1);
  line-height:0.36rem;
}
.content_tieZi_a{

}
.content_tieZi_a {
  overflow: auto;
  font-size: 0.24rem;
  font-family: SimHei;
  font-weight: 400;
  color: rgba(134, 134, 134, 1);
}

.content_tieZi_a span {
  display: inline-block;
}

.content_tieZi_a span:nth-of-type(1) {
  float: left;
}

.content_tieZi_a span:nth-of-type(2) {
  float: right;
}

.content_tieZi_a img {
  display: inline-block;
  vertical-align: middle;
}

.content_tieZi_a span:nth-of-type(1) img:nth-of-type(1) {
  width: 0.34rem;
  height: 0.33rem;
}

.content_tieZi_a span:nth-of-type(2) img:nth-of-type(1) {
  width: 0.30rem;
  height: 0.20rem;
}
.content_tieZi_a span:nth-of-type(2) img:nth-of-type(2) {
  width: 0.25rem;
  height: 0.21rem;
}

.another_type{
  font-size: 0.3rem;
}
.another_type p:nth-of-type(1){
  font-size: 0.3rem;
  font-family:SimHei;
  font-weight:400;
  color:rgba(51,51,51,1);
  line-height:0.48rem;
}
.another_type p:nth-of-type(2){
  font-size: 0.24rem;
  font-family:Microsoft YaHei;
  font-weight:400;
  color:rgba(146,146,146,1);
  line-height: 0.36rem;
  margin-bottom: 0.26rem;
}
.jiankang {
  text-align: center;
  line-height: 0.27rem;
  font-size: 0.24rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: rgba(255, 255, 255, 1);
  width: 0.58rem;
  height: 0.27rem;
  background: #387CEB;
  -webkit-border-radius: 0.03rem;
  -moz-border-radius: 0.03rem;
  border-radius: 0.03rem;
  margin-left: 0.1rem;
}
.huanbao {
  text-align: center;
  line-height: 0.27rem;
  font-size: 0.24rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: rgba(255, 255, 255, 1);
  width: 0.58rem;
  height: 0.27rem;
  background:#52BC83;
  -webkit-border-radius: 0.03rem;
  -moz-border-radius: 0.03rem;
  border-radius: 0.03rem;
  margin-left: 0.1rem;
}