@charset "utf-8";
.main-head {
    position: relative;
    margin: 0 auto;
    padding-top: 40px;
    width: 1840px;
    font-size: 0;
    overflow: hidden;
}
.nav {
    position: relative;
    width: 100%;
    height: 150px;
    z-index: 100;
    background-color: #fff;
}
/* logo */
.nav .login-wrap {
    position: absolute;
    left: 100px;
    top: 28px;
    height: 90px;
    z-index: 100;
}
.nav .login-wrap a {
    display: inline-block;
    width: 100%;
    height: 100%;
}
.nav .login-wrap a:focus {
	outline: none;
}

/* nav */
.nav .nav-content {
    position: absolute;
    right: 100px;
    top: 30px;
    font-size: 0;
    z-index: 10;
}

.nav .nav-content .nav-item {
    position: relative;
    display: inline-block;
    margin: 0 15px;
    width: 61px;
    text-align: center;
    z-index: 10;
}

/* 导航图标 */
.nav .nav-content .nav-icon {
    display: inline-block;
    width: 100%;
    height: 61px;
    background: url(../images/nav_spirit.png) no-repeat;
    background-position-x: 0;
    transition: background-position-y .5s ease;
}
.nav .nav-content .nav-item-2 .nav-icon {
    background-position-x: -91px;
}
.nav .nav-content .nav-item-3 .nav-icon {
    background-position-x: -182px;
}
.nav .nav-content .nav-item-4 .nav-icon {
    background-position-x: -273px;
}
.nav .nav-content .nav-item-5 .nav-icon {
    background-position-x: -364px;
}
.nav .nav-content .nav-item-6 .nav-icon {
    background-position-x: -454px;
}
.nav .nav-content .nav-item-7 .nav-icon {
    background-position-x: -545px;
}
.nav .nav-content .nav-item-8 .nav-icon {
    background-position-x: -636px;
}
.nav .nav-content .nav-item-9 .nav-icon {
    background-position-x: -727px;
}
.nav .nav-content .nav-title {
    display: inline-block;
    width: 100%;
    font-size: 22px;
    color: #1bab82;
    line-height: 46px;
    font-weight: lighter;
    text-align: center;
    transition: color .5s ease;
}

.nav .nav-content .nav-item-active .nav-icon {
    background-position-y: -69px;
}
.nav .nav-content .nav-item-active .nav-title {
    font-weight: bold;
}

/* 子菜单 */
.nav .nav-content .sub-menu {
    display: none;
    position: absolute;
    margin-left: -75px;
    left: 50%;
    top: 100px;
    width: 150px;
    z-index: 10;
    background: url(../images/sub_nav_bg.png) no-repeat;
    background-size: 100% 100%;
}
.nav .nav-content .sub-menu-wrap {
    padding: 15px 0;
    width: 100%;
    height: 100%;
    text-align: center;
    font-size: 0;
}
.nav .nav-content .sub-menu-wrap .sub-menu-item {
    line-height: 40px;
    height: 40px;
    background: url(../images/nav_line.png) no-repeat;
    background-position: center bottom;
}
.nav .nav-content .sub-menu-wrap .sub-menu-item:last-child {
    background: none;
}
.nav .nav-content .sub-menu-wrap .sub-menu-link {
    color: #fff;
    font-weight: lighter;
    font-size: 16px;
    transition: font-size .2s ease;
}

.nav .nav-content .sub-menu-wrap .sub-menu-link:hover {
    font-size: 18px;
    font-weight: bold;
}

/* 搜索&联系 */
.search-concat {
    position: absolute;
    top: 80px;
    left: 570px;
    height: 35px;
    width: 334px;
    z-index: 100;
}
.search-concat .search-wrap {
    position: relative;
    display: inline-block;
    width: 200px;
    height: 35px;
    box-sizing: border-box;
    border-radius: 18px;
    border: 1px dashed #99e5cc;
}
.search-concat .search-wrap .search_input{
    border: none;
    padding: 0 10px;
    width: 180px;
    color: #1bab82;
    height: 35px;
    line-height: 1;
    font-size: 12px;
    background: none;
}
.search-concat .search-wrap .search_input::-webkit-input-placeholder {
    color: #119670;
 }
 /* 搜索框 */
 .search-concat .search-wrap .submit_btn {
    position: absolute;
    right: -2px;
    top: -1px;
    height: 37px;
    width: 37px;
    border-radius: 50%;
    background: url(../images/concat_search_spirit.png) no-repeat;
    background-position-x: -45px;
    transition:  transform .8s ease;
 }
 .search-concat .search-wrap .submit_btn:hover{
    transform: rotate(360deg);
 }

 /* 联系框 */
 .search-concat .concat-wrap {
    float: right; 
    height: 100%;
    font-size: 0;
 }
 .search-concat .concat-wrap .hovericon-wrap {
     display: inline-block;
     position: relative;
     margin:  0 4px;
 }
