* {
    margin: 0;
    padding: 0;
}

body {
    width: 100%;
    overflow-x: hidden;
    background: #ffffff;
    font-family: "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei UI", "Microsoft YaHei", "微软雅黑", Arial, sans-serif;
    font-size: .32rem;
    color: #333333;
}

fieldset, img {
    border: 0;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal;
}

ol, ul {
    list-style: none;
}

caption, th {
    text-align: left;
}

sup, sub {
    font-size: 100%;
    vertical-align: baseline;
}

a {
    cursor: pointer;
    text-decoration: none;
    color: inherit;
}

a:hover {
    text-decoration: none;
}

img {
    vertical-align: middle;
}

li {
    list-style: none
}

.clearfix:after {
    content: "020";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    /* 触发 hasLayout */
    zoom: 1;
}

.left {
    float: left;
}

.right {
    float: right;
}

.hide {
    display: none;
}

.pos{margin:15px 3%;}
.pos img{margin-right: 10px;}
.main .article{padding: 0 3%}
.main .article .texts{padding-bottom: 20px;}
.main .article .texts img{height: auto !important; width: 100% !important;}
.article h3{font-size: 22px; font-weight: bold; text-align: center; line-height: 1.5; margin:15px 0;} 
.article h5{font-size:18px; font-weight: bold; text-align: center; line-height: 1.5; color: #666; margin-bottom: 20px;} 
.message{margin-bottom: 20px; text-align: center;}

/* 头条传递 */
.column1{text-align:center; width: 96%; font-size: 25px; line-height: 1.5; margin:25px auto}
.column1 a{color:#2f6ea2;font-weight:bold;font-size:25px;}