/*common*/

/*清楚内外边距*/
body, html, div, dl, dt, dd, ul, img, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, section {
    padding: 0;
    margin: 0;
    /*手机端上下卡顿慢*/
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
}

/*设置body和html*/
body, html {
    font-weight: normal;
    touch-action: none;
    font-family: "Helvetica Neue", Helvetica, Arial, "PingFang SC", "Hiragino Sans GB", "Heiti SC", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;

    /*解决移动端iPhone设备点击时出现半透明的灰色背景*/
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/*去除a标签底部样式*/
body a {
    text-decoration: none;
}

a:link {
    text-decoration: none;
}

/* 指正常的未被访问过的链接*/

a:visited {
    text-decoration: none;
}

/*指已经访问过的链接*/

a:hover {
    text-decoration: none;
}

/*指鼠标在链接*/

a:active {
    text-decoration: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/*谷歌浏览器消除点击蓝色边框*/
button:focus {
    outline: 0;
}

/* 指正在点的链接*/

/*解决input在ios存在重影边框问题*/
input {
    outline: none;
    /* -webkit-appearance: none;*/
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/*清楚ie浏览器自带的删除按钮*/
input::-ms-clear {
    display: none;
}

input::-ms-reveal {
    display: none;
}


/*去除li标签默认点样式*/
body li {
    list-style: none;
}

/*兼容ie8，去掉img默认的蓝色边框*/
body img {
    border: none;
}

/*标签隐藏*/
.hide {
    display: none;
}

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

.container {

}

.m0 {
    margin: 0 auto;
}

.attachment_details_dash {
    height: 20px;
    border-top: 1px solid #eaeaea;
}

.attachment_details {
    padding: 0px 0 30px 0px;
}

.attachment_details_title {
    font-size: 24px;
}

.attachment_details_list > div {
    padding: 10px 0 0 0;
}

.article-content p {
    margin-block-end: 14px;
    margin-block-start: 14px;
}

.dot1{
	width: 7px;
	height: 7px;
	background: url(/qqt/web/policy/images/dot1.png);
	position: absolute;
	top: 10px;
	right: 30px;
}

.dot2{
	width: 6px;
	margin-left: -2px;
}

.miao-title {
    position: relative;
}

