body {
  background-color: #f3f6f8;
}


.header {
  background-color: #fff;
}
.header > div {
  width: 1050px;
  margin: 0px auto;
  height: 100px;
  line-height: 100px;
  overflow: hidden;
}

.logo {
  width: 170px;
  height: 60px;
  margin-top: 25px;
  float: left;
  display: inline-block;
  /* background-color: #FF4900; */
  color: #fff;
  line-height: 1.5;
  text-align: left;
}

.logo span {
  display: block;
}

.logo > span:nth-child(1) {
  font-size: 2rem;
  color: #FF4900;
  font-family: "黑体";
}

.logo > span:nth-child(2) {
  font-size: .95rem;
  color: #353535;
  font-family: "NSimSun";
}

.nav {
  display: inline-block;
  float: left;
  margin: 0 3rem;
}

.nav li {
  margin-right: 30px;
  float: left;
}

.nav a {
  font-size: 1.05rem;
  color: #353535;
}
.nav a.click {
  padding-bottom: 1rem;
  position: relative;
}

.nav a.click::after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 50%;
  width: 20px;
  margin-left: -10px;
  height: 2px;
  background-color: #FF4900;
}

.tiku_container {
  background-color: #FF4900;
  padding: 35px;
}

.tiku_container > div {
  width: 800px;
  margin: 0px auto;
  position: relative;
  overflow: hidden;
}

.tiku_container > div > img {
  width: 190;
  margin-right: 80px;
  float: left;
}

.tiku_container > div > div {
  display: inline-block;
  text-align: center;
  float: left;
}

.tiku_container > div > div > h2 {
  font-size: 40px;
  color: #FFF;
  margin-top: 1px;
  font-weight: bold;
}

.tiku_container > div > div > h3 {
  font-size: 19px;
  letter-spacing: 30px;
  text-align: center;
  margin-right: -30px;
  margin-bottom: 30px;
  color: #fafafa;
}

.tiku_container > div > div > p {
  font-size: 20px;
  color: #fafafa;
  line-height: 36px;
  margin-top: 30px;
}

.tiku_container > div > div > img {
  width: 166px;
}

.index_banner {
  /*height: 383px;*/
  overflow: hidden;
}

.index_banner > a {
  display: block;
}

.index_banner > a > img {
  width: 100%;
  /*min-height: 383px;*/
  height: auto;
}

.index_nav {
  background-color: #fff;
  border-top: solid 1px #f5f5f5;
}

.index_nav > div {
  width: 1050px;
  margin: 0px auto;
  height: 66px;
  line-height: 66px;
  overflow: hidden;
}

.index_nav > div > span {
  width: 40px;
  color: #aaa;
  font-weight: 400;
  text-align: left;
  margin: 0;
  line-height: 22px;
  margin-right: 25px;
}

.index_nav > div > a, .tab-select > ul > li > a {
  padding: 0 6px;
  margin: 0 5px;
  line-height: 22px;
  display: inline-block;
  color: #333;
  text-decoration: none;
  font-size: 13px;
  margin-right: 5px;
}

.tab-select > ul > li {
  margin-bottom: 15px;
}

.tab-select > ul > li:last-child {
  margin-bottom: 0;
}

.tab-select > ul > li > a {
  font-size: 12px;
  margin: 0 2px;
  color: #696969;
}

.index_nav > div > a.click , .tab-select > ul > li > a.click{
  border-radius: 2px;
  color: #fff!important;
  background: #FF4900;
}

.tab-select > ul > li > a.click {
  background: #FCDB20;
  color: #333 !important;
}

.index_all_course {
  min-height: 600px;
  width: 1050px;
  margin: 0 auto;
  overflow: hidden;
}

.index_all_course > div {
  width: 1050px;
  margin: 0px auto;
  overflow: hidden;
}

.index_all_course > div.left {
  width: 740px;
  float: left;
}

