* {
    font-family: 'Verdana', 'Microsoft Yahei', '\u5FAE\u8F6F\u96C5\u9ED1', '\u5B8B\u4F53', 'SimSun';
}

html,
body,
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,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0
}

html,
body,
form,
fieldset,
p,
div,
h1,
h2,
h3,
h4,
h5,
h6 {
    -webkit-text-size-adjust: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    font-family: 'Verdana', 'Microsoft Yahei', '\u5FAE\u8F6F\u96C5\u9ED1', '\u5B8B\u4F53', 'SimSun';
    -webkit-text-size-adjust: none;
    color: #323234;
    -webkit-text-size-adjust: none;
    font-size: 14px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: normal
}

form {
    display: inline
}

textarea {
    resize: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

ul,
ol {
    list-style: none
}

input,
select,
button {
    font-family: 'Verdana', 'Microsoft Yahei', '\u5FAE\u8F6F\u96C5\u9ED1', '\u5B8B\u4F53', 'SimSun';
    font-size: 100%;
    vertical-align: middle;
    outline: none;
    border: none;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    cursor: pointer;
    -webkit-appearance: button;
    -moz-appearance: button
}

input:focus:-moz-placeholder,
input:focus::-webkit-input-placeholder {
    color: transparent
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    padding: 0;
    border: 0
}

a,
a:visited {
    color: #323234;
    text-decoration: none;
    vertical-align: baseline;
    background: transparent;
}

a:hover,
a:active,
a:focus {
    color: #e83842;
    text-decoration: none;
}

img {
    display: block;
    border: 0;
    -ms-interpolation-mode: bicubic;
}

h1 {
    display: none;
}

/* 广告 */
.ad_index {
    display: block;
    width: 1200px;
    margin: 22px auto 0;
}


/* 头部 */
.header {
    display: block;
    width: 100%;
    height: 70px;
    background-color: #212227;
    overflow: hidden;
}

.nav_box {
    display: block;
    width: 1200px;
    height: 70px;
    margin: 0 auto;
}

.nav_box a {
    float: left;
    display: block;
    width: 120px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    font-size: 20px;
    color: #edeef3;
}

.nav_box .nav_link:hover {
    background-color: #e63640;
}

.nav_box .nav_link.cur {
    background-color: #e63640;
}

.nav_box .logo {
    margin-top: 18px;
}

/* 主体+侧边 */
.main {
    position: relative;
    display: block;
    width: 1200px;
    margin: 20px auto;
    clear: both;
}

.main:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.main img {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
}

.main a {
    overflow: hidden;
}

.main a img:hover {
    -webkit-transform: scale(1.08, 1.08);
    -moz-transform: scale(1.08, 1.08);
    -ms-transform: scale(1.08, 1.08);
    -o-transform: scale(1.08, 1.08);
    transform: scale(1.08, 1.08);
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
}


.left {
    float: left;
    display: block;
    width: 878px;
}

.right {
    float: right;
    display: block;
    width: 300px;
}

.right.leftline {
    width: 299px;
    border-left: 1px solid #dfe2eb;
}

.hot {
    position: relative;
    display: block;
    height: 40px;
    line-height: 40px;
    font-size: 20px;
    font-weight: normal;
    padding-left: 14px;
}

.hot::before {
    position: absolute;
    content: "";
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 2px;
    height: 20px;
    background-color: #e93842;
}

.right .tuijian .hasimg {
    display: block;
    width: 299px;
    height: 118px;
    background-image: -webkit-gradient(linear, left top, right top, from(#fce3e6), to(#ffffff));
    background-image: -webkit-linear-gradient(left, #fce3e6, #ffffff);
    background-image: -moz-linear-gradient(left, #fce3e6, #ffffff);
    background-image: -o-linear-gradient(left, #fce3e6, #ffffff);
    background-image: linear-gradient(to right, #fce3e6, #ffffff);
    border: 1px solid #ffffff;
    overflow: hidden;
}

.right .tuijian .hasimg a {
    display: block;
    width: 100%;
    height: 118px;
}

.right .tuijian .hasimg img {
    float: left;
    display: block;
    width: 76px;
    height: 98px;
    margin: 10px 20px 10px 14px;
}

.right .tuijian.phone .hasimg img {
    width: 76px;
    height: 76px;
    margin: 21px 20px 10px 14px;
    border-radius: 12px;
}

.right .tuijian.phone .hasimg p {
    margin: 21px 0;
}

.right .tuijian .hasimg p {
    float: left;
    display: block;
    width: 160px;
    height: 98px;
    margin: 10px 0;
}

.right .tuijian .hasimg b {
    display: block;
    width: 100%;
    height: 22px;
    line-height: 22px;
    text-indent: 0;
    font-weight: bold;
    overflow: hidden;
}

.right .tuijian .hasimg span {
    display: block;
    width: 100%;
    height: 22px;
    line-height: 22px;
    font-size: 12px;
    text-indent: 0;
    color: #838489;
}

.right .tuijian .hasimg em {
    display: inline-block;
    font-style: normal;
}

.right .tuijian .hasimg i {
    display: block;
    width: 80px;
    height: 22px;
    line-height: 22px;
    text-align: center;
    font-style: normal;
    font-size: 12px;
    color: #ffffff;
    border-radius: 4px;
    background-color: #e93842;
    margin-top: 10px;
}

.right li {
    margin-left: 15px;
    border-bottom: 1px solid #ebeef7;
}

.tuijian li {
    width: 260px;
    height: 28px;
    line-height: 28px;
    margin-left: 14px;
    font-size: 12px;
}

.tuijian li a {
    display: block;
}

.tuijian li p {
    width: 260px;
    height: 28px;
    line-height: 28px;
}

.tuijian li em {
    display: none;
}

.tuijian li img,
.tuijian li i,
.tuijian li span:nth-of-type(2) {
    display: none;
}

.tuijian li b {
    display: inline-block;
    width: 50%;
    height: 28px;
    line-height: 28px;
    font-weight: normal;
    overflow: hidden;
}

.tuijian li a span {
    display: inline-block;
    width: 48%;
    height: 28px;
    line-height: 28px;
    overflow: hidden;
}

.tuijian li a b {
    text-indent: 1em;
}

.tuijian li a span:nth-of-type(1) {
    color: #84838b;
    text-indent: 1em;
}

.tuijian li a span:last-child {
    text-indent: 2em;
    color: #86858a;
}

.left_title {
    position: relative;
    display: block;
    height: 40px;
}

.left_title::before {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    content: "";
    width: 6px;
    height: 24px;
    background-color: #e83a43;
}

.left_title b {
    display: inline-block;
    height: 40px;
    line-height: 40px;
    font-size: 24px;
    margin-left: 20px;
}

.left_title span {
    margin-left: 12px;
}

.left_title span a {
    color: #848389;
    margin-left: 14px;
}

.left_title em {
    float: right;
    margin-top: 14px;
    font-style: normal;
}

.left_title em a {
    color: #84858a;
}

.left_title span a:hover,
.left_title em a:hover {
    color: #e83842;
}

.gonglue {
    margin-top: 8px;
}

.gonglue li {
    position: relative;
    padding-left: 14px;
    padding-top: 15px;
    padding-bottom: 15px;
}

.gonglue li a {
    display: block;
    height: 36px;
    overflow: hidden;
}

.gonglue li::before {
    position: absolute;
    top: 50%;
    left: -15px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    content: "";
    display: block;
    width: 15px;
    height: 34px;
    background-image: url("../img/ico.png");
}

.gonglue li:nth-of-type(1)::before {
    background-position: 0 0px;
}

.gonglue li:nth-of-type(2)::before {
    background-position: 0 -36px;
}

.gonglue li:nth-of-type(3)::before {
    background-position: 0 -72px;
}

.gonglue li:nth-of-type(4)::before {
    background-position: 0 -108px;
}

.gonglue li:nth-of-type(5)::before {
    background-position: 0 -144px;
}

.gonglue li:nth-of-type(6)::before {
    background-position: 0 -180px;
}

.gonglue li:nth-of-type(7)::before {
    background-position: 0 -216px;
}

.gonglue li:nth-of-type(8)::before {
    background-position: 0 -252px;
}

.gonglue li:nth-of-type(9)::before {
    background-position: 0 -288px;
}

.gonglue li:nth-of-type(10)::before {
    background-position: 0 -324px;
}

.footer {
    display: block;
    background-color: #212227;
    padding: 10px 0;
    margin-top: 60px;
}

.footer .f {
    width: 1200px;
    margin: 0 auto;
}

.footer .f b {
    position: relative;
    display: block;
    width: 100%;
    height: 30px;
    line-height: 30px;
    color: #dddddb;
    padding-left: 8px;
}

.footer .f b::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    display: block;
    width: 2px;
    height: 16px;
    background-color: #dddddb;
}

.footer .f a {
    display: inline-block;
    height: 24px;
    line-height: 24px;
    margin-right: 18px;
    color: #dddddb;
}

.footer .copy {
    display: block;
    width: 1200px;
    line-height: 24px;
    text-align: center;
    color: #8a8a8a;
    margin: 16px auto 0;
}

/* 其他页面 */
.nav {
    display: block;
    position: relative;
    width: 1200px;
    margin: 0 auto;
}

.bread {
    display: block;
    margin-top: 16px;
    color: #89898b;
}

.bread a {
    color: #89898b;
    margin-right: 4px;
}

.bread a:hover {
    color: #e83842;
}

.bread b {
    color: #252525;
}

.nav_pic {
    display: block;
    height: 158px;
    margin: 20px 0;
}

.nav_pic.pc {
    height: 208px;
}

.nav_pic.pc a {
    height: 208px;
    border-radius: 0;
}

.nav_pic.pc a img {
    height: 208px;
}

.nav_pic a {
    position: relative;
    float: left;
    display: block;
    width: 158px;
    height: 158px;
    border-radius: 6px;
    overflow: hidden;
    margin-right: 15px;
}

.nav_pic a:last-child {
    margin-right: 0;
}

.nav_pic img {
    display: block;
    width: 158px;
    height: 158px;
}

.nav_pic a .score {
    position: absolute;
    top: 0;
    left: 12px;
    display: block;
    width: 23px;
    height: 46px;
    line-height: 56px;
    color: #fffdfe;
    font-size: 12px;
    text-align: center;
    background-image: url("../img/ico.png");
    background-position: -19px -90px;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    z-index: 10;
}

.nav_pic a .tip {
    position: absolute;
    display: block;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    color: #ffffff;
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 1)), to(rgba(0, 0, 0, 0.1)));
    background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0.1));
    background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0.1));
    background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0.1));
    background-image: linear-gradient(to top, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0.1));
    bottom: 0;
    padding: 10px 16px;
}