.search-concat .concat-wrap .hovericon {
    display: inline-block;
    position: relative;
    width: 35px;
    height: 35px;
    cursor: pointer;
    background: url(../images/concat_search_spirit.png) no-repeat;
    transition: background-position .3s ease;
}
.search-concat .concat-wrap .hovericon:hover {
       background-position-y: -40px;
}
.search-concat .concat-wrap .concat-wechat {
    background-position-x: 0;
}
/* 联系二维码 */
.search-concat .concat-wrap .slide-QR {
    display: none;
    position: absolute;
    top: 30px;
    left: -38px;
    padding-top: 8px;
    width: 109px;
    height: 109px;
    z-index: 100;
}
.search-concat .concat-wrap .QR-con {
    position: relative;
    margin-top: 7px;
    border-radius: 4px;
}
.search-concat .concat-wrap .slide-QR::after {
    content: '';
    position: absolute;
    margin-left: -5.5px;
    top: 8px;
    left: 50%;
    width: 11px;
    height: 7px;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAHCAYAAADebrddAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA4FpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTQ4IDc5LjE2NDAzNiwgMjAxOS8wOC8xMy0wMTowNjo1NyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDo0ODU5ZDdhZC01OGVjLWYwNGEtOWI3Ni04Mjc4YzlkZThiNzQiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RDlERTNDMjc3OTlBMTFFQ0E2QjRCNkIwN0I0QjhBRkQiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RDlERTNDMjY3OTlBMTFFQ0E2QjRCNkIwN0I0QjhBRkQiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIDIyLjAgKFdpbmRvd3MpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6OGE0ODIxMjgtNzMzYS02OTRlLWI2N2EtZjRkYTA5OGZjYmEyIiBzdFJlZjpkb2N1bWVudElEPSJhZG9iZTpkb2NpZDpwaG90b3Nob3A6M2I3MmQ1NjktYjU3My1mNTQ3LWIzMDctYTgxMjFhMDVhNGM5Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+X5k8EAAAAGZJREFUeNpiFJxWwIAG+IB4IRDHA/EnZAkmNIWMQDwPiAOgNCM+xaVAHAxlB0P5WBU7A3EbmmYQ3xVdsRwQLwdiZjTFIP5SqDxYMTsQrwViUQbsQBQqzw5SPBWITRjwA5D8VIAAAwCAIAyJ21nJZQAAAABJRU5ErkJggg==');
}

