@charset "UTF-8";
.ellipsis2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis; }
#wrapper {
  width: 85%;
  margin: 20px auto;
  height: auto; }
  #wrapper .subnav_box {
    width: 100%;
    padding: 0 12px;
    background: #ffffff;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box; }
    #wrapper .subnav_box .diqu {
      padding: 14px 0;
      border-bottom: 1px solid #eeeeee;
      margin-top: 10px; }
      #wrapper .subnav_box .diqu span {
        width: 20px;
        padding: 12px 6px;
        background-color: #e5e5e5;
        font-size: 20px;
        line-height: 24px;
        text-align: center; }
      #wrapper .subnav_box .diqu ul {
        width: 96%; }
        #wrapper .subnav_box .diqu ul li {
          width: 5%;
          height: 18px;
          line-height: 18px;
          margin-top: 27px;
          text-align: center;
          float: left; }
          #wrapper .subnav_box .diqu ul li a {
            font-size: 18px;
            color: #333333;
            line-height: 18px;
            display: inline-block; }
          #wrapper .subnav_box .diqu ul li a:hover {
            text-decoration: underline;
            color: #ff1130; }
    #wrapper .subnav_box .yuanxiao {
      padding: 14px 0;
      border-bottom: 1px solid #eeeeee;
      margin-top: 10px;
      position: relative; }
      #wrapper .subnav_box .yuanxiao .more_2 {
        display: inline-block;
        color: #999999;
        font-size: 16px;
        line-height: 18px;
        position: absolute;
        right: 0;
        top: 50%;
        margin-top: -9px; }
      #wrapper .subnav_box .yuanxiao span {
        width: 20px;
        padding: 12px 6px;
        background-color: #e5e5e5;
        font-size: 20px;
        line-height: 24px;
        text-align: center; }
      #wrapper .subnav_box .yuanxiao ul {
        width: 96%;
        margin-top: 7.5px; }
        #wrapper .subnav_box .yuanxiao ul li {
          width: 12.5%;
          text-align: center;
          float: left; }
          #wrapper .subnav_box .yuanxiao ul li a {
            color: #333333;
            display: inline-block;
            line-height: 18px;
            font-size: 18px; }
          #wrapper .subnav_box .yuanxiao ul li .school_name {
            width: 100%; }
          #wrapper .subnav_box .yuanxiao ul li p {
            height: 18px;
            color: #999999;
            margin-top: 15px; }
            #wrapper .subnav_box .yuanxiao ul li p a {
              display: inline;
              font-size: 16px;
              color: #999999; }
          #wrapper .subnav_box .yuanxiao ul li a:hover {
            text-decoration: underline;
            color: #ff1130; }
  #wrapper .content {
    width: 100%;
    margin-top: 40px; }
    #wrapper .content .cont_a {
      width: 29.66%; }
      #wrapper .content .cont_a .slideBox {
        width: 100%;
        overflow: hidden;
        position: relative; }
      #wrapper .content .cont_a .slideBox .hd {
        height: 14px;
        overflow: hidden;
        position: absolute;
        left: 50%;
        margin-left: -36px;
        bottom: 5px;
        z-index: 1; }
      #wrapper .content .cont_a .slideBox .hd ul {
        overflow: hidden;
        zoom: 1;
        float: left; }
      #wrapper .content .cont_a .slideBox .hd ul li {
        float: left;
        margin-right: 2px;
        width: 12px;
        height: 12px;
        border: 1px solid #ffffff;
        border-radius: 50%;
        cursor: pointer;
        margin: 0 5px; }
      #wrapper .content .cont_a .slideBox .hd ul li.on {
        background: #ffffff; }
      #wrapper .content .cont_a .slideBox .bd {
        position: relative;
        height: 100%;
        z-index: 0; }
      #wrapper .content .cont_a .slideBox .bd li {
        zoom: 1;
        vertical-align: middle; }
      #wrapper .content .cont_a .slideBox .bd img {
        width: 100%; }
      #wrapper .content .cont_a .slideBox .prev,
      #wrapper .content .cont_a .slideBox .next {
        position: absolute;
        left: 1%;
        top: 50%;
        margin-top: -25px;
        display: block;
        width: 32px;
        height: 40px;
        background: url(../images/slider-arrow.png) -110px 5px no-repeat;
        filter: alpha(opacity=50);
        opacity: 0.5; }
      #wrapper .content .cont_a .slideBox .next {
        left: auto;
        right: 1%;
        background-position: 8px 5px; }
      #wrapper .content .cont_a .slideBox .prev:hover,
      #wrapper .content .cont_a .slideBox .next:hover {
        filter: alpha(opacity=100);
        opacity: 1; }
      #wrapper .content .cont_a .read {
        width: 100%;
        background-color: #ffffff;
        margin-top: 12px; }
        #wrapper .content .cont_a .read .read_title {
          border-bottom: solid 1px #e5e5e5; }
          #wrapper .content .cont_a .read .read_title span {
            font-size: 24px;
            line-height: 50px;
            margin-left: 5%;
            display: inline-block;
            border-bottom: 3px solid #1e68a2; }
        #wrapper .content .cont_a .read div {
          width: 90%;
          margin: 0 auto;
          margin-top: 20px;
          position: relative; }
          #wrapper .content .cont_a .read div a:first-child {
            width: 41.45%; }
          #wrapper .content .cont_a .read div p {
            width: 54%;
            height: 60px;
            font-size: 18px;
            color: #333333;
            line-height: 30px; }
          #wrapper .content .cont_a .read div a:nth-child(3) {
            position: absolute;
            line-height: 16px;
            font-size: 16px;
            color: #ff1130;
            bottom: 0;
            right: 0; }
          #wrapper .content .cont_a .read div a:nth-child(3):hover {
            text-decoration: underline; }
        #wrapper .content .cont_a .read ul {
          width: 90%;
          margin: 0 auto;
          padding-bottom: 20px; }
          #wrapper .content .cont_a .read ul li {
            margin-top: 20px; }
            #wrapper .content .cont_a .read ul li a {
              width: 100%;
              font-size: 18px;
              line-height: 18px;
              color: #666666; }
              #wrapper .content .cont_a .read ul li a span {
                display: inline;
                color: #ff1130; }
            #wrapper .content .cont_a .read ul li a:hover {
              color: #ff1130; }
    #wrapper .content .cont_b {
      width: 40%;
      background: #ffffff;
      margin: 0 1.67%; }
      #wrapper .content .cont_b .cont_list {
        width: 94%;
        margin: 0 auto; }
        #wrapper .content .cont_b .cont_list .list_tit {
          width: 100%;
          font-size: 20px;
          color: #ff1130;
          line-height: 20px;
          text-align: center;
          margin-top: 30px; }
        #wrapper .content .cont_b .cont_list .list_tit:hover {
          color: #ff1130;
          text-decoration: underline; }
        #wrapper .content .cont_b .cont_list .list_subtit {
          width: 100%; }
          #wrapper .content .cont_b .cont_list .list_subtit a {
            width: 50%;
            float: left;
            font-size: 20px;
            color: #ff1130;
            line-height: 20px;
            margin-top: 20px; }
          #wrapper .content .cont_b .cont_list .list_subtit a:hover {
            color: #ff1130;
            text-decoration: underline; }
        #wrapper .content .cont_b .cont_list ul {
          width: 100%;
          padding-bottom: 25px;
          border-bottom: 1px solid #e5e5e5; }
          #wrapper .content .cont_b .cont_list ul li {
            width: 33.3333%;
            float: left; }
            #wrapper .content .cont_b .cont_list ul li a {
              font-size: 18px;
              color: #333333;
              line-height: 18px;
              margin-top: 25px; }
            #wrapper .content .cont_b .cont_list ul li a:hover {
              color: #ff1130;
              text-decoration: underline; }
        #wrapper .content .cont_b .cont_list ul:nth-child(6) {
          border-bottom: none; }
        #wrapper .content .cont_b .cont_list .bot {
          width: 100%;
          padding-bottom: 18px; }
          #wrapper .content .cont_b .cont_list .bot img {
            margin: 0 auto; }
    #wrapper .content .cont_c {
      width: 27%;
      background: #ffffff; }
      #wrapper .content .cont_c .cont_c_tit {
        font-size: 24px;
        color: #333333;
        line-height: 24px;
        margin-top: 30px;
        margin-left: 5%; }
      #wrapper .content .cont_c .submenu {
        width: 100%;
        background-color: #ffffff; }
      #wrapper .content .cont_c .submenu li {
        width: 33.33333%;
        text-align: center;
        float: left;
        padding-top: 17px; }
      #wrapper .content .cont_c .submenu li i {
        color: #1e68a2;
        font-size: 32px;
        line-height: 32px; }
      #wrapper .content .cont_c .submenu li span {
        color: #1e68a2;
        font-size: 18px;
        line-height: 18px;
        margin-top: 12px;
        margin-bottom: 16px; }
      #wrapper .content .cont_c .submenu li:hover {
        box-shadow: 0px 0px 15px 0px rgba(228, 228, 228, 0.8); }
      #wrapper .content .cont_c .submenu li:hover i,
      #wrapper .content .cont_c .submenu li:hover span {
        color: #ff1231; }
      #wrapper .content .cont_c .sub_tab {
        padding: 0 5%;
        padding-bottom: 20px;
        background: #ffffff; }
        #wrapper .content .cont_c .sub_tab li {
          width: 45%;
          margin-top: 25px; }
          #wrapper .content .cont_c .sub_tab li a {
            width: 100%;
            height: 40px;
            border: solid 1px #cccccc;
            -moz-box-sizing: border-box;
            -webkit-box-sizing: border-box;
            -o-box-sizing: border-box;
            -ms-box-sizing: border-box;
            box-sizing: border-box;
            text-indent: 15%;
            line-height: 40px;
            font-size: 18px;
            color: #333333; }
            #wrapper .content .cont_c .sub_tab li a i {
              font-size: 20px;
              color: #1e68a2;
              margin-right: 5%;
              line-height: 40px; }
          #wrapper .content .cont_c .sub_tab li a:hover {
            background-color: #1e68a2;
            color: #ffffff; }
            #wrapper .content .cont_c .sub_tab li a:hover i {
              color: #ffffff; }
  #wrapper .hot_banner {
    width: 100%;
    margin-top: 20px; }
  #wrapper .hot_banner img {
    width: 100%; }
  #wrapper .hot_cont {
    padding: 20px 1%;
    height: auto;
    background-color: #ffffff;
    margin-top: 20px; }
    #wrapper .hot_cont .hot_cont_title {
      width: 100%;
      height: 50px;
      border-bottom: 1px solid #e5e5e5;
      margin: 0 auto;
      font-size: 30px;
      color: #1e68a2;
      font-weight: bold;
      line-height: 50px; }
      #wrapper .hot_cont .hot_cont_title span,
      #wrapper .hot_cont .hot_cont_title a {
        display: inline-block;
        float: left; }
      #wrapper .hot_cont .hot_cont_title a {
        font-size: 16px;
        color: #1e68a2;
        font-weight: normal;
        line-height: 50px;
        margin-left: 1.5%; }
      #wrapper .hot_cont .hot_cont_title a:last-child {
        float: right;
        color: #999999;
        margin: 0; }
      #wrapper .hot_cont .hot_cont_title a:hover {
        color: #ff1130; }
    #wrapper .hot_cont .hot_item {
      width: 30.28%;
      margin-right: 4.58%;
      margin-top: 20px; }
      #wrapper .hot_cont .hot_item .item_img {
        width: 100%; }
        #wrapper .hot_cont .hot_item .item_img img {
          width: 100%; }
      #wrapper .hot_cont .hot_item .itm_bottom {
        width: 100%;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
        border: solid 1px #eeeeee;
        border-top: 0; }
        #wrapper .hot_cont .hot_item .itm_bottom ul:first-child {
          width: 97.1%;
          margin: 0 auto; }
          #wrapper .hot_cont .hot_item .itm_bottom ul:first-child li {
            width: 22.38%;
            float: left;
            margin-right: 3.49333%;
            margin-top: 12px; }
            #wrapper .hot_cont .hot_item .itm_bottom ul:first-child li a {
              width: 100%;
              line-height: 40px;
              text-align: center;
              color: #333333;
              font-size: 18px;
              background-color: #e5e5e5; }
            #wrapper .hot_cont .hot_item .itm_bottom ul:first-child li a:hover {
              background: #1e68a2;
              color: #ffffff; }
          #wrapper .hot_cont .hot_item .itm_bottom ul:first-child li:nth-child(4),
          #wrapper .hot_cont .hot_item .itm_bottom ul:first-child li:last-child {
            margin-right: 0; }
        #wrapper .hot_cont .hot_item .itm_bottom .item_title {
          font-size: 20px;
          color: #333333;
          line-height: 20px;
          margin-top: 28px;
          margin-left: 2%; }
        #wrapper .hot_cont .hot_item .itm_bottom ul:nth-child(3) {
          width: 97%;
          margin: 0 auto;
          padding-bottom: 30px; }
          #wrapper .hot_cont .hot_item .itm_bottom ul:nth-child(3) li {
            width: 100%;
            line-height: 16px;
            margin-top: 30px;
            height: 16px; }
            #wrapper .hot_cont .hot_item .itm_bottom ul:nth-child(3) li a {
              display: inline;
              font-size: 16px; }
            #wrapper .hot_cont .hot_item .itm_bottom ul:nth-child(3) li a:hover {
              color: #cc1712;
              text-decoration: underline; }
    #wrapper .hot_cont .hot_item:last-child {
      margin-right: 0; }
  #wrapper .hot_cont_major {
    padding: 20px 1%;
    height: auto;
    background-color: #ffffff;
    margin-top: 20px; }
    #wrapper .hot_cont_major .hot_cont_title {
      width: 100%;
      height: 50px;
      border-bottom: 1px solid #e5e5e5;
      margin: 0 auto;
      font-size: 30px;
      color: #1e68a2;
      font-weight: bold;
      line-height: 50px; }
      #wrapper .hot_cont_major .hot_cont_title span,
      #wrapper .hot_cont_major .hot_cont_title a {
        display: inline-block;
        float: left; }
      #wrapper .hot_cont_major .hot_cont_title a {
        font-size: 16px;
        color: #1e68a2;
        font-weight: normal;
        line-height: 50px;
        margin-left: 1.5%; }
      #wrapper .hot_cont_major .hot_cont_title .fr {
        float: right;
        color: #999999; }
      #wrapper .hot_cont_major .hot_cont_title a:hover {
        color: #ff1130; }
    #wrapper .hot_cont_major .major_bar {
      border: solid 1px #1e68a2;
      margin-top: 25px; }
      #wrapper .hot_cont_major .major_bar li {
        width: 8.33333%;
        float: left;
        line-height: 52px;
        height: 52px;
        text-align: center; }
        #wrapper .hot_cont_major .major_bar li a {
          display: inline;
          font-size: 18px;
          color: #333333; }
        #wrapper .hot_cont_major .major_bar li a:hover {
          color: #ff1130;
          text-decoration: underline; }
    #wrapper .hot_cont_major .hot_cont {
      height: auto;
      background-color: #ffffff;
      margin-top: 0 !important;
      padding: 0 !important; }
      #wrapper .hot_cont_major .hot_cont .hot_item {
        width: 30.28%;
        margin-right: 4.58%;
        margin-top: 20px;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
        border: solid 1px #eeeeee; }
        #wrapper .hot_cont_major .hot_cont .hot_item ul {
          width: 95%;
          margin: 0 auto;
          padding-bottom: 30px;
          border-bottom: solid 1px #e5e5e5; }
          #wrapper .hot_cont_major .hot_cont .hot_item ul li {
            width: 100%;
            line-height: 16px;
            margin-top: 30px;
            height: 16px; }
            #wrapper .hot_cont_major .hot_cont .hot_item ul li a {
              display: inline;
              font-size: 16px; }
            #wrapper .hot_cont_major .hot_cont .hot_item ul li a:hover {
              color: #cc1712;
              text-decoration: underline; }
        #wrapper .hot_cont_major .hot_cont .hot_item ul:last-child {
          border: none; }
      #wrapper .hot_cont_major .hot_cont .hot_item:last-child {
        margin-right: 0; }
  #wrapper .item_title {
    font-size: 20px;
    color: #333333;
    line-height: 20px;
    margin-top: 28px;
    margin-left: 2%; }
  #wrapper .news_bar {
    padding: 20px 1%;
    height: auto;
    background-color: #ffffff;
    margin-top: 20px; }
    #wrapper .news_bar .hot_cont_title {
      width: 100%;
      height: 50px;
      border-bottom: 1px solid #e5e5e5;
      margin: 0 auto;
      font-size: 30px;
      color: #1e68a2;
      font-weight: bold;
      line-height: 50px; }
      #wrapper .news_bar .hot_cont_title span,
      #wrapper .news_bar .hot_cont_title a {
        display: inline-block;
        float: left; }
      #wrapper .news_bar .hot_cont_title a {
        font-size: 16px;
        color: #999999;
        font-weight: normal;
        line-height: 50px;
        margin-left: 0;
        float: right; }
      #wrapper .news_bar .hot_cont_title a:hover {
        color: #ff1130; }
    #wrapper .news_bar .news_bar_a {
      width: 27%; }
      #wrapper .news_bar .news_bar_a .item_title {
        margin-left: 0;
        font-weight: bold; }
      #wrapper .news_bar .news_bar_a ul {
        width: 100%;
        margin: 0 auto;
        padding-bottom: 30px; }
      #wrapper .news_bar .news_bar_a ul li {
        width: 100%;
        line-height: 17px;
        margin-top: 30px; }
      #wrapper .news_bar .news_bar_a ul li a {
        display: inline;
        font-size: 16px; }
        #wrapper .news_bar .news_bar_a ul li a span {
          display: inline;
          color: #cc1712; }
      #wrapper .news_bar .news_bar_a ul li a:hover {
        color: #cc1712;
        text-decoration: underline; }
      #wrapper .news_bar .news_bar_a .hot_msg {
        font-size: 16px;
        color: #666666;
        line-height: 30px;
        margin-top: 20px;
        margin-bottom: 30px; }
    #wrapper .news_bar .news_bar_b {
      margin: 0 4.8%;
      width: 37.4%; }
      #wrapper .news_bar .news_bar_b .item_title {
        margin-left: 0;
        font-weight: bold; }
      #wrapper .news_bar .news_bar_b .bkcs {
        width: 100%;
        margin: 0 auto;
        padding-bottom: 30px; }
      #wrapper .news_bar .news_bar_b .bkcs li {
        width: 100%;
        line-height: 17px;
        margin-top: 30px; }
      #wrapper .news_bar .news_bar_b .bkcs li a {
        display: inline;
        font-size: 16px; }
        #wrapper .news_bar .news_bar_b .bkcs li a span {
          display: inline;
          color: #cc1712; }
        #wrapper .news_bar .news_bar_b .bkcs li a i {
          float: right;
          color: #999999; }
      #wrapper .news_bar .news_bar_b .bkcs li a:hover {
        color: #cc1712;
        text-decoration: underline; }
      #wrapper .news_bar .news_bar_b .bkcs_class {
        width: 100%;
        margin: 0 auto;
        padding-bottom: 30px;
        position: relative;
        border-bottom: 1PX solid #e5e5e5; }
        #wrapper .news_bar .news_bar_b .bkcs_class p {
          width: 18px;
          padding: 12px;
          background-color: #e5e5e5;
          font-size: 18px;
          line-height: 18px;
          text-align: center;
          float: left;
          position: absolute;
          top: 50%;
          transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          -moz-transform: translateY(-50%);
          -webkit-transform: translateY(-50%);
          -o-transform: translateY(-50%); }
        #wrapper .news_bar .news_bar_b .bkcs_class li {
          width: 90%;
          float: right; }
      #wrapper .news_bar .news_bar_b .bkcs_class:last-child {
        border-bottom: 0;
        padding-bottom: 0; }
    #wrapper .news_bar .news_bar_c {
      width: 26%; }
      #wrapper .news_bar .news_bar_c .hot_qa {
        width: 100%;
        padding-bottom: 20px; }
        #wrapper .news_bar .news_bar_c .hot_qa li {
          width: 100%;
          line-height: 24px;
          margin-top: 20px; }
          #wrapper .news_bar .news_bar_c .hot_qa li a {
            width: 100%;
            display: inline; }
            #wrapper .news_bar .news_bar_c .hot_qa li a span {
              width: 24px;
              height: 24px;
              float: left;
              text-align: center;
              background-color: #eeeeee;
              color: #999999;
              font-weight: bold;
              margin-right: 2%; }
          #wrapper .news_bar .news_bar_c .hot_qa li .hot1 {
            color: #ffffff;
            background-color: #ff1130; }
          #wrapper .news_bar .news_bar_c .hot_qa li .hot2 {
            color: #ffffff;
            background-color: #ff7011; }
          #wrapper .news_bar .news_bar_c .hot_qa li .hot3 {
            color: #ffffff;
            background-color: #ffa811; }
      #wrapper .news_bar .news_bar_c .zs {
        margin: 26px 0 15px 0; }
      #wrapper .news_bar .news_bar_c .item_title {
        margin-left: 0;
        font-weight: bold; }