.nav_pic a:hover .tip {
    color: #e83842;
}

.nav_pic img {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
}

.nav_pic a:hover img {
    -webkit-transform: scale(1.08, 1.08);
    -moz-transform: scale(1.08, 1.08);
    -ms-transform: scale(1.08, 1.08);
    -o-transform: scale(1.08, 1.08);
    transform: scale(1.08, 1.08);
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
}

.nav_tip {
    border: 1px solid #ebeef7;
    padding-bottom: 9px;
}

.nav_tip::after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.nav_tip a {
    float: left;
    display: block;
    width: 138px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    color: #838489;
    border: 1px solid #ebeef7;
    border-radius: 8px;
    margin-left: 9px;
    margin-top: 10px;
}

.nav_tip a.cur,
.nav_tip a:hover {
    color: #fffeff;
    border: 1px solid #e93842;
    background-color: #e93842;
}

.list_item {
    position: relative;
    display: block;
    height: 142px;
    overflow: hidden;
    margin-top: 28px;
}

.list_item:first-child {
    margin-top: 0;
}

.list_item img {
    float: left;
    display: block;
    width: 228px;
    height: 142px;
}

.list_item h3 {
    display: block;
    height: 40px;
    line-height: 40px;
    font-size: 24px;
    padding: 0 24px;
    overflow: hidden;
}

