/* 页面重构*/

body, dl, dd, ul, ol, h1, h2, h3, h4, h5, h6, p, form, span {
    margin: 0;
    padding: 0;
}

body, button, input, select, textarea {
    font-size: 14px;
    font-family: "微软雅黑", '\5FAE\8F6F\96C5\9ED1';
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal;
}

em, b {
    font-style: normal;
    vertical-align: middle;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

li {
    list-style: none;
    cursor: pointer;
}

img {
    border: 0;
}

button, input, select, textarea {
    font-size: 100%;
    outline: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td, th, ul, ol {
    padding: 0;
}

s {
    text-decoration: none;
}

.clearfix:after {
    display: block;
    clear: both;
    content: "";
    visibility: hidden;
    height: 0;
}

::-moz-placeholder {
    color: #fff;
}

::-webkit-input-placeholder {
    color: #fff;
}

:-ms-input-placeholder {
    color: #fff;
}

.left {
    float: left;
}

.right {
    float: right;
}

.h15 {
    height: 15px;
}

.h25 {
    height: 25px;
}


body {
    font-family: "microsoft yahei";
    height: 1000px;
}


/*页尾*/

.footer {
    margin: 15px 0px;
}

.footer p {
    text-align: center;
    color: #666666;
    line-height: 25px;
}

.center1200 {
    width: 1200px;
    margin: 0 auto;
    padding-bottom: 20px;
    background: #fff;
    color: #555;
    letter-spacing: 1px;
    font-size: 14px;
    position: relative;
}


/*文章模板*/

.article {
    margin: 0 20px
}

.article .m-title {
    width: 800px;
    margin: 0 auto;
    text-align: center;
    font-size: 22px;
    padding: 20px 0px 15px 0px
}

.author {
    text-align: center;
    background: #EAEAEA;
    padding: 5px 0px;
    margin-bottom: 10px;
    position: relative;
}

.article #con span {
    word-break: break-all;
    margin: 0 auto
}

.article #con a {
    width: 1140px;
    display: initial;
    word-break: break-all;
    margin: 0 auto
}

.article #con {
    margin: 10px 15px;
    min-height: 400px;
}

.next a {
    color: #555
}

.next a:hover {
    color: #a70000
}


/*placeholder*/

.placeholder {
    display: inline-block;
    width: 25%;
    margin-right: 10px;
    top: 0px;
+ float: right;
+ top: - 44 px;
+ margin-right: 69 px
}

.placeholder span {
    line-height: 30px;
    color: #fff;
    width: 100px;
}

.placeholder #searchTitle {
    width: 100%;
    height: 34px;
}


/*************外链跳转*****************/


.popup1-box {

    position: fixed;

    display: none;

    top: 0;

    left: 0;

    width: 100%;

    height: 100%;

    z-index: 99999;

}

.popup1 {

    font-size: 16px;

    padding: 20px;

    width: 400px;

    position: fixed;

    top: 50%;

    left: 50%;

    margin: -150px 0 0 -200px;

    box-shadow: 0px 0px 20px 1px #5a5a5a;

    background: #fff;


}


.popup1 h3 {

    margin-bottom: 20px;

    font-size: 18px;

    text-align: center;

}

.popup1-wz {

    line-height: 30px;

    text-indent: 30px;

    color: #666666;

}

.popup1-wz span {

    color: #c90405;

    padding: 0 5px 0 0;

}

.popup1-bt {

    text-align: center;

    margin: 20px 0;

}

.popup1-bt i {

    background: #0e68ad;

    padding: 5px 25px;

    font-size: 14px;

    color: #fff;

    border: none;

    line-height: 30px;

    border-radius: 3px;

    letter-spacing: 2px;

    display: inline-block;

}

.list-shadow {
    box-shadow: 0px 0px 10px 0px #e7e7e7;
}

@media print {
    .floatright1,.floatright,.phone-box,.m-content,.m-details,.m-footer{
        display: none;
    }
    
}