.index_all_course > div.right {
  width: 280px;
  float: right;
  margin-top: 20px;
}

.tiku-banner > img {
  width: 100%;
  height: auto;
}

.tab-select {
  background-color: #FFF;
  margin: 15px 0;
  padding: 15px;
  border-radius: 3px;
}

.tab-select > ul > li > span:nth-child(1) {
  color: #999;
  font-size: 12px;
  letter-spacing: 5px;
  width: 80px;
  font-weight: bold;
}

.index_all_course > div > a {
  display: inline-block;
  width: 25%;
  position: relative;
  transition: all .2s linear;
  background-color: #fff;
  border: 1px solid #f5f5f5;
  margin: 1rem .5rem;
  border-radius: 2px;
}

.index_all_course > div > a:hover {
  box-shadow: 5px 5px 10px rgba(0,0,0,.05), -5px 0 10px rgba(0,0,0,.05);
  cursor: pointer;
  transform: translate3d(0,-4px,0);
}

.index_all_course > div > a > div {
  height: 160px;
  overflow: hidden;
}

.index_all_course > div > a > div > img {
  width: 100%;
  min-height: 160px;
}

.index_all_course > div > a > p {
  font-size: 16px;
  color: #111;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  margin: 0 0 8.5px;
  padding: 8.5px;
}

.index_all_course > div > a > div > span {
  color: #999;
  margin: 10px 0 0;
  font-size: 12px;
  float: left;
  margin-left: 8.5px;
}

.index_all_course > div > a > div > span:nth-child(2) {
  float: right;
  color: #FF4900!important;
  font-size: 24px;
  margin-right: 8px;
  font-weight: bold;
}

.index_all_course > div > a > div:last-child{
  height: 40px;
  line-height: 0px;
}

.footer {
  background-color: #333;
  color: #999;
  height: 100px;
  line-height: 100px;
  text-align: center;
}

.footer a {
  color: #afafaf !important;
}

.list_course {
  width: 1050px;
  margin: 0px auto;
  overflow: hidden;
}

.list_course_left {
  width: 800px;
  float: left;
  margin: 2rem 0;
}

.list_course_top {
  background-color: #fff;
}

.list_course_top > img {
  width: 100%;
  height: auto;
}

.list_course_top > h1 {
  font-size: 1.5rem;
  padding: 1.5rem;
}

.list_course_right {
  width: 400px;
  float: right;
}

.list_course_detail {
  background-color: #fff;
  padding: 1.5rem;
  margin-top: 15px;
  min-height: 800pxs;
}

.list_course_detail > ul {
  overflow: hidden;
  padding-bottom: 2rem;
}

.list_course_detail > ul > li {
  float: left;
  margin-right: 1rem;
}

.list_course_detail > ul > li > span {
  color: #353535;
  font-size: 1.2rem;
  padding-bottom: .8rem;
}

.list_course_detail > ul > li > span:hover {
  cursor: pointer;
}

.list_course_detail > ul > li > span.click {
  color: #FF4900;
  position: relative;
}

.list_course_detail > ul > li > span.click::after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 50%;
  width: 14px;
  height: 2px;
  background-color: #FF4900;
  margin-left: -7px;
}

.list_course_articles > img {
  width: 30px;
  height: auto;
  float: left;
  margin-right: 1.5rem;
}

.list_course_articles > span {
  float: left;
  margin-top: .3rem;
}

.list_course_articles {
  color: #454545;
  font-size: 1rem;
  margin: 1.5rem 0;
  display: block;
  overflow: hidden;
}

.list_course_articles:first-child {
  margin-top: 0px;
}

.list_course_articles:hover > span {
  color: #FF4900;
}

.course_article_video {
  width: 1050px;
  margin: 15px auto;
  height: auto;
  background-color: #888;
}

.course_article_video > video {
  background-color: #888;
  width: 100%;
  height: auto;
}