.list_item .list_item_des {
    display: block;
    height: 48px;
    line-height: 24px;
    font-size: 12px;
    color: #86858d;
    padding: 0 24px;
    overflow: hidden;
}

.list_item .list_item_tip {
    display: block;
    height: 20px;
    padding: 0 24px;
    margin-top: 34px;
    overflow: hidden;
}

.list_item_tip em {
    display: inline-block;
    color: #d2d5dc;
    font-style: normal;
    font-size: 12px;
    border: 1px solid#d2d5dc;
    border-radius: 16px;
    padding: 1px 10px;
}

.list_item_tip .time,
.list_item_tip .eye {
    float: right;
    display: block;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    background-image: url("../img/ico.png");
    padding-left: 26px;
    margin-right: 34px;
}

.list_item_tip .time {
    color: #d4d4de;
    background-position: -15px -181px;
}

.list_item_tip .eye {
    color: #f64f56;
    padding-left: 28px;
    background-position: -15px -201px;
}

.pages {
    display: block;
    height: 32px;
    text-align: center;
    padding: 50px 0 0;
}

.pages a {
    display: inline-block;
    height: 30px;
    line-height: 30px;
    color: #252525;
    border: 1px solid #d2d5de;
    padding: 0 20px;
}

.pages a.cur,
.pages a.f:hover,
.pages a:hover {
    color: #ffffff;
    border: 1px solid #e93842;
    background-color: #e93842;
}

