body {background-color: #ffffff; font-family: "microsoft yahei";}
a{color: inherit;}
a:focus{outline:none;}
.clearfix:before{
    display: table;
    content: " "
}
.clearfix:after{
    display: table;
    content: " ";
    clear: both;
}
.nav{
    width: 1200px;
    height: 18px;
    line-height: 18px;
    margin: 25px auto 22px;
    padding-left: 36px;
    background-image: url(weizhi.png);
    background-repeat: no-repeat;
    background-position: left top;
    font-size: 14px;
    color: #333333;
}
.content{
    width: 1200px;
    height:auto;
    background-color: #ffffff;
    /* box-shadow: 0px 0px 19px 1px rgba(4, 0, 0, 0.12); */
    margin: 0 auto 60px;
    padding: 80px 150px 50px;
    border: 1px solid #eeeeee;
    outline: none;
}
.bt{
    font-size: 30px;
    line-height: 45px;
    color: #1b6fe2;
    text-align: center;
    font-weight: bold;
    width: 100%;
    padding-bottom: 20px;
    border-bottom: 1px solid #ccc;
}
.xinxi{
    margin-top: 20px;
    width: 100%;
    height: 24px;
    line-height: 24px;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 22px;
    letter-spacing: 0px;
    color: #666666;
    position: relative;
}
.xinxi p{
    width: 600px;
    margin-left:60px;
    display: flex;
    justify-content: space-between;
}
.fenxiang{
    position: absolute;
    right: 50px;
    top:0;
}
.size a{
    color: #4972b0;
}
.zhengwen{
    width: 100%;
    margin-top: 40px;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 0px;
    color: #333333;
    /* text-indent: 2em; */
}
.zhengwen img{
    max-width:100%;
}
.bianjiqu{
    margin-top: 50px;
    padding-bottom: 22px;
    margin-bottom: 12px;
    font-size: 14px;
    line-height: 32px;
    letter-spacing: 0px;
    color: #333333;
    text-align: right;
    border-bottom: 1px dashed #c5c5c5;
}
.shangxiapian{
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 28px;
    letter-spacing: 0px;
    color: #333;
}
.shangxiapian span{
    color: #1b6fe2;
}
@media screen and (min-width:768px) and (max-width:1200px) {
    /* 文章页平板 */
    .nav{
        width: 95%;
    }
    .content{
        padding: 20px 30px 20px;
        width: 95%;
    }
    table{
        width: 100%!important;
        margin-left: 0!important;
        margin-right: 0!important;
    }
}
@media screen and (max-width:768px) {
    table{
        width: 100%!important;
        margin-left: 0!important;
        margin-right: 0!important;
    }
}