 /*图表中心con-upper*/
   .con-upper {
     width: 1200px;
     border: 1px solid #ddd;
     background-color: #fff;
   }

   .con-upper h2 {
     font-size: 18px;
     color: #333;
     height: 58px;
     line-height: 58px;
     padding-left: 20px;
     border-bottom: 1px solid #f2f2f2;
     font-family: 'Microsoft YaHei';
   }

   .zst-link li {
     height: auto;
     list-style: none;
     position: relative;
     z-index: 1;
     padding: 18px 0px 24px 130px;
     border-bottom: 1px solid #dedede;
     display: flex;
     flex-wrap: wrap;
     min-height: 80px;
   }

   .zst-link .dlt-link {
     background-color: #fff;
   }

   .zst-link .ssc-link {
     background-color: #fbfbfb;
   }

   .zst-link .lot-icon {
     width: 93px;
     height: 93px;

     display: inline-block;
     position: absolute;
     z-index: 2;
     top: 8px;
     left: 28px;
   }


   .zst-link .i-ssq {
     background: url(/images/tubiao/ssqlogo.gif) no-repeat;
     background-position: 0 0;
   }

   .zst-link .i-dlt {
     background: url(/images/tubiao/dltlogo.gif) no-repeat;
     background-position: 0 0;
   }

   .zst-link .i-pls {
     background: url(/images/tubiao/p3logo.gif) no-repeat;
     background-position: 0 0;
   }

   .zst-link .i-plw {
     background: url(/images/tubiao/p5logo.gif) no-repeat;
     background-position: 0 0;
   }

   .zst-link .i-qxc {
     background: url(/images/tubiao/qxclogo.gif) no-repeat;
     background-position: 0 0;
   }





   .zst-link .i-fc3d {
     background: url(/images/tubiao/3dlogo.gif) no-repeat;
     background-position: 0 0;
   }

   .zst-link .i-fcqlc {
     background: url(/images/tubiao/qlclogo.gif) no-repeat;
     background-position: 0 0;
   }

   .zst-link .i-fcklb {
     background: url(/images/tubiao/tbkl8logo.png) no-repeat;
     background-position: 0 0;
   }

   .zst-link .i-ssc {
     background-position: 0 -222px;
   }

   .zst-link dt {
     font-size: 17px;
     font-weight: bold;
     line-height: 24px;
     margin-bottom: 5px;
     letter-spacing: 1px;
   }

   .zst-link dd {
     font-size: 14px;
     color: #999;

     display: flex;
     flex-wrap: wrap;
   }

   .zst-link dd strong {
     width: 88px;
     display: inline;
     float: left;
   }

   .zst-link dd a {
     width: 130px;
     display: inline;
     float: left;
     height: 35px;

   }

   .zst-link dd a:hover {
     text-decoration: underline;
     color: #20a35f;
   }

   .zst-link dd .a-more a {
     color: #20a35f;
   }

   .qt-link {
     height: 48px;
     padding: 18px 0 23px 40px;
   }

   .qt-link dt {
     width: 74px;
     float: left;
     display: inline;
     font-size: 12px;
     color: #999;
     line-height: 24px;
   }

   .qt-link dd {
     width: 964px;
     float: left;
     display: inline;
     height: 24px;
     line-height: 24px;
   }

   .qt-link dd a {
     float: left;
     width: auto;
     padding: 0 13px;
     margin-bottom: 6px;
     font-size: 12px;
     color: #000;
   }

   .qt-link dd a:hover {
     color: #20a35f;
   }

   .qt-link dd .clrLine {
     width: 1px;
     height: 10px;
     background-color: #ccc;
     float: left;
     margin-top: 7px;
   }

   .qt-link a {
     color: #333;
   }

   .qt-link a:hover {
     text-decoration: underline;
     color: #20a35f;
   }

   .fcbg {
     width: 1200px;
     height: 33px;
     margin-bottom: 5px;

   }

   .fc1 {
     width: 46px;
     height: 33px;
     background: url(/images/tubiao/fcl.gif);
     position: absolute;
   }

   .tc1 {
     width: 45px;
     height: 33px;
     background: url(/images/tubiao/tycp.gif);
     position: absolute;
   }



   .fcr {

     width: 4px;
     height: 33px;
     background: url(/images/tubiao/fcr.gif);
     background-repeat: no-repeat;
     float: right;
   }



   .fc2 {
     width: 1200px;
     height: 33px;
     background: url(/images/tubiao/fcc.gif);
   }


   .fc2 dd {
     font-size: 14px;
     line-height: 33px;
     padding-left: 55px;

   }
   
   
   @media screen and (max-width: 1279px) {  
    .con-upper,.fcbg,.fc2 {
     width: 1000px;
	}
	.zst-link dd{
		font-size:12px;
	
	}
	.zst-link dt {
    font-size: 14px;
	}
	
	.zst-link dd a {
    width: 120px;
	height: 25px;
	}
	 
   
   
   }