@charset "utf-8";
/* CSS Document [项目名] */
/************************************默认全局样式开始************************************/
*{
    margin:0px;
    padding:0px;
}
html{
    font-size:62.5%;
}
body{
    font-family:"MICROSOFT YAHEI","微软雅黑";
    outline:0;
    border:0;
    font-size:16px;
    font-size:1.6rem;
    margin:0px;
    padding:0px;
    position:relative;
}
/*使用unicode 让iconfont 支持IE8+*/
@font-face {
    font-family:'iconfont';
    src:url('../../agricultrue-mechnization-mobile-iconfont/iconfont.eot');
    src:url('../../agricultrue-mechnization-mobile-iconfont/iconfont.eot?#iefix') format('embedded-opentype'),
    url('../../agricultrue-mechnization-mobile-iconfont/iconfont.woff') format('woff'),
    url('../../agricultrue-mechnization-mobile-iconfont/iconfont.ttf') format('truetype'),
    url('../../agricultrue-mechnization-mobile-iconfont/iconfont.svg#iconfont') format('svg');
}
.iconfont{
    font-family:"iconfont"!important;
    font-style:normal;
    -webkit-font-smoothing:antialiased;
    -webkit-text-stroke-width:0.2px;
    -moz-osx-font-smoothing:grayscale;
}
/*使用unicode 让iconfont 支持IE8+ 结束*/


/*锚文字颜色默认*/
a{
    color:#333;
    *cursor:pointer;
}
a:link{
    color:#333;
    text-decoration:none;
}
a:hover{
    color:#333;
    text-decoration:none;
}
a:visited{
    color:#333;
    text-decoration:none;
}
a:active{
    color:#333;
    text-decoration:none;
}
/*li通用*/
ul,li,ol,li{
    list-style-type:none;
    margin:0px;
    padding:0px;
}
p,label{
    margin:0px;
    padding:0px;
}
button{
    outline:none;
    cursor:pointer;
}
/*去掉默认样式*/
img,input,textarea,select,a:focus,i{
    outline:none;
    font-style:normal;
}
form{
    display:inline;
}
.fontWeightNormal{
    font-weight:normal;
}
/************************************默认全局样式结束*********************************/
/************************************个性文字颜色开始*********************************/

/*黑色*/
.color-000,a.color-000{
    color:#000;
}
/*白色*/
.color-fff,a.color-fff{
    color:#fff;
}
/*灰色字999*/
.color-999,a.color-999{
    color:#999;
}
/*灰色字666*/
.color-666,a,color-666{
    color:#666;
}
/*灰色字333*/
.color-333,a.color-333{
    color:#333;
}
/*经典蓝色*/
.color-189,a.color-189{
    color:#1890FF;
}
.color-D8D,a.color-D8D{
    color:#D8D8D8;
}
.color-DE5,a.color-DE5{
    color:#DE5041;
}

/************************************个性文字颜色结束********************************/
/***********************************通用字体大小************************************/
.size10{
    font-size:12px;
    font-size:11px;
    font-size:10px;
}
.size12{
    font-size:12px;
}
.size13{
    font-size:13px;
}
.size14{
    font-size:14px;
}
.size15{
    font-size:15px;
}
.size16{
    font-size:16px;
}
.size17{
    font-size:17px;
}
.size18{
    font-size:18px;
}
.size19{
    font-size:19px;
}
.size20{
    font-size:20px;
}
.size22{
    font-size:22px;
}
.size23{
    font-size:23px;
}
.size24{
    font-size:24px;
}
.size25{
    font-size:25px;
}
.size26{
    font-size:26px;
}
.size27{
    font-size:27px;
}
.size28{
    font-size:28px;
}
.size30{
    font-size:30px;
}
.size32{
    font-size:32px;
}
.size80{
    font-size:80px;
}
/***********************************通用字体大小结束***********************************/
/************************************个性背景色区域开始********************************/
/*背景白色*/
.bg-white{
    background-color:#FFFFFF;
}
/*背景透明*/
.bg-tran{
    background-color:transparent;
}
/*背景淡灰*/
.bg-EEF{
    background-color:#EEF0F3;
}
/*主背景色*/
.bg-DE5{
    background-color:#DE5041;
}
.bg-FAE{
    background-color:#FAEBEA;
}
.bg-F8F{
    background-color:#F8F8F8;
}
/************************************个性背景色区域结束*******************************/
/************************************通用垫高区域开始********************************/
.spacing5{
    height:5px;
    clear:both;
}
.spacing10{
    height:10px;
    clear:both;
}
.spacing15{
    height:15px;
    clear:both;
}
.spacing20{
    height:20px;
    clear:both;
}
.spacing25{
    height:25px;
    clear:both;
}
.spacing30{
    height:30px;
    clear:both;
}
.spacing35{
    height:35px;
    clear:both;
}
.spacing40{
    height:40px;
    clear:both;
}
.spacing50 {
    height:50px;
    clear:both;
}
/***********************************通用垫高区域结束*************************************/

