body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
legend,
button,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
    padding: 0;
    margin: 0;
}

body {
    background: #fff;
    color: #444;
    font-size: 14px;
    font-family: "Microsoft Yahei", arial, 宋体;
    margin: 0;
}

/* 短引用的内容可取值：''或"" */
q:before,
q:after {
    content: ”;
}

/* 缩写，图片等无边框 */
fieldset,
img,
abbr,
acronym {
    border: 0 none;
    outline: 0 none;
}

abbr,
acronym {
    font-variant: normal;
}

/* 清除特殊标记的字体和字号 */
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
    font-weight: normal;
    font-style: normal;
}

/* 上下标 */
sup {
    vertical-align: text-top;
}

sub {
    vertical-align: text-bottom;
}

/* 设置表格的边框被合并为一个单一的边框, 指定分隔边框模型中单元格边界之间的距离为0*/
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* 表格标题及内容居左显示 */
caption,
th {
    text-align: left;
}

/* 清除列表样式 */
ol,
ul {
    list-style: none;
}

/* 输入控件字体 */
input,
button,
textarea,
select,
optgroup,
option {
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
}

/* 标题元素样式清除 */
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
    font-size: 100%;
}

/* 链接样式，颜色 */
del,
ins,
a {
    text-decoration: none;
}

a,
a:hover,
a:link,
a:visited,
a:active,
a:focus {
    color: #666;
    background-color: transparent;
    outline: 0 none;
    border: 0 none;
}

a:hover,
a:active,
a:focus {
    text-decoration: none;
}

/* 鼠标样式 */
input[type="submit"] {
    cursor: pointer;
}

button {
    cursor: pointer;
}

input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/* 清除浮动 */
.clear {
    clear: both;
}


.header_content,
.navbar_content,
.advantage_content,
.productShow,
.successfulCases,
.page_content,
.footer_content,
.margin1140 {
    width: 1140px;
    margin: 0 auto;
}
.flex-space-between{
    display: -webkit-flex; /* Safari */
    display: flex;
    justify-content: space-between;
}
/*---------------------------------------------------------------------------------------------------------------------------------------------------- 头部 -----*/
.logo1 {
    padding: 25px 10px 25px 10px;
    position: absolute;
    width: 180px;
    height: 130px;
    background-color: #fff;
    box-shadow: 3px 3px 9px #888;
    border-radius: 0 0 6px 6px;
    text-align: center;
}

.logo2{
    width: 357px;
    padding: 25px 0 0 150px;
    float: left;
}
.header_content {
    width: 1140px;
    margin: 0 auto;
    position: relative;
}

.header_tel {
    width: 250px;
    padding: 50px 0 0 25px;
    float: right;
    font-size: 24px;
    color: #ffa400;
    display: -webkit-flex; /* Safari */
  display: flex;
}

.header_tel_icon{
    width: 20px;
    height: 25px;
    padding: 0px 0 0px 5px;
    background-color: #9fe03d;
    border-radius: 22px;
    margin: 0 10px 0 0;
    font-size: 20px;
}

.header_tel span {
    font-size: 18px;
    padding: 6px 0 0 0;
    vertical-align: -30px;
}





.navbar{
    background-color: #0084ff;
}
.navbar ul{
    width: 910px;
    padding: 0 115px 0 115px;;
}
.navbar li {
    display: inline-block;
    width: 112px;
    position: relative;
}

.navbar a {
    display: inline-block;
    width: 100%;
    text-align: center;
}

.navbar a:hover {
    text-decoration: none;
}

.navbar_content {
    height: 56px;
    margin: 10px 0 0 0;
    
}

.navbar_content>ul>li>a {
    line-height: 56px;
    font-size: 15px;
    color: #fff;
}

.navbar_content>ul>li>a:hover {
    background-color: #9fe03d;
}

