﻿/* CSS Reset */

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strong,
sub,
sup,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    vertical-align: middle;
}

button,
input {
    margin: 0;
}

button,
input:not([type='radio']):not([type='checkbox']) {
    -webkit-appearance: none;
}
/* CSS Common*/

html,
input,
textarea,
button {
    font: 16px verdana, tahoma, "微软雅黑", "宋体", sans-serif;
}

a img {
    border: 0;
}

a,
input,
textarea,
button,
select {
    outline: none;
}

li {
    list-style: none;
}

a,
button,
input[type='button'] {
    cursor: pointer;
}

.f-l {
    float: left;
}

.f-r {
    float: right;
}

.clearfix:after {
    content: "\20";
    display: block;
    font-size: 0;
    line-height: 0;
    height: 0;
    visibility: hidden;
    clear: both;
}

.clearfix {
    *zoom: 1;
}
/*分页信息*/

.dede_pages {
    text-align: center;
    width: 100%;
    display: inline-block;
    margin-top: 20px;
}

.dede_pages .next {
    width: 80px;
    height: 30px;
}

.dede_pages .prev {
    width: 80px;
    height: 35px;
}

.dede_pages .current {
    background: #e4393c;
    padding: 0px;
    border: none;
}

.dede_pages a {
    width: 35px;
    height: 35px;
    background: #F0F0F0;
    float: left;
    margin: 5px;
    line-height: 30px;
    color: #3C3C3C;
    text-align: center;
}

.dede_pages div {
    display: inline-block;
    text-align: center;
}

.dede_pages span {
    width: 30px;
    height: 30px;
    background: #e84c3d;
    float: left;
    margin: 5px;
    line-height: 30px;
    color: #fff;
}

.dede_pages ul {
    padding: 12px 0px 12px 16px;
    height: 20px;
    width: 230px;
    margin: auto;
}

.dede_pages ul li {
    float: left;
    font-family: Tahoma;
    line-height: 17px;
    margin-right: 6px;
    border: 1px solid #E9E9E9;
}

.dede_pages ul li a {
    float: left;
    padding: 2px 4px 2px;
    color: #555;
    display: block;
}

.dede_pages ul li a:hover {
    color: #690;
    text-decoration: none;
    padding: 2px 4px 2px;
}
/*分页信息结束*/

#news_con img {
    max-width: 100%;
}
