 
/**
* Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/)
* http://cssreset.com
*/
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,
embed,
figure,
figcaption,
footer,
header,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
input {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-weight: normal;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* custom */
a {
  color: #7e8c8d;
  text-decoration: none;
  -webkit-backface-visibility: hidden;
}

li {
  list-style: none;
}

html,
body {
  width: 100%;
  height: 100%;
}

body {
  background: #f4f7fd;
  -webkit-text-size-adjust: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

html {
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}

input {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
}

i {
  display: block;
}

.clear {
  clear: both;
}

.clear:after {
  content: "020";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

input::-ms-clear,
input::-ms-reveal {
  display: none;
}

/* 自定义 */
body,
html {
  font-family: "微软雅黑";
  min-width: 1200px;
}

body {
  background: url("../imgs/bg.png") no-repeat top;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}


header {
  position: relative;
  z-index: 999;
  background: #ffffff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%; 
}

header .header_content {
  width: 1200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 70px;
  margin: 0 auto; 
}
header.float{ 
  box-shadow: 0px 3px 9px 1px rgba(51,51,51,0.1);
}
header a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header .logo {
  font-size: 16px;
  color: #333333;
}

header .logo img {
  width: 32px;
  height: 32px;
  margin: 0 10px 0 0;
}

header .right { 
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}

header .links a {
  font-weight: 400;
  font-size: 14px;
  color: #333333;
  margin-left: 50px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
header .links a:hover,header.float .links a:hover{
  color: #00CC4D;
}
header .links a:active,header.float .links a:active{
  color: #50AB73;
}

article {
  width: 100%;
  height: 320px;
  background: url("../imgs/tutorialBanner.png") no-repeat;
  margin-top: 70px;
}

article .banner__content {
  width: 1200px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}

article .banner__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 63px 0 16px;
}

article .banner__title img {
  margin-right: 9px;
}

article .banner__title h1 {
  font-weight: bold;
  font-size: 38px;
  color: #ffffff;
}

article .banner__text h2 {
  font-weight: 400;
  font-size: 18px;
  color: #ffffff;
  margin-bottom: 7px;
  opacity: 0.83;
  filter: alpha(opacity=83);
}

article a {
  display: block;
  width: 220px;
  height: 64px;
  background: -o-linear-gradient(353deg, #f3fff5 0%, #d2ffd9 100%);
  background: linear-gradient(97deg, #f3fff5 0%, #d2ffd9 100%);
  -webkit-box-shadow: 0px 5px 17px 1px rgba(13, 119, 45, 0.41), inset 0px 0px 13px 1px rgba(152, 255, 178, 0.38);
          box-shadow: 0px 5px 17px 1px rgba(13, 119, 45, 0.41), inset 0px 0px 13px 1px rgba(152, 255, 178, 0.38);
  border-radius: 32px 32px 32px 32px;
  border: 1px solid rgba(0, 0, 0, 0);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
  font-size: 22px;
  color: #196b2a;
  margin-top: 30px;
}

article a img {
  margin-right: 10px;
}

nav {
  padding: 30px 0 20px;
  width: 100%;
  background: #f9f9f9;
}

nav .nav__content {
  width: 1200px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}

nav label {
  font-weight: 400;
  font-size: 14px;
  color: #666666;
}

nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}

nav ul li {
  font-weight: 400;
  font-size: 14px;
  color: #666666;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  margin: 0 4px;
}

nav ul li,
nav ul li a {
  color: #666666;
}

nav ul li i {
  font-style: normal;
  color: #666666;
}

section {
  width: 100%;
  background: #f9f9f9;
  padding-bottom: 70px;
}

section .section__content {
  width: 1200px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

section .section-box__left {
  width: 920px;
  background: #ffffff;
  border-radius: 8px;
  overflow: hidden;
}

section .section-box__left .section-box-block {
  height: 110px;
  padding: 30px 20px;
  border-bottom: 1px solid #f9f9f9;
  overflow: hidden;
  display: block;
  position: relative;
}

section .section-box__left .section-box-block a {
  display: block;
  overflow: hidden;
}

section .section-box__left .section-box-block .section-box__img {
  width: 160px;
  height: 110px;
  border-radius: 8px 8px 8px 8px;
  margin: 0 18px 0 0;
  float: left;
}

section .section-box__left .section-box-block .section-box__content {
  float: left;
  width: 697px;
}

section .section-box__left .section-box-block .section-box__content .section-box__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
  height: 23px;
}

section .section-box__left .section-box-block h4 {
  font-size: 16px;
  color: #212121;
  width: 697px;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  display: -webkit-box;
  display: -ms-flexbox;
  display: block;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
          display: block;
          height: 26px;
          line-height: 26px;
          
}

section .section-box__left .section-box-block .section-box__title span {
  display: inline-block;
  width: 42px;
  height: 20px;
  font-size: 14px;
  color: #5aae81;
  line-height: 20px;
  text-align: center;
  background: #ffffff;
  border-radius: 6px 6px 6px 6px;
  border: 1px solid #5aae81;
  margin-right: 2px;
}

section .section-box__left .section-box-block p {
  font-size: 14px;
  color: #999999;
  line-height: 20px;
  margin-bottom: 20px;
  height: 42px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}

section .section-box__left .section-box-block span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 12px;
  color: #999999;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

section .section-box__left .section-box-block ul {
  position: absolute;
  right: 27px;
  bottom: 26px;
  width: 500px;
  text-align: right;
  height: 23px;
  overflow: hidden;
  padding: 2px 0 0 0;
}

section .section-box__left .section-box-block ul li {
  font-size: 12px;
  color: #999999;
  height: 20px;
  line-height: 20px;
  background: #efefef;
  text-align: center;
  border-radius: 10px 10px 10px 10px;
  display: inline-block;
}

section .section-box__left .section-box-block ul li a {
  max-width: 67px;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  padding: 0 12px;
  font-size: 12px;
  color: #999999;
}

section .section-box__left .section-box-block .section-box__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

section .section-box__left .section-box-block .section-box__footer .section-box__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

section .section-box__left .section-box-block .section-box__footer .section-box__icon span:first-child {
  margin-right: 20px;
}

section .section-box__left .section-box-block .section-box__footer .section-box__icon .num {
  width: 11px;
  height: 11px;
  margin-right: 4px;
}

section .section-box__left .section-box-block .section-box__footer .section-box__icon .time {
  width: 11px;
  height: 11px;
  margin-right: 4px;
}

section .section-box__right {
  width: 260px;
}

section .section-box__right .section-box__new,
section .section-box__right .section-box__hot {
  padding: 27px 12px 46px;
  background: #ffffff;
  border-radius: 8px;
}

section .section-box__right .section-box__new {
  margin-bottom: 20px;
}

section .section-box__right .section-box__new label,
section .section-box__right .section-box__hot label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  font-weight: bold;
  font-size: 16px;
  color: #323632;
}

section .section-box__right .section-box__new .lines,
section .section-box__right .section-box__hot .lines {
  width: 100%;
  height: 0;
  border-bottom: 1px solid #000000;
  opacity: 0.07;
  filter: alpha(opacity=7.000000000000001);
  margin: 24px 0 23px;
}

section .section-box__right .section-box__new label img,
section .section-box__right .section-box__hot label img {
  margin-right: 6px;
}

section .section-box__right .section-box__new ul,
section .section-box__right .section-box__hot ul {
  padding-left: 12px;
}

section .section-box__right .section-box__new ul li a,
section .section-box__right .section-box__hot ul li a {
  font-weight: 400;
  font-size: 16px;
  color: #666666;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  width: 200px;
  line-height: 26px;
  margin-bottom: 24px;
  display: block;
}
section .section-box__right .section-box__new ul li a:hover,
section .section-box__right .section-box__hot ul li a:hover{
  text-decoration: underline;
  color: #0A3019;
}
#mainPage {
  margin: 0 auto;
  padding-top: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#mainPage li {
  display: inline-block;
  margin: 0 4px;
  background: #fff;
  border-radius: 8px;
  border: 1px solid #ededed;
}

#mainPage li.disabled {
  background: #fff;
  opacity: 0.4;
  filter: alpha(opacity=40);
}

#mainPage li.active {
  background: -o-linear-gradient(139deg, #4ecae0 0%, #50e4a4 100%);
  background: linear-gradient(311deg, #4ecae0 0%, #50e4a4 100%);
  border-radius: 8px;
  border: none;
  height: 32px;
}

#mainPage li.active a {
  color: #ffffff;
}

#mainPage li:not(.disabled):hover {
  background: #2cd0a1;
  color: #ffffff;
}