.article {
  width: 1050px;
  margin: 15px auto;
  background-color: #fff;
  padding: 3rem;
  border-radius: 5px;
  box-sizing: border-box;
}

.article > h1 {
  font-size: 1.5rem;
  margin-bottom: 2rem;
  color: #333;
  position: relative;
  padding-left: 1.5rem;
}

.article > h1::before {
  content: "";
  position: absolute;
  top: 6px;
  height: 1.5rem;
  width: 2px;
  left: 0px;
  background-color: #FF4900;
}

.flink {
  background: #fff;
}

.flink > h3 {
  padding-top: 2rem;
  color: #454545;
  text-align: center;
}

.flink > div {
    width: 1050px;
    margin: 0 auto;
    padding: 1rem 0 1rem;
}

.flink > div > h3 {
  font-size: 1rem;
  color: #555;
}

.flink > div > a {
  display: inline-block;
  /*width: 200px;
  height: 60px;*/
  padding: 5px 10px 5px 0px;
  font-size: 12px;
}

.flink > div > a > img {
  width: 100%;
  height: auto;
  border: solid 1px #f0f0f0;
}

.article .content {
  min-height: 600px;
}

.juzizhi_article_list {
  list-style: none;
  margin-top: 20px;
  background-color: #fff;
  margin-bottom: 20px;
}

.juzizhi_article_list > li {
  background-color: #fff;
  padding: 30px;
  border-radius: 3px;
  border: solid 1px #FFF;
  border-bottom: solid 1px #efefef;
  position: relative;
}

.juzizhi_article_list > li:hover {
  border: solid 1px #FF4900;
}

.juzizhi_article_list > li:last-child {
  /*border-bottom: 0;*/
}

.juzizhi_article_list > li a {
  font-size: 1rem;
  color: #222;
  font-weight: bold;
}

.index_all_course .juzizhi-article-body {
  display: flex;
}
.index_all_course .juzizhi-article-body > div:nth-child(1), .index_all_course .juzizhi-article-body > article:nth-child(1) {
  width: 860px;
  background-color: #fff;
  padding: 50px 30px;
  margin: 30px 0;
  border-radius: 5px;
  box-sizing: border-box;
}

.article-title {
  font-size: 1rem;
  color: #222;
  font-weight: bold;
  margin: 15px 0;
}

.article-title > img {
  width: 20px;
  height: auto;
  vertical-align: sub;
}

.juzizhi-date-view {
  float: right;
  color: #888;
}

.juzizhi-date-view span {
  margin-left: 30px;
}
.juzizhi-date-view img {
  width: 23px;
  vertical-align: bottom;
  margin-right: 5px;
}
.juzizhi-date-view > span:nth-child(1) > img {
  width: 26px;
  margin-right: 0px;
}

.article-content {
    padding: 55px 0px 25px;
    line-height: 1.65;
}

.article-content {
    font-size: 16px !important;
    color: #555 !important;
}

.article-content h3 {
  font-weight: bold;
  color: #353535;
  margin-top: 1rem;
  margin-bottom: 1.5rem;
}

.article-content p {
    line-height: 1.65 !important;
    font-size: 16px !important;
    margin: 15px 0px;
}

.article-content blockquote {
    border-left: solid 3px #afafaf !important;
    padding: 0px 0px 0px 15px !important;
    line-height: 1.6 !important;
    color: #888 !important;
    font-size: 16px !important;
}

.article-content img {
    max-width: 100%;
    margin: 0px auto;
}

.entry {
      max-width: inherit;
}

.entry h1 a, .entry h2 a, .entry h3 a, .entry h4 a, .entry h5 a, .entry h6 a {
    color: #069;
}
.entry h3:before {
  content: "";
}

.juzizhi_article_list_asize {
  width: 100px;
  float: left;
  margin-top: 20px;
  border-radius: 3px;
}