/***********************************控件区域开始*************************************/
/**通用个性颜色按钮区域开始**/
/*白色按钮开始*/
.btn.btn-white,a.btn-white{
    color:#333;
    background-color:#fff;
    border-color:#D9D9D9;
}
.btn.btn-white:focus,
.btn.btn-white.focus {
    color:#333;
    background-color:#fff;
    border-color:#D9D9D9;
}
.btn.btn-white:hover {
    color:#666;
    background-color:#fff;
    border-color:#D9D9D9;
}
.btn.btn-white:active,
.btn.btn-white.active,
.open > .dropdown-toggle .btn.btn-white {
    color:#333;
    background-color:#fff;
    border-color:#D9D9D9;
}
/*白按钮结束*/

/*浅绿色按钮开始*/
.btn.btn-52C,a.btn-52C{
    color:#fff;
    background-color:#52C41A;
    border-color:#52C41A;
}
.btn.btn-52C:focus,
.btn.btn-52C.focus {
    color:#fff;
    background-color:#52C41A;
    border-color:#52C41A;
}
.btn.btn-52C:hover {
    color:#fff;
    background-color:#52C41A;
    border-color:#52C41A;
}
.btn.btn-52C:active,
.btn.btn-52C.active,
.open > .dropdown-toggle .btn.btn-52C {
    color:#fff;
    background-color:#52C41A;
    border-color:#52C41A;
}
/*浅绿色按钮结束*/

/*海蓝色按钮开始*/
.btn.btn-53A,a.btn-53A{
    color:#fff;
    background-color:#53A8F7;
    border-color:#53A8F7;
}
.btn.btn-53A:focus,
.btn.btn-53A.focus {
    color:#fff;
    background-color:#53A8F7 ;
    border-color:#53A8F7 ;
}
.btn.btn-53A:hover {
    color:#fff;
    background-color:#53A8F7 ;
    border-color:#53A8F7 ;
}
.btn.btn-53A:active,
.btn.btn-53A.active,
.open > .dropdown-toggle .btn.btn-53A {
    color:#fff;
    background-color:#53A8F7 ;
    border-color:#53A8F7 ;
}
/*海蓝色按钮结束*/
/*淡淡绿色按钮开始*/
.btn.btn-36C,a.btn-36C{
    color:#fff;
    background-color:#36CFC9;
    border-color:#36CFC9;
}
.btn.btn-36C:focus,
.btn.btn-36C.focus {
    color:#fff;
    background-color:#36CFC9;
    border-color:#36CFC9;
}
.btn.btn-36C:hover {
    color:#fff;
    background-color:#36CFC9;
    border-color:#36CFC9;
}
.btn.btn-36C:active,
.btn.btn-36C.active,
.open > .dropdown-toggle .btn.btn-36C {
    color:#fff;
    background-color:#36CFC9;
    border-color:#36CFC9;
}
/*淡淡绿色按钮结束*/

/*淡黄色按钮开始*/
.btn.btn-FAC,a.btn-FAC{
    color:#fff;
    background-color:#FACC14;
    border-color:#FACC14;
}
.btn.btn-FAC:focus,
.btn.btn-FAC.focus {
    color:#fff;
    background-color:#FACC14;
    border-color:#FACC14;
}
.btn.btn-FAC:hover {
    color:#fff;
    background-color:#FACC14;
    border-color:#FACC14;
}
.btn.btn-FAC:active,
.btn.btn-FAC.active,
.open > .dropdown-toggle .btn.btn-FAC {
    color:#fff;
    background-color:#FACC14;
    border-color:#FACC14;
}
/*淡黄色按钮结束*/

