p,
ul {
  padding: 0;
  margin: 0;
}
h1,
h2,
h3 {
  margin: 0;
}
.icon {
  display: inline-block;
}
.left {
  float: left;
}
.right {
  float: right;
}
.thick {
  font-weight: bold;
}
.r_thick {
  font-weight: bold;
  border-bottom: 1px solid #bd3c36;
}
body {
  font-family: "Microsoft Yahei";
  font-size: 0.32rem;
  margin: 0;
}
body .header {
  position: relative;
  padding-top: 0.23rem;
}
body .header a.logo {
  display: block;
  width: 5.54rem;
  height: 0.91rem;
  margin: 0 auto;
  margin-bottom: 0.23rem;
}
body .header a.logo img {
  max-width: 100%;

}
body .header .main_top {
  background-color: #b11a13;
}
body .header .main_top:after {
  content: "";
  display: block;
  clear: both;
}
body .header .main_top .left {
  padding: 0.2rem 0.3rem;
}
body .header .main_top .left .menu {
  width: 0.46rem;
  height: 0.37rem;
  background-image: url("../images/menu.png");
  background-size: 100% auto;
  vertical-align: middle;
  margin-right: 0.2rem;
}
body .header .main_top .left .en {
  font-size: 0.33rem;
  color: #fff;
}
body .header .main_top .right {
  padding: 0.16rem 0.3rem;
    min-width: 131px;
}
body .header .main_top .right input {
  width: 1.94rem;
  outline: none;
  border: 0;
  border-bottom: 1px #fff solid;
  border-radius: 0px;
  background: none;
  padding: 0 0.1rem 0;
}
body .header .main_top .right .search {
  width: 0.45rem;
  height: 0.46rem;
  background-image: url("../images/search.png");
  background-size: 100% auto;
  vertical-align: bottom;
background-repeat: no-repeat;
}
body .header ul.menu_list {
  display: none;
  position: absolute;
  top: 2.23rem;
  z-index: 9999;
  background: #f5f5f5;
  width: 100%;
}
body .header ul.menu_list a {
  color: #000;
}
body .header ul.menu_list li {
  border-top: 1px solid #fff;
}
body .header ul.menu_list li a {
  display: block;
  padding: 1em 0 1em 0;
}
body .header ul.menu_list > li > a {
  padding-left: 2em;
}
body .header ul.menu_list i {
  font-style: normal;
  height: 0.42rem;
  width: 0.42rem;
  float: right;
  margin-top: -2.5em;
  margin-right: 1em;
  background-image: url("../images/menu-down.png");
  background-size: 100% 100%;
}
body .header ul.menu_list li ul {
  list-style: none;
  display: none;
  margin-top: 10px;
  background-color: #fff;
  padding-left: 1.24rem;
}
body .header ul.menu_list li ul li {
  text-indent: 0.5em;
  border-bottom: 1px solid #f2f2f2;
}
body .container {
  padding: 0 0.38rem;
}
@media screen and (orientation:landscape) { 
body .container .intro {
  margin-top: 0.3rem;
  padding-left: 2.7rem;
   min-height: 284px;
} 

}
@media screen and (min-width: 320px)  {
body .container .intro {
  margin-top: 0.3rem;
  padding-left: 2.7rem;
    min-height: 150px;
}

}
@media screen and (min-width: 425px)  {
body .container .intro {
  margin-top: 0.3rem;
  padding-left: 2.7rem;
    min-height: 170px;
}

}
@media screen and (min-width: 768px)  {
body .container .intro {
  margin-top: 0.3rem;
  padding-left: 2.7rem;
    min-height: 284px;
}

}