.juzizhi_article_list_asize > a {
  display: block;
  background-color: #FFF;
  text-align: center;
  font-size: 1.15rem;
  color: #666;
  padding: 6px;
  font-weight: 500;
}

.juzizhi_article_list_asize > a.click {
  background-color: #ff4900;
  color: #fff;
  box-shadow: 2px 2px 5px rgba(0,0,0,.05);
}

.juzizhi_article_list_right {
  width: 800px;
  float: left;
  margin-top: 20px;
  margin-left: 20px;
}

.zhuanti-title > h1 {
  width: 800px;
  /* background-color: #fff; */
  margin-top: 20px;
  /* margin-bottom: -20px; */
  margin-left: -10px;
  padding: 0 30px;
  box-sizing: border-box;
  font-size: 23px;
  font-weight: 500;
  color: #000;
}

.index-zhuanti-list > div {
  width: 1050px;
  margin: 20px auto;
  padding: 2rem;
  box-sizing: border-box;
  background-color: #fff;
}

.index-zhuanti-list > div h2 {
  font-size: 1.5rem;
  margin-bottom: 1.5rem;
  font-weight: 500;
}

.index-zhuanti-list > div > ul li img {
  width: 320px;
  box-shadow: 2px 2px 5px rgba(0,0,0,.05);
  border-radius: 3px;
}

.login-button {
  float: right;
}

.login-button > img {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  margin-right: 10px;
  vertical-align: middle;
}

.login-button > span {
  font-size: 13px;
  color: #454545;
  vertical-align: initial;
  display: none;
}

.login-button > a {
  display: none;
  vertical-align: initial;
  color: #FFBD00;
  background: #FFBD00;
  color: #000;
  font-size: 12px;
  border-radius: 30px;
  padding: 2px 10px 4px;
  margin-left: 10px;
}

.login-button > span:hover {
  cursor: pointer;
}

.login , .download-file-box{
  display: none;
}

.login > div:nth-child(1) , .download-file-box > div:nth-child(1) {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background-color: rgba(0, 0, 0, 0.45);
  z-index: 100;
}

.login > div:nth-child(2) , .download-file-box > div:nth-child(2) {
  position: fixed;
  top: 20%;
  width: 300px;
  height: 355px;
  box-sizing: border-box;
  background-color: #FFF;
  border-radius: 10px;
  margin-left: -150px;
  left: 50%;
  z-index: 101;
  padding: 50px;
}

.login > div:nth-child(2) > img , .download-file-box > div:nth-child(2) > img {
  width: 20px;
  height: 20px;
  right: 15px;
  top: 15px;
  position: absolute;
}

.login > div:nth-child(2) > img:hover, .download-file-box > div:nth-child(2) > img:hover {
  cursor: pointer;
}

.login-title {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  margin-bottom: 15px;
}

.login-title > img {
  margin-left: -20px;
  width: 40px;
  height: 40px;
}

.login-qrcode {
  text-align: center;
}

.login-qrcode > img {
  width: 160px;
  height: 160px;
  border: solid 1px #ddd;
  border-radius: 6px;
}

.login-qrcode > h3 {
  font-size: 14px;
  margin-top: 12px;
}

.article-list-title {
  margin-right: 95px;
  line-height: 1.75;
}

.article-list-title > a > img {
  width: 20px;
  height: auto;
  vertical-align: sub;
}

.article-list-title > div {
  font-size: 12px;
  color: #999;
}

.article-list-title > div img {
  width: 18px;
  vertical-align: bottom;
  margin-left: -2px;
}

.article-list-title > div > span {
  margin-right: 15px;
}

.article-list-title > h3 {
  font-size: 1rem;
  color: #666;
  font-weight: 400;
  margin: 10px 2px;
}

.article-list-title > h3 > span {
  font-size: 12px;
  letter-spacing: 5px;
  width: 80px;
  color: #999;
}