.pages a.f {
    color: #d2d5de;
}

.move_box {
    display: block;
    width: 300px;
}

/* 文章详情 */
.article {
    position: relative;
}

.article h2 {
    display: block;
    font-size: 24px;
    color: #222328;
    font-weight: bold;
}

.article .time {
    display: block;
    margin: 22px 0;
    line-height: auto;
    text-indent: 0;
}

.article .time span {
    color: #848389;
    margin-right: 40px;
}

.article .article_download {
    position: relative;
    display: block;
    height: 206px;
    border: 1px solid #ebeef7;
    margin-bottom: 22px;
}

.article_download.phone {
    height: 158px;
}

.article_download.phone img {
    height: 158px;
}

.article_download img {
    float: left;
    display: block;
    width: 158px;
    height: 206px;
}

.article_download h5 {
    display: block;
    height: 46px;
    line-height: 46px;
    color: #222328;
    font-size: 16px;
    font-weight: bold;
    padding: 0 15px;
    overflow: hidden;
}

.article_download h5:hover {
    color: #e83842;
}

.article_download .des {
    display: block;
    padding: 0 15px;
    overflow: hidden;
}

.article_download .des span {
    display: inline-block;
    width: 160px;
    height: 24px;
    line-height: 24px;
    color: #838489;
    overflow: hidden;
}

.article_download.phone .sign {
    margin-top: 0;
}

.article_download .sign {
    display: block;
    padding: 0 15px;
    height: 22px;
    overflow: hidden;
    margin-top: 16px;
    color: #838489;
}

.article_download .sign span {
    display: inline-block;
    height: 18px;
    line-height: 18px;
    font-size: 12px;
    border: 1px solid #d3d6df;
    color: #d3d6df;
    border-radius: 30px;
    padding: 0 10px;
    margin-right: 10px;
}