/*高级搜索1*/
/*btn-DE5*/
.btn-DE5,a.btn-DE5{
    color:#fff;
    background-color:#DE5041;
    border-color:#DE5041;
}
.btn-DE5:focus {
    color:#fff;
    background-color:#DE5041;
    border-color:#DE5041;
}
.btn-DE5:hover {
    color:#fff;
    background-color:#DE5041;
    border-color:#DE5041;
}
.btn-DE5:active,
.btn-DE5.active,
.open > .dropdown-toggle.btn-DE5 {
    color:#fff;
    background-color:#DE5041;
    border-color:#DE5041;
}
/*btn-DE5*/
/*btn-fontDE5*/
.btn-fontDE5,a.btn-fontDE5{
    color:#DE5041;
    background-color:#fff;
    border-color:#DE5041;
}
.btn-fontDE5:focus {
    color:#DE5041;
    background-color:#fff;
    border-color:#DE5041;
}
.btn-fontDE5:hover {
    color:#DE5041;
    background-color:#fff;
    border-color:#DE5041;
}
.btn-fontDE5:active,
.btn-fontDE5.active,
.open > .dropdown-toggle.btn-fontDE5 {
    color:#DE5041;
    background-color:#fff;
    border-color:#DE5041;
}
/*btn-fontDE5*/
/*高级搜索1结束*/


/**通用个性颜色按钮区域结束**/


/*按钮大小区域开始*/
.btn.btnSize1{
    padding:1rem 4rem .8rem 4rem;
}
/*按钮大小区域结束*/


/*设置文本框密码框默认样式开始*/
input[type=text],input[type=password],input[type=date],input[type=month]{
    width:100%;
    height:34px;
    line-height:34px\9;/*ie8*/
    border-radius:4px;
    border:solid 1px #D9D9D9;
    text-indent:15px;
}
input[type=text]:focus,input[type=password]:focus{
    border:solid 1px #66AFE9;
}
/*原生黄色背景白色*/
input:-webkit-autofill{
    -webkit-box-shadow:0 0 0 1000px white inset;
}
/*原生黄色背景白色END*/

/*设置文本框密码框默认样式END*/

/*文本域美化开始*/
textarea{
    width:100%;
    height:100%;
    border-radius:4px;
    border:solid 1px #D9D9D9;
    text-indent:15px;
    resize:none;
}
textarea:focus{
    border:solid 1px #66AFE9;
}
/*文本域美化结束*/

/*移动端美化原生select开始*/
select{
    /*width:100%;
    height:100%;
    background:transparent;
    border-style:none;
    appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;*/
}
.selectWatching{
    border-style:none;
    background:transparent;
}
/*移动端美化原生select结束*/
/***********************************控件区域结束******************************/

/***********************************布局组件开始******************************/
/*打断整行文字*/
.wordBreak{
    word-wrap:break-word;
    word-break:break-all;
}
/*控件宽度区域开始[百分比]*/
.widgetWidth100{
    width:100%!important;
}
.widgetWidth90{
    width:90%!important;
}
.widgetWidth80{
    width:80%!important;
}
.widgetWidth70{
    width:70%!important;
}
.widgetWidth60{
    width:60%!important;
}
.widgetWidth50{
    width:50%!important;
}
.widgetWidth40{
    width:40%!important;
}
.widgetWidth30{
    width:30%!important;
}
.widgetWidth20{
    width:20%!important;
}
.widgetWidth10{
    width:10%!important;
}
.widgetWidth25{
    width:25%!important;
}
.widgetWidth33{
    width:33.33333333333%!important;
}
/*控件宽度区域结束*/

/*通用横向排列盒子开始*/
.boxContain{
    display:table;
}
.boxContainItem{
    display:table-cell;
}
/*通用横向排列盒子结束*/
/*表格内容对齐方式*/
.verticalTop{
    vertical-align:top;
}
.verticalMiddle{
    vertical-align:middle;
}
.verticalBottom{
    vertical-align:bottom;
}
/*表格内容对齐方式END*/
/*relativeBox*/
.relativeBox{
    position:relative;
}
/*relativeBox END*/