.article-list-title > h3 > a {
  margin-right: 15px;
  background-color: rgba(248,86,21,.2);
  color: #555;
  font-weight: 400;
  font-size: 12px;
  padding: 0 5px;
  border-radius: 3px;
}

.article-list-download {
  position: absolute;
  right: 32px;
  top: 38px;
}

.article-list-download > a , .article-download > a{
  display: block;
  width: 80px;
  height: 26px;
  line-height: 26px;
  font-weight: 400 !important;
  color: #555 !important;
  margin-bottom: 12px;
  text-align: center;
  font-size: 12px !important;
  border-radius: 50px;
}

.article-download > a {
  display: inline-block;
  margin-right: 10px;
}

.article-list-download > a.red , .article-download > a.red{
  background-color: #FF4900;
  color: #fff !important;
}

.article-list-download > a.blue , .article-download > a.blue{
  background-color: #1296db;
  color: #fff !important;
}

.article-list-download > span , .article-download > span {
  display: none;
}

.download-file-box > div:nth-child(2) {
  width: 500px;
  margin-left: -250px;
  left: 50%;
  top: 20%;
  height: auto;
  padding: 35px;
}

.down-title {
  text-align: center;
  font-size: 1.3rem;
  font-weight: bold;
}

.down-file {
  background-color: #f0f0f0;
  padding: 15px;
  font-size: 12px;
  margin: 15px 0;
}

.down-file > img {
  width: 16px;
  height: auto;
  vertical-align: sub;
}

.down-price {
  font-size: 14px;
  margin: 15px 0;
}

.down-price > div {
  margin: 8px 0;
}

.down-price > div:nth-child(1) {
  color: #FF4900;
}

.down-price > div:nth-child(2) {
  font-size: 12px;
  color: #333;
  font-weight: bold;
  display: none;
}

.down-button {
  display: none;
  text-align: center;
}

.down-button > a {
  display: inline-block;
  /*width: 100px;*/
  padding: 0 20px;
  height: 30px;
  line-height: 30px;
  color: #333;
  background-color: #FCDB20;
  border: solid 1px #333;
  border-radius: 100px;
}

.down-qrcode {
  display: none;
  text-align: center;
}

.down-qrcode > img {
  width: 100px;
  height: 100px;
  border: solid 1px #dfdfdf;
}

.down-qrcode > p {
  font-size: 12px;
  color: #222;
  margin-top: 10px;
}

.juzizhi-article {
  background: #fff;
  margin: 15px 0;
  padding: 15px;
}

.juzizhi-article-asize {
  background: #fff;
  margin: 15px 0;
  padding: 25px;
  border-radius: 3px;
}

.juzizhi-article-tag > a {
  margin-right: 15px;
  background-color: rgba(248,86,21,.2);
  color: #555;
  font-weight: 400;
  font-size: 12px;
  padding: 2px 15px;
  border-radius: 3px;
}

.article-shuxing {
  margin: 0px 0 15px;
  font-size: 12px;
  color: #888;
}

.article-shuxing > span {
  margin-right: 15px;
}

.juzizhi-pagesize {
  margin: 15px 0 45px;
  overflow: hidden;
  font-size: 13px;
}

.juzizhi-pagesize > li {
  float: left;
  border: solid 1px #dfdfdf;
  margin-right: 8px;
  padding: 0 8px;
  background-color: #fff;
}

.juzizhi-pagesize > li > a {
  color: #555;
}

.juzizhi-pagesize > li.thisclass {
  background-color: #1296db;
  color: #FFF !important;
}

.juzizhi-pagesize select {
  border: none;
}

.index-lianxiti-box > h3 {
  font-size: 22px;
  font-weight: 800;
  color: #333;
  padding-bottom: 25px;
  position: relative;
  padding-left: 12px;
}

.index-lianxiti-box > h3::before {
  position: absolute;
  content: "";
  height: 20px;
  width: 3px;
  background-color: #0047d5;
  left: 0px;
  top: 8px;
}

