/*
    公共类
*/

*{
    margin: 0;
    padding: 0;
}

html, body, ul, li, ol, dl, dd, dt, p, h1, h2, h3, h4, h5, h6, form, fieldset, legend, img {
    margin: 0;
    padding: 0;
	font-family: "Helvetica Neue";
}

fieldset, img, input, button {
    border: none;
    padding: 0;
    margin: 0;
    outline-style: none;
}

ul, ol {
    list-style: none;
}

.inner_c {
    width: 1200px;
    margin: 0 auto;
}


.fr {
    float: right;
}

.fl {
    float: left;
}

.gaodu {
    overflow: hidden;
}
.fs-14{
    font-size: 14px;
}
.fs-16{
    font-size: 16px;
}
.fs-22{
    font-size: 22px;
}

/*
    版心

*/
.banner {
    height:200px;
    background: url(../img/banner_ztbg.png) no-repeat center center;
    background-size: cover;
    width: 1200px;
    margin: 0 auto;
	border-radius:7px;
	overflow: hidden;
}


/*
    路径

*/

.path ul li{
    height: 49px;
    line-height:49px;
    display: inline;

}

.path ul li a{
    margin: 0 5px;
    color: #666666;
}

.path ul li a.one{
    margin-left: 10px;
}

.path ul li span.last{
	margin: 0 5px;
    color: #0A8F56;
}
.bottomhr{ /*分割线*/
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #DDDDDD
}



/*
    搜索
*/
.search1{
    width: 100%;
    height: 140px;
    padding-top: 30px;

}

.search2{
    background-color: #F6F7FB;
    height: 80px;
    padding: 20px 305px;

}

.input-add{
    height: 40px;
    width: 590px !important;
    border: 1px solid #009900;
}

.btn-add{
    background-color: #079058;

}


/*专题报告主体*/
.report-content{ /*盒子边距边距调整*/
    margin: 0px auto;

}



.r-info{ /*专题报告盒子标题清除浮动*/
    border: 1px solid #EEEEEE;
    border-top-width: 0px;
    padding-bottom: 30px;
    overflow: hidden;
}

.r-top{ /*专题报告上盒子高度*/
    height: 60px;
}
.r-pr{ /*专题报告标题盒子相对定位*/
    position: relative;
}
.zhcy{
    border-bottom: 1px solid #DDDDDD ;
}
.zhcy-sbk{ /*综合产业上边框水平渐变*/
    height: 3px;
    background:-webkit-linear-gradient(left, #079058,#5CBD1E); /*谷歌*/
    background:-moz-linear-gradient(left, #079058,#5CBD1E);  /*火狐*/
    filter:progid:DXImageTransform.Microsoft.gradient(GradientType=1, startColorstr=#079058, endColorstr=#5CBD1E);/*ie*/


}

/*综合报告、产业报告span*/
.report-content .r-info .zhcy-span{
    display: inline-block;
    width: 265px;
    height: 40px;
    text-align: center;
    padding-top: 7px;
    border-right: 1px solid #DDDDDD;
    cursor:pointer;
}
.zhcy-a{
    color: #989898;
}
.zhcy-a-active{
    color: #FCFFFF;
}
.zhcy-active{
    background-color: #079058;
    color: #FCFFFF;
    position: relative;
}
.zhcy-active:before{
	content: '';
	width: 0px;
	height: 0;
	border: 9px solid transparent;
	border-top-color: transparent;
	border-top-color: transparent;
	border-top-color: #079158;
	position: absolute;
	left: 47%;
	top: 149%;
	margin-top: -20px;
}





/*专题报告下盒子*/
.r-bottom{
    /*   height: 500px;*/
    padding: 0px 20px;
}

.r-bottom .r-a{ /*通知颜色、去掉下划线*/
    text-decoration: none;
    color: #656565;
}
.r-bottom ul li .r-span{ /*日期颜色*/
    color: #99999B;
}
.r-bottom ul li.c-bgc{ /*隔行变色值*/
    background-color: #F6F7FB;
}
.r-u{ /*ul左右边距设置*/

}


.r-bottom ul li.li-pr{ /*li设置高度、行高（垂直居中）、相对定位、清除浮动避免后面li去追加前面li*/
    height: 40px;
    line-height: 40px;
    padding: 0px 20px 0px 30px;
    position: relative;
    clear: both;
}

.r-bottom ul li .img-pa{ /*li箭头绝对定位*/
    position: absolute;
    left: 10px;
    top: 15px;
}

.r-bottom ul li .img-pa2{
    position: relative;
    top: -6px;
}




/*分页*/



.data_right_bottom {
    height: 105px;
    margin: 0px;
}

.data_right_bottom .pageTab {
    margin-top: 20px;
    padding: 0px;
    float: right;
    text-align: center;
}
.data_right_bottom .pageTab .pagination {
    margin: 0px;
}

.data_right_bottom .TotalCount{
	float:right;
	margin-right: 30px;
   /*  height: 85px;
    line-height: 85px; */
    margin-top: 23px;
    white-space: nowrap;
    font-size: 14px;
}

