.intro {
    padding: 20px 5px;
    border: solid 1px #ddd;
    border-radius: 10px;
}
.pageContent dl {
    margin-top: 25px;
    border-top: 1px #999 dotted;
}
.pageContent dl dt {
    background: url(../images/icon/common_icon05.png) no-repeat left 18px;
    padding-left: 20px;
    padding-top: 3px;
    float: left;
    width: 70%;
    line-height: 35px;
    /* border-bottom: 1px #8e8e8e dotted; */
}
.pageContent dl dd {
    color: #0060b0;
    font-weight: bold;
    float: left;
    width: 30%;
    padding-left: 10px;
    padding-top: 3px;
    line-height: 35px;
    /* border-bottom: 1px #999 dotted; */
    text-align: left;
    clear: both;
    display: inline-flex;
}
/*.pager #wp_page_numbers {
    border: 0;
    background: none;
    margin-top: 15px;
}
.pager #wp_page_numbers ul {
    border: 0;
    background: none;
    text-align: center!important;
}
.pager #wp_page_numbers ul, .pager #wp_page_numbers li, .pager #wp_page_numbers a {
    background: #f7f7f7;
    padding: 0;
    margin: 0;
    border: 0;
    text-decoration: none;
    font-weight: normal;
    font-style: normal;
    list-style: none;
    text-transform: none;
    text-indent: 0;
    font-variant: normal;
    text-align: left;
    line-height: 12px;
    letter-spacing: 0;
    word-spacing: 0;
    font-size: 13px;
    font-family: Arial;
}
.pager #wp_page_numbers ul li {
    border: 0;
    background: none;
    float: none;
    display: inline-block;
}
.pager #wp_page_numbers li.active_page a {
    background: #0060b0;
    border: 1px #0060b0 solid;
    color: #fff;
}
.pager #wp_page_numbers a {
    display: block;
    height: 30px;
    line-height: 30px;
    text-decoration: none;
    border: 1px #ccc solid;
    margin-right: 5px;
    font-weight: bold;
    text-align: center;
    padding: 0 10px;
    color: #0060b0;
    background: #fff;
}*/
.pager {
    /* margin-bottom: 20px; */
    /* margin-top: 10px; */
}
.pageContent .newsContent h2 {
    /* padding-left: 35px; */
    /* height: 41px; */
    /* background: url(../images/new_post_bg_tit.png) no-repeat; */
    font-size: 14px;
    font-weight: bold;
    line-height: 190%;
    margin-bottom: 10px;
}
.pagerDetail {
    padding: 0 0 20px 0;
    margin-top: 20px;
    background: #f7f7f7;
}
.pagerDetail .left {
    background: url(../images/icon/ico_left.png) left center no-repeat;
    padding: 0 0 5px 20px;
    float:left;
}
.pagerDetail .right {
    background: url(../images/icon/ico_right.png) right center no-repeat;
    padding: 0 20px 0 0;
    float:right;
}

/**/
#wp_page_numbers {
    margin: 0px 0px 20px 0px;
    overflow: hidden;
    text-align: center;
}
#wp_page_numbers ul li {
    display: inline-block;
    margin: 5px 5px 10px;
}
#wp_page_numbers ul li a,
#wp_page_numbers ul li span {
    display: inline-block;
    background-color: #fff;
    color: #262626;
    padding: 12px 20px;
    border: 1px solid #ccc;
}
#wp_page_numbers ul li.active_page a {
    background-color: #1398d4;
    color: #fff;
}
.pageTitle{
    margin: 20px 0 0px 0;
    padding: 0px 0 10px 0;
    display : block;
    background : url(../images/icon/common_h_line.png) left bottom;
    width : 100%;
    font-size: 18px;
    text-align: left;
    background-repeat: no-repeat;
    color: #000;
}
.container .intro {
    text-align: left;
    padding: 10px 10px;
    color: #000;
    border: 1px solid #dddddd;
    border-radius: 5px;
}
.cf {
    zoom: 1;
    display: block;
}
.cf:before, .cf:after {
    content: "";
    display: block;
    clear: both;
}
a:hover {
    text-decoration: none;
}
.pager {
    /* margin: 30px 0 30px; */
}

#wp_page_numbers {
    margin: 10px 0px 10px 0px;
    overflow: hidden;
    text-align: center;
}
#wp_page_numbers ul li {
    display: inline-block;
    margin: 5px 5px 10px;
}
#wp_page_numbers ul li a,
#wp_page_numbers ul li span {
    display: inline-block;
    background-color: #fff;
    color: #262626;
    padding: 12px 20px;
    border: 1px solid #ccc;
}
#wp_page_numbers ul li.active_page a {
    background-color: #27a5e0;
    color: #fff;
}
.list {
    padding-top: 20px;
}

.box-1 {
    margin-bottom: 15px;
    text-align: left;
    overflow: hidden;
}

.cf h4 a {
    font-size: 16px;
    text-decoration: none;
    font-weight: bold;
    color: #444;
}

.more {
    border-bottom: 1px dashed #ccc;
    float: right;
    width: 100%;
}
.more a {
    float: right;
}

.list .box-1 .more a {
    padding-left: 16px;
    background: url(../images/icon/common_icon10.png) no-repeat 0 50% !important;
}
.date {
    color: #F18500;
    font-weight: bold;
}
.pagerDetail .left {
    /* float: left */
}

.pagerDetail .right {
    /* float: right */
    text-align: right;
}

.pagerDetail .left a {
    background-image: url(../images/icon/prev.png);
    display: block;
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 20px
}


.pagerDetail .right a {
    background-image: url(../images/icon/next.png);
    display: block;
    background-repeat: no-repeat;
    background-position: right center;
    padding-right: 20px
}
.pageContent .newsContent h2 {
    text-align: left;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 10px;
    /*background: #fff;
    background: -moz-linear-gradient(top, #fff 0%, #e6e6e6 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(100%, #e6e6e6));
    background: -webkit-linear-gradient(top, #fff 0%, #e6e6e6 100%);
    background: -o-linear-gradient(top, #fff 0%, #e6e6e6 100%);
    background: -ms-linear-gradient(top, #fff 0%, #e6e6e6 100%);
    background: linear-gradient(to bottom, #fff 0%, #e6e6e6 100%);
    border-radius: 3px;
    padding: 5px 15px 5px 15px;
    display: block;
    border: 1px solid #d3d3d3*/
    padding-left: 7px;
    font-size: 1.1em;
    position: relative;
    border-left: 4px solid #0fb6e6;
}

.pagerDetail {
    margin: 10px 0;
}

#wp_page_numbers .current {
    background-color: #27a5e0;
    color: #fff;
}

#wp_page_numbers .disabled {
    display: none;
}