/*某行元素超出画点*/
.ellipsis{
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}
/*某行元素超出画点END*/


/*单独设置绝对定位*/
.absolute{
    position:absolute;
    width:100%;
    height:100%;
    left:0px;
    top:0px;
}
/*单独设置绝对定位END*/
/*透明度5*/
.opacity5{
    opacity:.5;
    moz-opacity:0.5;
    -khtml-opacity:0.5;
    filter:alpha(opacity=50);
}
/*透明度5END*/


/*通用面包屑*/
.breadcrumb{
    padding:0px;
    background-color:transparent;
}
.breadcrumb li a:hover{
    color:red;
}
.bread a:hover{
    color:red;
}
/*通用面包屑结束*/


/*全屏对话框*/
.modal.fade.fullCreen{}
.modal.fade.fullCreen .modal-dialog{
    margin:0px;width:100%;height:100%;
}
.modal.fade.fullCreen .modal-dialog .modal-content{
    height:100%;border-style:none;border-radius:0px;
}
.modal.fade.fullCreen .modal-dialog .modal-content .modal-body{
    padding:0px;height:100%;position:relative
}
.modal.fade.fullCreen .modal-dialog .modal-content .modal-body .containWidgets{
    height:100%;
    overflow-y:auto;
    position:relative;
}
/*全屏对话框END*/

/***********************************布局组件结束******************************/


/***********************************其他页面|杂项开始******************************/

/*幻灯片开始SIMPLE*/
/*第二个轮播*/
.agriSlider{
    max-width:960px;
    max-height:260px;
    width:100%;
    margin:0px auto;
    position:relative;
    z-index:1;
}
.agriSlider .swiper-slide{
    position:relative;
}
.agriSlider .swiper-slide img{
    width:100%;
    height:260px;
}
/*名企名品高度*/
/*.famousHeight{
    max-height:160px;
    min-height:100px;
    max-width:960px;
}*/
/*名企名品高度END*/
/*图片文字*/
.agriImgText{
    height:50px;
    line-height:50px;
    position:absolute;
    bottom:0px;
    left:0px;
    width:80%;
    z-index:3;
    padding:0px 1rem;
}
/*图片背景*/
.agriImgTextBg{
    height:50px;
    line-height:50px;
    position:absolute;
    bottom:0px;
    left:0px;
    width:100%;
    opacity:.4;
    moz-opacity:0.4;
    -khtml-opacity:0.4;
    filter:alpha(opacity=40);
    z-index:2;
    background:#000000;
}
.pagination.paginationAss{
    bottom:60px;
}
/*第二个轮播结束*/
/*幻灯片END*/
/*通用*/
.pagination {
    position:absolute;
    left:0;
    text-align:center;
    bottom:0px;
    width:100%;
    z-index:2;
    margin:0px;
}
.swiper-pagination-switch {
    display:inline-block;
    width:10px;
    height:3px;
    background:#FFF;
    margin:0 3px;
    cursor:pointer;
}
.swiper-active-switch{
    background:#DE5041;
    width:20px;
}
/*通用结束*/


/*菜单滑动*/
.navSlider{
    height:4.5rem;
    line-height:4.5rem;
    overflow:hidden;
    width:100%;
    box-sizing:border-box;
}
.navSlider .swiper-slide{
    display:inline-block;
    text-align:center;
}
.navSlider .swiper-slide:active,.navSlider .swiper-slide:focus{
    color:#DE5041;
}
.navSlider .swiper-slide .navText{
    display:inline-block;
    height:4.5rem;
    line-height:4.5rem;
}
.navSlider .swiper-slide .navText.active{
    border-bottom:solid 3px  #DE5041;
}
/*菜单滑动END*/

/*红标题*/
.redTitle{
    color:#DE5041;
    padding:1rem 15px;
    font-size:1.8rem;
    font-weight:800;
}
.redTitle .redTitleRight{
    float: right;
    font-size:1.4rem;
    color: #999;
    font-weight: 400;
    display: inline-block;
    padding-top:.3rem;
}
.redTitle .redTitleRight i:active{
    color: #DE5041;
}
/*红标题END*/