.article_download .article_download_now {
    position: absolute;
    bottom: 9px;
    left: 483px;
    display: block;
    width: 140px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    color: #fefffd;
    font-size: 14px;
    font-weight: bold;
    border-radius: 2px;
    background-color: #19c66a;
}

.article_download .article_download_now:hover {
    background-color: #07a04e;
}

.article_download .article_download_anios {
    position: absolute;
    bottom: 9px;
    left: 503px;
    display: block;
    width: 140px;
    height: 72px;
}

.article_download .article_download_anios a {
    display: block;
    width: 140px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    color: #fefffd;
    font-size: 14px;
    font-weight: bold;
    border-radius: 2px;
}

.article_download .article_download_anios a:first-child {
    background-color: #c6aa18;
}

.article_download .article_download_anios a:first-child:hover {
    background-color: #9c8304;
}

.article_download .article_download_anios a:last-child {
    background-color: #1787c6;
    margin-top: 8px;
}

.article_download .article_download_anios a:last-child:hover {
    background-color: #035a8d;
}

.article_download .score {
    position: absolute;
    top: 0;
    left: 620px;
    display: block;
    width: 23px;
    height: 46px;
    line-height: 56px;
    color: #fffdfe;
    font-size: 12px;
    text-align: center;
    background-image: url("../img/ico.png");
    background-position: -19px -90px;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    z-index: 10;
}

.article>p {
    line-height: 30px;
    text-indent: 2em;
    color: #222129;
}

.article>p:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.article>p img {
    max-width: 90%;
    margin: 20px auto;
}

.article p.end {
    display: block;
    text-align: center;
    color: #84858a;
    padding: 16px 0;
}

.article_pic {
    display: block;
    height: 208px;
    border-top: 1px solid #ebeef7;
    border-bottom: 1px solid #ebeef7;
    padding: 25px 0;
}

.article_pic a {
    position: relative;
    float: left;
    display: block;
    width: 158px;
    height: 208px;
    overflow: hidden;
    margin-left: 16px;
}

.article_pic a:first-child {
    margin-left: 0;
}

.article_pic img {
    display: block;
    width: 158px;
    height: 208px;
}

.article_pic.article_pic_phone {
    height: 158px;
}

.article_pic.article_pic_phone a {
    height: 158px;
}

.article_pic.article_pic_phone img {
    height: 158px;
}

.article_pic .score {
    position: absolute;
    top: 0;
    left: 12px;
    display: block;
    width: 23px;
    height: 46px;
    line-height: 56px;
    color: #fffdfe;
    font-size: 12px;
    text-align: center;
    background-image: url("../img/ico.png");
    background-position: -19px -90px;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    z-index: 10;
}

.article_pic .tip {
    position: absolute;
    display: block;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    color: #ffffff;
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 1)), to(rgba(0, 0, 0, 0.1)));
    background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0.1));
    background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0.1));
    background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0.1));
    background-image: linear-gradient(to top, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0.1));
    bottom: 0;
    padding: 10px 16px;
}

.article_b {
    position: relative;
    display: block;
    line-height: 30px;
    padding-left: 12px;
}

.article_b::before {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    content: "";
    display: block;
    width: 2px;
    height: 16px;
    background-color: #e83842;
}

.article_nav {
    display: block;
    height: 56px;
    line-height: 56px;
}

.article_nav_title {
    display: block;
    width: 878px;
    height: 56px;
    background-color: #ffffff;
    border-bottom: 1px solid #ebeef7;
    z-index: 10;
}

.article_nav_title span {
    display: inline-block;
    font-weight: bold;
    color: #87888a;
    height: 56px;
    line-height: 56px;
    font-size: 22px;
    margin-right: 24px;
    cursor: pointer;
}

.article_nav span.cur {
    color: #212226;
    border-bottom: 2px solid #e83842;
}

.article_ul {
    display: block;
    margin-top: 10px;
    padding-bottom: 36px;
    border-bottom: 1px solid #ebeef7;
}