/* 头部header */
.head-banner-cat {
    position: relative;
    height: 350px;
}
/* 头部背景 */
.head-banner-cat .list-banner {
    height: 100%;
    width: 100%;
    overflow: hidden;
}
.head-banner-cat .list-banner .scale0 {
    min-width: 100%;
    min-width: 100%;
    -moz-transition: transform 8s linear 1s;
    -webkit-transition: transform 8s linear 1s;
    -o-transition: transform 8s linear 1s;
    -ms-transition: transform 8s linear 1s;
    transition: transform 8s linear 1s;
}
.head-banner-cat .list-banner .scale {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.5);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.head-banner-cat .list-banner .scale1 {
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

/* 头部导航 */
.main-head .cat-wrap {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0; 
    height: 50px;
    z-index: 9;
    background: url(../images/header_bottom_bg.png) repeat-x;
}

/* 导航主体 */
.main-head .cat-wrap .cat-content {
    position: relative;
    margin-left: 150px;
    width: 1540px;
    height: 100%;
}

.main-head .cat-wrap .breadcrumb {
    float: right;
}
.main-head .cat-wrap .breadcrumb-con {
    padding-top: 18px;
    font-size: 14px;
    color: #fff;
}
.main-head .cat-wrap .breadcrumb-con a {
    color: #fff;
}
.main-head .cat-wrap .breadcrumb a:hover {
    font-weight: bold;
    border-bottom: 2px solid #fff;
}

/* 导航菜单 */
.cat-wrap .cat-menu {
    position: absolute;
    top: -25px;
    left: 0;
    z-index: 100;
}
.cat-wrap .cat-menu .cat-menu-item {
    float: left;
}
@keyframes updownNormal{
	0%{
		top: 0px;
	}
	20%{
		top: 6px;
	}
	40%{
		top: -4px;
	}
	60%{
		top: 2px;
	}
	80%{
		top: 0px;
	}

}
.cat-wrap .cat-menu .cat-menu-link {
    position: relative;
    display: inline-block;
    margin-right: 10px;
    line-height: 50px;
    padding: 0 44px;
    border-radius: 8px;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    background-color: #119670;
    transition: background-color .5s ease;
}
.cat-wrap .cat-menu .cat-menu-link:hover {
    background-color: #f00;
    animation-name: updownNormal;
    animation-duration: 1s;
}


/* 
    -----------------
        文章内页
    =================
*/
/* 主体 */
.main-body{
    margin: 0 auto;
    width: 1840px;
    background-color: #fff;
}
.main-body .article-content{
    margin: 0 auto;
    padding-bottom: 30px;
}


/* 文章标题 */
.art-title-area {
    padding-top: 60px;
    padding-bottom: 12px;
    text-align: center;
    color: #f00;
    border-bottom: 5px solid #f7f7f7;
}
.art-title-area .art-title {
    font-size: 30px;
    font-weight: bold;
}
.art-title-area .art-sub-title {
    line-height: 2.25;
    font-size: 24px;
    font-weight: normal;
}
.main-body .article-body {
    width: 1380px;
    margin: 0 auto;
}

/* 文章来源 */
.art-header {
    padding: 10px 20px 0;
    font-size: 14px;
    color: #989898;
    overflow: hidden;
}
.art-header .art-source {
    float: left;
}
.art-header .art-source a {
    color: #989898;
}
.art-header .art-source .source-item {
    margin-right: 10px;
}
.art-header .set-font{
    float: right;
    font-size: 0;
}

.art-header .set-font .font {
    float: left;
    margin-left: 1px;
    height: 24px;
    font-size: 14px;
    min-width: 24px;
    text-align: center;
    line-height: 24px;
    font-weight: bold;
    color: #777;
    background-color: #ebebeb;
}
.art-header .set-font .word-size {
    width: 38px;
    font-weight: normal;
    margin-right: 2px;
}
.art-header .set-font .font-big {
    font-size: 16px;
}
.art-header .set-font .font-small {
    font-size: 12px;
}
.art-header .set-font .active {
    background-color: #119670;
    color: #fff;
}
.art-header .set-font .font:hover {
    background-color: #119670;
    color: #fff;
}
.art-header .set-font .word-size:hover{
    color: #777;
    background-color: #ebebeb;
}
/* 文章主体 */
.article-content .art-detail {
    margin: 0 auto;
    padding-top: 32px;
    width: 1274px;
}
.article-content .art-detail img {
	margin: 10px 0;
	max-width: 800px;
        height: auto !important;
	border-radius: 14px;
	overflow:hidden;
}
.article-content .art-detail video {
	width: 880px;
    height: auto;
}
.article-content .art-detail table {
    margin: 0 auto;
    width: 100% !important;
}
.article-content .art-detail table tr:hover {
	background-color: #1bab82;
	color: #fff;
    cursor: pointer;
}
.article-content .art-detail table tr:hover td{
    font-weight: bold;
	border-color: #1bab82;
}
.art-detail table tr td {
    border: 1px solid #999;
}
.article-content .art-detail strong {
    font-weight: bold !important;
}
/* tree */
.article-content .nav-link {
    position: relative;
    display: inline-block;
    margin: 0 10px;
    width: 186px;
    margin-top: 10px;
    margin-bottom: 10px;
    line-height: 50px;
    font-size: 16px;
    font-weight: bold;
    color: #1bab82;
    border-radius: 8px;
    background-color: #fff;
    border: 1px dashed #ccc;
    overflow: hidden;
    z-index: 10;
    transition: all .3s ease;
}
.article-content .nav-link:hover {
    font-weight: bold;
    color: #fff;
    background-color: #1bab82;
    border-color: #1bab82;
}
.article-content .nav-link-active{
    font-weight: bold;
    color: #fff;
    background-color: #1bab82;
    border-color: #1bab82;
}
.article-content .nav-level-1 {
    text-align: center;
    position: relative;
    padding: 60px 0;
    
} 
.article-content .nav-level-1::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    margin-top: -2px;
    border-bottom: 4px solid #f7f7f7;
}
/* recommend 推荐 */
.recommend {
    padding: 30px 0;
    padding-bottom: 40px;
    width: 100%;
    overflow: hidden;
    background-color: #f3f3f3;
}

.recommend .recommend-con {
    width: 1200px;
    margin: 0 auto;
}