#mainPage li a {
  display: block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
}

#mainPage li a:hover {
  color: #ffffff;
}

#mainPage li.disabled a {
  cursor: not-allowed;
}

#mainPage li i {
  display: block;
  width: 32px;
  height: 32px;
  background: url("../imgs/page.png") no-repeat center;
  margin: 0 auto;
}

#mainPage li.disabled i {
  background: url("../imgs/pageDis.png") no-repeat center;
}

#mainPage li:not(.disabled):hover i {
  background: url("../imgs/pageHover.png") no-repeat center;
}

#mainPage li i.rightPage {
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1);
}

#mainPage li.ellipsis a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: inherit;
  border: none;
}

#mainPage li.ellipsis a i {
  display: block;
  width: 3px;
  height: 3px;
  background: #bbbbbb;
  margin: 0;
}

#mainPage li.ellipsis a i:not(:last-child) {
  margin-right: 5px;
}

#mainPage li.ellipsis:hover a i {
  background: #bbbbbb;
}

#mainPage li.ellipsis,
#mainPage li.ellipsis:hover {
  background: none;
  color: #aaaaaa;
  border: none;
}

#mainPage li.ellipsis a:hover {
  color: #aaaaaa;
}

footer {
  width: 100%;
  height: 188px;
  background: #262626;
}

footer .footer__link {
  width: 1200px;
  margin: 0 auto;
  padding: 35px 0 25px;
  border-bottom: 1px solid #515151;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

footer .footer__link label {
  font-weight: 400;
  font-size: 14px;
  color: #ffffff;
}

footer .footer__link a {
  font-weight: 400;
  font-size: 14px;
  color: #ffffff;
  margin-right: 20px;
}

footer .footer__links {
  width: 1200px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

footer .footer__links ul {
  padding: 30px 0;
}

footer .footer__links ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  font-weight: 400;
  font-size: 14px;
  color: #bebebe;
}

footer .footer__links ul li a {
  font-size: 14px;
  color: #bebebe;
}

footer .footer__links ul li i {
  display: block;
  width: 1px;
  height: 15px;
  background: #bebebe;
  margin: 0 10px;
}

footer .footer__filings {
  width: 1200px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 12px;
  color: #999999;
}

footer .footer__filings a {
  font-size: 12px;
  color: #999999;
}

.paginationjs .paginationjs-pages ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 45px;
}