.article_ul a {
    position: relative;
    display: block;
    height: 30px;
    line-height: 30px;
    padding-left: 18px;
}

.article_ul a::before {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    content: "";
    width: 4px;
    height: 4px;
    background-color: #d5d5dd;
}

.article_ul a:hover::before {
    background-color: #e83842;
}

.article_ul a em {
    float: left;
    display: block;
    width: 660px;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    font-style: normal;
}

.article_ul a span {
    float: left;
    display: block;
    width: 200px;
    height: 30px;
    line-height: 30px;
    text-align: center;
}

/* 下载页 */

.list_pic {
    position: relative;
    display: inline-block;
    width: 428px;
    overflow: hidden;
    margin-top: 22px;
}

.list_pic:nth-of-type(1),
.list_pic:nth-of-type(2) {
    margin-top: 0;
}

.list_pic.pc {
    height: 208px;
}

.list_pic.phone {
    height: 158px;
}

.list_pic img {
    float: left;
    display: block;
    width: 158px;
}

.list_pic.pc img {
    height: 208px;
}

.list_pic.phone img {
    height: 158px;
    border-radius: 6px;
}

.list_pic .list_pic_score {
    position: absolute;
    top: 0;
    left: 12px;
    display: block;
    width: 23px;
    height: 46px;
    line-height: 56px;
    color: #fffdfe;
    font-size: 12px;
    text-align: center;
    background-image: url("../img/ico.png");
    background-position: -19px -90px;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    z-index: 10;
}

.list_pic h3 {
    display: block;
    height: 46px;
    line-height: 46px;
    color: #222328;
    font-size: 16px;
    font-weight: bold;
    padding: 0 14px;
    overflow: hidden;
}

.list_pic h3:hover {
    color: #e83842;
}

.list_pic .list_pic_des {
    display: block;
    padding: 0 14px;
    overflow: hidden;
}

.list_pic .list_pic_des:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.list_pic .list_pic_des span {
    float: left;
    display: block;
    width: 46%;
    height: 22px;
    line-height: 22px;
    color: #838489;
    font-size: 12px;
    overflow: hidden;
    margin-right: 4%;
}

.list_pic.pc .list_pic_des span:last-child {
    width: 100%;
    margin-top: 22px;
}

.list_pic .list_pic_des span em {
    font-size: 12px;
    font-style: normal;
    color: #d6d6e0;
    padding: 1px 8px;
    border-radius: 8px;
    border: 1px solid #d6d6e0;
}

.list_pic_download {
    position: absolute;
    right: 32px;
    bottom: 0;
    display: block;
    width: 120px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    border-radius: 8px;
    color: #ffffff;
    background-color: #e93842;
}

.list_pic_download:hover {
    background-color: #c0373e;
}

/* 返回顶部 */
.scroll_btn {
    display: none;
    position: fixed;
    bottom: 360px;
    margin-left: 630px;
    left: 50%;
    width: 48px;
}

.scroll_btn a {
    position: relative;
    display: block;
    width: 48px;
    height: 48px;
    line-height: 14px;
    text-align: center;
    font-size: 12px;
    color: #ffffff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #41444d;
    padding: 10px 11px;
}

.scroll_btn a:hover {
    height: 48px;
    background-color: #e93840;
    border-bottom: 1px solid #d50c12;
}

.scroll_btn .top_btn {
    background-color: #212226;
}

.scroll_btn .top_btn::before {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    content: "";
    width: 21px;
    height: 12px;
    background-image: url("../img/ico.png");
    background-position: -19px -72px;
}

.aside_gg {
    display: block;
    width: 100%;
}

.aside_gg img {
    display: block;
    width: 100%;
    margin-top: 6px;
}

.article table {
    border: 1px solid #dddddd;
    margin: auto;
}

.article table td {
    border: 1px solid #dddddd;
    padding: 20px 16px;
    line-height: 40px;
}

.article_heji {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    background-color: #f5f5f5;
    border-radius: 6px;
    padding: 20px 40px;
    margin-top: 12px;
}

