@media screen and (min-width:750px) and (max-width:1199px) {
            
         }
         @media screen and (min-width:1200px) {

         }
         html,
         body {
            width: 100%;
            font-size: 12px;
            overflow: visible;
            box-sizing: border-box;
         }
         .ovfHiden{overflow: hidden !important;height: 100%;}
         .animated {-webkit-animation-duration: 1s;animation-duration: 1s;-webkit-animation-fill-mode: both;animation-fill-mode: both;}
         @-webkit-keyframes fadeInRight {
          from {
            opacity: 0;
            -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
          }

          to {
            opacity: 1;
            -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
          }
        }

        @keyframes fadeInRight {
          from {
            opacity: 0;
            -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
          }

          to {
            opacity: 1;
            -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
          }
        }

        .fadeInRight {
          -webkit-animation-name: fadeInRight;
          animation-name: fadeInRight;
        }

        @-webkit-keyframes fadeOutRight {
          from {
            opacity: 1;
          }

          to {
            opacity: 0;
            -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
          }
        }

        @keyframes fadeOutRight {
          from {
            opacity: 1;
          }

          to {
            opacity: 0;
            -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
          }
        }

        .fadeOutRight {
          -webkit-animation-name: fadeOutRight;
          animation-name: fadeOutRight;
        }

        .fadeInRight,.fadeOutRight{-webkit-animation-duration : 0.5s;}

        
        ::-webkit-input-placeholder{color: #ababab;}

        /*头部导航*/
        

        /*主体*/
        #pc_main{width: 1046px;height: auto;min-height: 1px;margin: 16px auto 0;}
         #pc_left{float: left;width: 746px;height: auto;min-height: 1px;margin-right: 20px;}
         #main_banner{width: 100%;height: auto;display: inline-block;}
         .main_banner_l{width: 598px;height: auto;min-height: 1px;margin-right: 11px;    position: relative;float: left;    margin-bottom: 33px;}

         .slide_img{cursor: pointer;background-position: center;background-repeat: no-repeat;/*background-size: cover;*/background-size: 67px 30px;width: 598px;height: 359px;background-color: #efefef;}
         .slide_title{color: #202020;font-size: 16px;margin-top: 14px;margin-bottom: 20px;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;word-break: break-all;min-height: 44px;font-weight:bold;}
         .slide_time{color: #8d8d8d;font-size: 12px;}
         .slide_title:hover{color: #397BFF;}
         .banner_pagination_pc{    right: 5px !important;margin-top: 18px !important;}
         .swiper-pagination-bullet{margin-left: 10px !important;width: 12px !important;height: 12px !important;/*background-color: rgb(229,229,229);*/}

         .main_banner_r{float: left;width: 137px;height: auto;min-height: 1px;}
         .banner_r_one{background-position: center;background-repeat: no-repeat;/*background-size: cover;*/background-size: 67px 30px;width: 137px;height: 89px;background-color: #efefef;margin-bottom: 10px;position: relative;}
         
         .main_banner_r a:last-child .banner_r_one{margin-bottom: 0;}
         .banner_r_bg{cursor: pointer;width: 100%;height: 36px;background-color: rgba(0,0,0,.5);position: absolute;bottom: 0;left: 0;right: 0;}
         .banner_r_bg p{font-size: 12px;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;word-break: break-all;padding-left: 3px;color: #FFF;}
         .clean_38{height: 38px;width: 100%;}

         #pc_right{float: left;width: 280px;height: auto;min-height: 1px;}
         #art_sidebar{width: 100%;height: auto;overflow: hidden;display: inline-block;}


         /*行情*/
         

         .clean_22{width: 100%;height: 22px;}

         /*资讯*/
         

    	 /*侧边栏文章列表*/


    	 /*底部footer*/