body .container .intro:after {
  content: "";
  display: block;
  clear: both;
}
body .container .intro .left {
  width: 2.3rem;
  height: 2.3rem;
  margin-left: -2.7rem;
}
body .container .intro .left .portrait_box {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-image: url("../images/bg_portrait.png");
  background-size: 100% auto;
  padding-top: 0rem;
  position: relative;
}
body .container .intro .left .portrait_box .portrait {
  display: table;
  width: 100%;
  height: 100%;
  padding: 0.18rem;
  box-sizing: border-box;
}
body .container .intro .left .portrait_box .portrait span {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
body .container .intro .left .portrait_box .portrait span img {
  max-width: 100%;
  max-height: 100%;
  display: block;
  margin: 0 auto;
  vertical-align: middle;
}
body .container .intro .left .portrait_box .zan {
  position: absolute;
  left: 50%;
  margin-left: -0.16rem;
  bottom: -0.18rem;
}
body .container .intro .left .portrait_box .zan .heart_box {
  width: 0.33rem;
  height: 0.33rem;
  border-radius: 50%;
  background-color: #e5332a;
}
body .container .intro .left .portrait_box .zan .heart_box .heart {
  width: 0.16rem;
  height: 0.15rem;
  background-image: url("../images/heart.png");
  background-repeat: no-repeat;
  background-size: 100% auto;
  position: relative;
  left: 0.085rem;
  top: 0.11rem;
}
body .container .intro .left .portrait_box .num {
  font-size: 0.22rem;
  position: absolute;
  bottom: -0.5rem;
  width: 100%;
  text-align: center;
}
body .container .intro .right h2 {
  margin-bottom: 0.1rem;
}
body .container .intro .right h2 .name {
  font-size: 0.3rem;
  margin-right: 0.14rem;
}
body .container .intro .right h2 .post {
  font-size: 0.22rem;
  font-weight: normal;
}
body .container .intro .right p {
  font-family: "SimSun";
  font-size: 0.22rem;
  line-height: 1.6em;
  text-align: justify;
  color: #101010;
}
body .container .intro .right p .more {
  color: #b11a13;
  text-decoration: none;
}
body .container .detail .big_title {
  padding: 0.5rem 0.54rem;
}
body .container .detail .big_title a {
  color: #000;
  display: inline-block;
  width: 2.63rem;
  height: 0.67rem;
  line-height: 0.67rem;
  text-align: center;
  background-image: url("../images/bg_title.png");
  background-size: 100% auto;
}
body .container .detail .big_title a.f_red {
  color: #bd3c36;
}
body .container .detail .perInfo {
  padding-bottom: 0.5rem;
}
body .container .detail .perInfo .main .title {
  padding: 0.29rem 0.23rem 0 0.3rem;
  background-color: #f8f8f8;
  position: relative;
  border-bottom: 1px solid #bfbfbf;
}
body .container .detail .perInfo .main .title h3 {
  font-size: 0.3rem;
}
body .container .detail .perInfo .main .title h3 span {
  display: inline-block;
  box-sizing: border-box;
  padding-bottom: 0.3rem;
}
body .container .detail .perInfo .main .title h3 span.half {
  max-width: 30%;
}
body .container .detail .perInfo .main .title > span {
  width: 0.4rem;
  height: 0.4rem;
  background-image: url("../images/jia.png");
  background-size: 100% 100%;
  position: absolute;
  top: 50%;
  margin-top: -0.2rem;
  right: 0.23rem;
}
body .container .detail .perInfo .main .title > span.on {
  background-image: url("../images/cheng.png");
}
body .container .detail .perInfo .main .wrap {
  display: none;
}
body .container .detail .perInfo .main .wrap .cont_wrap {
  padding: 0 0.2rem;
  height: auto;
  overflow: hidden;
  color: #202020;
  padding-bottom: 0.4rem;
  display: none;
}
body .container .detail .perInfo .main .wrap .cont_wrap .cont {
  margin: 0.2rem 0.15rem;
}
body .container .detail .perInfo .main .wrap .cont_wrap .cont_perInfo span,
body .container .detail .perInfo .main .wrap .cont_wrap .cont_contact span {
  display: block;
  line-height: 0.54rem;
  font-size: 0.26rem;
}
body .container .detail .perInfo .main .wrap .cont_wrap .cont_perInfo span em,
body .container .detail .perInfo .main .wrap .cont_wrap .cont_contact span em {
  font-style: normal;
  letter-spacing: 2em;
}
body .container .detail .perInfo .main .wrap .cont_wrap .cont_teach,
body .container .detail .perInfo .main .wrap .cont_wrap .cont_extra,
body .container .detail .perInfo .main .wrap .cont_wrap .cont_work,
body .container .detail .perInfo .main .wrap .cont_wrap .cont_study {
  font-size: 0.24rem;
  line-height: 2em;
}
body .container .detail .perInfo .main .wrap .cont_wrap .cont_teach .f_blue,
body .container .detail .perInfo .main .wrap .cont_wrap .cont_extra .f_blue,
body .container .detail .perInfo .main .wrap .cont_wrap .cont_work .f_blue,
body .container .detail .perInfo .main .wrap .cont_wrap .cont_study .f_blue {
  color: #125395;
}
body .container .detail .perInfo .main .wrap .cont_wrap .more_box {
  border-top: 1px solid #e3e3e3;
  position: relative;
  margin: 0.45rem 0;
}
body .container .detail .perInfo .main .wrap .cont_wrap .more_box .more {
  width: 1.3rem;
  height: 0.45rem;
  text-align: center;
  line-height: 0.45rem;
  background-color: #f5f5f5;
  color: #e5332a;
  font-size: 0.24rem;
  border-radius: 5px;
  position: absolute;
  left: 50%;
  margin-left: -0.65rem;
  top: 50%;
  margin-top: -0.225rem;
}
body .container .detail .outcome .main {
  overflow: hidden;
}
body .container .detail .outcome .main .title_box {
  background-color: #f5f5f5;
}
body .container .detail .outcome .main .title_box .l_title {
  padding: 0.29rem 0;
  width: 100%;
  text-align: center;
  font-size: 0.3rem;
}
body .container .detail .outcome .main .title_box .l_title .half {
  display: inline-block;
  max-width: 30%;
}
body .container .detail .outcome .list ul li,
body .container .detail .outcome .team ul li {
  padding: 0.4rem 0 0.3rem 0;
  font-size: 0.24rem;
  border-bottom: 1px dashed #e6e6e6;
}
body .container .detail .outcome .list ul li a,
body .container .detail .outcome .team ul li a {
  font-size: 0.22rem;
  color: #000;
  display: block;
  margin-bottom: 0.24rem;
}
body .container .detail .outcome .list ul li a .order,
body .container .detail .outcome .team ul li a .order {
  color: #125395;
  margin-right: 0.5em;
}
body .container .detail .outcome .list ul li .data,
body .container .detail .outcome .team ul li .data {
  color: #707070;
}
body .container .detail .outcome .list h3,
body .container .detail .outcome .team h3 {
  font-size: 0.26rem;
  padding: 0.4rem 0;
}
body .container .detail .outcome .list .photo_box .team1_box .team1,
body .container .detail .outcome .team .photo_box .team1_box .team1 {
  display: table;
  width: 2rem;
  height: 2.4rem;
  padding: 0.1rem;
  border: 1px solid #e0e0e0;
}
body .container .detail .outcome .list .photo_box .team1_box .team1 .photo,
body .container .detail .outcome .team .photo_box .team1_box .team1 .photo {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
body .container .detail .outcome .list .photo_box .team1_box .team1 .photo img,
body .container .detail .outcome .team .photo_box .team1_box .team1 .photo img {
  max-width: 100%;
  max-height: 100%;
}
body .container .detail .outcome .list .photo_box .team1_box .name,
body .container .detail .outcome .team .photo_box .team1_box .name {
  text-align: center;
  padding: 0.2rem 0 0.4rem 0;
  font-size: 0.24rem;
}
body .container .detail .outcome .list .photo_box .team2_box .team1,
body .container .detail .outcome .team .photo_box .team2_box .team1 {
  display: table;
  width: 2rem;
  height: 2.4rem;
  padding: 0.1rem;
  border: 1px solid #e0e0e0;
}
body .container .detail .outcome .list .photo_box .team2_box .team1 .photo,
body .container .detail .outcome .team .photo_box .team2_box .team1 .photo {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
body .container .detail .outcome .list .photo_box .team2_box .team1 .photo img,
body .container .detail .outcome .team .photo_box .team2_box .team1 .photo img {
  max-width: 100%;
  max-height: 100%;
}
body .container .detail .outcome .list .photo_box .team2_box .name,
body .container .detail .outcome .team .photo_box .team2_box .name {
  text-align: center;
  padding: 0.2rem 0 0.4rem 0;
  font-size: 0.24rem;
}
body .container .detail .outcome .list .photo_box .team1_box,
body .container .detail .outcome .team .photo_box .team1_box {
width: 33%;
}
body .container .detail .outcome .list .photo_box .team1_box .team3,
body .container .detail .outcome .team .photo_box .team1_box .team3 {
  display: table;
  width: 2rem;
  height: 2.4rem;
  padding: 0.1rem;
  border: 1px solid #e0e0e0;
}
body .container .detail .outcome .list .photo_box .team1_box .team3 .photo,
body .container .detail .outcome .team .photo_box .team1_box .team3 .photo {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
body .container .detail .outcome .list .photo_box .team1_box .team3 .photo img,
body .container .detail .outcome .team .photo_box .team1_box .team3 .photo img {
  max-width: 100%;
  max-height: 100%;
}
body .container .detail .outcome .list .photo_box .team1_box .name,
body .container .detail .outcome .team .photo_box .team1_box .name {
  text-align: center;
  padding: 0.2rem 0 0.4rem 0;
  font-size: 0.24rem;
}
body .container .detail .outcome .list .photo_box .team_box,
body .container .detail .outcome .team .photo_box .team_box {
  width: 3rem;
}
body .container .detail .outcome .list .photo_box .team_box:nth-child(2n+1),
body .container .detail .outcome .team .photo_box .team_box:nth-child(2n+1) {
  margin-right: 0.7rem;
}
body .container .detail .outcome .list .photo_box .team_box .team,
body .container .detail .outcome .team .photo_box .team_box .team {
  width: 100%;
  height: 3.6rem;
  padding: 0.1rem;
  border: 1px solid #e0e0e0;
  display: table;
}
body .container .detail .outcome .list .photo_box .team_box .team .photo,
body .container .detail .outcome .team .photo_box .team_box .team .photo {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%;
  text-align: center;
}
body .container .detail .outcome .list .photo_box .team_box .team .photo img,
body .container .detail .outcome .team .photo_box .team_box .team .photo img {
  max-width: 100%;
  max-height: 100%;
}
body .container .detail .outcome .list .photo_box .team_box .name,
body .container .detail .outcome .team .photo_box .team_box .name {
  text-align: center;
  padding: 0.2rem 0 0.4rem 0;
  font-size: 0.24rem;
}
body .container .detail .outcome .list .more,
body .container .detail .outcome .team .more {
  width: 1.3rem;
  height: 0.45rem;
  text-align: center;
  line-height: 0.45rem;
  border: 1px solid #e5332a;
  color: #e5332a;
  font-size: 0.24rem;
  border-radius: 5px;
  margin: 0.3rem auto;
  margin-bottom: 0.5rem;
}
body .container .detail .outcome .list .more a,
body .container .detail .outcome .team .more a {
  color: #e5332a;
}
body .container .detail .main_text h3 {
  padding: 0.29rem 0.23rem;
  text-align: center;
  background-color: #f8f8f8;
  position: relative;
  font-size: 0.3rem;
  font-weight: bold;
}
body .container .detail .main_text .text h4 {
  padding: 0.29rem 0;
  text-align: center;
  border-bottom: 1px dashed #e6e6e6;
}
body .container .detail .main_text .text .txt_info {
  font-size: 0.22rem;
  color: #808080;
  padding: 0.1rem 0.6rem;
text-align: center;
}
body .container .detail .main_text .text .txt_info span {
  display: inline-block;
  line-height: 2em;
}
body .container .detail .main_text .text .txt_info span:nth-child(2) {
  padding-left: 0.35rem;
}
body .container .detail .main_text .text .txt_info span:nth-child(3) {
  padding-left: 0.5rem;
  padding-right: 0.3rem;
}
body .container .detail .main_text .text .txt_info1 {
  font-size: 0.22rem;
  color: #808080;
  padding: 0.1rem 0.6rem;
}
body .container .detail .main_text .text .txt_info1 span {
  display: inline-block;
  line-height: 2em;
}
body .container .detail .main_text .text .txt_info1 span:nth-child(2) {
  padding-left: 0.15rem;
}
body .container .detail .main_text .text .txt_detail img {
  max-width: 100%;
  margin: 0.15rem 0;
}
body .container .detail .main_text .text .txt_detail div {
  font-size: 0.24rem;
  color: #020202;
  line-height: 2em;
}
body .container .detail .main_text .text .txt_detail p {
  font-size: 0.24rem;
  color: #020202;
  text-indent: 2em;
  line-height: 2em;
}
body .container .detail .main_text .text .txt_detail p.p1 {
  padding-top: 0.25rem;
}
body .container .detail .main_text .text .txt_detail p.p2 {
  padding-top: 0.3rem;
}
body .container .detail .main_text .text .fujian {
  padding-bottom: 0.3rem;
  border-bottom: 1px dashed #b11a13;
}
body .container .detail .main_text .text .fujian .fujian_link a {
  display: inline-block;
  font-size: 0.24rem;
  line-height: 2em;
  color: #666;
  padding-left: 1em;
  text-align: justify;
}
body .container .detail .main_text .text .fujian .fujian_link a span {
  margin-left: -1em;
}
body .container .detail .main_text .text .txt_page {
  padding: 0.2rem 0;
  padding-left: 4em;
    color: #020202;
  font-size: 0.24rem;
  line-height: 2em;
}
body .container .detail .main_text .text .txt_page span {
  margin-left: -4em;
  font-weight: bold;
}
body .container .detail .main_text .text .txt_page a {
  color: #020202;
}
body .container .detail .main_text .text .tuijian {
  width: 6.7rem;
  height: 0.5rem;
  line-height: 0.5rem;
  background-color: #fbfbfb;
  margin-bottom: 0.4rem;
  font-size: 0.26rem;
  color: #a0a0a0;
  background-image: url("../images/tuijian.png");
  background-repeat: no-repeat;
  text-indent: 55%;
  background-position: 45% 50%;
  background-size: 0.3rem 0.3rem;
}
body .container .detail .main_text .zh .title {
  color: #b11a13;
  border-bottom: 1px solid #b11a13;
  position: relative;
}
body .container .detail .main_text .zh .title h4 {
  font-size: 0.3rem;
  padding: 0.2rem 0;
  margin: 0;
}
body .container .detail .main_text .zh .title .more {
  color: #b11a13;
  border: 1px solid #b11a13;
  background-color: #fff;
  position: absolute;
  width: 1.3rem;
  height: 0.45rem;
  line-height: 0.45rem;
  text-align: center;
  right: 0;
  bottom: -0.225rem;
  font-size: 0.24rem;
}
body .container .detail .main_text .zh .list ul li {
  padding: 0.4rem 0 0.3rem 0;
  font-size: 0.24rem;
  border-bottom: 1px dashed #e6e6e6;
}
body .container .detail .main_text .zh .list ul li a {
  font-size: 0.26rem;
  color: #000;
  display: block;
  margin-bottom: 0.24rem;
}
body .container .detail .main_text .zh .list ul li a .order {
color: #b11a13;
  margin-right: 0.5em;
}
body .container .detail .main_text .zh .list ul li .data {
  color: #707070;
}
body .container .detail .main_text .zh .list p {
  padding: 0.2rem 0 0 0;
 
}
body .container .detail .main_text .zh .list p a {
  font-size: 0.22rem;
  color: #000;
  display: block;
}
body .container .detail .main_text .zh .list .load_more {
  font-size: 0.24rem;
  color: #999;
  padding: 0.28rem 0;
  text-align: center;
}
body .container .detail .main_text .zh .list .pic_list_box {
  padding-top: 0.5rem;
}
body .container .detail .main_text .zh .list .pic_list_box .pic_list {
  width: 3.12rem;
}
body .container .detail .main_text .zh .list .pic_list_box .pic_list:nth-child(2n-1) {
  margin-right: 0.43rem;
}
body .container .detail .main_text .zh .list .pic_list_box .pic_list .pic_box {
  width: 100%;
  height: 2.16rem;
  padding: 0.06rem;
  display: table;
  border: 1px solid #e5e5e5;
}
body .container .detail .main_text .zh .list .pic_list_box .pic_list .pic_box .pic {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
body .container .detail .main_text .zh .list .pic_list_box .pic_list .pic_box .pic img {
  max-width: 100%;
  max-height: 100%;
}
body .container .detail .main_text .zh .list .pic_list_box .pic_list .name {
  padding: 0.2rem 0 0.35rem 0;
  text-align: center;
  font-size: 0.24rem;
}
body .footer {
  padding: 0.4rem 0.6rem 0.6rem 0.6rem;
  font-size: 0.22rem;
  line-height: 2em;
  background-color: #fbfbfb;
  border-top: 1px solid #cccbc8;
}
body .footer span {
  margin-right: 1em;
}
body .footer a {
  color: #595757;
  margin-right: 1em;
}
body .footer a.pc {
  display: inline-block;
  width: 1rem;
  height: 0.24rem;
  background-image: url("../images/pc.png");
  background-size: 100% 100%;
  margin-top: 0.16rem;
}


/*2018/3/12*/
.content{    margin-top: 5px;}
.condqwz{width:95%; margin:0 auto; line-height:45px; color:#FFF;}
.condqwz a{color:#FFF; font-size:14px;}

.xsxxtit{width:100%; height:30px; background:#f7f6f6; border:1px solid #f1f1f1;}
.xsxxtit h2{width:99%; height:28px; line-height:28px; text-indent:12px; color:#FFF;     background: #b11a13;
    border: 1px solid #b11a13; font-weight: normal;
    font-size: 14px;}
.xsxxfei1{width:100%; padding-top:13px;}
.xsxxfei1 h2{ width:100%; font-size:16px; text-indent:16px; background:}
.xsxxfei1 h2 span{color:#F60;}
.namelist{width:100%; padding:5px 0px; }
.namelist a{display:block; float:left; width:135px; height:28px; line-height:28px; overflow:hidden; padding:0 10px; font-size:15px;     color:#0c0c0c; margin-bottom:5px;}
.namelist a:hover{color:#fff; background:#b11a13;}
.mat20{margin-top:20px;clear: both;}
.bggreen h2{background:#f8870f; border:1px solid #f89305; width:99%;}
.padtop6{padding-top:6px;}

.indexcon{padding:0 10px; margin:0 auto; padding-top:12px;}
.indexside{width:100%;}

.indexjbxxcon{width:100%; height:auto;margin-top: 0px;}
.indexjbxxcon p{line-height:29px;}
.indexjbxxcon .time{font-size:15px; color:#307bc8;}
.indexjbxxcon ul{width:100%; padding:}
.indexjbxxcon li{    word-break: break-word;
   
    word-wrap: break-word; width:100%;  font-size:15px;    border-bottom: 1px solid #eaeaea;    line-height: 32px;}
.pad6{padding:6px;  overflow: hidden;}