body h1,
body h2,
body h3,
body h4 {
	color: #333;
}

/*body p,
body blockquote {
	color: rgba(255, 255, 255, 0.7);
}*/

ul,
li {
	list-style-type: none;
	padding: 0px;
}

a:hover{
    cursor:pointer;
    text-decoration:none
}
a:focus {outline-style:none; -moz-outline-style: none;}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  font-size: 12px;
}

input:-moz-placeholder, textarea:-moz-placeholder {
  font-size: 12px;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  font-size: 12px;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  font-size: 12px;
}
.clearfix:after{visibility:hidden;display:block;font-size:0;content: " ";clear:both;height:0;}   
.clearfix{*zoom:1;} 

/** 贸易监测报告  **/
.ReportList{
    width:1200px; margin:10px auto 100px; background:#fff; padding:10px 30px
}
.ReportList ul li{
    width:100%; border-bottom:1px dotted #000; float:left; line-height:28px;
}
.ReportList ul li span{
           
}
.ReportList ul li span.country{
    width:130px; display:inline-block
}
.ReportList ul li span:nth-child(2):before{
    content:"|";
    padding-right:20px;
}
.ReportList ul li span:nth-child(2) a:hover{
     color:#ff6c00;
    cursor:pointer
}

.ReportList ul li span i{
    width:30px;display:inline-block; background:#1572e8; font-size:10px; color:#fff; padding:1px 0 2px;line-height:9px; border-radius:2px; text-align:center;  margin-left:5px;font-style:normal
}
.ReportList ul li span i.new{ background:red}
.ReportList .page {
    text-align:right;
    
}
.ReportList .page a{
    padding-left:30px;
    color:#ff6c00
}
.ReportList .page a span:hover{
    color:#ff6c00; text-decoration:underline
}
.ReportList .page a.not { color:#6a6f8c;}
.ReportList .page a.not span:hover{
    cursor:not-allowed; color:#6a6f8c; text-decoration:none
}   
.Reportitle { width:100%; margin:0 auto; margin-top:20px }
.Reportitle  h2{ width:100%; text-align:center; margin:0 auto;}
.Reportsearch{ margin:5px auto 20px; }
.Reportsearch a{ background:#ff6c00 ;padding:10px 10px;  float:right; text-align:center; color:#000 }
.Reportsearch a i{ color:#fff }
.Reportsearch input{ width:25%;float:right; padding:9px 10px; border:1px solid #ff6c00}
        
.Reportsearch input::-webkit-input-placeholder { /* WebKit browsers */
    color: #999;
}

.Reportsearch input::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #999;
}

.Reportsearch input:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #999;
}   
.Reportsearch .Reportsearchbox{ margin-top:-40px}
#nodatda span{ text-align: center; display:block}
#nodatda img{
   margin-top:6%;
}
.trade-date-hover a{padding:5px 10px 5px;border-radius:4px; color: #fff;font-weight: bold;line-height:26px; color:#ff6a00 }
.trade-date-hover a:hover{ text-decoration:underline}
@media only screen and (min-width: 1280px) and (max-width: 1366px) {    /* 笔记本 */
     /*.slider-area{
         top:0%
    }*/
    /*.slider-search-form input#searchValueId{
        width:360px 
    }
    #wrapper{
        min-height:300px
    }
	.search-title {
		width: 55%;
	}
	.trade-tap{
		width:15%;
	}
    .slider-search-form .searchHs{
        margin-left:335px;
    }*/
   /*.result-table{
        width:1350px;
    }*/
   
}
@media (max-width: 1280px) {    /* 小屏 */
    /*.slider-area{
         top:10%
    }*/
    .slider-search-form input#searchValueId{
        width:430px 
    }
    #wrapper{
        min-height:560px
    }
    .slider-search-form .searchHs{
        margin-left:305px;
    }
}
@media (min-width: 1366px) {    
    .slider-search-form .searchHs{
        margin-left:315px;
    }
    /*.slider-search-form input#searchValueId{
        width:360px 
    }*/
    #wrapper{
        min-height:560px
    }
	.search-title {
		width: 55%;
	}
	.trade-tap{
		width:15%;
	}
    .slider-search-form .searchHs{
        margin-left:335px;
    }
}
@media only screen and (min-width: 1920px) and (max-width: 2550px) {  /* 大屏 */
    /*.slider-area{
         top:18%
    }*/
    .slider-search-form input#searchValueId{
        width:580px 
    }
	.search-title{
		width:36%;
	}	
	.container{ width: 1400px;  padding:0;} 
    .about-wrap .boxL{  width: 380px; }
    .about-wrap .boxR{ width:1020px; }
    /*.result-table th:nth-child(2), .result-table td:nth-child(2){
        width:500px
    }
    .result-table th:nth-child(3), .result-table td:nth-child(3), .result-table th:nth-child(4), .result-table td:nth-child(4){
        width:400px
    }
        .slider-search-form input{
        width:730px 
    }*/
    .result-table{
        width:100%;
    }
}


/** 移动端 **/
@media (max-width: 1000px) {
    .search-tip{ padding:0 5%}
}