ul.mk-page {
    list-style: none;
    padding: 10px 0;
    margin: 0 auto;
    text-align: center;
    display: inline-block;
}

ul.mk-page li {
    height: 24px;
    line-height: 24px;
    border: 1px solid #ddd;
    font-size: 14px;
    cursor: pointer;
    color: #525252;
    margin: 0 2px;
    overflow: hidden;
    float: left;
}

ul.mk-page li.rows {
    padding: 0 10px;
}

ul.mk-page li:hover,
ul.mk-page li.active {
    background: #eee;
    cursor: default;
}

ul.mk-page li.rows:hover {
    background: none;
}

ul.mk-page li a {
    text-decoration: none;
    display: block;
    padding: 0 10px;
    margin: 0;
}

ul.mk-page li a.next {
    background: url(http://img.yutaiyun.com/css/cmy/images/fl580/page-next.png) 8px 5px no-repeat;
    width: 5px;
    text-indent: -9999px;
}

ul.mk-page li a.prev {
    background: url(http://img.yutaiyun.com/css/cmy/images/fl580/page-prev.png) 8px 5px no-repeat;
    width: 5px;
    text-indent: -9999px;
}


/*相册样式*/

.album {
    padding: 0 10px;
    margin-bottom: 30px;
    text-align: center;
}

.album ul {
    display: inline-block;
    margin: 0;
    padding: 0;
    list-style: none;
    margin-top: 14px;
    overflow: hidden;
}

.album ul li {
    width: 207px;
    height: 180px;
    float: left;
    margin-left: 14px;
    margin-bottom: 10px;
    overflow: hidden;
    text-align: center;
    cursor: pointer;
    font-size: 14px;
}

.album ul li>div:first-child {
    height: 150px;
    overflow: hidden;
    border: 1px solid #e0e0e0;
    padding: 2px;
}

.album ul li>div:first-child div {
    height: 150px;
    width: 207px;
    display: table-cell;
    vertical-align: middle;
    overflow: hidden;
    text-align: center;
}

.album ul li>div.last {
    line-height: 30px;
    text-align: center;
}

.album ul li img {
    max-height: 100%;
    max-width: 200px;
    vertical-align: middle;
}

.album ul a:first-child li {
    margin: 0;
}

.photoMask {
    position: fixed;
    z-index: 9999999;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, .5);
    filter: alpha(opacity=50);
    overflow: auto;
}

.photoMask .closeBtn {
    height: 60px;
    width: 60px;
    background: url(http://img.yutaiyun.com/css/cmy/images/fl580/auth/mark.png) no-repeat;
    background-position: -170px -30px;
    position: fixed;
    top: 0;
    right: 0;
    cursor: pointer;
}

.imgBox {
    /*width: 701px;*/
    max-width: 80%;
    min-width: 20%;
    position: absolute;
    /*overflow: hidden;*/
    text-align: center;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.imgBox.center {
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.imgBox.center:before {
    color: #fff;
    font-size: 25px;
    content: "加载中...";
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.imgBox img {
    /* width: 100%;
    height: auto;*/
    max-width: 100%;
    max-height: 100%;
}

.imgBox span {
    display: block;
    width: 100%;
    filter: alpha(opacity=50);
    background: rgba(0, 0, 0, .6);
    position: absolute;
    bottom: 0;
    color: #fff;
    padding: 10px 0;
    font-size: 14px;
    line-height: 32px;
}

.imgBox span strong {
    font-size: 18px;
    display: block;
    font-weight: 500;
}

.last>div {
    text-align: center;
}

.last>div>ul {
    display: inline-block;
}


/*内页图片*/

.mk-article-content img {}


/*二级菜单*/

.mk-twoNav {
    position: absolute;
    z-index: 100;
}


/*文章内容*/

.mk-article-content {
    font-size: 14px;
    line-height: 26px;
}


/*lightBox*/


/* Preload images */

body:after {
    content: url(../image/loading.gif) url(../image/prev.png) url(../image/next.png);
    display: none;
}

.lightboxOverlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    background-color: black;
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=80);
    opacity: 0.8;
    display: none;
}

.lightbox {
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 10000;
    text-align: center;
    line-height: 0;
    font-weight: normal;
}

.lightbox .lb-image {
    display: block;
    height: auto;
    max-width: inherit;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}

.lightbox a img {
    border: none;
}

.lb-outerContainer {
    position: relative;
    background-color: white;
    *zoom: 1;
    width: 250px;
    height: 250px;
    margin: 0 auto;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
}

.lb-outerContainer:after {
    content: "";
    display: table;
    clear: both;
}

.lb-container {
    padding: 4px;
}

.lb-loader {
    position: absolute;
    top: 43%;
    left: 0;
    height: 25%;
    width: 100%;
    text-align: center;
    line-height: 0;
}

.lb-cancel {
    display: block;
    width: 32px;
    height: 32px;
    margin: 0 auto;
    background: url(../image/loading.gif) no-repeat;
}

.lb-nav {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 10;
}

.lb-container>.nav {
    left: 0;
}

.lb-nav a {
    outline: none;
    background-image: url('data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==');
}

.lb-prev,
.lb-next {
    height: 100%;
    cursor: pointer;
    display: block;
}

.lb-nav a.lb-prev {
    width: 34%;
    left: 0;
    float: left;
    background: url(../image/prev.png) left 48% no-repeat;
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -webkit-transition: opacity 0.6s;
    -moz-transition: opacity 0.6s;
    -o-transition: opacity 0.6s;
    transition: opacity 0.6s;
}

.lb-nav a.lb-prev:hover {
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
}

.lb-nav a.lb-next {
    width: 64%;
    right: 0;
    float: right;
    background: url(../image/next.png) right 48% no-repeat;
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -webkit-transition: opacity 0.6s;
    -moz-transition: opacity 0.6s;
    -o-transition: opacity 0.6s;
    transition: opacity 0.6s;
}

.lb-nav a.lb-next:hover {
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
}

.lb-dataContainer {
    margin: 0 auto;
    padding-top: 5px;
    *zoom: 1;
    width: 100%;
    -moz-border-radius-bottomleft: 4px;
    -webkit-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    -webkit-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
    content: "";
    display: table;
    clear: both;
}

.lb-data {
    padding: 0 4px;
    color: #ccc;
}

.lb-data .lb-details {
    width: 85%;
    float: left;
    text-align: left;
    line-height: 1.1em;
}

.lb-data .lb-caption {
    font-size: 13px;
    font-weight: bold;
    line-height: 1em;
}

.lb-data .lb-number {
    display: block;
    clear: left;
    padding-bottom: 1em;
    font-size: 12px;
    color: #999999;
}

.lb-data .lb-close {
    display: block;
    float: right;
    width: 30px;
    height: 30px;
    background: url(../image/close.png) top right no-repeat;
    text-align: right;
    outline: none;
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=70);
    opacity: 0.7;
    -webkit-transition: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    -o-transition: opacity 0.2s;
    transition: opacity 0.2s;
}

.lb-data .lb-close:hover {
    cursor: pointer;
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
}

#mk-banner_inner {
    display: none;
}