.navbar li ul{
    display: none;
    width: 160px;
    position: absolute;
    top: 50px;
    padding: 0;
    margin: 0;
    height: auto !important;
    background-color: #fff;
    border-radius: 6px;
    overflow: hidden;
    border-top: 3px solid #65b532;
    box-shadow: 16px 16px 25px 1px rgb(15 40 109 / 25%);
}
.navbar li ul li{
    display: inline-block;
    width: 160px;
}
.navbar li ul li a{
    line-height: 60px;
    font-size: 14px;
    border-bottom: 1px solid #eee;
}
.navbar li ul li a:hover{
    color: #fff;
    background-color: #65b532;
    border-bottom: 1px solid #65b532;
}



/*---------------------------------------------------------------------------------------------------------------------------------------------------- poster -----*/

.poster {
    position: absolute;
    height: 500px;
    overflow: hidden;
    position: relative;
    z-index: -1;
}

.poster_content {
    width: 1920px;
    height: 500px;
    overflow: hidden;
    margin: 0 auto;
    position: absolute;
    left: 50%;
    margin-left: -960px;
}

.poster_content li {
    display: block !important;
}


/*---------------------------------------------------------------------------------------------------------------------------------------------------- 首页公司简介 -----*/

.aboutUs{
    height: 600px;
    background: url(../images/aboutUs.jpg) no-repeat center center;
    background-size:100% 100%;
}

.aboutUs_content {
    width: 1140px;
    margin: 0 auto;
    padding-top: 81px;
    display: -webkit-flex; /* Safari */
  display: flex;
  justify-content: space-between;
}

.aboutUs_left {
    width: 640px;
}

.aboutUs_right {
    width: 440px;
}

.aboutUs_left h2 {
    font-size: 28px;
    color: #fff;
    font-weight: 700;
}
.aboutUs_left h2 span {
    font-size: 18px;
    color: #607a59;
    font-weight: 100;
    vertical-align: -0px;
    padding: 0 0 0 13px;
}
.aboutUs_left h4 {
    padding: 11px 0 20px 0;
    font-size: 24px;
    color: #fff;
}
.aboutUs_left p {
    font-size: 15px;
    color: #fff;
    line-height: 30px;
    text-align: justify;
    text-indent: 0px;
}
.aboutUs_left a{
    display: inline-block;
    line-height: 50px;
    color: #2c2d38;
    font-size: 15px;
    width: 120px;
    padding-left: 40px;
    height: 50px;
    background-color: #9fe03d;
    margin: 30px 0 0 0;
}





/*---------------------------------------------------------------------------------------------------------------------------------------------------- 首页产品展示 -----*/
.product{
    height: 720px;
    padding: 70px 0 0 0;
    background: url(../images/product.jpg) no-repeat center center;
    background-size:100% 100%;
}
.productShow {
    height: 1040px;
    background: url(../images/productShow.jpg) no-repeat center bottom;
    display: -webkit-flex; /* Safari */
  display: flex;
  justify-content: space-between;
}

.productShow_left{
    width: 250px;
}
.productShow_left_01 h3{
    width: 235px;
    height: 150px;
    padding: 0 0 0 15px;
    background: url(../images/productShow_left_01.jpg) no-repeat center bottom;
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    line-height: 170px;
}

