body {
  width: 100%;
  margin: 0;
  padding: 0;
font-family: "微软雅黑";
}
a{
  color: #333333;
}
.clearfix{
  zoom: 1;
}
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  height: 0;
  font-size:0;
}
.center{
  width: 1200px;
  margin: 0 auto;
}
.dqwz{
  margin: 20px 0;
display:flex;
}
.dqwz img{
  height: 20px;
  margin-right: 14px;
}
.Con{
  background: #FFFFFF;
border: 1px solid #DDDDDD;
padding: 50px 150px;
}
.Con .title{
  font-weight: 500;
  font-size: 26px;
  color: #333333;
  text-align: center;
}
.Con  img{max-width:100%;    object-fit: cover;}
.ConBottom{
  width: 100%;
  line-height: 60px;
  background-color: #EEEEEE;
  font-weight: 400;
  font-size: 18px;
  color: #333333;
  padding-right: 30px;
    text-align: right;
}
.ConBottom a{
font-weight: 400;
font-size: 18px;
color: #333333;
}
.othermessage{
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 20px 0;
  color: #999999ff;
  font-size: 16px;
  
  font-weight: 400;
  line-height: 0;
  letter-spacing: 0;
  paragraph-spacing: 0;
  text-align: left;
  line-height: 20px;
}
.othermessage p{
  margin-right: 60px;
float:left;
}
.othermessage p:last-child{
  margin-right: 0;
}
.othermessage a{
  color: #999999ff;
}
.crumbsline{
  height: 8px;
  background: url(titlebg.png) 0 0 repeat-x;
margin-bottom:10px;
}
.textCon{
  font-weight: 400;
  font-size: 18px;
  color: #333333;
  line-height: 36px;
}
.textCon img{
  text-align: center;
}
.textCon table{
  width: 100% !important;
}
.textCon.big span,.textCon.big p,.textCon.big td{
font-size:22px !important;
}
.textCon.small span,.textCon.small p,.textCon.small td{
font-size:12px !important;
}
.textCon.middle span,.textCon.middle p,.textCon.middle td{
font-size:16px !important;
}
 @media screen and (max-width: 768px) {
        .dqwz {
                display: none
        }
        .center {
                width: 100% !important;
               padding: 30px 2% 50px 2%;
        }
        .Con {
                border: 0px solid #DDDDDD;
                padding: 0;
                width: 100%;
        }
        .othermessage p {
                margin-right: 20px;
            }
.size,.ConBottom{display:none;}
}
/* 相关信息 */
.xgtitle{
    font-size: 22px;
    line-height: 60px;
    color: #4c67a7;
    border-bottom: 1px solid #eeeeee;
    margin-top: 20px;
}
.xglist a{
    font-size: 16px;
    line-height: 45px;
    float: left;
}
.xglist span{
    float: right;
    line-height: 45px;
    color: #999999ff;
}
#xxgkhide{
margin-bottom:30px;
}