/*底部边框线*/
.bottomLine{
    border-bottom:solid 1px #E2E1E1;
}
/*底部边框线END*/

/*第1种基本列表*/
.baseUl{
    padding:0px;
    margin:10px 0px
}
/*基本列表*/
.baseUl li{
    list-style-type:none;
    list-style-position:inside;
    padding:5px 0px;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
    color:#666;

}
.baseUl li:active{
   color:#DE5041;
}
.baseUl li:before{
    content:"● ";
    color:#DE5041;
}
.baseUl li a:hover{
    color:#DE5041;
}
/*.baseUl.decimal{
    padding:0px;
}
.baseUl.decimal li:before{
    content:"";
}
.baseUl.decimal li {
    border-bottom:solid 1px #eee;
    padding:13.8666px 0px;
    list-style-type:decimal;
    color:#ddd;
    padding:10px 13px;
}
.baseUl.decimal li:last-child{
    border-bottom:solid 0px #eee;
}*/
/*基本列表END*/
/*更多容器*/
.moreBox{
    width:100%;
    position:relative;
    overflow:hidden;
    text-align:center;
}
/*更多文本*/
.moreBox span.text{
    background:#FFF;
    width:60%;
    display:inline-block;
    margin:0px auto;
    position:relative;
    z-index:2;
}
.moreBox span.text:active{
    color:#DE5041;
}
/*更多贯穿线*/
.moreBox span.through{
    display:inline-block;
    width:100%;
    height:1px;
    border-bottom:solid 1px #DDDDDD;
    position:absolute;
    bottom:50%;
    left:0px;
    z-index:1;
}
/*更多容器END*/

/*农机化图片尺寸*/
.njhSize{
    width:100%;
    max-width:960px;
    margin:0px auto;
}
/*农机化图片尺寸END*/

/*广告图片容器*/
.banbox{
    width:47%;
    float:left;
}
.banbox img{
    width:100%;
}
.banboxCenter{
    width:5%;
    float:left;
    min-height: 1px;
}
/*广告图片容器END*/
/*底部推广响应式图片*/
.banText{
    height:2rem;
    line-height:2rem;
    position:absolute;
    bottom:0px;
    left:0px;
    width:90%;
    z-index:3;
    padding:0px 1rem;
}
.banTextBg{
    height:2rem;
    line-height:2rem;
    position:absolute;
    bottom:0px;
    left:0px;
    width:100%;
    opacity:.4;
    moz-opacity:0.4;
    -khtml-opacity:0.4;
    filter:alpha(opacity=40);
    z-index:2;
    background:#000000;
}
/*底部推广响应式图片END*/

/*通用基本列表内容标题*/
.place{
    font-weight:;
}
/*通用基本列表内容标题END*/

/*news center*/
.redTitleTabs{
    overflow: hidden;
    color:#DE5041;
    padding:1rem 15px;
    font-size:1.8rem;
    font-weight:800;
}
.redTitleTabs.nav-tabs>li>a{
    border:1px solid transparent;
    margin-right:2rem;
}
.redTitleTabs.nav-tabs>li.active>a, .redTitleTabs.nav-tabs>li.active>a:focus, .redTitleTabs.nav-tabs>li.active>a:hover{
    border-style:none;
    line-height: 1.42857143;
    border:1px solid transparent;
    color:#DE5041;
}
.redTabsCon{
    padding:0px 15px;
}
/*news center END*/


/*名企名品*/
.companyLogosRow{
    margin:1.6rem 0px;
    overflow: hidden;
}
.companyLogosRow>a{
    width:47.5%;
    float:left;
    min-height:4rem;
    text-align: center;
}
.companyLogosRow>a>span{
    padding:.5rem 0px;
}
/*最小图片尺寸img*/
.companyLogos{
    border:solid 1px #E2E1E1;
}
.companyLogosCenter{
    width:5%;
    float: left;
    min-height:4rem;
}
/*名企名品END*/