/*响应式代码*/
@media screen and (max-width: 1660px) {
  #wrapper .subnav_box .diqu ul li:last-child {
    display: none; }
  #wrapper .subnav_box .diqu ul li {
    width: 5.26315%; }
  #wrapper .subnav_box .yuanxiao ul li a,
  #wrapper .subnav_box .diqu ul li a,
  #wrapper .content .cont_a .read ul li a {
    font-size: 17px; }
  #wrapper .subnav_box .yuanxiao ul li p a,
  #wrapper .subnav_box .yuanxiao .more_2,
  #wrapper .content .cont_a .read div a:nth-child(3) {
    font-size: 15px; }
  #wrapper .content .cont_a .read .read_title span {
    font-size: 22px;
    line-height: 46px; }
  #wrapper .content .cont_a .read div p {
    height: 56px;
    font-size: 17px;
    line-height: 26px; }
  #wrapper .content .cont_b .cont_list .list_tit,
  #wrapper .content .cont_b .cont_list .list_subtit a {
    font-size: 18px;
    line-height: 18px; }
  #wrapper .content .cont_b .cont_list ul li a {
    margin-top: 20px; }
  #wrapper .content .cont_b .cont_list .list_tit {
    margin-top: 25px; }
  #wrapper .content .cont_b .cont_list ul li a {
    font-size: 16px; }
  #wrapper .content .cont_b .cont_list ul {
    padding-bottom: 20px; }
  #wrapper .content .cont_a .read {
    margin-top: 24px; }
  #wrapper .content .cont_c .cont_c_tit {
    color: #333333;
    line-height: 22px; }
  #wrapper .content .cont_c .submenu li i {
    font-size: 28px;
    line-height: 28px; }
  #wrapper .content .cont_c .submenu li {
    padding-top: 10px; }
  #wrapper .content .cont_c .submenu li span {
    font-size: 17px;
    line-height: 17px;
    margin-top: 10px;
    margin-bottom: 10px; }
  #wrapper .content .cont_c .cont_c_tit {
    font-size: 22px; }
  #wrapper .content .cont_c .sub_tab li {
    margin-top: 20px; }
  #wrapper .content .cont_c .sub_tab li a i {
    line-height: 38px;
    font-size: 18px; }
  #wrapper .content .cont_c .sub_tab li a {
    height: 38px;
    text-indent: 8%;
    line-height: 38px;
    font-size: 17px; }
  #wrapper .hot_cont .hot_cont_title,
  #wrapper .hot_cont_major .hot_cont_title,
  #wrapper .news_bar .hot_cont_title {
    font-size: 28px; }
  #wrapper .hot_cont .hot_item .itm_bottom ul:first-child li a {
    font-size: 16px;
    line-height: 36px; }
  #wrapper .hot_cont .hot_item .itm_bottom .item_title {
    font-size: 18px;
    line-height: 18px;
    margin-top: 20px; }
  #wrapper .hot_cont .hot_item .itm_bottom ul:nth-child(3) li {
    margin-top: 20px; }
  #wrapper .hot_cont .hot_item .itm_bottom ul:nth-child(3) {
    padding-bottom: 20px; }
  #wrapper .news_bar .news_bar_a ul li,
  #wrapper .news_bar .news_bar_b .bkcs li {
    margin-top: 25px; }
  #wrapper .news_bar .news_bar_b .bkcs_class p {
    width: 16px;
    padding: 10px;
    font-size: 16px; } }
