* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
  }
  
  a {
    text-decoration: none;
    color: #000;
  }
  
  li {
    list-style: none;
  }
  
  .tab-pane {
    display: none;
  }
  
  .box {
    width: 1200px;
    margin: 0 auto;
    margin-top: 10px;
  }
  
  .box .header {
    display: flex;
    width: 100%;
    /* align-items: center; */
    height: 37px;
    margin-bottom: 14px;
  }
  
  .box1 .header.block {
    margin-top: 5px;
    margin-bottom: 4px;
  }
  
  .box1 .header.block a {
    padding-right: 22px !important;
  }
  
  .box .header.block a {
    background: #EEEEEE !important;
    padding-right: 10px;
    border-bottom: none !important;
    height: 40px !important;
    line-height: 40px !important;
    margin-left: 0 !important;
  }
  
  .box .header.block div {
    background: #CA1F27;
    border-bottom: none !important;
    height: 40px !important;
    font-size: 22px !important;
    color: #fff !important;
    line-height: 40px !important;
    padding: 0 21px;
  
  }
  
  .box .header.block div::before {
    content: none !important;
  }
  
  .box .header div {
    display: inline-block;
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 20px;
    color: #1B266A;
    line-height: 37px;
    border-bottom: 1px solid #CA1F27;
    height: 37px;
  }
  
  .box .header div::before {
    content: '';
    width: 4px;
    height: 20px;
    background: #d61e28;
    display: inline-block;
    margin-right: 6px;
    transform: translateY(2px);
  }
  
  .box .header a {
    text-align: right;
    margin-left: 6px;
    flex: 1;
    border-bottom: 1px solid #1B266A;
    display: block;
    line-height: 37px;
    height: 37px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 14px;
    color: #666666;
  }
  
  .box1 .header a {
    padding-right: 22px;
  }
  
  .box1 {
    margin-top: 0 !important;
  }
  
  .box1 .top-news {
    width: 1200px;
    display: block;
  }
  
  .box1 .top-news .title {
    font-family: "宋体";
    font-weight: 600;
    font-size: 32px;
    color: #000000;
    line-height: 58px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
  }
  
  .box1 .top-news .desc {
    text-indent: 2em;
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 16px;
    color: #79797D;
    line-height: 24px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
  }
  
  .home-carousel {
    height: 425px;
    background-image: url('../img/bg.png');
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .home-carousel a {
    text-decoration: none;
    color: #333;
  }
  
  /* 本例子css */
  .home-carousel .slideBox1 {
    width: 825px;
    height: 426px;
    overflow: hidden;
    position: relative;
    background-color: #fff;
  }
  
  .home-carousel .slideBox1 .hd {
    overflow: hidden;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1;
    height: 48px;
  }
  
  .home-carousel .slideBox1 .hd ul {
    overflow: hidden;
    float: left;
    height: 48px;
    display: flex;
    align-items: center;
    margin-left: 20px;
    z-index: 1000 !important;
  }
  
  .home-carousel .slideBox1 .hd ul li {
    margin-right: 12px;
    width: 8px;
    height: 8px;
    text-align: center;
    background: #919192;
    cursor: pointer;
    border-radius: 22.5px;
  }
  
  .home-carousel .slideBox1 .hd ul li.on {
    background: #024AC2;
    color: #fff;
    width: 30px;
  }
  
  .home-carousel .slideBox1 .bd {
    position: relative;
    height: 100%;
  }
  
  .home-carousel .slideBox1 .bd li {
    zoom: 1;
    vertical-align: middle;
  }
  
  .home-carousel .slideBox1 .bd .title {
    position: absolute;
    left: 0;
    bottom: 0px;
    background-color: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 48px;
  }
  
  .home-carousel .slideBox1 .bd li p {
    width: 420px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 48px;
    text-indent: 1em;
  }
  
  .home-carousel .slideBox1 .bd li span {
    position: absolute;
    left: 26px;
    bottom: 26px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 16px;
    color: #919192;
  }
  
  .home-carousel .slideBox1 .bd img {
        width: 100%;
    height: 426px;
    display: block;
  }
  
  .box2 {
    display: flex;
    justify-content: space-between;
  }
  
  .box2 .list li {
    height: 145px;
  
    border-bottom: 1px solid #DCE2EA;
    list-style: none;
    position: static;
    width: 450px;
  }
  
  .box2 .list li:first-child {
    padding-top: 0;
    height: 145px;
  }
  
  .box2 .list li:last-child {
    padding-bottom: 0;
    padding-top: 0;
    border-bottom: none;
    height: 146px;
  }
  
  .box4 .mt li:nth-child(3),
  .box5 .mt li:nth-child(3),
  .zheng li:nth-child(3) {
    margin-top: 12px;
  }
  
  .box4 ul {
    width: 230px;
  }
  
  .box4 .video {
    width: 442px;
  }
  
  .box4 .news {
    width: 294px;
  }
  
  .box2 .list li p {
    width: 400px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    font-size: 18px;
    color: #333;
    line-height: 48px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
  }
  
  .box2 .list li .desc {
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 16px;
    color: #7E7E7E;
    line-height: 28px;
    text-overflow: ellipsis;
    overflow: hidden;
    height: 84px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
  
  .box2 .list li .desc a {
    color: #2A92FA;
    line-height: 28px;
  }
  
  .box2 .list li a {
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 16px;
    color: #00000B;
    line-height: 42px;
    display: block;
    height: 100%;
  }
  
  .box3 ul {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
  }
  
  .box3 .float {
    display: flex;
    justify-content: space-between;
    margin-bottom: 8px;
  }
  
  .box3 .float img {
    width: 597px;
    height: 112px;
  }
  
  .box3 ul li {
    width: 292px;
    height: 112px;
    overflow: hidden;
  }
  
  .box3 ul li img {
    width: 292px;
    height: 112px;
    transition: all ease-out 0.5s;
  }
  
  .box3 ul li img:hover {
    transform: scale(1.1);
  }
  
  .box4 {
    display: flex;
    gap: 10px 0;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 10px;
  }
  
  .box4 .video li:nth-child(2) a {
    height: 272px !important;
  }
  
  .box4 ul li:nth-child(2) a {
    height: 156px;
    display: block;
   
  }
  
  .box4 ul li:nth-child(2) a img {
    width: 100%;
    height: 100%;
  }
  
  .box4 ul li:nth-child(2) a div {
    display: block;
    height: 42px;
    background: rgba(0, 0, 0, 0.6);
    border-radius: 4px;
    line-height: 42px;
    font-size: 20px;
    font-family: Microsoft YaHei;
    color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding-left: 20px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
  }
  
  
  li > a {
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 16px;
    color: #333;
    line-height: 32px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    transition: all ease-out 0.5s;
  }
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  li a:hover {
    color: #024AC2;
    text-decoration: underline;
  }
  
  .box4 .pic {
    display: flex;
    flex-wrap: wrap;
    gap: 30px 20px;
    width: 100%;
  }
  
  .box4 .pic li {
    width: 285px;
    height: 95px;
    overflow: hidden;
  }
  
  .box4 .pic li a {
    height: 120px !important;
    display: unset !important;
  }
  
  .box4 .pic li img {
    width: 100% !important;
      height: 100% !important;
    */
    transition: all ease-out 0.5s;
  }
  
  .box4 .pic li img:hover {
    transform: scale(1.1);
  }
  
  .box4 .news li a {}
  
  .box5 {
    display: flex;
    gap: 30px 0;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  
  .box5 ul {
    width: 400px;
  }
  
  .box5 ul li:nth-child(2) a {
    height: 202px;
    display: block;
    position: relative;
  }
  
  .box5 ul li:nth-child(2) a img {
    width: 100%;
    height: 100%;
  }
  
  .box5 ul li:nth-child(2) a div {
    display: block;
    height: 42px;
    background: rgba(0, 0, 0, 0.6);
    border-radius: 4px;
    line-height: 42px;
    font-size: 20px;
    font-family: Microsoft YaHei;
    color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding-left: 20px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
  }
  
  
  .box5 .pic {
    display: flex;
    flex-wrap: wrap;
    gap: 30px 40px;
    width: 100%;
  }
  
  .box5 .pic li a {
    height: 120px !important;
    display: unset !important;
  }
  
  .box5 .pic li img {
    width: 400px !important;
    height: 100% !important;
    transition: all ease-out 0.5s;
  }
  
  .box5 .pic li img:hover {
    transform: scale(1.1);
  }
  
  
  .box5 .news {
    display: flex;
    flex-wrap: wrap;
    gap: 0 11px;
  }
  
  .box5 .news li:nth-child(1),
  .box5 .news li:nth-child(2),
  .box5 .news li:nth-child(3) {
    margin-bottom: 20px;
  }
  
  .box5 .news li a {
    width: 126px !important;
    height: 168px !important;
    display: block !important;
    position: relative;
  }
  
  .box5 .news li a img {
    width: 100% !important;
    height: 100% !important;
  }
  
  .box5 .news li div {
    width: 126px !important;
    padding: 4px 15px !important;
    text-align: center !important;
    font-family: Microsoft YaHei !important;
    font-weight: 400 !important;
    font-size: 16px !important;
    color: #FFFFFF !important;
    line-height: 18px !important;
    position: absolute;
    background-color: unset !important;
    bottom: 0;
    left: 0;
    white-space: wrap !important;
  }
  
  .box5 .big {
    width: 282px;
  }
  
  .box5 .big li:nth-child(2) a {
    height: 190px !important;
  }
  
  .box5 .big img {
    height: 190px;
  }
  
  .box5 .big li:nth-child(3) {
    margin-top: 12px;
  }
  
  .box5 .books {
    display: flex;
    flex-wrap: wrap;
    gap: 0 9px;
    width: 293px !important;
        position: relative;
      top: -100px;
  }
  
  .box5 .books li a {
    width: 142px !important;
    display: block !important;
    position: relative;
    margin-bottom: 12px;
  }
  
  .box5 .books li a img {
    width: 100% !important;
    height: 132px !important;
  }
  
  .box5 .books li:nth-child(2) a {
   height: auto !important;
  }
  
  .box5 .books li div {
    height: 84px  !important;
    font-family: Microsoft YaHei !important;
    font-weight: 400 !important;
    font-size: 16px !important;
    color: #4D4D4D !important;
    background-color: unset !important;
    padding: 0 !important;
    position: static !important;
    line-height: 28px !important;
      text-overflow: ellipsis;
      overflow: hidden;
      display: -webkit-box !important;
      -webkit-line-clamp: 3;
      -webkit-box-orient: vertical;
      white-space: normal !important;
  
  }
  
  .box6 {}
  
  .box6 ul {
    display: flex;
    gap: 20px;
  }
  
  .box6 ul li {
    width: 387px;
  }
  
  .box6 ul li a {
    display: block;
    width: 100%;
    white-space: unset !important;
  }
  
  .box6 ul li a img {
    width: 100%;
    height: 195px;
  }
  
  .box6 ul li .title {
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 20px;
    color: #212121;
    line-height: 36px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: left !important;
  }
  
  .box6 ul li .desc {
    height: 48px;
    font-family: SimSun;
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    line-height: 24px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left;
  }
  
  .box7 {
    display: flex;
    gap: 30px 0;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  
  .box7 .zheng li:nth-child(2) a {
    height: 202px;
    display: block;
    position: relative;
  }
  
  .box7 .zheng li:nth-child(2) a img {
    width: 100%;
    height: 100%;
  }
  
  .box7 .zheng li:nth-child(2) a div {
    display: block;
    height: 42px;
    background: rgba(0, 0, 0, 0.6);
    border-radius: 4px;
    line-height: 42px;
    font-size: 20px;
    font-family: Microsoft YaHei;
    color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding-left: 20px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
  }
  
  
  
  .box7 .fan li:last-child a {
    height: 202px;
    display: block;
    position: relative;
  }
  
  .box7 .fan li:last-child a img {
    width: 100%;
    height: 100%;
  }
  
  .box7 .fan li:last-child a div {
    display: block;
    height: 42px;
    background: rgba(0, 0, 0, 0.6);
    border-radius: 4px;
    line-height: 42px;
    font-size: 20px;
    font-family: Microsoft YaHei;
    color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding-left: 20px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
  }
  
  .box7 .pic {
    display: flex;
    flex-wrap: wrap;
    gap: 9px 8px;
    width: 100%;
  }
  
  .box7 .pic li {
    width: 345px;
    height: 140px;
    overflow: hidden;
    margin: 0 !important;
  }
  
  .box7 .pic li a {
    height: 140px !important;
    display: unset !important;
  }
  
  .box7 .pic li img {
    width: 345px !important;
    height: 100% !important;
    transition: all ease-out 0.5s;
  }
  
  .box7 .pic li img:hover {
    transform: scale(1.1);
  }
  
  .box7 {
    display: flex;
    gap: 10px 0;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  
  .box7 ul {
    width: 1200px;
  }
  
  .box7 ul li {
    float: left;
    margin-right: 25px;
  }
  
  .box7 ul li a {
    color: #333;
  }
  
  .box7 ul li a:hover {
    color: #024AC2;
  }
  
  .box7 .left-content {
    display: flex;
    justify-content: space-between;
    width: 883px;
  }
  
  .box7 .left-content .horizonal {
    width: 571px;
  }
  
  .box7 .left-content .horizonal .horizonal-box {
    display: flex;
    justify-content: space-between;
  }
  
  .box7 .left-content .horizonal .horizonal-box img {
    width: 282px;
    height: 190px;
  }
  
  .box7 .left-content .horizonal ul {
    width: 271px;
  }
  
  .box7 .left-content .horizonal ul li {
    float: unset !important;
    margin-right: 0 !important;
  }
  
  .box7 .left-content .vertical {
    width: 282px;
  }
  
  .box7 .left-content .vertical li {
    width: 100%;
    display: block;
  }
  
  .box7 .left-content .vertical li img {
    width: 282px;
    height: 204px;
  }
  
  .jingl {
    width: 395px;
  }
  
  .fl {
    float: left;
  }
  
  .jingr {
    width: 785px;
  }
  
  .fr {
    float: right;
  }
  
  .divkj {
    width: 100%;
    margin-top: 12px;
  }
  
  .divkj .title {
    margin-top: 15px;
    width: 100%;
    height: 30px;
    line-height: 30px;
    position: relative;
    background: #efefef;
  }
  
  .jinbox {
    margin-top: 2%;
    border: 1px #eee solid;
    padding: 3%;
  }
  
  .divkj .title h3 {
    width: 100px;
    font-size: 16px;
    text-align: center;
    background: #d61e28;
    color: #fff;
  }
  
  .jintop {
    display: flex;
   justify-content: flex-start;
      flex-wrap: wrap;
  }
  
  .jinbot {
    display: flex;
    padding: 2% 0;
    border-bottom: 1px #eee solid;
  }
  
  .jinbot img {
    display: block;
    height: 20px;
    border: 0;
    max-width: 100%;
  }
  
  .jinbot p {
    font-size: 14px;
    margin-left: 3%;
    color: #666;
  }
  
  .clear {
    clear: both;
  }
  
  .jingr {
    width: 785px;
  }
  
  .fr {
    float: right;
  }
  
  .divkj {
    width: 100%;
    margin-top: 12px;
  }
  
  .divkj .title {
    margin-top: 15px;
    width: 100%;
    height: 30px;
    line-height: 30px;
    position: relative;
    background: #efefef;
  }
  
  .yqlj {
        margin: 10px 0 25px 0;
      line-height: 32px;
      border: 1px #eee solid;
      padding-top: 5px;
      padding-bottom: 30px;
  }
  
  .yqlj li {
    display: flex;
    flex-wrap: wrap;
    width: 785px !important;
  }
  
  .yqlj a {
    white-space: wrap !important;
  }
  
  .divkj .title h3 {
    width: 100px;
    font-size: 16px;
    text-align: center;
    background: #d61e28;
    color: #fff;
  }
  
  
  .yqlj a {
    font-size: 13px;
    margin: 0 10px;
  }
  
  .jintop a p {
    font-size: 14px;
    margin-left: 3%;
    color: #666;
  }
  
  .jintop a img {
    display: block;
    height: 20px;
  }
  
  .jintop a {
    display: flex;
    width: 22%;
    position: relative;
        padding-bottom: 4%;margin-right: 10px;
       
  }
  
  .ewm {
    width: 120px;
    height: 120px;
    top: 33px;
    right: 15px;
    position: absolute;
    display: none;
  }
  
  .ewm img {
    width: 100%;
    height: 100% !important;
    display: block !important;
  }
  
  .box1 .top-news:hover p {
    color: #024AC2;
    text-decoration: underline;
  }
  
  .home-carousel .slideBox1 .bd li a .title:hover {
    color: #024AC2;
    text-decoration: underline;
  }
  
  .box2 .list li:hover a p {
    color: #024AC2;
    text-decoration: underline;
  }
  
  .box4 ul li {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  
  .box8 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 10px;
  }
  
  .box8 ul li {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  
  .box8 .big {
    width: 282px;
  }
  
  .box8 .big li:nth-child(2) a {
    height: 190px !important;
  }
  
  .box8 .big img {
    height: 190px;
  }
  
  .box8 .news {
    display: flex;
    flex-wrap: wrap;
    gap: 0 17px;
    justify-content: flex-end;
  }
  
  .box8 .news li a {
    width: 138px !important;
    display: block !important;
    height: unset !important;
  }
  
  .box8 .news li a img {
    width: 100% !important;
    height: 173px !important;
    object-fit: unset;
  }
  
  .box8 .news li div {
    width: 126px !important;
    padding: 0px !important;
    text-align: center !important;
    font-family: Microsoft YaHei !important;
    font-weight: 400 !important;
    font-size: 16px !important;
    color: #4D4D4D !important;
    line-height: 26px !important;
    background-color: unset !important;
    white-space: wrap !important;
    position: static !important;
    height: unset !important;
  }
  
  .box8-content {
    width: 890px;
  }
  
  .box8-content-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  
  .box5 ul {
    width: 403px;
  }
  
  .box5 ul li {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  
  .box5 .zhuanti {
    width: 640px;
  }
  
  .box7 ul {
    width: 300px;
  }
  
  .box7 ul li {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
  }
  
  .box7 .pic li:nth-child(2),
  .box7 .pic li:nth-child(5),
  .box7 .pic li:nth-child(2) img,
  .box7 .pic li:nth-child(5) img {
    width: 493px !important;
  }
  
  .box5 {
    display: flex;
    gap: 20px 0;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 10px;
  
  }
  
  .box5 ul li:nth-child(2) a {
    height: 202px;
    display: block;
    position: relative;
  }
  
  .box5 ul li:nth-child(2) a img {
    width: 100%;
    height: 100%;
  }
  
  .box5 ul li:nth-child(2) a div {
    display: block;
    height: 42px;
    background: rgba(0, 0, 0, 0.6);
    border-radius: 4px;
    line-height: 42px;
    font-size: 20px;
    font-family: Microsoft YaHei;
    color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding-left: 20px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
  }
  
  
  .box5 .pic {
    display: flex;
    flex-wrap: wrap;
    gap: 14px 10px;
    width: 100%;
  }
  
  .box5 .pic li {
    width: 292px !important;
    height: 114px !important;
    overflow: hidden;
  }
  
  .box5 .pic li a {
    height: 140px !important;
    display: unset !important;
  }
  
  .box5 .pic li img {
    width: 292px !important;
    height: 114px !important;
    transition: all ease-out 0.5s;
  }
  
  .box5 .pic li img:hover {
    transform: scale(1.1);
  }
  
  
  .box5 .news {
    display: flex;
    flex-wrap: wrap;
    gap: 0 20px;
    width: 430px;
  }
  
  .box5 .news li:nth-child(1),
  .box5 .news li:nth-child(2),
  .box5 .news li:nth-child(3) {
    margin-bottom: 20px;
  }
  
  .box5 .news li a {
    width: 129px !important;
    height: 168px !important;
    display: block !important;
    position: relative;
  }
  
  .box5 .news li a img {
    width: 100% !important;
    height: 100% !important;
  }
  
  .box5 .news li div {
    width: 129px !important;
    padding: 4px 15px !important;
    text-align: center !important;
    font-family: Microsoft YaHei !important;
    font-weight: 400 !important;
    font-size: 16px !important;
    color: #FFFFFF !important;
    line-height: 18px !important;
    position: absolute;
    background-color: unset !important;
    bottom: 0;
    left: 0;
    white-space: wrap !important;
  }
  
  ul.jdjc {
    width: 620px;
  }
  
  .zzfm {
    float: right;
    margin-left: 15px;
  }
  
  .zzfm a {
    display: block;
    margin-top: 15px;
  }
  
  .zzfm a:first-child {
    margin-top: 0;
  }
  
  .zzfm a img {
    width: 200px;
    height: 210px;
  }
  
  .jdjc li:nth-of-type(1) {
    margin-top: -10px !important;
  }
  
  #clock {
    color: #CA1F27 !important;
  }
  
  .magazine .content {
    display: flex;
    width: 239px;
  }
  
  .magazine .content img {
    width: 168px;
    height: 226px;
  }
  
  .magazine .content div {
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 16px;
    color: #4D4D4D;
    line-height: 32px;
    writing-mode: vertical-rl;
    white-space: nowrap;
    flex: 1;
    height: 226px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .magazine .content div span {
    writing-mode: horizontal-tb !important;
  }
  
  .magazine ul li a {
    display: inline !important;
  }
  
  .magazine ul li {
    margin-top: 0 !important;
  }
  
  .level li:nth-child(2) a {
    height: auto !important;
  }
  
  .level li:nth-child(2) a img {
    height: 164px !important;
  }
  
  
  
  .level a {
    padding-left: 8px;
  }
  
  .level .tit {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 18px;
  color: #212121;
  line-height: 30px;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  }
  
  .level .des {
    font-family: SimSun;
    font-weight: 400;
    font-size: 16px;
    color: #888;
    line-height: 28px;
    display: block;
    white-space: wrap;
  }
  
  
  
  
  
  
  
  
    .yuandian{
        position: relative;
        padding-left: 10px;
     }
     
     .yuandian a::after {
      content: "";
      position: absolute;
      left: 0;
      top: 50%;
      width: 5px;
      height: 5px;
      box-sizing: border-box;
      border-radius: 50%;
      background: #0762CB;
      transform: translateY(-50%);
     }
      
  
  