/*精品农机*/
.classicRow{
    margin:1.6rem 0px;
    overflow:hidden;
}
.classicRow .item{
    width:47.5%;
    float:left;
}
.classicCenter{
    width:5%;
    float:left;
    min-height:1px;
}
/*最小图片尺寸img*/
.classicRow .item .classic{
    width:100%;
    height:100%;
    border:solid 1px #E2E1E1;
}
.classicRow .item .title{
    display: block;
    text-align: left;
    font-weight: 800;
    padding:.5rem 0px
}
.classicRow .item .title:active{
    color:#DE5041;
}
.classicRow .item .smtitle{
    display: block;
    text-align: left;
    color:#999;
    font-size: 1.4rem;
}
.classicRow .item .smtitle:active{
    color:#DE5041;
}
/*精品农机END*/


/*网上办事*/
.usebox{
    overflow: hidden;
    margin:1.6rem 0px;
    width:100%;
    display: table;
}
.usebox.ico .item{
    padding:.4rem 0px;
}
.usebox .item{
    border:solid 1px #E2E1E1;
    width:47.5%;
    padding: 1rem 0px;
    display: table-cell;
}
.usebox .itemCenter{
    width:5%;
    min-height:1px;
    display: table-cell;
}
.usebox .item .iconfont{
    padding-left:1.6rem;
    font-size:3rem;
    vertical-align: middle;
    color:#DE5041;
}
.usebox .item .text{
    vertical-align:middle;
    padding-left:.5rem
}
.usebox .item .text:active{
    color:#DE5041!important;
}


/*文件下载*/
.downRow{
    width:100%;
    padding:1rem 15px;

}
/*文件下载END*/
.downRow .unit{
    width:3rem;
    vertical-align: middle;
    color:#999;
    text-align:right;
    font-size:1.8rem;
}
.downRow .unit a{
    color:#999;
}
.downRow a:active,.downRow .unit a:active{
    color:#DE5041;
}
/*网上办事END*/


/*详情页面*/
.detailTitle{
    font-size:2rem;
    font-weight:800;
    display: block;
    overflow: hidden;
    text-align:center;
    word-wrap: break-word;
    word-break: break-all;
}
.time{
    color:#999
}
/*文内容盒子*/
.boxContent{
	width:100%;
	overflow:hidden;
    text-align:justify;
    word-wrap: break-word;
    word-break: break-all;
}
.boxContent img{
    max-width:100%;
    text-indent:0px!important
}
.boxContent video,.boxContent object{
	max-width:100%
}

/*文内容盒子END*/
/*收藏*/
.collect{
    float:right;
    background:rgba(255,255,255,1);
    box-shadow:0px 4px 14px 1px rgba(222,80,65,0.4);
    border-radius:2rem;
    width:auto;
    height:4rem;
}
.collect i{
    color:#DE5041;
    padding:0px .5rem
}
/*重定义分享*/
#bsWXBox{
    height:auto!important;
    margin:auto!important;
    margin-top:-100px!important;
    margin-left:-100px!important;
}
.bsTop{
    width:auto!important;
}
/*重定义分享结束*/
/*收藏END*/


/*相关新闻*/
/*相关新闻标题*/
.related{
    overflow: hidden;
    /*height:3rem;*/
    font-size:2rem;
    padding:.7rem 0px;
}
.relatedTitle{
    font-weight: 800;
    display:inline-block;
}
.relatedLine{
    display:block;
    width:100%;
    height:.7rem;
    margin-top: -.8rem;
    background: #DE5041;
    opacity:0.25079999999999997;
}
/*相关新闻标题END*/

/*相关新闻列表*/
.relatedList{
    clear: both;
    padding:0px 15px;
}
.relatedList .title{
    padding:1rem 0px;
    border-top:solid 1px #EEEEEE;
}
.relatedList .title a:active{
    color:#DE5041;
}
.relatedList .time{
    padding-bottom:1rem;
}
/*相关新闻列表END*/
/*相关新闻END*/