.recommend .recommend-con li {
    height: 30px !important;
    line-height: 30px !important;
    overflow: hidden;
}
.recommend .recommend-con a:hover {
    color: #ec1c00 !important;
    border-bottom: 2px solid #ec1c00
}
.recommend .recommend-con a {
    text-decoration: none;
    font-size: 14px !important;
    color: #444 !important;
    border-bottom: 2px solid #f3f3f3;
    position: relative;
    bottom: 6px;
    margin-left: 15px;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}
.recommend .recommend-con em {
    float: left;
    margin-top: 6px;
    width: 6px;
    height: 6px;
    background-color: #ccc;
}
/* 版权 */
.copyright {
    position: relative;
    margin: 0 auto 40px;
    height: 250px;
    width: 1840px;
    background: url(../images/footer_bg.jpg) repeat-x;
}
.copyright .shiye {
    position: absolute;
    margin-left: -40px;
    left: 50%; 
    top: -40px;
    font-size: 0;
}
.copyright .copyright-con {
    display: inline-block;
    margin: 60px 0 0 318px;
}
.copyright p {
    color: #1bab82;
    font-size: 12px;
    line-height: 1.75;
}

.copyright p a {
    color: #1bab82;
}
.copyright .link-icon {
    display: inline-block;
    margin: 0 6px;
    width: 20px;
    height: 20px;
}
.copyright .link-addr:hover {
    color: #1bab82;
    border-bottom: 2px solid #1bab82;
}
.copyright .link-icon img {
    vertical-align: middle;
    height: 100%;
}
.copyright .fb{
    font-weight: bold;
}
.copyright .fs18{
    font-size: 18px;
}
.copyright .fs16{
    font-size: 16px;
}
.copyright .fs12{
    font-size: 12px;
}
.copyright .bottom-con {
    margin-top: 26px;
}
.copyright .design-stat {
    display: inline-block;
    margin-left: 30px;
}
.copyright .wechat-QR {
    position: absolute;
    width: 100px;
    height: 100px;
    right: 742px;
    top: 80px;
    border-radius: 4px;
    cursor: pointer;
    z-index: 10;
    overflow: hidden;
}
@keyframes myRotateY {
    0% {
        -webkit-transform:perspective(800px) rotateY(-30deg);
        -moz-transform:perspective(800px) rotateY(-30deg);
        transform:perspective(800px) rotateY(-30deg);
    }
    20% {
        -webkit-transform:perspective(800px) rotateY(0deg);
        -moz-transform:perspective(800px) rotateY(0deg);
        transform:perspective(800px) rotateY(0deg);
    }
    40% {
        -webkit-transform:perspective(800px) rotateY(180deg);
        -moz-transform:perspective(800px) rotateY(180deg);
        transform:perspective(800px) rotateY(180deg);
    }
    60% {
        -webkit-transform:perspective(800px) rotateY(360deg);
        -moz-transform:perspective(800px) rotateY(360deg);
        transform:perspective(800px) rotateY(360deg);
    }
    80% {
        -webkit-transform:perspective(800px) rotateY(10deg);
        -moz-transform:perspective(800px) rotateY(10deg);
        transform:perspective(800px) rotateY(10deg);
    }
    100% {
        -webkit-transform:perspective(800px) rotateY(360deg);
        -moz-transform:perspective(800px) rotateY(360deg);
        transform:perspective(800px) rotateY(360deg);
    }
}
.copyright .wechat-QR  .myrotate {
    animation-name: myRotateY;
    animation-duration: 1s;
}


