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

body {
    background: #fff;
    color: #666;
    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;}

.w1200 {width: 1200px; margin: 0 auto;}

.flex {display: flex;}
.flex-space-between {display: flex; justify-content: space-between;}
.flex-center {display: flex; justify-content: center;}

/*------------------------------------------------------------------- 头部 -----*/
.header_content{
    padding: 10px 60px 10px 60px;
    align-items: center;
}

/*--------------------------------------------------------------- 导航栏主菜单 -----*/
.navbar{
    padding: 30px 0 0 30px;
    min-width: 700px;
    z-index: 999;
}
.navbar_content {
    justify-content: space-between;
}
.navbar_content>ul{

}
.navbar_content>ul>li {
    display: inline-block;
    width: auto;
    position: relative;
    padding: 0 0% 0 5%;
}
.navbar a {
    display: inline-block;
    width: 100%;
    text-align: center;
    color: #666;
}
.navbar a:hover {
    text-decoration: none;
    color: #9c231b;
}
.navbar li ul{
    display: none;
    position: absolute;
    background-color: #fffdf6;
    border-radius: 12px;
    border: 1px solid #eee;
    box-shadow: 5px 5px 7px rgba(150, 150, 150, 0.5);
}
.navbar .item-119 ul{
    left: 3px;
}
.navbar .item-121 ul{
    left: 25px;
}
.navbar .item-115 ul{
    left: 3px;
}
.navbar li ul li{
    width: 120px;
}
.navbar_content>ul>li>a {
    line-height: 40px;
    font-size: 15px;
    font-weight: 700;
}
.navbar li ul li a{
    line-height: 48px;
    font-size: 14px;
}
.navbar li ul li a:hover{
    font-size: 14px;
    background-color: #fff9e8;
    border-radius: 12px;
}

/*---------------------------------------------------------------- poster -----*/
.poster {
    height: auto;
    z-index: 1;
}
.poster_content img{
    width: 100% !important;
    height: auto;
    min-width: 1200px;
    max-width: 100% !important;
}
.poster_content li {
    display: block !important;
}

/*---------------------------------------------------------------- poster -----
.poster {
    position: absolute;
    height: 600px;
    overflow: hidden;
    position: relative;
    z-index: 1;
}
.poster_content {
    width: 1920px;
    height: 600px;
    overflow: hidden;
    margin: 0 auto;
    position: absolute;
    left: 50%;
    margin-left: -960px;
}
.poster_content li {
    display: block !important;
}
*/
/*-------------------------------------------------------------- 首页公司简介 -----*/
.aboutUs{
    background: url(../images/aboutUs.png) no-repeat center bottom;
}
.aboutUs_content{
    padding: 80px 0 100px 0;
}
.aboutUs_content_left{
    width: 600px;
    height: 400px;
    background: url(../images/aboutUs_content_left.jpg) no-repeat;
}
.aboutUs_content_right{
    width: 550px;
}
.aboutUs_content_right h6{
    font-size: 18px;
    line-height: 24px;
    color: #ffbf00;
    text-transform: uppercase;
}
.aboutUs_content_right h4{
    font-size: 24px;
    font-weight: 700;
    color: #9c231b;
}
.aboutUs_content_right .divider{
    width: 40px;
    height: 2px;
    background-color: #ddd;
    margin: 16px 0 26px 0;
}
.aboutUs_content_right p{
    text-align: justify;
    font-size: 14px;
    line-height: 24px;
    color: #777;
    padding: 0 0 10px 0;
}
.aboutUs_content_right .readMore{
    padding: 12px 0 0 0;
}
.aboutUs_content_right a{
    text-decoration: underline;
    color: #6685cc;
}

/*-------------------------------------------------------------- 首页创始人简介 -----*/
.founder{
    background: url(../images/founder.jpg) no-repeat center center;
    background-size: 100% 100%;
    height: 600px;
}
.founder_content_left{
    width: 436px;
    padding: 80px 0 0 0;
}
.founder_content_left h6{
    font-size: 18px;
    line-height: 24px;
    color: #ffbf00;
    text-transform: uppercase;
}
.founder_content_left h4{
    font-size: 24px;
    font-weight: 700;
    color: #9c231b;
}
.founder_content_left .divider{
    width: 40px;
    height: 2px;
    background-color: #ddd;
    margin: 16px 0 26px 0;
}
.founder_content_left p{
    text-align: justify;
    font-size: 14px;
    line-height: 24px;
    color: #777;
    padding: 0 0 10px 0;
}
.founder_content_left .readMore{
    padding: 12px 0 0 0;
}
.founder_content_left a{
    text-decoration: underline;
    color: #6685cc;
}
.founder_content_right{
    width: 306px;
    height: 436px;
    padding: 136px 0 0 382px;
    margin: 20px 0 0 0;
    background: url(../images/founder_content_right.png) no-repeat;
}
.founder_content_right h6{
    font-size: 18px;
    color: #ddd;
}
.founder_content_right h4{
    color: #333;
    font-size: 24px;
    font-weight: 700;
    padding: 2px 0 16px 0;
}
.founder_content_right p{
    font-size: 14px;
    color: #777;
    line-height: 36px;
}