@media screen and (max-width: 1440px) {
  #wrapper .subnav_box .yuanxiao ul li:last-child {
    display: none; }
  #wrapper .subnav_box .yuanxiao ul li {
    width: 13.5%; }
  #wrapper .content .cont_c .sub_tab li a,
  #wrapper .content .cont_a .read div p {
    font-size: 16px; }
  #wrapper .content .cont_b .cont_list .list_tit {
    margin-top: 22px; }
  #wrapper .content .cont_c .sub_tab li,
  #wrapper .hot_cont_major .major_bar li a {
    margin-top: 17px; }
  #wrapper .hot_cont .hot_item .itm_bottom ul:first-child li a {
    font-size: 15px;
    line-height: 32px; }
  #wrapper .news_bar .news_bar_a ul li,
  #wrapper .news_bar .news_bar_b .bkcs li {
    margin-top: 20px; }
  #wrapper .news_bar .news_bar_a ul {
    padding-bottom: 0; }
  #wrapper .news_bar .news_bar_a .hot_msg {
    margin-bottom: 20px; }
  #wrapper .news_bar .news_bar_b .bkcs_class p {
    padding: 8px; } }
@media screen and (max-width: 1366px) {
  #wrapper .content .cont_c .submenu li i {
    font-size: 26px;
    line-height: 26px; }
  #wrapper .content .cont_c .submenu li span {
    font-size: 16px;
    line-height: 16px; }
  #wrapper .content .cont_a .read div p {
    height: 46px;
    font-size: 16px;
    line-height: 22px; }
  #wrapper .content .cont_c .sub_tab {
    padding-bottom: 16px; }
  #wrapper .content .cont_c .sub_tab li a {
    font-size: 15px; }
  #wrapper .hot_cont .hot_item .itm_bottom ul:first-child li a {
    font-size: 14px; }
  #wrapper .hot_cont_major .hot_cont .hot_item ul li {
    margin-top: 20px; }
  #wrapper .item_title {
    margin-top: 20px; }
  #wrapper .hot_cont_major .hot_cont .hot_item ul {
    padding-bottom: 20px; }
  #wrapper .news_bar .news_bar_b .bkcs li a i {
    display: none; }
  #wrapper .news_bar .news_bar_b .bkcs_class li {
    width: 85%; } }