.article_heji b {
    color: #e73541;
}

.article_heji_link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-left: 8px;
}

.article_heji_link a {
    color: #e73541;
    margin: 0 12px 3px;
    border-bottom: 1px solid #e73541;
}

.article_heji_link a:hover {
    color: #e73541;
    border-bottom: 1px solid #e73541;
}

/* 专题页面 */
.nav_topic {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 136px;
    margin: 20px 0;
}

.nav_topic a {
    position: relative;
    display: block;
    width: 210px;
    height: 136px;
    border-radius: 6px;
    overflow: hidden;
}

.nav_topic img {
    display: block;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
}

.nav_topic a:hover img {
    -webkit-transform: scale(1.08, 1.08);
    -moz-transform: scale(1.08, 1.08);
    -ms-transform: scale(1.08, 1.08);
    -o-transform: scale(1.08, 1.08);
    transform: scale(1.08, 1.08);
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
}

.nav_topic .tip {
    position: absolute;
    display: block;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    color: #ffffff;
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 1)), to(rgba(0, 0, 0, 0.1)));
    background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0.1));
    background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0.1));
    background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0.1));
    background-image: linear-gradient(to top, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0.1));
    bottom: 0;
    padding: 10px 16px;
}

.topic.left {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.list_topic {
    position: relative;
    display: inline-block;
    overflow: hidden;
    width: 260px;
    height: 168px;
    margin-top: 32px;
    border-radius: 6px;
}

.list_topic:nth-of-type(1),
.list_topic:nth-of-type(2),
.list_topic:nth-of-type(3) {
    margin-top: 0;
}

.list_topic img {
    display: block;
    width: 100%;
    height: 100%;
}

.list_topic h3 {
    position: absolute;
    display: block;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    color: #ffffff;
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 1)), to(rgba(0, 0, 0, 0.1)));
    background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0.1));
    background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0.1));
    background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0.1));
    background-image: linear-gradient(to top, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0.1));
    bottom: 0;
    padding: 10px 16px;
}

.topic_title {
    display: block;
    border: 1px solid #eeedf5;
    padding: 10px;
}

.topic_title img {
    float: left;
    display: block;
    height: 260px;
    height: 168px;
}

.topic_title h2 {
    display: block;
    height: 40px;
    line-height: 40px;
    font-size: 24px;
    padding: 0 20px;
    overflow: hidden;
}

.topic_title .topic_des {
    display: block;
    height: 96px;
    line-height: 32px;
    font-size: 14px;
    padding: 0 20px;
    overflow: hidden;
}

.topic_title .topic_link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.topic_title .topic_link a {
    display: inline-block;
    color: #ffffff;
    height: 32px;
    line-height: 32px;
    padding: 0 10px;
    border-radius: 32px;
    background-color: #e73541;
    margin-left: 20px;
}

.topic_list {
    display: block;
    border: 1px solid #eeedf5;
    padding: 10px;
    margin-top: 12px;
}

.topic_list_title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.topic_list_title .topicplus {
    position: relative;
    padding-right: 12px;
    overflow: visible;
}

.topicplus::after {
    position: absolute;
    top: -8px;
    right: 0;
    display: block;
    content: "+";
    font-weight: bold;
    color: #e73541;
    font-size: 16px;
}

.topic_list_link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 20px 0 10px;
}

.topic_list_link a {
    display: block;
    height: 32px;
    line-height: 32px;
    font-size: 16px;
    padding: 0 12px;
    border-radius: 32px;
    background-color: #f5f5f5;
    margin-bottom: 10px;
}

.topic_tuijian {
    margin-top: 20px;
    border-bottom: 1px solid #eeedf5;
}

.topic_tuijian span {
    font-size: 20px;
    font-weight: bold;
    border-bottom: 2px solid #e73541;
}

.line {
    border-top: 1px solid #ebeef7;
}