/*-------------------------------------------------------------- 首页讲师团 -----*/
.teachers{
    height: 520px;
    padding: 80px 0 0 0;
}
.teachers_left{
    width: 800px;
    height: 450px;
}
.teachers_left .bt-cs{
    position: relative;
}
.teachers_left #btcontentslider94 .bt_handles{
    position: absolute !important;
    left: 880px !important;
    top: 410px !important;
    width: 300px;
}
.teachers_right{
    width: 320px;
}
.teachers_right h4{
    font-size: 24px;
    font-weight: 700;
    color: #9c231b;
    padding: 22px 0 6px 0;
}
.teachers_right p{
    font-size: 14px;
    color: #777;
    line-height: 24px;
    text-align: justify;
    padding: 0 0 40px 0;
}
.teachers_right_img{
    text-align: center;
}

/*-------------------------------------------------------------- 首页团队文化 -----*/
.TuanDuiWenHua{
    background: url(../images/course.png) no-repeat center top;
    background-size: 100% auto;
    padding: 40px 0 40px 0;
}
.TuanDuiWenHua h4{
    font-size: 24px;
    font-weight: 700;
    color: #9c231b;
    padding: 0 0 18px 0;
    text-align: center;
}
.TuanDuiWenHua .divider{
    width: 40px;
    height: 2px;
    background-color: #ddd;
    margin: 0px 0 40px 0;
    margin: 0 auto;
}
.TuanDuiWenHua_button{
    width: 780px;
    margin: 0 auto;
    padding: 22px 0 0 4px;
}
.TuanDuiWenHua_button_item{
    text-align: center;
}
.TuanDuiWenHua_button a{
    font-size: 15px;
    line-height: 30px;
    padding: 6px 0 6px 0;
    color: #777;
    font-weight: 700;
}
.button_LianMengLvYou a{
    color: #6685cc;
    border-bottom: 1px solid #6685cc;
}

.TuanDuiWenHua_item{
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
    display: none;
}
.LianMengLvYou{
    display: block;
}
.TuanDuiWenHua_item .column{
    flex-basis: 100%;
    display: flex;
    justify-content: space-between;
    padding: 40px 0 0 0;
}
.TuanDuiWenHua_item img{
    width: 570px;
    height: 330px;
}


/*-------------------------------------------------------------- 首页在线课程 -----*/
.course{
    background: url(../images/course.png) no-repeat center top;
    background-size: 100% auto;
    padding: 40px 0 40px 0;
}
.course h4{
    font-size: 24px;
    font-weight: 700;
    color: #9c231b;
    padding: 0 0 18px 0;
    text-align: center;
}
.course .divider{
    width: 40px;
    height: 2px;
    background-color: #ddd;
    margin: 0px 0 40px 0;
    margin: 0 auto;
}


.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;
}
.course .bt-row {
    width: 380px !important;
    height: 350px !important;
}
.course .bt-row-separate {
    height: 10px;
}
.course .bt-row:nth-child(1),
.course .bt-row:nth-child(2),
.course .bt-row:nth-child(5),
.course .bt-row:nth-child(6),
.course .bt-row:nth-child(9),
.course .bt-row:nth-child(10),
.course .bt-row:nth-child(13),
.course .bt-row:nth-child(14),
.course .bt-row:nth-child(17),
.course .bt-row:nth-child(18) {
    margin: 0 30px 0 0px !important;
}
.course img {
    width: auto !important;
    height: auto !important;
    max-width: 100% !important;
    max-height: 100% !important;
    text-align: center;
}
.course .bt-inner {
    position: relative;
}
.course .bt-inner .bt-title {
    position: absolute;
    top: 320px;
    left: 0px;
    display: inline-block;
    width: 100%;
    text-align: center;
    font-size: 15px;
    color: #444;
    font-weight: 700;
}
.course .bt-center {
    width: 380px !important;
    height: 330px !important;
    overflow: hidden;
    border: 1px solid #edeff1 !important;;
}
.course .bt-center a{
    display: inline-block;
    width: 380px;
    height: 330px;
}