.productShow_left_01 ul{
    border: 1px solid #0084ff;
    padding: 6px 0 6px 0;
}
.productShow_left_01 ul li{
    border-bottom: 1px dashed #ccc;
}
.productShow_left_01 ul a{
    color: #666;
    font-size: 15px;
    font-weight: 700;
    line-height: 50px;
    display: inline-block;
    width: 86%;
    height: 100%;
    padding: 0 0 0 36px;
    background: url(../images/productShow_left_01_list.png) no-repeat 16px center;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.productShow_left_01 ul a:hover{
    color: #0084ff;
}
.productShow_left_02{
    margin: 10px 0 0 0;
    padding: 10px 10px 0 10px;
    border: 1px solid #0084ff;
}
.productShow_left_02 p{
    line-height: 30px;
    font-size: 16px;
    color: #666;
    padding: 10px 0 10px 40px;
}
.productShow_left_02 p span{
    color: #0084ff;
    font-weight: 700;
}








.productShow_right .bt-title a{
    color: #666;
}


.bt-row-separate,
.bt-row,
.bt-inner,
.bt-center,
.bt-center a,
.bt-center img {
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    outline: 0 !important;
}

.productShow_right .bt-row {
    width: 260px !important;
    height: 220px !important;
}


.productShow_right .bt-row-separate {
    height: 0px;
}

.productShow_right .bt-row:nth-child(2),
.productShow_right .bt-row:nth-child(6),
.productShow_right .bt-row:nth-child(10) {
    margin: 0 20px 0 20px !important;
}

.productShow_right img {
    width: auto !important;
    height: auto !important;
    max-width: 100% !important;
    max-height: 100% !important;
    text-align: center;
}

.productShow_right .bt-inner {
    position: relative;
}

.productShow_right .bt-inner .bt-title {
    position: absolute;
    top: 200px;
    left: 0px;
    display: inline-block;
    width: 100%;
    text-align: center;
    font-size: 16px;
    color: #081a09;
    font-weight: normal;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.productShow_right .bt-center {
    width: 260px !important;
    height: 175px !important;
    overflow: hidden;
}

.productShow_right .bt-center a{
    display: inline-block;
    width: 260px;
    height: 175px;
}




/*---------------------------------------------------------------------------------------------------------------------------------------------------- 首页成功案例,新闻 -----*/

.F3{
    height: 760px;
    background: url(../images/product.jpg) no-repeat center center;
    background-size:100% 100%;
}

.XinWenZhongXin_title,
.JiShuKuaiXun_title{
    padding: 40px 0 10px 0;
    background: url(../images/NewsTitle.jpg) no-repeat left bottom;
}

.XinWenZhongXin,
.JiShuKuaiXun{
    width: 510px;
}
.news_divider{
    padding: 100px 0 0 0;
}

.XinWenZhongXin_title h2,
.JiShuKuaiXun_title h2,
.RongYuZiZhi_title h2 {
    font-size: 24px;
    font-weight: 700;
    line-height: 60px;
    color: #0084ff;
    display: inline-block;
    background: url(../images/News2_title.jpg) no-repeat left bottom;
}

.XinWenZhongXin_title h2 span,
.JiShuKuaiXun_title h2 span,
.RongYuZiZhi_title h2 span{
    color: #4d4d4d;
    font-size: 16px;
    font-weight: 100;
    padding: 0 0 0 13px;
    vertical-align: 0px;
}

.XinWenZhongXin_title a,
.JiShuKuaiXun_title a,
.RongYuZiZhi_title a{
    padding: 20px 12px 0 0;
    color: #ffc55e;
    font-size: 16px;
}
.XinWenZhongXin_content li,.JiShuKuaiXun_content li{
    display: -webkit-flex; /* Safari */
    display: flex;
    justify-content: space-between;
}

.XinWenZhongXin_content .mod-articles-category-title,
.JiShuKuaiXun_content .mod-articles-category-title {
    padding: 0 0 0 22px;
    background: url(../images/newsList.png) no-repeat 0px center;
    font-size: 16px;
    line-height: 54px;
    color: #666;
    width: 390px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.XinWenZhongXin_content ul li,
.JiShuKuaiXun_content ul li {
    /*height: 56px;
    border-bottom: 1px dashed #ccc;*/
}

.XinWenZhongXin_content a:hover,
.JiShuKuaiXun_content a:hover {
    color: #111;
    text-decoration: none;
}

.XinWenZhongXin_content .mod-articles-category-date,
.JiShuKuaiXun_content .mod-articles-category-date {
    font-size: 14px;
    line-height: 56px;
    color: #aaa;
    padding: 0 4px 0 0;
}


.RongYuZiZhi_title {
    padding: 40px 0 10px 0;
    background: url(../images/NewsTitle.jpg) no-repeat left bottom;
}



.RongYuZiZhi_content .bt-row {
    width: 270px !important;
    height: 270px !important;
}

.RongYuZiZhi_content .bt-row-separate {
    height: 10px;
}

.RongYuZiZhi_content .bt-row:nth-child(2),
.RongYuZiZhi_content .bt-row:nth-child(3),
.RongYuZiZhi_content .bt-row:nth-child(4) {
    margin: 0 0 0 20px !important;
}

.RongYuZiZhi_content .bt-inner {
    position: relative;
}

.RongYuZiZhi_content .bt-inner .bt-title {
    position: absolute;
    top: 208px;
    left: 0px;
    display: inline-block;
    width: 100%;
    text-align: center;
    font-size: 14px;
    color: #666;
    font-weight: normal;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.RongYuZiZhi_content .bt-center {
    width: 270px !important;
    height: 270px !important;
    overflow: hidden;
}

.RongYuZiZhi_content .bt-center a {
    vertical-align: middle;
}

.RongYuZiZhi_content .bt-center a:hover {
    color: #0029a5;
}

.RongYuZiZhi_content img {
    width: auto !important;
    height: auto !important;
    max-width: 100% !important;
    max-height: 100% !important;
}




/*---------------------------------------------------------------------------------------------------------------------------------------------------- footer -----*/

.footer {
    background-color: #4c5053;
}
.footer01 {
    padding: 50px 0 40px 0;
    height: 60px;
    background: url(../images/footer_logo.jpg) no-repeat center 20px;
}

.footer01 p{
    font-size: 12px;
    line-height: 30px;
    color: #aaa;
    text-align: center;
    padding: 50px 0 0 0;
}
.footer01 p span{
    color: #f39e06;
    font-size: 16px;
}
.footer02 {
    height: 60px;
    background: url(../images/footer02.jpg) repeat-x;
}
.footer02 p{
    font-size: 12px;
    line-height: 60px;
    color: #ccc;
    text-align: center;
}
.footer02 p a {
    color: #ccc;
}

/*------------------------------------------------------------------------------------------------------------------------------------------ 内页侧边栏 -----*/

.pageLeft {
    width: 270px;
    padding: 30px 30px 0 0;
    float: left;
}

.pageLeft_product {
    background-color: #eee;
    padding: 0 8px 8px 8px;
    margin: 0 0 30px 0;
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    border-radius: 14px;
}
.pageLeft h4 {
    height: 60px;
    padding: 0 0 0 17px;
    color: #ffa400;
    font-size: 16px;
    font-weight: 900;
    line-height: 60px;
    background-color: #eee;
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    border-radius: 14px;
}
.pageLeft h4 span{
    color: #b2b2b2;
    font-size: 18px;
    font-weight: 100;
    padding: 0 0 0 8px;
    vertical-align: -1px;
}

.pageLeft_product>ul {
    padding: 10px 0 10px 0;
    margin: 0 0 10px 0;
    background-color: #fff;
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    border-radius: 14px;
}

.pageLeft_product a:hover {
    color: #222;
    text-decoration: none;
}

.pageLeft_product>ul>li>a {
    line-height: 40px;
    padding: 0 0 0 20px;
    display: inline-block;
    font-size: 14px;
}




/*-------------------------------------------------------------------------------------------------------------------------------------------- 面包屑导航 内页右侧 ------*/

.crumbs {
    height: 40px;
    border-bottom: 1px solid #eee;
    padding: 0 0 0 30px;
    margin: 20px 0 30px 0;
    background: url(../images/crumbsBG.png) no-repeat 10px 12px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.crumbs ul li {
    display: inline-block;
}

.crumbs ul li span,
.crumbs ul li a {
    font-size: 13px;
    color: #7a7980;
    line-height: 40px;
}

.pageRight {
    width: 800px;
    padding: 0 20px 40px 20px;
    float: right;
    min-height: 700px;
}

/*-------------------------------------------------------------------------------------------------------------------------------------------- 内页图片列表 ------*/

.pageRight-content .blog .item {
    border: #dadada solid 1px;
    position: relative;
    padding: 5px 0 25px 0;
    width: 252px;
    height: 200px;
}

.pageRight-content .blog .item .item-image {
    padding: 0 5px 0 5px;
    width: 242px;
    z-index: 10;
    height: 180px;
    overflow: hidden;
}

.pageRight-content .blog .item .item-image img {
    width: 242px;
    height: 180px;
}

.pageRight-content .blog .item .page-header {
    position: absolute;
    top: 10px;
    left: 0px;
    width: 252px;
    z-index: 100;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}

.pageRight-content .blog .item .page-header h2 {
    font-weight: normal;
    width: 100%;
    height: 100%;
}

.pageRight-content .blog .item .page-header h2 a {
    font-size: 14px;
    color: #434343;
    text-align: center;
    display: block;
    width: 100%;
    height: 100%;
    padding: 182px 0 0 0;

    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.pageRight-content .blog .cat-children {
    display: none;
}

.pageRight-content .blog .items-row .span4 {
    display: inline-block;
    padding: 0 0 15px 10px;
}

.pageRight-content .blog .items-row .span4:first-child {
    padding-left: 0px;
}


/*-------------------------------------------------------------------------------------------------------------------------------------------- 内页页码 ------*/

.icon-previous:before,
.icon-backward:before {
    content: "<";
}

.icon-next:before,
.icon-forward:before {
    content: ">";
}

.icon-first:before {
    content: "|<";
}

.icon-last:before {
    content: ">|";
}

.pagination {
    margin: 20px 0;
    display: block;
    width: 100%;
    text-align: center;
}

.pagination ul {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    margin-left: 0;
    margin-bottom: 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

.pagination ul>li {
    display: inline-block;
}

.pagination ul>li>a,
.pagination ul>li>span {
    float: left;
    padding: 4px 12px;
    line-height: 18px;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
    border-left-width: 0;
}

.pagination ul>li>a:hover,
.pagination ul>li>a:focus,
.pagination ul>.active>a,
.pagination ul>.active>span {
    background-color: #f5f5f5;
}

.pagination ul>.active>a,
.pagination ul>.active>span {
    color: #999;
    cursor: default;
}

.pagination ul>.disabled>span,
.pagination ul>.disabled>a,
.pagination ul>.disabled>a:hover,
.pagination ul>.disabled>a:focus {
    color: #999;
    background-color: transparent;
    cursor: default;
}

.pagination ul>li:first-child>a,
.pagination ul>li:first-child>span {
    border-left-width: 1px;
    -webkit-border-top-left-radius: 4px;
    -moz-border-radius-topleft: 4px;
    border-top-left-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-bottomleft: 4px;
    border-bottom-left-radius: 4px;
}

.pagination ul>li:last-child>a,
.pagination ul>li:last-child>span {
    -webkit-border-top-right-radius: 4px;
    -moz-border-radius-topright: 4px;
    border-top-right-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    border-bottom-right-radius: 4px;
}

.pagination-centered {
    text-align: center;
}

.pagination-right {
    text-align: right;
}

.pagination-large ul>li>a,
.pagination-large ul>li>span {
    padding: 11px 19px;
    font-size: 16.25px;
}

.pagination-large ul>li:first-child>a,
.pagination-large ul>li:first-child>span {
    -webkit-border-top-left-radius: 6px;
    -moz-border-radius-topleft: 6px;
    border-top-left-radius: 6px;
    -webkit-border-bottom-left-radius: 6px;
    -moz-border-radius-bottomleft: 6px;
    border-bottom-left-radius: 6px;
}

.pagination-large ul>li:last-child>a,
.pagination-large ul>li:last-child>span {
    -webkit-border-top-right-radius: 6px;
    -moz-border-radius-topright: 6px;
    border-top-right-radius: 6px;
    -webkit-border-bottom-right-radius: 6px;
    -moz-border-radius-bottomright: 6px;
    border-bottom-right-radius: 6px;
}

.pagination-mini ul>li:first-child>a,
.pagination-mini ul>li:first-child>span,
.pagination-small ul>li:first-child>a,
.pagination-small ul>li:first-child>span {
    -webkit-border-top-left-radius: 3px;
    -moz-border-radius-topleft: 3px;
    border-top-left-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-bottom-left-radius: 3px;
}

.pagination-mini ul>li:last-child>a,
.pagination-mini ul>li:last-child>span,
.pagination-small ul>li:last-child>a,
.pagination-small ul>li:last-child>span {
    -webkit-border-top-right-radius: 3px;
    -moz-border-radius-topright: 3px;
    border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -moz-border-radius-bottomright: 3px;
    border-bottom-right-radius: 3px;
}

.pagination-small ul>li>a,
.pagination-small ul>li>span {
    padding: 2px 10px;
    font-size: 12px;
}

.pagination-mini ul>li>a,
.pagination-mini ul>li>span {
    padding: 0 6px;
    font-size: 9.75px;
}

.pagination .pull-right {
    color: #d5d4d9;
    padding: 0 0 20px 0;
}



/*-------------------------------------------------------------------------------------------------------------------------------------------- 内页新闻列表 ------*/

.pageRight-content .table tr,
.pageRight-content .table td,
.pageRight-content .table th,
.pageRight-content .table,
.pageRight-content .table a,
.table-bordered,
.table-bordered td {
    border: none;
    background-color: transparent;
}

.pageRight-content .table td {
    width: 800px;
    border-bottom: 1px dashed #dadada;
}

.table-striped tbody>tr:nth-child(2n+1)>td,
.table-striped tbody>tr:nth-child(2n+1)>th,
.table-striped tbody>tr:nth-child(2n+1)>td a:hover,
.table-striped tbody>tr:nth-child(2n+1)>th a:hover {
    background-color: transparent;
}

.pageRight-content .table a {
    font-size: 14px;
    color: #202121;
    background: url(../images/newsList.png) no-repeat left center;
    padding: 0 0 0 20px;
    margin: 0 0 0 12px;
    border: none;
    line-height: 60px;
    display: inline-block;
    width: 760px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


.pageRight-content .table .list-date {
    font-size: 13px;
    line-height: 60px;
    color: #d5d4d9;
}


/*-------------------------------------------------------------------------------------------------------------------------------------------- 内页文章页 ------*/

.pageRight-content .page-header h2 {
    font-size: 22px;
    color: #0084ff;
    font-weight: 700;
    text-align: center;
    line-height: 32px;
}

.pageRight-content .page-header {
    padding: 0 0 5px 0;
}

.pageRight-content .item-page p {
    font-size: 15px;
    line-height: 28px;
    margin: 12px 0 6px 0;
    color: #434343;
    text-align: justify;
}

.pageRight-content .item-page p img {
    max-width: 800px;
    margin: 12px 0 6px 0;
    height: auto;
    text-align: center;
}

/*-------------------------------------------------------------------------------------------------------------------------------------------- 内页文章页上一篇下一篇 ------*/

.pagenav {
    clear: both;
    padding: 10px 0 10px 0;
    border-top: 1px dashed #dadada;
}

.pagenav li a {
    padding: 0 0 0 10px;
    margin: 0 0 0 5px;
    color: #666;
    line-height: 24px;
    background: url(../images/pageRightList0.png) no-repeat left center;
}

/*-------------------------------------------------------------------------------------------------------------------------------------------- 内页文章页分页 ------*/

.pager .pagination-list {
    padding-left: 0;
    margin: 20px 0;
    text-align: center;
    list-style: none;
}

.pager .pagination-list li {
    display: inline;
}

.pager .pagination-list .disabled>a,
.pager .pagination-list .disabled>a:focus,
.pager .pagination-list .disabled>a:hover,
.pager .pagination-list .disabled>span {
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
}

.pager .pagination-list li>a,
.pager .pagination-list li>span {
    background: transparent;
}

.pager .pagination-list li>a,
.pager .pagination-list li>span {
    display: inline-block;
    padding: 5px 14px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 15px;
}

.pagenavcounter {
    display: none;
}

/*-------------------------------------------------------------------------------------------------------------------------------------------- 内页搜索结果页 ------*/

.pageRight-content .search {
    line-height: 22px;
}

.pageRight-content .search dt {
    padding: 15px 0 0 0;
}

.pageRight-content .search dt,
.pageRight-content .search dt a {
    font-family: "Microsoft YaHei", "微软雅黑";
    font-size: 15px;
    color: #d44536;
}

.pageRight-content .search .small,
.pageRight-content .search .result-created {
    font-size: 12px;
    color: #777;
}

.pageRight-content .search #searchForm .searchintro,
.pageRight-content .search #searchForm .form-limit,
.pageRight-content .search #searchForm .btn-group {
    display: inline-block;
}

.pageRight-content .search #searchForm .inputbox {
    height: 22px;
}

.pageRight-content .search #searchForm .btn-toolbar {
    padding: 0 0 10px 0;
}