@keyframes updownAnimate{
	0%{
		bottom: 114px; 
	}
	20%{
		bottom: 108px;
	}
	40%{
		bottom: 118px;
	}
	60%{
		bottom: 112px;
	}
	80%{
		bottom: 114px;
	}
}
/* 地址 */
.copyright .addr-cont {
    position: absolute;
    right: 316px;
    bottom: 62px;
    text-align: right;
}
.copyright .addr-cont {
    position: absolute;
    right: 316px;
    bottom: 62px;
    text-align: right;
}
/* 热线 */
.copyright .hot-line {
    position: absolute;
    width: 380px;
    height: 76px;
    right: 300px;
    bottom: 104px;
}
.copyright .hot-line .phonenum-content {
    position: absolute;
    width: 316px;
    height: 56px;
    right: 24px;
    bottom: -10px;
    text-align: center;
}
.copyright .hot-line .phonenum-item {
    margin-bottom: 14px;
}
.copyright .hot-line .phonenum-box {
    position: relative;
    width: 382px;
    height: 100%;
    overflow: hidden;
}
.copyright .hot-line .phonnum-container {
    position: absolute;
    left: 20px;
    top: 0;
    width: 330px;
}
.copyright .hot-line .phone-indicator {
    position: absolute;
    right: 0;
    bottom: 20px;
    width: 16px;
    height: 31px;
    cursor: pointer;
    background: url(../images/phone_switch_sprite.png) no-repeat;
}
.copyright .hot-line .phone-indicator .indicator {
    display: inline-block;
    width: 100%;
    height: 15px;
}
.hits-eye {
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 18px;
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAMCAYAAAEc4A0XAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAVVJREFUeNpi/P//PwMIsGzYsEEXSFcCBBAjskgjkFYFCCDG9evXgwSWAXEUiAYIILgSGAApzQPSk4DYFohvsgAJCyB+AsTrQFoAAghmBgjwAHEzEIsD8X4gng02AogLgNgMqoMZqngZFIMVTABieSBuB+JdQLwCiKdBFUYBBBCGq9AByJUwdggQBwHxdyBuAOLHMCtgdl6AehbGfw7ExSwwxwBBFxI7CsqexoTF2ttArAFl32OCqn4G1ZED9UkdEB8C4h6AACPoC0IA2Zcg4AnEwUDMBeUfBeJPQGwJxAJQsb1APA+I/yOHQikQG0LZ36HOBkVdGRArAPFyID4MFfcBYmcg/gryCnIowcBCKD0LSSwTiG9A1fpAxbiBuJcFaio4PUIlMoD4D1RcAuqSO0DMCsRTkAwFGdgE88JlpEj0AOJoaIiD/PkLiNmhcpeAeCZUPRgAAEXRWm14Y0H8AAAAAElFTkSuQmCC") no-repeat;
   
}
.copyright .footer-line {
	position:absolute;
	right: 324px;
	width: 1198px;
	height: 1px;
	bottom: 122px;
	background: url('../images/foot_line.png');
}
/* 分页 */
.day-pagination {
    margin-top: 60px;
    padding-bottom: 80px;
    clear: both;
}
.day-pagination .pagination-con { width: 100%; text-align: center; }
.day-pagination .pagination-con li { cursor: pointer; display: inline-block; zoom: 1; *display: inline; min-width: 22px; height: 22px; border-radius: 3px; margin-left: 6px; line-height: 22px; padding: 5px 0; text-align: center; font-family: Arial; font-size: 14px; font-weight: bold; }
.day-pagination .pagination-con li  p { padding: 0 7px; font-weight: bold; color: #b2b2b2; }
.day-pagination .pagination-con li  p em { margin: 0 3px; font-weight: bold; }
.day-pagination .pagination-con li  span {display: block;color: #b2b2b2;font-family: arial;border: 1px solid #ccc;width: 100%;height: 22px;line-height: 22px;border-radius: 3px;text-align: center;cursor: default;}
.day-pagination .pagination-con li.item  a {display: inline-block;zoom: 1; *display: inline;width: 100%;height: 22px;min-width: 22px;border-radius: 3px;color: #b2b2b2;font-family: arial;}
.day-pagination .pagination-con li.item .item_a { border: 1px solid #ccc; }
.day-pagination .pagination-con li.item .item_a:hover {
    border-color: #1bab82 !important;
    color: #1bab82 !important;
}
.day-pagination .pagination-con li.item .active { background: #1bab82; border-color: #1bab82; box-shadow: none; color: #FFFFFF; }
.day-pagination .pagination-con .p_btn a {
    display: block;
    border-radius: 3px;
    min-width: 22px;
    height: 22px;
    border: 1px solid #ccc;
    background-image: url(../images/pagination-icon.png);
    background-repeat: no-repeat;
    background-position: 0;
}
.day-pagination .pagination-con .p_btn a:hover {
    border-radius: 3px;
    border-color: #1bab82 !important;
    background-position-y: -35px;
}

.day-pagination .pagination-con .p_btn .p_first {
    background-position: -66px -4px;
}

.day-pagination .pagination-con .p_btn .p_prve10 {
    background-position: -17px -4px;
}

.day-pagination .pagination-con .p_btn .p_prve {
    background-position: -34px -4px;
}

.day-pagination .pagination-con .p_btn .p_last {
    background-position: -84px -4px;
}

.day-pagination .pagination-con .p_btn .p_next10 {
    background-position: 2px -4px;
}

.day-pagination .pagination-con .p_btn .p_next {
    background-position: -48px -4px;
}
.day-pagination .pagination-con .p_btn:hover { border-color: #fff; border-radius: 5px; }
.no-pagination {
	margin-top: 0;
	padding-bottom: 60px;
}
