@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;}

         /*描述性*/
         #desc_block{width: 100%;height: auto;overflow: hidden;position: relative;border-bottom: 1px solid rgb(210,210,210);}
         .desc_block_pic{    background-size: cover;background-position: center;background-color: #efefef;width: 188px;height: 123px;margin: 10px 20px 16px 12px;}
         .desc_block_zixun{background-image: url(/static/chain/image/zixun.jpg);}
         .desc_block_main{    position: absolute;top: 18px;left: 220px;right: 0;bottom: 20px;height: auto;}
         .desc_block_title{  cursor: default;  color: #373737;font-size: 20px;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;font-weight: bold;margin-bottom: 30px;}
         .desc_block_title_too{   cursor: default; color: #818181;font-size: 14px;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 3;overflow: hidden;word-break: break-all;/*min-height: 66px;*/line-height: 21px;/*bottom: 0;position: absolute;*/}

         #information_all{width: 100%;height: auto;overflow: hidden;}
         .information_header{width: 100%;height: 51px;box-sizing: border-box;border-bottom: 1px solid rgb(210,210,210);}
         .information_header ul{margin-left: 12px;height: 100%;}
         .inform_header_li{width: auto;display: inline-block;float: left;margin: 24px 46px 10px 0;color: #161616;font-size: 16px;line-height: 16px;cursor: pointer;}
         .inform_header_li i{width: 12px;height: 12px;background-color: #3c64d7;border-radius: 50%;margin-right: 8px;    display: inline-block;margin-top: 4px;float: left;}
         .inform_choose_li{color: #3c64d7;}
         .inform_header_li:hover{color: #3c64d7;}

        



         .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;}
         .information_header .hide{display: none;}

    	 /*侧边栏文章列表*/


    	 /*底部footer*/