.index-lianxiti-box > div {
  overflow: hidden;
}

.index-lianxiti-box > div > div {
  width: 50%;
  float: left;
  box-sizing: border-box;
  min-height: 175px;
  overflow: hidden;
}

.index-lianxiti-box > div > div:nth-child(odd) {
  padding-right: 18px;
}

.index-lianxiti-box > div > div:nth-child(even) {
  padding-left: 18px;
}

.index-lianxiti-box > div > div > h3 {
  overflow: hidden;
  font-size: 14px;
  font-weight: 800;
  color: #333;
  padding-bottom: 2px;
  margin-bottom: 15px;
  border-bottom: dashed 1px #20D097;
}

.index-lianxiti-box > div > div > h3 > a {
  float: right;
  text-decoration: underline;
  color: #576B95;
  font-size: 12px;
}

.index-lianxiti-box > div > div > a {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  float: left;
  font-size: 12px;
  color: #333;
  margin: 5px 0px 0px;
  position: relative;
  padding-left: 8px;
}

.index-lianxiti-box > div > div > a::before {
  content: "";
  position: absolute;
  width: 4px;
  height: 4px;
  background-color: #797ff3;
  border-radius: 4px;
  top: 8px;
  left: 0px;
}

.index-lianxiti-box > div > div > a:hover {
  color: #4b98ff;
}

.yulan-jieshu {
  width: 100%;
  height: 110px;
  text-align: center;
  position: relative;
  z-index: 9;
  padding-top: 55px;
  margin-top: -84px;
  box-sizing: border-box;
  padding-bottom: 88px;
}

.yulan-jieshu > h2 {
  text-align: center;
  height: 30px;
  position: relative;
}

.yulan-jieshu > h2:after {
    content: '';
    width: 668px;
    height: 1px;
    background: #dadada;
    position: absolute;
    top: 42px;
    left: 50%;
    margin-left: -334px;
}

.yulan-jieshu > h2 > span {
    display: inline-block;
    background: #fff;
    height: 30px;
    font-size: 16px;
    padding: 0 20px;
    position: absolute;
    top: 153%;
    left: 50%;
    z-index: 9;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.yulan-h3 {
  margin: 15px;
  font-size: 18px;
  font-weight: bold;
}

.entry-body {
  background: #222;
  padding: 2px 15px;
  margin: 15px;
}

.blue {
  color: #4b98ff;
}

.red {
  color: #FF4900;
}

.bold {
  font-weight: bold;
}

.juzizhi-article > p {
  margin: 20px 15px;
  color: #333;
  font-size: 14px;
  line-height: 1.65;
}

.page-class {
  display: flex;
  align-items: center;
  padding: 10px 0 25px;
}

.page-class a {
  border: solid 1px #dfdfdf;
  margin-right: 8px;
  padding: 4px 10px;
  background-color: #fff;
}

.page-class > div {
  margin-right: 8px;
}

.page-class > div > a {
  margin-right: 0px;
}

.link-content {
  margin: 15px auto;
  padding: 15px;
}

.link-content >  h1 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 15px;  
}

.link-box > h3 {
  font-size: 14px;
  margin-bottom: 8px;
}

.link-box > h3 > a {
  color: #3b660f;
  font-weight: bold;
}

.link-box > ul > li {
  width: 50%;
  float: left;
}

.link-box > ul > li > a {
  font-size: 12px;
}

.tiku-timu , .tiku-daan{
  background: #fff;
  margin: 15px 0;
  padding: 15px;
  box-sizing: border-box;
  font-size: 15px;
}

.tiku-timu img {
  max-width: 100%;
}

.tiku-timu > h3 , .tiku-daan > h3{
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 15px;
}

.tiku-danxuan {
  margin-top: 15px;
}

.tiku-danxuan > div {
  display: flex;
  align-items: center;
  margin-bottom: 3px;
}