/*-------------------------------------------------------------- 首页新闻 -----*/
.news{
    background-color: #eff9ff;
    padding: 40px 0 40px 0;
    height: 520px;
}
.news h4{
    font-size: 24px;
    font-weight: 700;
    color: #9c231b;
    padding: 0 0 18px 0;
    text-align: center;
}
.news .divider{
    width: 40px;
    height: 2px;
    background-color: #ddd;
    margin: 0 auto;
}
.news_button{
    width: 630px;
    margin: 0 auto;
    padding: 16px 0 0 0;
}
.news_button01, .news_button02, .news_button03{
    width: 190px;
    height: 41px;
    border-radius: 4px;
    box-shadow: 0px 2px 5px #c1c9ce;
}
.news_button a{
    display: inline-block;
    text-align: center;
    width: 190px;
    height: 41px;
    color: #777;
    font-size: 16px;
    line-height: 41px;
    background-color: #fff;
    border-radius: 4px;
}
.news_button01 a{
    background: linear-gradient(to bottom, #6685cc 0%,#617fc3 100%);
    color: #fff;
}
.news02, .news03{
    display: none;
}



.news li:nth-child(1),
.news li:nth-child(3) {
    margin: 0 65px 0 0px !important;
}
.news li{
    width: 565px;
    float: left;
    position: relative;
    padding: 72px 0 0 0;
}
.news .mod-articles-category-title {
    font-size: 16px;
    color: #444;
    font-weight: 700;
    display: block;
    width: 565px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.news .mod-articles-category-title:hover{
    text-decoration: underline;
    color: #0168b7;
}
.news .mod-articles-category-date {
    font-size: 13px;
    color: #ff8d5b;
    display: block;
    position: absolute;
    top: 180px;
}
.news .mod-articles-category-introtext{
    font-size: 14px;
    color: #777;
    line-height: 24px;
    padding: 8px 0 0 0;
}


/*------------------------------------------------------- footer -----*/
.footerTop{
    height: 3px;
    background: linear-gradient(to right, #fff15a 0%, #3dff98 100%);
}
.footer {
    background-color: #444;
    font-size: 14px;
    color: #777;
}
.footer_row2{
    height: 1px;
    background-color: #575757;
    margin: 20px 0 30px 0;
}
.footer_content {
    padding: 40px 0 30px 0;
}
.footer_tel{
    
}
.footer_tel h6{
    font-size: 20px;
    font-weight: 700;
    color: #fffcf6;
    padding: 10px 0 0 22px;
    background: url(../images/footer_tel.png) no-repeat 0px 15px;
    background-size: 16px 16px;
}
.footer_tel span{
    line-height: 18px;
    padding: 0 0 0 24px;
}
.footer_logo p{
    text-align: right;
    padding: 10px 0 0 0;
}
.footer_Qrcode{
    padding: 13px 0 0 20px;
}
.footer_Qrcode img{
    margin: 0 0 0 26px;
    border-radius: 7px;
}


.footer .copyright{
    text-align: center;
}

/*------------------------------------------------------------ 内页侧边栏 -----*/
.page{
    background-color: #eaeaea;
    box-shadow: 0px 12px 24px rgba(51, 48, 41, 0.1) inset;
}
.pageLeft {
    width: 240px;
    height: 770px;
    padding: 0px 20px 20px 20px;
    border-radius: 0 0 32px 32px;
    background: linear-gradient(to top, #fcdd2b 0%, #cadb2c 100%);
    box-shadow: 0px 12px 24px rgba(51, 48, 41, 0.1) inset;
}
.page_content{
    justify-content: space-between;
}

.pageLeft h4 {
    height: 60px;
    padding: 30px 0 0 0;
    color: #fff;
    font-size: 16px;
    font-weight: 900;
    line-height: 60px;
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    border-radius: 14px;
}
.pageLeft h4 span{
    padding: 4px 6px 4px 6px;
    margin: 0 4px 0 4px;
    background-color: #ff8400;
    color: #fff;
    border-radius: 3px;
}
.pageLeft_zlh img{
    width: 100%;
    border-radius: 6px;
}




.pageLeft2 ul li{
    width: 250px;
}
.pageLeft2 ul li a {
    font-size: 14px;
    line-height: 40px;
    color: #666;
    display: inline-block;
    width: 210px;
    padding: 0 0 0 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    background: url(../images/newsList_fff.png) no-repeat left center;
}





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

.crumbs {
    height: 40px;
    padding: 0 0 0 30px;
    margin: 20px 0 0px 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: 930px;
    padding: 10px 0px 20px 30px;
    float: right;
    min-height: 700px;
}
.pageRight-content{
    background-color: #fff;
    padding: 40px 30px 40px 30px;
}

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

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

.pageRight-content .blog .item .item-image {
    width: 270px;
    z-index: 10;
    height: 210px;
    overflow: hidden;
}

.pageRight-content .blog .item .item-image img {
    width: 268px;
    height: 210px;
}

.pageRight-content .blog .item .page-header {
    position: absolute;
    left: 0px;
    width: 270px;
    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%;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.pageRight-content .blog .item .page-header h2 a {
    font-size: 16px;
    color: #666;
    text-align: center;
    display: block;
    width: 100%;
    height: 100%;
    padding: 224px 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: 770px;
    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: 16px;
    color: #666;
    background: url(../images/newsList.png) no-repeat left center;
    padding: 0 0 0 20px;
    margin: 0 0 0 12px;
    border: none;
    line-height: 70px;
    display: inline-block;
    width: 620px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


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


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

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

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

.pageRight-content .item-page p {
    font-size: 18px;
    line-height: 36px;
    margin: 10px 0 0px 0;
    color: #444;
    letter-spacing: normal;
    text-align: justify;
}
.pageRight-content .item-page p strong {
    font-weight: 700;
}

.pageRight-content .item-page p img {
    max-width: 860px;
    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;
}