@media screen and (max-width: 1280px) {
  #wrapper {
    width: 98%; }
  #wrapper .content .cont_a .read .read_title span {
    font-size: 20px;
    line-height: 40px; }
  #wrapper .content .cont_a .read div a:nth-child(3) {
    font-size: 12px; }
  #wrapper .content .cont_a .read div p {
    font-size: 14px; }
  #wrapper .content .cont_a .read ul li a {
    font-size: 16px; }
  #wrapper .content .cont_b .cont_list .list_tit,
  #wrapper .content .cont_b .cont_list .list_subtit a {
    font-size: 16px;
    line-height: 16px; }
  #wrapper .content .cont_b .cont_list ul li a {
    font-size: 14px;
    line-height: 14px; }
  #wrapper .content .cont_b .cont_list .list_tit {
    margin-top: 20px; }
  #wrapper .content .cont_c .cont_c_tit {
    font-size: 18px;
    line-height: 18px; }
  #wrapper .content .cont_c .submenu li i {
    font-size: 24px;
    line-height: 24px; }
  #wrapper .content .cont_c .submenu li span {
    font-size: 14px;
    line-height: 14px; }
  #wrapper .content .cont_c .sub_tab li a {
    font-size: 14px;
    height: 32px;
    text-indent: 5%;
    line-height: 32px; }
  #wrapper .content .cont_c .sub_tab li a i {
    line-height: 32px;
    font-size: 18px; }
  #wrapper .hot_cont .hot_cont_title,
  #wrapper .hot_cont_major .hot_cont_title,
  #wrapper .news_bar .hot_cont_title {
    font-size: 26px; }
  #wrapper .item_title {
    font-size: 18px;
    line-height: 18px; }
  #wrapper .news_bar .news_bar_a .hot_msg {
    font-size: 14px; }
  #wrapper .news_bar .news_bar_b .bkcs_class {
    padding-bottom: 20px; } }
@media screen and (max-width: 1023px) {
  body {
    overflow-x: hidden; } }