@charset "utf-8";

/* 公用样式表 */

html,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
body {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    font-style: normal;
    text-decoration: none;
    line-height: 1.8;
}

ol,
ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none
}

:focus {
    outline: 0
}

ins {
    text-decoration: none
}

del {
    text-decoration: line-through
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

select,
input,
button {
    font: normal 100% 宋体, 微软雅黑, Verdana, Geneva, sans-serif;
    color: #434343;
}

input:focus {
    outline: none;
}

body {
    color: #696450;
    padding: 0;
    border: 0;
    font-family: 宋体, 微软雅黑, Verdana, Geneva, sans-serif;
    font-size: 14px;
    line-height: 20px;
    margin: 0px;
}


/* p { margin: 0px; padding: 0px 0px 20px; } */

img {
    display: block;
    margin: 0px;
    padding: 0px;
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
    outline: none;
}

a:link,
a:visited,
a:hover,
a:active {
    text-decoration: none;
    outline: none
}

a {
    color: #434343;
}

a:hover {
    color: #d70e1e;
}

a.ablueline {
    color: #0087ae;
    text-decoration: underline;
}

a.ablueline2 {
    color: #016cba;
    text-decoration: underline;
}

a.ablue {
    color: #107ecd;
}

a.ablue:hover {
    color: #ff6600;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.clearfix:after {
    display: block;
    clear: both;
    content: "";
    visibility: hidden;
    height: 0;
}

.clearfix {
    zoom: 1;
}

ol,
ul {
    list-style: none;
}


.content {
    padding: 50px 20px 120px;
    min-height: 800px;
}

.content img {
    max-width: 100%;
}

.page-c {
    max-width: 1000px;
    margin: 0 auto;
}

/*头部底部*/

.top {
    background: #d70e1e;
    /*     position: fixed;
top: 0;
width: 100%;
z-index: 999; */
}

.top-l {
    float: left;
}

.top-r {
    float: right;
}

.top-l img {
    height: 40px;
    padding-top: 16px;
}

.top-r ul li {
    float: left;
}

.top-r ul li:hover {
    background: #c70e1d;
}

.top-r ul li a {
    display: block;
    padding: 10px;
    text-align: center;
}

.top-r ul li a img {
    height: 30px;
    width: 30px;
    margin: 0 auto;
}

.top-r ul li a span {
    color: #fff;
    font-size: 14px;
    font-weight: bold;
}

.content .title {
    border-bottom: 1px solid #ccc;
    padding: 10px 0;
    font-size: 22px;
    font-family: 微软雅黑;
    font-weight: bold;
    color: #d70e1e;
}

.content .title span {
    font-weight: normal;
    font-size: 16px;
}

.footer {
    border-top: 1px solid #ccc;
    padding: 20px 10px;
    position: fixed;
    bottom: 0;
    width: 100%;
    background: #fff;
}

.footer p {
    text-align: center;
    font-size: 14px;
    line-height: 1.8;
}

@media (max-width: 640px) {
    .content {
        padding-top: 10px;
        min-height: 250px;
    }

    .top-l,
    .top-r {
        float: none !important;
    }

    .top-l img {
        display: inline-block;
    }

    .top-l {
        border-bottom: 1px solid #fff !important;
        text-align: center;
    }

    .top-l img {
        margin: 0 10px 10px !important;
    }

    .top-r ul {
        display: flex !important;
        display: -webkit-flex !important;
    }

    .top-r ul li {
        flex: 1 !important;
    }

    .top-r ul li a {
        padding: 10px 0 !important;
    }

    .top-r ul li a span {
        font-size: 12px !important;
    }

    .list li {
        padding: 10px 0 !important;
    }

    .list li a {
        font-size: 20px !important;
    }

    .article-title {
        font-size: 18px !important;
    }

    .footer {
        position: relative;
    }
}