/*更多推荐*/
.recommend{
    background:#EEE;
    padding:1rem 0px;
    color:#DE5041;
}
/*更多推荐END*/
.fileLoad {
    word-wrap: break-word;
    word-break: break-all;
}
.fileLoad a{
	color:#DE5041;
	display:block;
	margin-bottom:.7rem;
}
.detTitle{
	display:block;
	width:90px;
	text-align:justify;
	float: left;
    height: 1.8rem;
}
.detTitle:after {
    content: " ";
    display: inline-block;
    width: 100%;
}
/*详情页面END*/



/*单位概况*/
.square{
    margin: 0px;
}
.square li{
    min-width:50%;
    float:left;
    margin-bottom:6.5px;
    box-sizing: border-box;
}
.left5{
    margin-left: 5px;
}
/*单位概况END*/


/*搜索页面*/
/*搜索盒子*/
.highSearchBox{
    border-left:solid 1px #DDD;
    border-top:solid 1px #EEE;
    border-right:solid 1px #DDD;
    border-bottom:solid 1px #EEE;
    padding:0px 15px;
    padding-top:20px;
}
.highSearchUl{
    min-height:300px;
}
.highSearchUl.justTitle{
    padding-bottom:10px;
    overflow: hidden;
    clear:both;
}
.highSearchUl.justTitle li{
    border-bottom:solid 0px #ccc;
    margin-bottom:0px;
}
.highSearchUl.justTitle  li .title{
    font-weight:400;
    margin:0px;
    width:80%;
    float:left;
    color: #333;
}
.highSearchUl  li .title:active{
    color:#DE5041;
}
.highSearchUl.justTitle  li .time{
    color:#333;
    padding-bottom:10px;
    width:20%;
    float:right;
    text-align: right;
}
.highSearchUl li{
    border-bottom:solid 1px #EEE;
    margin-bottom: 20px;
}
.highSearchUl li:last-child{
    border-bottom:solid 0px #EEE;
    margin-bottom:0px;
}
.highSearchUl li .title{
    font-weight: 800;
    padding-bottom:10px;
}
.highSearchUl li .content{
    text-indent:35px;
    padding-bottom:10px;
}
.highSearchUl li .time{
    color:#999;
    padding-bottom:10px;
}

/*搜索盒子结束*/

/*高级搜索Tab*/
.highSearchTabs{
    overflow: hidden;
    color:#DE5041;
    font-size:1.8rem;
    font-weight:800;
    background:#F7F7F7;
    display: table;
    width: 100%;
    border:none;
}
.highSearchTabs.nav-tabs>li{
    float:none!important;
    display: table-cell;
    text-align: center;
}
.highSearchTabs.nav-tabs>li>a{
    border:1px solid transparent;
    margin-right:0rem;
    display: block;
    padding:1rem 0px;
}
.highSearchTabs.nav-tabs>li.active>a, .highSearchTabs.nav-tabs>li.active>a:focus, .highSearchTabs.nav-tabs>li.active>a:hover{
    border-style:none;
    line-height: 1.42857143;
    border:1px solid transparent;
    border-top:solid 2px #DE5041;
    color:#DE5041;
    background: #FFEBE9;
    display: block;
    border-radius: 0px;
}


.searchSelect{
    border:solid 1px #DE5041;
    padding:1rem .3rem;
    box-sizing:border-box;
    background: #FFF;
    font-size: 1.6rem;
}
.wdate{
    background-image:url('../images/Wdate.png');
    background-position:98% 50%;
    background-repeat:no-repeat;
    background-size:15px;
    box-shadow:none!important;
}
.highSearchCon input[type=text] {
    border:solid 1px #DE5041;
    padding:1rem .3rem;
    box-sizing:border-box;
    background: #FFF;
    height: auto;
}
.news_bottomtitle {
    width: 100%;
    height: 4rem;
    line-height: 4rem;
    background: #DE5041;
    color: #fff;
    text-align: center;
    font-size: 18px;
    margin: 0 auto;
    float: left;
}
.news_title{
	width:100%;
	height: 0.8rem;
	line-height: 0.8rem;
	text-indent: 1.5rem;
	font-size: 18px;
	margin: 0 auto;
	color:#f95a54;
	border-bottom:dotted 0.01rem #eee; 
}
.title_color {
    color: #ccc;
}
/*高级搜索TabEND*/

/*搜索页面结束*/
/***********************************其他页面|杂项结束******************************/