.tiku-danxuan > div > span {
  display: inline-block;
  margin-right: 10px;
  font-size: 16px;
  font-weight: bold;
}

.tiku-danxuan-zhengque {

}

.web-to-tiku-right {
  background-color: #fff;
  text-align: center;
  padding: 25px 15px;
  box-sizing: border-box;
  font-size: 13.5px;
}

.web-to-tiku-right > img {
  width: 120px;
  height: 120px;
  margin: 15px 0;
}

.web-to-tiku-right > h3 {
  color: #ff4900;
  font-size: 16px;
  font-weight: bold;
}

.web-to-tiku-right > p {
  color: #666;
  font-size: 13px;
  margin-bottom: 2px;
}

.web-to-tiku-right > p > span {
  color: #ff4900;
  font-weight: bold;
}

.web-to-kefu-right {
  background-color: #fff;
  text-align: center;
  padding: 25px 15px;
  box-sizing: border-box;
  font-size: 13.5px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}

.web-to-kefu-right > img {
  width: 100px;
  height: 100px;
}

.web-to-kefu-right > div {
  flex: 1;
  font-size: 12px;
  color: #666;
  text-align: left;
}

.web-to-kefu-right > div > p:nth-child(1) {
  font-weight: bold;
  color: #000;
  font-size: 15px;
}

.index-nianji-box {
  background: #fff;
  margin: 20px 0 !important;
  padding: 15px;
  box-sizing: border-box;
}

.index-nianji-box > div {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.index-nianji-box > h2 {
  position: relative;
  line-height: 41px;
  font-size: 22px;
  color: #ff4900;
  font-weight: bold;
}

.index-nianji-box > h2::before {
  position: absolute;
  content: '';
  left: -20px;
  top: 8px;
  height: 26px;
  width: 4px;
  background: #ff4900;
}

.index-nianji-kemu-box {
  width:48%;
  margin-bottom: 5px;
}

.index-nianji-kemu-header > h3 {
  margin-top: 12px;
  position: relative;
  height: 38px;
  line-height: 38px;
  font-size: 18px;
  color: #333;
  border-bottom: 1px solid #E2E8ED;
  overflow: hidden;
}

.index-nianji-kemu-header > h3 > span {
  position: relative;
  display: inline-block;
}

.index-nianji-kemu-header > h3 > span::before {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  right: 0;
  content: "";
  background: #ff4900;
}

.index-nianji-kemu-header > h3 > a {
  float: right;
  font-size: 13px;
}

.index-nianji-kemu-article > div {
  margin: 15px 0 10px;
  font-size: 13px;
}

.index-nianji-kemu-article > div > a {
  margin-right: 10px;
  font-size: 12px;
}

.index-nianji-kemu-article > a {
  display: block;
  position: relative;
  font-size: 12px;
  padding-left: 10px;
  line-height: 1.6;
  color: #333;
  margin: 10px 0;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.index-nianji-kemu-article > a:hover {
  color: #576B95;
}

.index-nianji-kemu-article > a::before {
  position: absolute;
  background: #B4C6D0;
  width: 3px;
  height: 3px;
  content: "";
  top: 50%;
  left: 0;
  margin-top: -2px;
}

.tuijian {
  display: block;
  padding: 15px;
  background-color: #fff;
  margin-bottom: 20px;
}

.tuijian > h3 {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: 1px;
  border-bottom: 1px solid #f2f2f2;
  padding: 0 0 8px;
  margin: 0;
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}

.tuijian > div > a {
  color: #4370f5;
  background-color: rgba(67,112,245,.1);
  font-size: 12px;
  margin-right: 9px;
  margin-bottom: 10px;
  border-radius: 2px;
  line-height: 1.4;
  padding: 2px 6px;
  transition: background-color .5s;
  will-change: background-color;
  display: inline-block;
}

.tuijian > div > a:hover {
  background-color: rgba(67,112,245,.2);
}